/*
Theme Name: Stauber Design Studio
Theme URI: http://stauberdesign.com/
Description: Custom theme for the Stauber Design Studio by Drew Myler.
Version: 1.0
Author: Drew Myler
Author URI: http://evolvingpage.com/

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus, :active {
	outline: 0;
}

ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* 	font-size set following Richard Rutter's method to allow text resizing across all browsers: 
	http://www.alistapart.com/articles/howtosizetextincss/ 
	16px baseline font-size. See ie.css for IE baseline font-size rule. 
	
	Important: 
	Line-height calculations are based on the most immediate font size. 
	For example: if font-size is resized to 14px, begin line-height calculation for that element at 14px (not 16px).
	Otherwise line-height will inherit base line-height of 17px (see body rule). 
*/


/* ---------------------------
		Globals 
---------------------------- */

body {
	background: #fff;
	font-family: Georgia, "Lucida Fax", "Times New Roman", sans-serif;
	font-size: 16px;
	line-height: 1.125em; /* 18px */
	color: #636466;
	text-align: center;
}

ol {
	margin-left: 20px;
	}

img, fieldset { border:none; }

a { 
	outline: none;
	text-decoration: none; 
	color: #6c9db7;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: #a8c2d3;
	}

.alignleft, .alignright { 
	float:left;
 	margin: 5px 15px 5px 0;
	}

.alignright { 
	float:right;
	margin: 5px 0 5px 15px;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: .75em; /* 12px */
	padding-top: 10px;
	}
	
.hide, .skip, hr, .closed { display: none; }

.open { display: block; }

/* 
	Clearing floats: http://www.positioniseverything.net/easyclearing.html  
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.c\learfix:after { line-height: 0; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* ---------------------------
		Layout 
---------------------------- */

#page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff url(images/bg-body2.gif) 50% 0 repeat-y;
	}
	
#maincol {
	width: 365px;
	float: left;
	padding-top: 55px;
	margin-left: 0;
	display: inline; /* Fix IE 6 double margin bug */	
	}
	
#nav {
	float: right;
	margin-top: 165px;
	position: relative;
	width: 325px;
	font-family: "Lucida Grande", verdana, sans-serif;
	color: #636466;
	}
	
#leftcol, #rightcol {
	width: 130px;
	float: left;
	margin: 10px 25px 0 15px;
	display: inline; /* Fix IE 6 double margin bug */
	}
	
#rightcol {
	margin: 10px 10px 0 0;	
	width: 140px;
	}
	
	
	
/* ---------------------------
		Header 
---------------------------- */


/* logo */

img#logo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-bottom: 5px solid #fff;
	border-left: 1px solid #fff;
	}
	
p.desc {
	position: absolute;
	top: 8px;
	left: 20px;
	color: #a7a9ac;
	font-size: .5625em; /* 9px */
	font-family: "Lucida Grande", verdana, sans-serif;
	}		
	
/* ----------------------------
		Maincol Styles
------------------------------ */

h1, h2, h3 {
	margin: 0 0 12px;
	line-height: 1.286em; /* 18px */
	font-size: 1em; /* 16px */
	font-weight: normal;
	color: #000;
	}
	
h2 a, h2 a:visited {
	color: #000;
	}
	
#maincol p.cat {
	font-size: 14px;
	font-family: "Arvo", "Lucida Grande", verdana, sans-serif;
	color: #b6b7b8;
	margin-bottom: 10px;
	}

p.cat a, p.cat a:visited {
	color: #b6b7b8;
	}

#maincol h2 {
	font-family: "Arvo", "Lucida Grande", verdana, sans-serif;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.034em;
}	
	
h3 {
	margin-bottom: 0;
	font-size: .687em; /* 11px */
	line-height: 1.636em; /* 18px */
	}
	
strong {
	color: #000;
	}
	
#maincol p, 
#maincol li,
#maincol dt,
#maincol dd, 
#maincol td, 
#maincol th {
	font-size: 14px;
	line-height: 20px;
	}
	
#maincol td p, 
#maincol td label, 
#maincol td select, 
#maincol td input, 
#maincol dd td,
#maincol dd p,
#maincol td li, 
#maincol li th,
#maincol li td, 
#maincol li p, 
#maincol li li { font-size: 1em; } /* 12px */
	
#maincol p, #maincol li {
	margin-bottom: 18px;
	}

#maincol td p, #maincol li li {	
	margin-bottom: 0;
	}
	
.post {
	padding-bottom: 10px;
	}
	
.entry {
	margin-bottom: 35px;
	}
	
.navigation p {
	width: 42%;
	}

.navigation p.alignright {
	text-align: right;
	}	
	
div.featimg {
	margin-bottom: 20px;
}	
	
body.home .entry a {
	color: #000;
}	

/* Archive styles */

ul.all-work a {
	color: #000;
}

/* Begin Form Elements */

#searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}
	
/* Override gallery style that affects thumbnail width */

#maincol .gallery-item { width: auto; float: none; }

#maincol .gallery-item img { float: left; }

#maincol .attachment-thumbnail { border-right: 3px solid #fff; border-bottom: 3px solid #fff; }

/* ----------------------------
		Nav Styles
------------------------------ */


#nav p, 
#nav li,
#nav dt,
#nav dd, 
#nav td, 
#nav th {
	font-size: .625em; /* 10px */
	line-height: 1.53em; /* 13px */
	margin-bottom: 7px;
	}

#nav li {
	margin-bottom: 7px;
}	
	
#nav h2, #nav h3 {
	font-family: "Arvo", "Lucida Grande", verdana, sans-serif;
	font-size: 14px; 
	line-height: 1.4em;
	margin-bottom: 0;
	letter-spacing: .031em;
}	
	
#nav li p,
#nav li li {
	font-size: 1em;
	}
	
#nav ul, #nav p {
	margin-bottom: 25px;
	margin-top: 7px;
	}
	
#nav h2, #nav h2 a, #nav h3, #nav h3 a {
	color: #639ec8;
	}
	
#nav p.copyright {
	padding-top: 20px;
	color: #a7a9ac;
	font-size: .5625em; /* 9px */
	}
	
#nav h2.comments {
	margin-bottom: 2px;
	}
	
#nav p.rss {
	padding: 20px 0 0 20px;
	line-height: 14px;
	background: url(images/rss_button.jpg) 0 20px no-repeat;
	}
	
#nav li a {
	color: #000;
}	

#nav li a:visited {
	color: #808285;
}


/* Comments */

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */

/* Footer */

#footer {
	width: 750px;
	margin: 9px auto;
	text-align: left;
	border-top: 2px solid #f1f2f2;
	border-bottom: 2px solid #f1f2f2;	
	padding: 9px 0;
}	

#footer p {
	font-size: .625em; /* 10px */
	line-height: 1.5em; /* 13px */
	margin-bottom: 10px;
	color: #000;
	font-family: "Lucida Grande", verdana, sans-serif;
}

#footer p a {
	color: #000;
}

#footer p a:visited {
	color: #6c9db7;
}

#footer p.copy {
	font-size: .575em;
	margin-bottom: 0;
}

/* End Footer */
