/*
Theme Name: newrafael
Theme URI: 
Description: Simple lefthand side bar theme, based on silver-dreams
Version: 0.1
Author: Reinier Feijen
Author URI: http://www.boxofchocolates.nl
Tags: white,left-sidebar,two-columns,rafael,newrafael,reinier feijen
*/

body {
	margin:0 0 20px;
	padding:0;
	text-align:center;
	background-color: white;
	color:#999;
	font-family:"Trebuchet MS","Lucida Grande","Gill Sans",Verdana,Arial,Sans-Serif;
	text-align:center;
}

#page {
	margin:40px auto;
	text-align:left;
	width:970px;
	padding-top:0px;
}

#toolbar{
	position:fixed !important;
	z-index:1;
}

/*************** SIDEBAR ************************/
#logo
{
	margin-bottom: 75px;
}
#logo a img{
	height:108px!important;
}
#sidebar {
	float:left;
	width:270px;
	
}

#searchform input[type="text"] {
	width: 120px;
}

#sidebar ul {
	padding:0 0 5px 0;
	margin:0;
	list-style:none;
	font-size:14px;
}

#sidebar ul>li
{
	margin-bottom: 18px;
}

#sidebar ul#categories, #sidebar ul#pages, #sidebar ul#links {
	margin-bottom: 18px;	
}



#sidebar ul a{
	color:black;
}

#sidebar ul a:hover{
	color:#0000FF;
}

#sidebar div.dropdown
{
	margin-bottom: 88px;
}

#sidebar div#friends
{
	margin-bottom: 25px;
}


#sidebar div#sociallinks
{
	color: black;
	padding-bottom: 40px;
}

/*#sidebar input{
	max-width:150px;
}*/
#sidebar input[type="button"]{
	cursor:pointer;
}

#subscribe-text{
	color:black;
	font-size:14px;
	margin-bottom:10px;
}

/******* Begin CONTENT ***************/
#content {
	margin-left:270px;
	padding: 60px 15px 40px 0px;
	width: 700px;
	float:left;
	position:absolute;
	top:40px;
}
#content .post {
	color:#000;
	font-size:14px;
	width:700px;
}

#content h2,#content h3 a{
	font-size:24px;
	padding:8px 0 6px 0;
	color: #999;
}
#content h2 a{
	color: #999;
	text-decoration:none;
}
#content h2 a:hover {
	color:#000;
	text-decoration:underline;
}
#content .entry {
	padding:0px;
 }
/*.images-wrapper img { margin-bottom:28px; }*/
.entry img { margin-bottom:28px;}
.entry p { margin-top:0px; }
.postmetadata {
	font-size:14px;
	color:#999;
	margin-top:10px;
	margin-bottom:6px;	
}
.postmetadata a{
	color:#999;
}
.postmetadata a:hover{
	color:#000;
}
.share {margin: 0; margin-left: -30px; float: left; height:20px; overflow:hidden;}
.share li {float: left; list-style:none;}
.postmetadata .leftcont {float: left; }

div.ruler_container
{
	padding: 25px 0;
}

div.ruler
{
	border-bottom: 1px solid #999;
	width: 300px;
}



a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#00F;
	text-decoration:underline;
}
a img {
	border:none;
}

h2,h3 {
	color:#000;
	font-weight:normal;
}



div.navigation
{
	font-size: 24px;
	padding-bottom: 40px;
	padding-top: 15px;
}

div.navigation a {
	color: #999;
	text-decoration:none;
}

div.navigation a:hover {
	color: #000;
	text-decoration:underline;
}

.post, span.comment_text
{
	line-height: 150%;
}

#sitemap {width: 195px;}
/***************  COMMENTS ****************/


.rel {position: relative;}
.rel label {position: absolute; top: 0;left: 0;}
.rel input, .rel textarea {margin-left: 140px;margin-top: -2px;}

div.comment_part {
}

h3#comments, h3#respond {
	padding:18px 0px 0px;
	font-size: 14px;
	color: #000;
}

ul.commentlist {
	list-style:none;
	color: #000;
	padding: 0;
	margin: 0;
}

ul.commentlist li {
	padding-bottom:15px;
}

span.comment_author,span.comment_date, span.comment_author a {
	color:#999;
	font-size: 14px;
}
span.comment_author a:hover {
	color:#000;
}
span.comment_date {
	text-transform: lowercase;
}
span.comment_text p {
	font-size: 14px;
	color:#000;
	margin: 0;
}

em.awaiting_moderation {
	color:#999;
	display:block;
	font-size:10px;
}

#commentform p a {
	color:#999;
}
#commentform p a:hover {
	color:#000;
}
#commentform input[type="text"] {
	padding:3px;
	font-family: Arial;
}
#commentform textarea {
	padding:3px;
	font-family: Arial;
	overflow:auto;
	width:300px;
	height:140px;	
}

#commentform input[type="submit"] {
	cursor:pointer;
}




/***************  SINGLE POST ********************/

div.single_navigation {	
	margin-top: -8px;
	margin-bottom: 60px;
	font-size: 14px;
}

div.single_navigation table {
	width:700px;
}

div.single_navigation table a {
	color:#999;
}
div.single_navigation table a:hover {
	color:black;
}
td.single_alignleft,td.single_alignright {
	width:350px;
}
td.single_alignright {
	text-align:right;
}
td.single_alignleft a {
}
td.single_alignright a {
}
.post h2 { line-height:130%; margin-bottom:2px; padding-bottom:0px; }

.nav-arrow-left {    
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #999;
  cursor: pointer;
/*  transition: all 0.3s ease-out;*/
  float: left;
  margin-right:10px;
  margin-top:6px;
    
}

.navHoverLeft{ border-right: 15px solid #000;}
.navHoverRight{ color:#000;border-left: 15px solid #000 !important;}

.nav-arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #999;
  cursor: pointer;
/*  transition: all 0.3s ease-out;  */
  float: right;
  margin-left:10px;
  margin-top:6px;
  
}

/*single posts navigation end*/


/***************  SEARCH RESULTS ****************/

p.search
{
	margin-top: 0px;
}


/**** GENERAL / VARIOUS ********/


.note,.warning,.caution,.highlight {
	background:#FFFFCC;
	padding:5px;
	font-size:14px;
	color:#666;
	border:1px solid #CCCC99;
	border-width:1px 0px;
}

a.download {
	background:#777;
	padding:5px;
	color:#ddd;
	border:1px solid #977;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* End Images */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
	


/* 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;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
}

.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;
}


/******* Begin archive *******/

#archive-page{
	
}

.feature-image{
	float:left;
	position:relative;
	margin: 5px;
}

.overlay{
	background-image:url("images/overlay-image.png");
	position:absolute;
	display:none;
	top:0;
	left:0;
	right:0;
	z-index:100;
	width:100%;
	height:100%;
}

.overlay a{
	display: table-cell;
	width:130px;
	padding: 0px 10px;
	height:100%;
	vertical-align: middle;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}




/**************  UNUSED FOR NOW ********************/


/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 240px;
	}

#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;
	font-weight:normal;
	color:#800;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}
/* End Calendar */



/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
	}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery img {
	border: 2px solid #cfcfcf;
	}
	

.gallery-caption {
	margin-left: 0;
	}
.gallery-icon {
}
/*gallery end*/

/* hide facebook like popup */
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
}
