/* 
Theme Name: 0face
Theme URI: 
Description: 
Version: 0.1
Author: 
Author URI: 
Released under GNU GENERAL PUBLIC LICENSE
*/

body { 
	color: #000000; 
	background: #ffffff;
	margin: 0;
	padding: 0;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	}

/* CONTAINS ENTIRE PAGE */
#body-container {
	width: 1000px;
	margin: 0 auto;
	}
/* HEADER */
#header {
	text-align: right;
	background: #3b5998 url(images/header.gif) no-repeat top right;
	padding: 5px 0;
	}
#header h1 { margin: 0 35px 0 0; }
#header h1 a { color: #ffffff; padding: 0 0 0 25px; }
#header h1 a:hover {
	color: #ffffff;
	background: #3b5998 url(images/home.gif) no-repeat 0 .1em;
	text-decoration: none;
	}
/* CONTAINS CONTENT & SIDEBAR */
#container {
	float: left;
	width: 100%;
	background: #ffffff  repeat-y top right;
	}
/* CONTENT */
#content {
	float: right; 
	width: 580px;
	padding: 20px 0;
	margin: 0 10px 0 19px;
	}

/* HEADERS */ 
h2, h3, h4, h5, h6 { color: #3b5998; border-top: 1px solid #cccccc; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */
.post { width: 100%; margin: 0; float: left; display: block; }
.post h2.post-title {
	float: left;
	width: 100%;
	display: block;
	font-size: 1.2em;
	margin: 2px 0;
	padding: 2px 0 0 0;
	text-indent: 25px;
	background: transparent url(images/note.gif) no-repeat 0 .2em;
	border-top: 1px solid #cccccc;
	}
.post h2.post-title a, .post h2.post-title a:hover  { color: #CC0066; }
.post p.post-time { font-size: .9em; margin: 2px 0 0 0; }
.entry { float: left; width: 100%; display: block; margin: 10px 0; }
.post h2 { font-size: 1em; }
/* blockquotes */
blockquote { color: #5e5f5e; }
blockquote blockquote { color: #858785; }

/* links */
a { 
	color:  #3b5998;
	text-decoration: none;
	}
a:hover { color: #3b5998; text-decoration: underline; }

/* images */
.post a img, .post img { border: 2px solid #3b5998; }

/* lists */
.post ul { list-style-type: square; }
.post ul li { 
	margin: 0;
	padding: 0;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: left;
	width: 100%;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	}

/* tables */
.post table { border: none; background: #ffffff; }
.post tr, .post td { border: 1px solid #3b5998; }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; width: 100%; display: block; float: left; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; width: 45%; }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { width: 99%; float: left; display: block; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; }
#comments-template ol li { margin: 5px 0; padding: 0 5px; }
#comments-template fieldset { border: none; }
#comments-template form { padding: 5px; margin: -10px 0 0 0; background: #eeeeee; border-bottom: 1px solid #cccccc; }
#comments-template legend { border: none; }
#comments-template textarea { width: 99%; border: 1px solid #3b5998; }
#comments-template input { width: 40%; border: 1px solid #3b5998; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; color: #ffffff; background: #3b5998;  }
.comment-meta-data { padding: 5px; margin: 0; background: #eeeeee; border-top: 1px solid #3b5998; border-bottom: 1px solid #cccccc; }
.comment-text { padding: 0 5px; margin: 0; }
h3#comments, h3#respond {
	font-size: 1em;
	margin: 10px 0;
	padding: 0;
	text-indent: 5px;
	border-top: 1px solid #3b5998;
	background: #d8dfea;
	}

/* SIDEBAR */
#sidebar, #sidebar2 {
	font-size: 1em;
	background: transparent;
	margin: 0;
	padding: 0;
	}
#sidebar { width: 136px; float: left; }
#sidebar2 {
	width: 200px; float: right; margin: 0 11px 0 0; padding: 20px 0;
	}
#sidebar .menu, #sidebar2 .menu { margin: 0 0 5px 0; width: 100%; display: block; float: left; }
#sidebar h2.menu-header, #sidebar2 h2.menu-header {
	font-size: 1em;
	margin: 0;
	padding: 0;
	background: #d8dfea;
	border-top: 1px solid #324e8b;
	}
#sidebar h2.menu-header span, #sidebar2 h2.menu-header span { margin-left: 23px; }
#sidebar ul, #sidebar2 ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#sidebar ul li, #sidebar2 ul li {
	padding: 0;
	margin: 0 0 0 10px;
	}
#sidebar div, #sidebar2 div { padding: 0; margin: 0; }
#sidebar2 .about ul li {
	width: 100%;
	border-bottom: 1px solid #3b5998;
	padding: 0;
	margin: 0;
	}
#sidebar ul li a, #sidebar2 ul li a {
	color: #3b5998;
	padding: 1px 0 1px 0;
	text-decoration: none;
	}
#sidebar2 .about ul li a {
	padding: 0 0 0 5px;
	display: block;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover {
	color: #3b5998;
	text-decoration: underline;
	}
#sidebar2 .about ul li a:hover {
	color: #ffffff;
	background: #3b5998;
	text-decoration: none;
	}
#sidebar ul li ul { margin: 0; padding: 0; border: none; }
#sidebar ul li ul li { padding: 0; margin: 0 0 0 10px; }

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed {
	width: 100%;
	display: block;
	float: left;
	border: none;
	margin: 10px 0;
	padding: 0 0 5px 0;
	}
#sidebar ul.feed li {
	float: left;
	width: 100%;
	background: transparent url(images/feed.gif) no-repeat left top;
	border: none;
	margin: 0;
	padding: 0;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	width: 100%;
	float: left;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover { 
	background: transparent;
	text-indent: 25px;
	}
/* about - sidebar2 */
#sidebar2 .about { margin: 0 0 20px 0; }
.about p { margin: 0; padding: 0; }
.about ul { margin: 0; padding: 0; }
/* search */
#sidebar .search {
	text-align: center;
	padding: 10px 0;
	margin: -12px 0 0 0;
	background: #3b5998;
	border-bottom: 5px solid #6d84b4;
	}
#sidebar .search form { margin: 0 2px; }
#sidebar input#s { width: 96%; border: 1px solid #809595; }

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* ads for the bottom of sidebar */
.ads { padding-top: 20px; text-align: center; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
/* NEED TO ADD CSS FOR THIS */
#sidebar img, #sidebar2 img { border: none; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { border: none; background: transparent; text-indent: 0; }
/* Flickr RSS */
.flickr img { margin: 5px 10px; padding: 0; }

/* FOOTER */
#footer {
	width: 649px;
	float: right;
	margin: 0;
	padding: 0 0 20px 0;
	background: #ffffff;
	border-top: 1px solid #324e8b;
	}	
#footer p { margin: 2px 0; font-size: .9em; }
#footer a:hover { text-decoration: underline; }

/* 
"We multiply distinctions, then
Deem that our puny boundaries are things
That we perceive, and not that we have made." 
~ William Wordsworth, The Prelude, 1850 
*/
