/*  
Theme Name: scholarpress
Theme URI: http://wordpress.org/
Description: A simple, no frills theme to use for new designs.
Author: Jeremy Boggs
Author URI: http://clioweb.org/

*/

/* == Reset styles == */
@import url("reset.css");

/* == Global Styles == */

body {font:62.5% "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444; background:#444; padding:66px 0;}

/* Headings */
h1 {font-size:2.4em; line-height:1.5em; margin-bottom:0.75em;}
h2 {font-size:1.8em; line-height:1em; margin-bottom:1em; font-weight:bold; color:#444;}
h3, h4 {font-size:1.5em; line-height:1.2em; margin-bottom:1.2em; color:#444; font-weight:bold;}
h5 {font-size:1.2em; line-height:1.5em; font-weight:bold;}
h6 {font-size:1.2em; line-height:1.5em; font-style:italic;}

/* Links */
a:link {color:#c60;}
a:visited {color:#c60;}
a:hover {color:#c60;}
a:active {color:#c60;}

h1 a, h2 a, h3 a {text-decoration:none;}

/* Misc elements */
p,ul,ol,dl {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;}

.navigation a {text-decoration:none;}

ol {list-style:decimal;}
ul {list-style-type:disc;}

li * {font-size:1em;}
/* forms */
textarea#comment { width:412px;}

/* == Wrap == */
#wrap {width:678px; background:#fff url("images/sp-header.gif") 50% 0 no-repeat; overflow:hidden; margin:0 auto; padding:66px 0 0;}

/* == Header == */
#header {margin:0 66px 32px;}
	#header h1 { border-bottom:1px dotted #ccc; padding-bottom:18px;}
	#header h1 a {overflow:hidden; display:block; padding:61px 0 0; width: 198px; background:transparent url("images/scholarpress-logo.gif") top left no-repeat; height: 0 !important; height /**/:61px;}

	#primary-nav {text-align:right; border-bottom:1px dotted #ccc;}
	#primary-nav li {display:inline; margin-left:18px;}
	#primary-nav a {}
	
/* == Content == */
#content {padding:0 66px 0;}
	#primary {}
	#secondary {}
	
	.vcard {overflow:hidden;}
	.vcard h3.fn {float:left; width: 114px;}
	.vcard ul {float:left; clear:left; width:114px; }
		.vcard img { border:2px solid #c60; border-width:3px 0 0;}
	.vcard p {float:right; width: 408px;}
	
	/* Post styles */
	.single {border-bottom:1px dotted #ccc; margin-bottom:1.8em;}
	
	/* Comments styles */
	#commentlist {list-style:none; border-bottom:1px dotted #ccc;}
		#commentlist li {margin-bottom:3em; position:relative; padding-left:66px;border-top:1px dotted #ccc;}
		#commentlist li img {position:absolute; top:0; left:0;}
	#commentlist .comment-info {overflow:hidden; padding: 1.5em 0 0.75em; font-weight:bold;}
		#commentlist a {text-decoration:none;color:#444;}
			#commentlist a:hover {color:#c60;}
		#commentlist .comment-author {width:48%; float:left;}
		#commentlist .comment-date {width:48%; float:right; text-align:right;}
		#commentlist .comment-text {padding:1.5em 0 0;}
			.comment-text blockquote {margin-left:1.5em; font-style:italic;}
/* ==  Footer == */
#footer {clear:both; background:url("images/sp-footer.gif") 50% bottom no-repeat; padding:0 66px 48px; }
	#footer p {border-top:1px dotted #ccc; padding-top:1.63636em;}