/*  
Theme Name: Bigpic
Description: A clean, minimalist theme for large photography, based on Simpla
Version: 1.0
*/

/*************************************
 +Containers
 *************************************/
body {
	background:url(images/background.jpg) left top repeat-x #161616;
	color:#a5a5a5;
	font-family: Georgia, "Times New Roman", "Lucida Grande", Lucida, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:30px 0 0;
	padding:0;
	text-align:center;
}
#wrap {
	margin:0 auto;
	text-align:left;
	width:960px;	
}
#header {
	width:960px;
	margin:30px 0 48px 0;
	clear:both;
}
#nav {
	float:left;
	padding:4.8em 0 0;	
	width:156px;
}
#content {
	float:left;
	padding:0 50px 0 50px;
	width:548px;
}
#sidebar {
	float:left;
	padding:4.8em 0 0;
	width:156px;
}
#footer {
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", "Lucida Grande", Lucida, serif;
	font-weight:normal;
	letter-spacing: 4px;
	text-transform:uppercase;
	margin:0;
}
#header h1 {
	background:url(images/logo.gif) no-repeat;
	height:44px;
	width:223px;
	margin:auto;
	clear:both;
}
#header h1 a {
	text-indent:-9999px;
	background:url(images/logo.gif) no-repeat;
	height:44px;
	width:223px;
	margin:auto;
	color:#000;
	float:left;
}
/*************************************
 +Entry
 *************************************/
.entrytitle h2 {
	font-size:2.2em;
	text-align:center;
	margin:auto;
	clear:both;
}
.entrytitle a {
	text-decoration:none;
	color:#b6b6b6;	
}
.pagetitle h2 {
	font-size:2.2em;
	color:#a3a3a3;
	margin:auto;
	clear:both;
}
.entrybody {
	color:#999;
	font-size:1.6em;
	line-height:1.8em;
}
.entrybody a, .pagebody a {
	color:#a3a3a3;
	font-size:0.8em;	
	text-decoration:dotted;
	letter-spacing:2px;
	text-transform:uppercase;
}
.entrybody img, .pagebody img { 
	border:4px solid #fff;
	margin-bottom:20px;
}
.subtitle {
	color:#fff;
	font-size:1em;	
	text-decoration:none;
	letter-spacing:4px;
	text-transform:uppercase;
}
.details {
	color:#999;
	font-size:0.9em;	
	text-decoration:none;
}
.entrybody a:hover, .pagebody a:hover{
	color:#fff;
	font-size:0.8em;	
	text-decoration:none;
	letter-spacing:2px;
	text-transform:uppercase;
}
.page {
	clear:both;
}
.pagebody {
	color:#b6b6b6;
	font-size:0.9em;
	position:relative;
}
.entrymeta {
	font-size:0.9em;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:0 0 25px 0;
	margin: 0 0 40px 0;
	border-bottom:1px solid #222;	
}
.entrymeta a{
	color:#a5a5a5;
	text-decoration:none;
	background:#000;
	padding:0.3em 0.4em 0.3em 0.4em;
}
.entrymeta a:hover{
	color:#fff;	
	text-decoration:none;	
	background:#333;
	padding:0.3em 0.4em 0.3em 0.4em;	
}
/*************************************
 +Sidebar
 *************************************/
#sidebar ul {
	font-size:1.2em;
	text-align:left;
	list-style-type:none;
	margin:0 0 45px 0;
	padding:0;
}
#sidebar ul li{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #222;
}
#sidebar a{
	color:#a5a5a5;
	line-height:0.9;
	text-decoration:none;
}
#sidebar a:hover{
	color:#fff;
}
.morelink a{
	font-size:0.9em;
	letter-spacing:2px;		
	text-transform:uppercase;
	color:#a5a5a5;
	text-decoration:none;
	background:#000;
	padding:0.3em 0.4em 0.3em 0.4em;
}
.morelink a:hover{
	font-size:0.9em;
	letter-spacing:2px;	
	text-transform:uppercase;
	color:#fff;	
	text-decoration:none;	
	background:#333;
	padding:0.3em 0.4em 0.3em 0.4em;	
}
/*************************************
 +Navigation
 *************************************/
#nav ul {
	font-size:1.1em;
	letter-spacing: 4px;
	text-align:right;
	text-transform:uppercase;
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li {
	margin-bottom:1em;
	padding-bottom:1em;
}
#nav a {
	color:#a5a5a5;
	line-height:0.9;
	text-decoration:none;	
	padding:0.4em 0.2em 0.3em 0.5em;
}
#nav a:hover{
	color:#fff;
	line-height:0.9;
	text-decoration:none;	
	background:#333;
	padding:0.4em 0.2em 0.3em 0.5em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:-1.5em 0 0;
	padding:0em;
	clear:both;
	position:relative;
}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#fff;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#fff;
	border:1px solid #a1a1a1;
}
ol.commentlist{
	color:#a3a3a3;
	font-size:1.6em;
	list-style-type:none;
	margin:0em;
	padding:0em;
}
.commentlist li{
	margin:1.5em 0em 1.5em 0em;
	border-bottom:1px solid #222;
	line-height:1.5;
}
.commentauthor{
	color:#999;
	font-weight:normal;
	font-size:1em;
	margin:0 0 -1em 0;
}
.commentsblock a{
	color:#999;
	text-decoration:none;
	background:#000;
	padding:0.3em 0.3em 0.2em 0.3em;
}
.commentsblock a:hover{
	color:#fff;
	background:#333;
	padding:0.3em 0.3em 0.2em 0.3em;
}
.commentsblock h3{
	font-size:1.6em;
	margin:1em 0em 0em 0em;
}

/*************************************
 +Links
 *************************************/
a {
	color:#d0d0d0;
}

a:hover {
	color:#fff;
}

/*************************************
 +Flickr pics
 *************************************/

ul#flickr_photos {
	list-style:none;
	margin:2em 7px 1em 0;
	padding:0;
}
ul#flickr_photos li {
	margin:5px;
	padding:1px;
	width:52px;
	height:52px;
	float:right;
}
ul#flickr_photos li img {
	border:2px solid #fff;
	width:50px;
	height:50px;
}

/*************************************
 +Misc
 *************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

    /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
    /* End hide from IE-mac */