/*  
Theme Name: MichaelDawson.com
Theme URI: http://michaeldawson.com/
Description: Custom theme built for Michael Dawson's website.
Version: 1.0
Author: Nate Cook
Author URI: http://natecook.com/
*/

/* ------------------------------------------------------------------------
   global */
   
body {
	color: #2a2925;
	background: #e1dfdd url(_images/back_page.gif) center top repeat-y;
	margin: 0;
	
	min-width: 756px;
	text-align: center;

	font-family: Helvetica, Arial, sans-serif;
}

#main {
	width: 968px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: url(_images/back_content.gif) 327px 243px no-repeat;
}

.ir {
	display: block;
	text-indent: -5000em;
	overflow: hidden;
	text-decoration: none !IMPORTANT;
	background-repeat: no-repeat;
	background-position: top left;
}
.first {
	margin-top: 0 !IMPORTANT;
}
a { 
	color: #1e3a7a;
}
a:hover { 
	text-decoration: underline !IMPORTANT;
}
/* ------------------------------------------------------------------------
   header & navigation */

#header {
	background: url(_images/header_image.jpg) center top no-repeat;
	padding: 243px 0 0;
}

#title {
	float: left;
	padding: 36px 23px 36px 82px;
}
#title a {
	background-image: url(_images/h2_michaeldawson.gif);
	width: 245px;
	height: 41px;
}

#nav {
	float: left;
	width: 610px;
	padding: 49px 0 37px;
	background: url(_images/nav_rightedge.gif) 457px 49px no-repeat;
}
#nav ul,#nav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	text-indent: -5000em;
	overflow: hidden;
	text-decoration: none !IMPORTANT;
	height: 27px;
	background-position: top left;
}
#nav a:hover,#nav .sel a {
	background-position: bottom left;
}

#nav #nav_about a { width: 74px; background-image: url(_images/nav_about.gif); }
#nav #nav_papers a { width: 80px; background-image: url(_images/nav_papers.gif); }
#nav #nav_projects a { width: 91px; background-image: url(_images/nav_projects.gif); }
#nav #nav_data a { width: 62px; background-image: url(_images/nav_data.gif); }
#nav #nav_courses a { width: 88px; background-image: url(_images/nav_courses.gif); }
#nav #nav_blog a { width: 62px; background-image: url(_images/nav_blog.gif); }


/* ------------------------------------------------------------------------
   content */

#content h3.ir {
	height: 20px;
	margin: 2.5em 0 0.5em;
}

#content .post {
	margin-bottom: 3em;
}
#content .post h2 a,#content .post h2 a:hover,#content .post h1 a,#content .post h1 a:hover {
	text-decoration: none !IMPORTANT;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
}

#content p {
	margin: 1em 0;
}
#content p.entry_date {
	font-size: 11px;
	margin-top: 0.3em;
}

#content p.entry_footer, #content div.entry_footer p {
	font-size: 11px;
	margin: 0;
}

#content blockquote {
	padding-left: 15px;
	border-left: 3px solid #e3e3e1;
}

#content .col_block {
	float: left;
	width: 220px;
	margin-right: 29px;
}
#content .col_block p {
	margin: 0 0 1em;
}
#content #proj_col {
	margin-right: 0;
}
#content .post .col_block h3 {
	margin-bottom: 0.5em;
}

#content .post h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #1e3a7a;
}
#content .post h1.prehead {
	margin-bottom: -0.6em;
}
#content .post h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 1.7em 0 1em;
}
#content .post h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 1.7em 0 -0.7em;
}

#content h2.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #1e3a7a;
	margin-bottom: 1.1em;
}
#content.withtitle .post h1 {
	font-size: 15px;
}
#content.postlist .post h2 {
	margin: 1em 0;
	font-size: 13px;
}

#content .stico_default {
	font-size: 11px;
}

#content img.bookcover {
	display: block;
	float: right;
	margin: 1.1em 0 15px 30px;
	border: 3px solid #e3e3e1;
}

#content img.right {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	border: 3px solid #e3e3e1;
}

#content #s { margin-left: 0; width: 135px; font-size: 11px; }
#content #searchsubmit { font-size: 11px; }

#content .alignleft { float: left; }
#content .alignright { float: right; }

#content p.download {
	margin: -0.2em 0 1.6em;
}

#content p.small {
	font-style: italic;
	font-size: 11px;
}

#content .navigation {
	font-size: 10px;
	margin-bottom: 15px;
}

#content img.graph {
	margin-bottom: 15px;
}
#content img.leftgraph {
	margin-right: 8px;
	margin-bottom: 15px;
}
#content p.indent {
	margin-bottom: 35px;
	margin-left: 25px;
}
#content img.alignright {
	margin-left: 22px;
}

#bearden {
	margin: 15px 0 10px;
	padding: 10px;
	background: #e8e8e5;
	font-size: 11px;
	line-height: 14px;
}
#bearden img {
	float: left;
	margin-right: 10px;
}


/* ------------------------------------------------------------------------
   comments */

