/*  
Theme Name: Outward Focus
Theme URI: http://www.outwardfocusdesign.com
Description: A child theme for Mimbo Pro
Version: 0.1
Author: Christopher Cox
Template: mimbopro

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin:0;
	padding:0;
}

*:focus {
	outline: none;
}

html {
	height:100%;
}

body { 
	background:#fff url(images/bg-wood.jpg);
	height:100%;
	margin:0 0 1px;
	font:14px/1.6 'helvetica neue', 'lucida grande', calibri, arial, sans-serif;
	color:#1e0d0c;
}

p {	
	margin: 0 0 1em;
	line-height:1.4em;
	color:#452523;
	}

a:link, a:visited {
	color:#e08d17;
	font-weight:normal;
	text-decoration:none
	}

a:hover, a:active {
	text-decoration:underline;
	}

.small {
	font-size: 0.9em;
	}

img {
	border:0;
	}
	
ul li {
	list-style:none;
}

ul li.bullets {
	list-style:disc;
}

/*---------Structure--------*/

#wrapper-top {
	position:absolute;
	background:url(images/gradient-top.png) repeat-x;
	height:59px;
	width:100%;
	z-index:500;
}

#outer-wrapper {
	background:url(images/pencils.png) right top no-repeat;
	width:1030px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	margin:0 auto;
}

#wrapper {
	background:url(images/notebook-tile.png) right top repeat-y;
	width:960px;
	min-height:100%;
    height: 100%;
    margin-right:70px;
	overflow:hidden;
}

#home #wrapper {
	background:none;
	margin-bottom:-206px;/*height of coffee image in footer*/
	z-index:100; /*sets notebook on top of bottom gradient*/
}

#masthead h1 {
	position:absolute;
	top:0; left:0;
	width:330px;
	height:295px;
	text-indent:-9999px;
}

#masthead h1 span {
	position:absolute;
	left:0;
	top:0;
	width:330px;
	height:295px;
	background:url(images/logo.png) no-repeat;
}

#description {
	text-indent:-9999px;
}

#column-left {
	position:relative;
	float:left;
}

#column-right {
	position:relative;
	float:right;
	min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content {
	position:relative;
	background:url(images/notebook-top.png) left -22px no-repeat;
	width:514px;
	min-height:857px;
	padding:80px 44px 0 83px;
}

#home #content {
	background:url(images/notebook-lg.png) no-repeat;
}	
	

/*-------NAVIGATION--------*/
#nav {
	position:absolute;
	top:230px;
	left:0;
	background:url(images/bg-nav.png) no-repeat;
	width:275px;
	height:406px;
}

#nav #imagecontainer,
#nav li span {
	position:absolute;
	top:87px;
	left:62px;
	background:url(images/nav-hover.png) no-repeat;
	width:158px;
	height:165px;
}

#nav li span {
	display:none;
}

#nav li:hover span,
#nav li.current span {
	display:block;
}

#nav li#nav1:hover span {
	background-position:-158px;
	z-index:500;/*otherwise current class lays on top*/
}

#nav li#nav2:hover span {
	background-position:-316px;
	z-index:500;/*otherwise current class lays on top*/
}

#nav li#nav3:hover span {
	background-position:-474px;
	z-index:500;/*otherwise current class lays on top*/
}

#nav li#nav4:hover span {
	background-position:-632px;
	z-index:500;/*otherwise current class lays on top*/
}

#nav li#nav2.current span {
	background-position:-316px;
}

#nav li#nav3.current span  {
	background-position:-474px;
}

#nav li#nav4.current span  {
	background-position:-632px;
}

#nav a {
	position:absolute;
	text-indent:-9999px;
	width:41px;
	height:50px;
}

#nav #nav_home {
	top:270px;
	left:82px;
}

#nav #nav_proj {
	top:261px;
	left:123px;
}

#nav #nav_abou {
	top:252px;
	left:164px;
}

#nav #nav_cont {
	top:243px;
	left:205px;
}


/*-----HEADERS----------*/

h1, h2, h3, h4, h5, h6, h7 {
	margin:0 0 1em;
	font-family:'HelveticaNeue-Light','helvetica neue light','helvetica neue','lucida grande', calibri, arial, sans-serif;
	font-weight:normal;
}

.pagetitle {
	font-size:1.8em;
	line-height:1.3;
}

h3 {font-size:1.5em;}

h2#projects {
	position:relative;
	background:url(images/projects.gif) no-repeat;
	width:300px;
	height:46px;
	text-indent:-9999px;
	margin:0 auto .25em;
}

.project h3 {
	background:#886e67;
	color:#fff;
	padding:.1em 1em;
	margin:0 0 10px;
}

/*-------CONTENT STYLES----------*/
#breadcrumbs {
	color:#999;
	font-size:.9em;
	margin:0 0 30px;
}

