/*  
Theme Name: Humanist
Theme URI: http://roua.org/
Author: anonymous
Description: a matter of taste ;)
*/

/* Begin Typography & Colors */
body {
	background-color: black;
        color: gray;
	font:12px/1.5em Georgia;
	}

a:link { color:#c85a01; text-decoration: none; } 
a:visited { color:#cb7107; text-decoration: none; } 
a:hover {color: #0000c0;text-decoration: none;}

p.postmetadata a:link { color:#c85a01; text-decoration: none; } 
p.postmetadata a:visited { color:#cb7107; text-decoration: none; } 

#header{
	background-color: black;
	color: #eeeeee;
        padding-left:10px;
        margin-top:20px;
font-weight:bolder;
	font-size:24px;
border-bottom-style:dotted;
border-width:thin;
border-color:blue;
	}

.description{
	font-size:12px;
font-weight:normal;
}


#header a:link{color:#cc8000 ; text-decoration: none } 
#header a:visited{color:#eea000; text-decoration: none;}
#header a:hover{color: #0033bb;text-decoration: none;}



#page {
	background-color: black; 
	color:gray;
	width: 100%;
        clear:both;
	}
	
#content {
	background-color: black; 
	color:gray;
        margin-top:20px;
	}

#sidebar {
        float:right;
        color:gray;
	background-color: black; 
        padding: 10px;
        width: 27%;
}
	
.widecolumn .entry p {
	}

small {
	font-size: 0.9em;
	}

h1, h2, h3 {
	font-weight: bold;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia;
	}
	
.commentlist li {
	font-weight: bold;
	background-color: #e8e0b5;
	color:black; 

	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font-family: monospace;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Georgia;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
        background-color: black; 
	float: left;
	width:55%;
        margin-left:15%;
	}

.widecolumn {
	background-color: black; 
	color:gray;
	margin-left:20%;
        margin-right:20%;
        margin-top:20px;
        padding-top:2em;
	width: 55%;
	}

.post a:link { color:#9d4709; text-decoration: none; } 
.post a:visited { color:#a04401; text-decoration: none; } 
	
.post {
        border: 3px ridge #e8e0b5;
	background-color: #e8e0b5;
	color:black; 
        padding: 0px 50px 10px 50px;
	margin: 10px;
	text-align: justify;
	}

.widecolumn .post {
        margin:0;
	}

.postmetadata {
	background-color: black; 
	color:gray;
	padding: 5px;
	}

.widecolumn .postmetadata {
        margin-bottom:10px;
	}

.navigation {
        display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
        padding-left:10px;
        padding-right:10px;
	}

#tag-cloud {
	margin-top: 20px;
	clear: both;
	}

li #tag-cloud {
        background:black;
        color:gray;
	}
	
#footer {
        background:black;
        color:gray;
	padding: 0 0 0 1px;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
        text-align:right;
	}
/* End Structure */


/* Begin Lists


	Special stylized non-IE bullets


	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;

	padding: 0 0 0 30px;
	list-style: none;


	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	text-align:right;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	background-color: black; 
	color:gray;
	margin: 10px auto;
	padding: 5px 3px; 
/*	text-align: center; */
	width:150px;
	}

#sidebar #searchform #s {
	width:120px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
