/*   
Theme Name: Whitepress
Theme URI: http://code.google.com/p/whipress/
Description: An accessible, super clean, minimalistic WP theme.
Author: John Tsevdos
Author URI: http://www.tsevdos.com/
Tags: white, light, two-columns, fixed-width, right-sidebar
Version: 1.1.5
*/

@import url(css/lib/reset.css);
@import url(css/lib/typography.css);
@import url(css/lib/forms.css);
@import url(css/header.css);
@import url(css/navigation.css);
@import url(css/sidebar.css);
@import url(css/footer.css);
@import url(css/bodytabs.css);
@import url(css/chattabs.css);

/* =Threaded Comment Styles
-----------------------------------------------------------------------------*/

.rights { margin-left: 125px; }

.birdpic {
	margin: 5px;
	position:absolute;
	vertical-align: bottom;
	text-align: right;
} 

.fn { 
	vertical-align: top;
	margin: -34px 0px 0px 45px;
	font-size: 14px; 
	font-weight: bold;
	}

.fntrack { 
	vertical-align: top;
	margin: -34px 0px 0px 45px;
	font-size: 14px; 
	font-weight: bold;
}

.fn a:link { text-decoration: none; }

.comment-meta { margin: 0px 0px 0px 46px; }

.awaitmod { margin-top: 18px; }

.avatar {
   margin: -10px 5px -10px -10px;
   padding: 3px;
   border: 1px solid #ccc;
   border-width: 0 1px 1px 0;
}

/* =General Styles
-----------------------------------------------------------------------------*/
#tagcloud {text-transform: lowercase; } 

.guidelines {
	border: 1px solid #999;
	font-size: 10px; 
	width: 480px;
	line-height: 12pt;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 8px 8px 8px;
}

.posttags { 
	text-align: left;
	font-size: 0.75em;
} 

.posttitle { 
	text-decoration: none;
	font-size: 1.3em;
	padding-bottom: 8px;
	font-weight: bold;
}

.posttitle a:link { text-decoration: none; }

.posttitle a:hover {
	color: #999999;
	text-decoration: none;
}


.postfoot { margin: -5px 0px 5px 0px; }

body {
	background-color: #D4E2FE;
	text-align: center;
}

#container {
	background-color: #E1EBFD;
	margin: 20px auto 0;
	width: 1000px;
	text-align: left;
	border: 1px solid #999;
	position: relative;
}

#accessibilitylinks {
	position: absolute;
	top: -1000px;
}

/* =Wordpress must-have classes (http://codex.wordpress.org/CSS)
-----------------------------------------------------------------------------*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft { 
	float: left; 
	padding-right: 12px;
}

.alignright { float: right; }

.follow { 
	float: right;
	vertical-align: bottom;
	margin: -10px 0px 0px 0px;
}

.postnav {
	float: right;
	margin: -24px 0px 0px 0px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* =Content section
-----------------------------------------------------------------------------*/

#content {
	float: left;
	width: 620px;
	margin: 8px 0px 12px 8px;
}

#comments p { font-size: 14px; }


#content #posts #comments ol#commentslist li a:link { color: #000000; text-decoration: underline; }

#content #posts #comments ol#commentslist li.alt a:link { color: #000000; text-decoration: underline; }

#content #posts #comments ol#commentslist li .comment-meta a:link { color: #000000; text-decoration: none; }

#content #posts #comments ol#commentslist li.alt .comment-meta a:link { color: #000000; text-decoration: none; }


#content #posts #comments ol#commentslist li a:hover { color: #000000; background: #E1EBFD; text-decoration: underline; }

#content #posts #comments ol#commentslist ul.children li a:hover { color: #000000; background: #E1EBFD; text-decoration: underline; }

#content #posts #comments ol#commentslist li.alt a:hover { color: #000000; background: #FFFFFF; text-decoration: underline; }

#content #posts #comments ol#commentslist ul.children li.alt a:hover { color: #000000; background: #FFFFFF; text-decoration: underline; }