.code { margin:20px; border:1px solid; padding:1em; background:#ececec; }

.hentry {
	min-height:100%;
	height:100%;
}

/* HOME PAGE */
#recent-projects { padding:15px 0; }

.hm-feature-img {
	padding:1px;
	border:1px solid #999;
}

#view-portfolio, #view-portfolio a {
	position:relative;
	width:300px;
	height:44px;
	margin:0 auto;
}

#view-portfolio a {
	position:absolute;
	display:block;
	top:0;
	left:0;
	background:url(images/view-portfolio.gif) no-repeat;
	text-indent:-9999px;
}

#view-portfolio a:hover {
	background-position:0 -44px;
}

/* PROJECTS PAGE */
#project_wrapper {
	padding:0 10px 10px;
}

.project {
	padding:10px 0;
	overflow:auto;
}

.project .url {
	font:italic 1.1em Georgia, "Times New Roman", Times, serif;
	text-align:right;
	margin:0;
}

.project .url a {
	font-weight:normal;
	text-decoration:none;
}

.project .url a:hover {
	color:#886e67;
}

.project img {
	float:left;
	margin-right:10px;
	background:#fff;
	padding:5px;
	border:1px solid #b1b1b1;
}

.project .details {
	background:#d2beaf;
	padding:0 0 10px;
	overflow:auto;
}

.details a:hover img {
	background:#e08d17;
}

.project .details p {
	margin:0;
	border-bottom:1px solid #f3ecd5;
	padding:.5em 1em;
}

.project .details p.last {
	border-bottom:none;
}

.project .details p span {
	font-weight:bold;
}

/*----- @ CATEGORY FORMATTING -------*/

.pagination {
	overflow:auto;
}

.pagination .left {
	margin:.5em 0 .5em 2em;
}

.pagination .right {
	margin:.5em 2em .5em 0;
}


/*----- @ POST/PAGE FORMATTING-------*/
.page .post {padding:0 20px;}
/*Images*/
	
.entry img {
	display:block;
	border:1px solid #999;
	padding:1px;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	text-align:center;
	padding:10px 5px 10px 5px;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	font:italic .9em Georgia, "Times New Roman", Times, serif;
	color:#999;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}
	
.postmetadata {
	text-align:right;
	font-size:.9em;
	margin:0 0 20px;
}
/* ----- @ COMMENTS -----*/
.commentlist li {
	border:1px dotted;
	margin:20px 0;
	padding:10px;
}

.avatar { display:none }
cite.fn { font-size:1.1em }
.comment-date { margin:0 0 1em; font-size:.9em }

#edToolbar a { padding:0 5px }
	
/* ---------- @ FORM ELEMENTS -----------*/
	
#tcform {
	margin:0;
	padding:0;
	}
	
.contactform_error { /*make form errors red*/
	color:#932424;
	}
	
fieldset {
	margin:0;
	padding:0;
	border:none;
	}
	
fieldset ul {
	float:left;
	margin:0;
	padding:1em 0 0;
	}	

fieldset li {
	float:left;
	list-style:none;
	padding:0 0 .5em;
	margin:0;
	clear:left;
	}

input[type=text] {
	display:block;
	border:1px solid #ccc;
	border-top:1px solid #949494;
	border-right:1px solid #949494;
	height:1.5em;
	width:200px;
	margin-bottom:1em;
	}
	
#submit {
	clear:both;
	}
	
label {
	display:block;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin-bottom:.25em;
	padding-right:10px;
	}
	
#paypal label { text-transform:none }
#paypal label span { clear:left; display:block; font-style:italic; font-size:.9em; color:#999; }
#contactsubmit {
	width:auto;
	height:auto;
	border:1px solid #ccc;
	border-bottom:1px solid #949494;
	border-right:1px solid #949494;
	padding:.25em 1em;
	cursor:pointer;
	}
	
#contactsubmit:hover {
	background:#e08d17;
	}
	
textarea {
	float:left;
	display:block;
	margin:0;
	border:1px solid #ccc;
	border-top:1px solid #949494;
	border-right:1px solid #949494;
	height:auto;
	width:400px;
	margin-bottom:1em;
	}	
	
/*----------FOOTER-----------*/
#push {
	clear:both;
	height:0;
}

#home #push {
	height:206px;
}

#footer-wrapper {
	position:relative;
	background:url(images/gradient-bottom.png) left bottom repeat-x;
	width:100%;
	height:206px;
	z-index:0;
}

#footer-bg {
	position:absolute;
	right:0;
	bottom:0;
	background:url(images/coffee.png) no-repeat;
	width:244px;
	height:206px;
}

#footer { padding:20px 0; }

#home #footer {
	position:absolute;
	bottom:80px;
	width:514px;
}

#footer p {
	line-height:1.3;
	margin:0;
	font-size:.9em;
	text-align:center;
}

/*----- @ Clear and Float -------*/
.clearleft { clear:left }
.clearright { clear:right }
.clearboth { clear:both }
.left {
	float:left;
	margin:0 1em 1em 0;
}

.right {
	float:right;
	margin:0 0 1em 1em;
}
	
	


