/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background: #1c1d21 url(./images/bg.jpg) repeat-x;
	border-top: 5px solid #445878;
	color: #999;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size:62.5%;
	line-height:1.6;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:80em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:44em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}
#header{
	padding:3em 1em;
}
#footer{
	background: #31353d;
	border-top: 1px solid #1c1d21;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
	font-weight:normal;
	margin:0;
}
#header h1 {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
	letter-spacing: -1px;
	background: url(./images/site_header.png) no-repeat;
	height: 100px;
	width: 800px;
}
#header h1 a {
	color: #92cdcf;
	
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size: 2.2em;
}
.entrytitle h2 a
{
	color: #c5c5c5;
	font-weight: bold;
}
.entrytitle h2 a:hover{
	color: #dc7c00;
}
.entrytitle h3{
	font-size:1.2em;
	color:#6F6F6F;
}
#sidebar h3{
	color: #6d6d6d;
	font-size:1.5em;
	font-weight: bold;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entry img {
	border: solid 1px #445878; padding: 12px; background: #fff;
	margin-bottom: 10px;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#1c1d21 url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.postinfo {
	padding-top: 20px;
}
.filedto{
	background:#1c1d21 url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.tags{
	background:#1c1d21 url(./images/tag.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#1c1d21 url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.story {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 2px 12px 4px 0;
	float: left;
}

.star {
	float: left;
}

.entrybody h3 {
	font-weight: bold;
	color: #fff;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom: 1px dotted #25282f;
	margin-bottom:0.3em;
	padding:0.3em;
}

#sidebar a {
	color: #777;
	text-decoration:none;
}

#sidebar a:hover {
	color: #92cdcf;
	text-decoration:none;
}
#twitterhdr	{
	background: url(./images/sbhdr_twitter.gif) no-repeat;
	padding: 4px 0px 4px 0px;
	text-indent: -9999px;
}
#photohdr {
	background: url(./images/sbhdr_photos.gif) no-repeat;
	padding: 4px 0px 6px 0px;
	text-indent: -9999px;
}
#bookmarkhdr {
	background: url(./images/sbhdr_bookmarks.gif) no-repeat;
	padding: 4px 0px 4px 0px;
	text-indent: -9999px;
}
#musichdr {
	background: url(./images/sbhdr_music.gif) no-repeat;
	padding: 4px 0px 4px 0px;
	text-indent: -9999px;
}
#winehdr {
	background: url(./images/sbhdr_wine.gif) no-repeat;
	padding: 4px 0px 4px 0px;
	text-indent: -9999px;
}
#pageshdr {
	background: url(./images/sbhdr_pages.gif) no-repeat;
	padding: 4px 0px 4px 0px;
	text-indent: -9999px;
}
#subscribehdr {
	background: url(./images/sbhdr_subscribe.gif) no-repeat;
	padding: 4px 0px 4px 0px;
	text-indent: -9999px;
}
#abouthdr {
	background: url(./images/sbhdr_about.gif) no-repeat;
	padding: 4px 0px 4px 0px;
	text-indent: -9999px;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #1c1d21;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #1c1d21;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #1c1d21;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background: #31353d;
	border:1px dotted #1c1d21;
	padding:0.5em;
	color: #eeeff7;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color: #ddd;
	text-decoration:none;
}
a:hover{
	color: #92cdcf;
}
.falbum-thumbnail-nods {
}
.falbum-thumbnail-nods img {
	padding: 3px;
	border: 1px solid #CCC;
	margin: 3px;
	float: left;
	display: block;
	background: #fff;
}
.falbum-recent {
	}
.recent {
	clear: both;
	border-bottom: 1px dotted #31353d;
	margin-bottom:0.3em;
	padding:0.3em;
}
.flickr-photo { border: solid 1px #445878; padding: 6px; background: #fff; }
.flickr-yourcomment { }
.flickr-frame { text-align: left; padding: 3px; }
.flickr-caption { margin-top: 0px; }

#viddler_widget_2037539901 { overflow: auto; width: 160px; }
#viddler_widget_2037539901 h2 { clear: both; }
#viddler_widget_2037539901 ul { list-style-type:none; margin: 0; }
#viddler_widget_2037539901 li { float: left; margin: 0 0 6px 6px; width: 42px; height: 42px; overflow: hidden; text-align: center; }
#viddler_widget_2037539901 li.first { clear: left; margin-left: 0; }
#viddler_widget_2037539901 li a { display: block; }
#viddler_widget_2037539901 li img { display: block; position: relative; right: 15%; }
#viddler_widget_2037539901 #loading_viddler { text-align: center; }
#viddler_widget_2037539901 #loading_viddler img { background-color: #fff; padding: 5px; clear: both;}


/**
ul.lastfm: the main ul (if list is activated)
li.lastfm-item: the ul items (if list is activated)
p.lastfm-track: each one of the paragraphs (if tracks > 1)
.lastfm-timestamp: the timestamp span class
a.lastfm-link: the track link class (if linked is activated)

**/


/************************
LIGHT BOX
**************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

