/* Main Color Theme */
/* main background and text is 000000 */
/* light text is fffce5 */

body {
	background: #ffffff;  /* was 000000 */
	color: #000000;
	font-family:Helvetica Neue, Helvetica, Arial;
	}

#header {
	width:auto;
	height:400px;
	margin:0 0 0 0;
	background: url(http://images.genepensiero.com/blog-banners/banner4.png) center 25% no-repeat;
	}
	
#footer {
	background:#ffffff;
	color: #dddddd;
	font-family:Helvetica Neue, Helvetica, Arial;
	padding-top: 36px;
	padding-bottom:16px;
	margin: 0px 0px 0px 0px;
	}
	
#post {
	background: #fff;
	color: #000000;
	}
	
h2.pagetitle {
	background: #fff;
	color: #000000;
	}

#sidebar ul li h2 {
	color: #999;
	text-align: right;
	
	/* had included border-bottom: 3px solid #eee; */
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	color: #333;
	}
	
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
	color: #ddd;
	}	
	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #400101; /* was #333 */
	}
	
	/* here's our meta data settings */
	
small, .postmetadata {
	background: none;
	border-top: 1px solid #ccbcb0;
	padding-top:3px;
	text-align:right;
	font-family: Helvetica Neue, Helvetica;
	color:#999999;
	}


.commentlist li {
	background:#fdfdfd;
	}

.commentlist li .avatar { 
	border: 1px solid #eee;
	background: #fff;
	}


.commentlist li.alt {	
	background:#fefefe;	
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, strike {
	background: none;
	font-size:11px;
	text-align: right;
	color: #000000;
	}

response {
	background:none;
	font-size:11px;
	text-align: right;
	color: #000000;
	}

code {
	border: 1px solid #eee;
	background: #fff;
	}

a {
	color: #277cb0;
	/* was border-bottom: 1px solid #277cb0; */
	}

a:hover {
	color: #333;
	border-bottom: 1px solid #c47373;
	}

.post hr {
	border-top: 1px dotted #000000;
	}		
	
.narrowcolumn .postmetadata2 {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}	

.entry img {
	padding:0px;
        border:none;

	}	
	
.entry {
	border-top: 1px solid #eee;
	}
	
#sidebar a {
	}	
#sidebar a:hover {
	background-color: #f2f2f2;
}	

#sidebar .cat-item a:hover, #sidebar .archives a:hover,
#sidebar #archives ul li a:hover,
#sidebar .linkcat a:hover,
#sidebar .blogroll a:hover {
	background-color: #f2f2f2;
} 

#sidebar div.flickr_badge_image a {
	background: #fff;
	border: 1px solid #eee;
}
#sidebar div.flickr_badge_image a:hover {
	border: 1px solid #ddd;
	background: #fdfdfd;
}


#header #searchform #s {
	background: #f2f2f2;
	color: #000000;
	border: 1px solid #000000;
	font-size: 15px;
	}

#header #searchsubmit {
	background:url(http://images.genepensiero.com/search/search-button-black.png) no-repeat;
	border: 1px solid #000000;
	color: #000000;
	}
	
	
#content #searchform #s {
	background: #f2f2f2;
	color: #e9a36b;
	border: 1px solid #333;
	}

#content #searchsubmit {
	background:none;
	border: none;
	color: #000000;
	}
	
#commentform input, #commentform textarea, fieldset {
	border: 1px solid #ccc;
	}

#commentform #submit {
	background: #fff;
	border: 1px solid #777;
	color:#000000;
	}
	
legend {
	background: #ccc;
}

.commentlist li {
	border: 1px solid #eee;	
	}
	
#sidebar #wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

acronym, abbr {
	border-bottom: 1px dashed #ccc;
	}
	
blockquote {
	background:#f2f2f2;
        font-family: Helvetica, Verdana, Arial;
        font-size: 1.1em;
	    color: #200100;
	}		

.wp-caption {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	}

.entry a.more-link, .navigation a {
	background:#fff;
	color: #666;
	}
.entry a.more-link:hover, .navigation a:hover {
	color:#000000;
	}

.sociable a {
        background:none;
        border-bottom:none;
}

#sidebar li#rssfeeds a:hover, #sidebar .textwidget a:hover, #sidebar #tag_cloud a:hover, #sidebar p a:hover{
	background: #f2f2f2;
	}
	
#pagemenu {	
	background: #a2a2a2;
	margin:0px 0px;
	border-top: 1px solid #a2a2a2;
}

#pagemenu ul li.page_item a, #pagemenu ul li.cat-item a {
	color: #f2f2f2;
	background:#a2a2a2;	
}	

#pagemenu ul li.page_item a:hover, #pagemenu ul li.cat-item a:hover {
	color: #00AEF3; /* was 000000 */
	background: #ffffff; /* was fffce5 */
}

#pagemenu ul li.page_item, #pagemenu ul li.cat-item { background: #ddd;}

#pagemenu ul li.current_page_item, #pagemenu ul li.current_page_item a, #pagemenu ul li.current_page_item a:hover, #pagemenu ul li.current-cat, #pagemenu ul li.current-cat a, #pagemenu ul li.current-cat a:hover { 
	color: #f2f2f2; 
	border-top:1px solid #222222;
	border-left:1px solid #222222;
	border-right:1px solid #222222;
	background:#222222; /* was 000000 */

	}
	
#pagemenu ul li.current_page_item li a {
	background:#eee;
	color: #888;
}

#pagemenu #page-list li:hover {
		background:#f2f2f2;
	}
	
#pagemenu #page-list li ul {
	border: 1px solid #ddd;	
}	

#pagemenu #page-list li ul li {
    background: #eee;
	border-top: 1px solid #ddd;
}

.navigation {
	border-top: 1px solid #eee;
	}
