/*   
Theme Name: White Press
Theme URI: http://www.tsevdos.com/whitepress-themewhitepress-theme/
Description: An accessible, super clean, minimalistic WP theme.
Author: John Tsevdos
Author URI: http://www.tsevdos.com/
Version: 0.8

Special thanks to my family.
*/

@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/home.css);


/* =General Styles
-----------------------------------------------------------------------------*/
body {
	background-color: #fff;
	text-align: center;
	font-size:12px;
}

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	position: relative;
}

#accessibilitylinks {
	position: absolute;
	top: -1000px;
}

/* =Content section
-----------------------------------------------------------------------------*/
#content {
	float: left;
	width: 630px;
	margin-top:	1em;
	color: #333;
}

#content #posts {
	padding: 0 0.5em 0.5em;
	position: relative;
}

#content .post {
	margin-bottom: 1.2em;
	border-bottom: 1px dotted #999;
}

#content #posts .post h2 {
	line-height: 1.2em;
}

#content #posts h2 a:link, #content #posts h2 a:visited, #content #posts h2 a:active {
	margin: 0.2em 0.5em;
	padding: 0 0.5em;
	display: block;
	color: #010066;
	text-decoration: none;
	border-left: 3px solid #010066;
}

#content #posts h2 a:hover {
	color: #fe0000;
	border-left: 3px solid #00066;
}

#content h1 {
	margin: 1em 0;
}

#content h2 {
}

#content h3 {
	margin: 1em 0;
}

#content h4 {
	margin: 1em 0;
}

#content h5 {
	margin: 1em 0;
}

#content h6 {
	margin: 0.8em 0;
}


#content ul, #content #posts ol {
	line-height: 1.5em;
}

#content ul {
margin-left:0;
padding-left:0;
	list-style-type: none;
}

#content ul li {
	padding: 0 0 5px 5px;
	border:none;
	text-decoration: none;
}

#content .data {
line-height:1.5em;
margin:1.5em;
}

.marker {
color:#33cc33;
}








#content #posts .post_body {
	margin: 1em 0;
	padding: 0 1em;
}

#content #posts .date_author_comments {
	margin: 0.5em 18px;
	text-align: right;
	font-size: 0.75em;
}

#content #posts .date_author_comments .comments {
	text-align: right;
}

#content #posts .date_author_comments .comments a {
	padding-right: 15px;
	background: transparent url(images/comment_icon.gif) right 50% no-repeat;
}

/* Post and Page only styles. */
#content #posts .tags {
	font-size: 0.8em;
	display: block;
	text-align: right;
}

#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 {
	border-bottom: 1px solid #2a3548;
}

#content #error_page h3 {
}

#content #error_page p {
	padding: 1em 1em 0;
}

/* Archives page only styles. */
#content h1  {
padding:0.2em 0 0.7em 40px;
background:url(images/h3.jpg) no-repeat left bottom;
}

#content #archives {
	margin: 0 1em;
}

#content #archives h1 {
	font-size: 1.2em;
	color: #333;
	text-align: center;
}
