/*  
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:#452523;
}

p {	
	margin: 0 0 1.4em;
	line-height:1.4em;
	}

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;
}
ul.standard, ol.standard { margin:1em 1em 1em 2em }
ul.standard li, ol.standard li { margin:.5em 0; line-height:1.3 }
ul.standard li { list-style:disc; }
ol.standard li { list-style:decimal }

/*---------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--------*/
.menu {
	position:absolute;
	top:230px;
	left:0;
	background:url(images/nav.png) no-repeat;
	width:275px;
	height:406px;
}
#nav {
	position:absolute;
	top:68px;
	left:44px;
	background:url(images/nav-buttons.png) no-repeat;
	width:183px;
	height:144px;
}
#nav li { 
	position:absolute;
	width:41px;
	height:50px;
}
#nav1 { left:    0; top:28px }
#nav2 { left: 41px; top:19px }
#nav3 { left: 82px; top:10px }
#nav4 { left:123px; top:0 }
#nav5 { left: 16px; top:94px }
#nav6 { left: 57px; top:85px }
#nav7 { left: 98px; top:76px }
#nav8 { left:139px; top:67px }

#nav a {
	position:absolute;
	top:0; left:0;
	background:url(images/nav-buttons.png) no-repeat;
	text-indent:-9999px;
	width:41px;
	height:50px;
}

#nav #nav_home { background-position:     0 -28px }
#nav #nav_proj { background-position: -41px -19px }
#nav #nav_serv { background-position: -82px -10px }
#nav #nav_blog { background-position:-123px 0     }
#nav #nav_gall { background-position: -16px -94px }
#nav #nav_paym { background-position: -57px -85px }
#nav #nav_abou { background-position: -98px -76px }
#nav #nav_cont { background-position:-139px -67px }
#nav #nav_home:hover, #nav li.current #nav_home { background-position:     0 -172px }
#nav #nav_proj:hover, #nav li.current #nav_proj { background-position: -41px -163px }
#nav #nav_serv:hover, #nav li.current #nav_serv { background-position: -82px -154px }
#nav #nav_blog:hover, #nav li.current #nav_blog { background-position:-123px -144px }
#nav #nav_gall:hover, #nav li.current #nav_gall { background-position: -16px -238px }
#nav #nav_paym:hover, #nav li.current #nav_paym { background-position: -57px -229px }
#nav #nav_abou:hover, #nav li.current #nav_abou { background-position: -98px -220px }
#nav #nav_cont:hover, #nav li.current #nav_cont { background-position:-139px -211px }

/*-----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;
	line-height:1.3;
	font-weight:normal;
}
.catTitle { text-align:center }
.pagetitle {
	font-size:1.8em;
	line-height:1.3;
	text-align:center
}

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----------*/
.alert {
	background:url(images/icon-important-36px.png) 11px 11px no-repeat;
	min-height:36px;
	margin:20px 0;
	padding:10px 10px 10px 56px;
	border:1px solid #e08d17;
}

#blogFootnote {
	font:italic .9em/1.5 Georgia, "Times New Roman", Times, serif;
	margin:40px 40px 20px;
}

#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%;
}

.moreLink { font-size:.9em }

/* 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 {
	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;
}

/*-----ARCHIVES------*/
.archive-listing {
	margin:0 0 2em;
	padding:8px;
	border:1px solid #e4e4e4;
	overflow:hidden
}
.archive-listing .thumbnail {
	float:left;
	margin:0 1em 1em 0;
	border:1px solid #d2a649;
}
.archive-listing h3 { font-size:1.3em }
.archive-listing h3, .archive-listing h3 a {
	font-weight:normal;
	margin:0 0 .25em;
}

.archive-listing h2 a:hover {
	text-decoration:underline;
}

/*----- @ 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 1em;
	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;
	padding-right:10px;
	font-size:.9em;
	text-transform:uppercase;
	color:#b89c74;
	}
	
#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;
}
	
	