#content #posts #comments ol#commentslist li .comment-meta a:hover { text-decoration: none; color: #000000; background: #FFFFFF; }

#content #posts #comments ol#commentslist li.alt .comment-meta a:hover { text-decoration: none; color: #000000; background: #E1EBFD; }

#content #posts #comments ol#commentslist ul.children li .comment-meta a:hover { text-decoration: none; color: #000000; background: #FFFFFF; }

#content #posts #comments ol#commentslist ul.children li.alt .comment-meta a:hover { text-decoration: none; color: #000000; background: #E1EBFD; }



#content #posts { position: relative; }

#content .post {
	padding: 14px;
	background-color: #FFFFFF;
	border: 1px solid #999;
	font-size: 14px;
}

#content #posts h2 a:link, #content #posts h2 a:visited, #content #posts h2 a:active {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0.2em 0.5em;
	padding: 0.2em;
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#content #posts h2 a:hover { color: #999999; }

A:link {
text-decoration: underline;
color: #000000;
}
A:visited {
text-decoration: none;
color: #000000;
}
A:active {
text-decoration: none;
color: #000000;
}
A:hover {
text-decoration: none;
color: #999999;
}

.post_body a:hover { color: #000000; }

.post_body a:link { 
color: #000000; 
text-decoration: underline;
}

.post_body a:hover { 
color: #000000;
background: #E1EBFD;
text-decoration: underline;
}

#content h1 {
	margin: 1em 0;
	font-size: 1.4em;
	line-height: 1.5em;
}

#content h2 {
	font-size: 1.2em;
	line-height: 1.5em;
}

#content h3 {
	margin: 1em 0;
	font-size: 1em;
	line-height: 1.5em;
}

#content h4 {
	margin: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#content h5 {
	margin: 1em 0;
	font-size: 0.8em;
	line-height: 1.5em;
}

#content h6 {
	margin: 0.8em 0;
	font-size: 0.6em;
	line-height: 1.5em;
}

#content ul, #content #posts ol { line-height: 1.5em; }

#content ul {
	padding-left: 2em;
	list-style-type: none;
}

#content ul li {
	padding: 0 0 5px 18px;
	text-decoration: none;
	background: transparent url(images/sidebar_list_icon.gif) 3px 6px no-repeat;
}

#content #posts .post_body {}

#content #posts .post_body img { padding= 4px; }

#content #posts .date_author_comments {
	text-align: left;
	font-size: 0.75em;
}

#content #posts .date_author_comments .comments { text-align: right; }

/* Post and Page only styles. */
#content #posts .tags {
	padding: 1em;
	background-color: #D4E2FE;
	font-size: 0.8em;
	display: block;
	text-align: center;
  	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
  	border-left: 1px solid #999;
   	border-right: 1px solid #999;
}

#content #posts .tags img {
	position: relative;
	top: 3px; left: -3px;
}

/* Related Posts. */
#content #posts #relatedposts h3 {
	font-size: 1em;
}

/* 404 Error page only styles. */
#content #error_page {
	margin: 0 1em;
	border: 1px solid #999;
}

#content #error_page h2, #content #error_page h3 {
	line-height: 1.2em;
	margin: 0.2em 0.5em;
	padding: 0.2em;
	display: block;
	color: #333;
	text-decoration: none;
}

#content #error_page h2 {
	font-size: 1.4em;
	border-bottom: 1px solid #2a3548;
}

#content #error_page h3 {
	font-size: 1.2em;
}

#content #error_page p {
	padding: 1em 1em 0;
}

/* Archives page only styles. */
#content #posts h1.archive, #content #posts h1.search {
	margin-top: -10px;
	margin-bottom: 0px;
	padding: 4px;
	font-size: 1.4em;
	color: #333;
	text-align: center;
}

#content #archives {
	margin: 0 1em;
	border: 1px solid #999;	
}

#content #archives h1 {
	font-size: 1.4em;
	color: #333;
	text-align: center;
}