.blog_comments {
	margin-top: 20px;
	padding-top: 20px;
}
.blog_newcomment {
	padding-top: 20px;
	border-top: 1px solid #e3e3e1;
}
.blog_comments h3,.blog_newcomment h3 {
	color: #526a34;
	margin-bottom: 1em;
}
.blog_comments p {
}
.blog_comments .commentnumber {
	font-weight: bold;
	color: #999;
	font-size: 10px;
}
.blog_comments .comment {
	padding: 1px 1em;
	border-top: 1px solid #e3e3e1;
}
.blog_comments .alt {
}
.blog_comments .author {
	background: #eeeeec;
}
.blog_comments .author .author_name {
	font-weight: bold;
}

.recent_submit {
	background: url(_images/post_separator.gif) no-repeat;
	padding-top: 10px;
	color: #666;
}

#commentform label {
	font-size: 10px;
	padding-top: 3px;
	display: block;
	float: left;
	width: 48px;
	vertical-align: center;
	font-weight: bold;
}
.recent_submit #commentform label {
	width: 50px;
}
#commentform p {
	margin: 6px 0;
}
.blog_newcomment .req {
	font-size: 9px;
}
#commentform .comment_input,#commentform textarea {
	font: 11px Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 2px;
	background: #fcfcfa;
	border: 1px solid #ccc;
}
#commentform .comment_input:focus,#commentform textarea:focus {
	background: #ffffff;
}
#commentform textarea {
	width: 370px;
}


/* ------------------------------------------------------------------------
   left column */

#leftcol {
	float: left;
	width: 220px;
	padding: 0 0 50px 92px;
	
	font-size: 12px;
	line-height: 16px;
}

#leftcol .post {
	margin: 0 0 1.5em;
}
#leftcol .post a.title {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#leftcol .post .date {
	font-size: 11px;
	vertical-align: 2px;
}
#leftcol .post .summary {
	margin: 5px 0 0;
}
#leftcol p a {
	text-decoration: none;
}
#leftcol .errata {
	font-size: 11px;
}

#leftcol p {
	margin: 0px 0 1em;
}

#leftcol #subnav {
	margin: -29px 0 75px;
	text-align: right;
}
#leftcol #subnav h3 {
	text-align: left;
	height: 22px;
	width: 224px;
	margin: 0 0 3px 8px;
}
#leftcol #subnav h3 a {
	height: 22px;
}
#subnav ul,#subnav li {
	display: inline;
	list-style: none;
	margin: 0; padding: 0;
}
#leftcol #subnav li a {
	display: block;
	margin: 1px 0 0;
	color: #34332e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#leftcol #subnav li a:hover {
	color: #1e3a7a;
	text-decoration: none !IMPORTANT;
}
#leftcol #subnav li.current_page_item a {
	color: #1e3a7a;
}

#leftcol p.credits {
	text-align: right;
	margin: 2.5em 0 0;
	font-size: 11px;
	color: #3a3945;
}
#leftcol p.credits em {
	font-style: normal;
	font-weight: bold;
}

/* ------------------------------------------------------------------------
   main column */

#maincol {
	width: 470px;
	padding: 0 0 50px 50px;
	float: left;
	
	font-size: 12px;
	line-height: 16px;
}

#maincol .intro {
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;
}

#maincol h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0 0;
}

#maincol h4 a {
	text-decoration: none;
}

/* ------------------------------------------------------------------------
   headers */

#h3_whatsnew { background-image: url(_images/h3_whatsnew.gif); }
#h3_latestposts { background-image: url(_images/h3_latestposts.gif); }
#h3_bytopic { background-image: url(_images/h3_bytopic.gif); }
#h3_search { background-image: url(_images/h3_search.gif); margin-bottom: 1px !IMPORTANT; }
#h3_currentprojects { background-image: url(_images/h3_currentprojects.gif); }
#h3_publishedworks { background-image: url(_images/h3_publishedworks.gif); }
#h3_recentwork { background-image: url(_images/h3_recentwork.gif); margin-top: 12px !IMPORTANT; }
#h3_books { background-image: url(_images/h3_books.gif); margin-top: 12px !IMPORTANT; }
#h3_archive { background-image: url(_images/h3_archive.gif); }
#h3_links { background-image: url(_images/h3_links.gif); }
#h3_featuredproject { background-image: url(_images/h3_featuredproject.gif); margin-top: 24px !IMPORTANT;}

#sub_projects a { background-image: url(_images/sub_projects.gif); }


/* ------------------------------------------------------------------------
   footer */

#footer {
	font-size: 10px;
	clear: left;
	padding: 30px 0 30px 92px;
}






/* ------------------------------------------------------------------------
   forward_post */

.forward_post {
	display: none;
	padding: 0;
}
.forward_post div {
	font-size: 1.1em;
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #CCCCCC;
}
.forward_post_close {
	float: right;
}
.forward_post h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #1e3a7a;
	margin: 0 0 10px !IMPORTANT;
}
.forward_post p {
	margin: 5px 0;
}
.forward_post label {
	display: block;
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 3px;
	width: 90px;
}
.forward_post_submit {
	margin-left: 90px
}
.forward_post_input {
	font: 11px Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 2px;
	border: 1px solid #ccc;
}
.forward_post_input:focus {
}
.forward_post_status {
	padding: 2px;
}