/*  
Theme Name: Bigpic
Description: A clean, minimalist theme for large photography, based on Simpla
Version: 1.0
*/

/*************************************
 +Containers
 *************************************/
body {
	background:url(images/paper-background.jpg) left top repeat #cecdca;
	color:#707070;
	font-family: Helvetica, Arial, "Lucida Grande", Lucida, serif;
	font-size:62.5%;
	line-height:1.5em;
	margin:0;
	padding:0;
}
#wrap {
	background: url(images/paper-tear-top.png) repeat-x top left;
}
#inner {
	margin:0 auto;
	text-align:left;
	width:980px;
	
}
#content {
	font-size:1.2em;
	margin:0;
	padding:20px 0 0 0;
	position:relative;
	z-index:2;
}
#entryelements {
	width:980px;
	margin:0 auto;
}
#header {
	padding:0;
	margin:0;
	position:relative;
	height:110px;
}
#footer {
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
#sidebar {
	float:right;
	width:150px;
	margin-left:20px;
	padding-left:20px;
	font-size:16px;
	color:#a5a4a4;
	border-left:1px solid #6a6a68;
}
#sidebar a {
	color:#a5a4a4;
	text-decoration:none;
	text-transform:uppercase;
}
.archive-wrap {
	width:700px;
	float:left;
}
ul.archive-selection {
	list-style:none;
	margin:0;
	padding:10px 0;
}
ul.archive-selection li {
	font-weight:bold;
	
}
ul.archive-selection ul {
	list-style:none;
	margin:0;
	padding:0 0 20px 0;
}
ul.archive-selection ul li {
	font-weight:normal;
	font-size:12px;
	padding:2px 4px;
}
ul.archive-selection ul li.current {
	background:#3e3d3b;
}
ul.archives,
ul.about-images {
	margin:0;
	padding:10px;
	list-style:none;
}
ul.archives li,
ul.about-images li {
	margin:0 5px 5px 0 !important;
	padding:0 !important;
	float:left !important;
	display:inline !important;
	width:106px !important;
	height:106px !important;
	overflow:hidden !important;
	font-size:10px;
	line-height:1em;
}
ul.about-images {
	padding:0 ;
	margin-left:0;
}
ul.about-images li {
	width:15%;
	margin:0 0 1px;
}
ul.archives li.newline,
ul.about-images li.newline {
	width:100%;
	clear:left;
	margin:0 !important;
	padding:0 !important;
	height:0 !important;
	overflow:hidden;
}
ul.archives li.newline hr,
ul.about-images li.newline hr {
	display:none;
}
ul.archives li a,
ul.about-images li a {
	display:block;
	height:106px;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
	text-decoration:none;
}
ul.archives li span,
ul.about-images li span {
	display:block;
}
ul.archives li img,
ul.about-images li img {
	border:3px solid #fff !important;
}
ul.archives li a:hover img,
ul.about-images li a:hover img {
	border:3px solid #c96300 !important;
}
ul.archives div.empty-thumb,
ul.about-images div.empty-thumb {
	width:100px;
	height:100px;
	border:3px solid #fff;
	background:#3e3d3b;
	margin:0 auto 4px auto;
}
img.post-thumb {
	border:3px solid #fff !important;
}
a.complete-archive {
	display:block;
	color:#a5a5a5;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	margin:10px 0 0;
}


ul.archives-new {
	list-style:none;
	margin:20px 0;
	padding:0;
}
ul.archives-new li {
	float:left;
	width:106px;
	height:106px;
	margin:0 5px 5px 0;
	padding:0;
}
ul.archives-new li a:hover img {
	border:3px solid #c96300 !important;
}

div#detail-popup-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
div#detail-popup {
	padding:10px;
	min-height:100px;
	width:800px;
	margin:0 auto;
	position:relative;
	top:100px;
	text-align:center;
	background:#fff
}
#detail-popup h3 {
	color:#9d9d9d;
}
#detail-popup p {
	margin:2em 50px;
}
div#detail-popup.loading {
	background:#fff url(images/indicator.gif) no-repeat center center;
}
a#close-details {
	text-indent:-999px;
	position:absolute;
	top:-9px;
	right:-9px;
	height:18px;
	width:18px;
	overflow:hidden;
	background: url('images/close-icon.png') no-repeat center center;
	outline:none;
}
div#detail-image-wrap {
	background:url(images/indicator.gif) no-repeat center center;
	margin:0 auto 10px;
}
div#detail-popup a.view-more {
	text-transform:uppercase;
	float:right;
	color:#383838;
	text-decoration:none;
}
#inline-archives {
	text-align:center;
	font-size:14px;
	position:relative;
	width:802px;
	margin:0 auto;
}
a#scroll-left {
	position:absolute;
	left:10px;
	top:39%;
	background:url(images/arrow-left.gif) top left no-repeat;
	width:12px;
	height:25px;
	text-indent:-9999px;
	outline:none;
}
a#scroll-right {
	position:absolute;
	right:10px;
	top:39%;
	background:url(images/arrow-right.gif) top left no-repeat;
	width:12px;
	height:25px;
	text-indent:-9999px;
	outline:none;
}
#inline-archives h3 {
	display:inline !important;
	clear:none;
	font-size:14px;
}
a.previous-month {
	float:left;
	text-decoration:none;
}
a.next-month {
	float:right;
	text-decoration:none;
}
div#archive-scroller {
	overflow:hidden;
	height:160px;
	position:relative;
}
div#archive-scroller ul {
	width:99999px;
	height:102px;
	margin:10px 0 0;
	padding:0;
}
div#archive-scroller ul li {
	width:102px;
	margin:0 72px 0 0;
	padding:0;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3 {
	/*font-family: Georgia, "Times New Roman", Helvetica, Arial, "Lucida Grande", Lucida, serif;*/
	font-family: Helvetica, Arial, "Lucida Grande", Lucida, serif;
	font-weight:normal;
	margin:0;
	line-height:1em;
	clear:both;
}
#header #logo {
	text-indent:-9999px;
	background: url('images/logo.png') no-repeat scroll top left;
	width: 436px;
	height: 73px;
	color:#000;
	position:absolute;
	top:20px;
	left:0;
	z-index:2;
}
#header #logo a {
	display:block;
	width: 436px;
	height: 73px;
}
#header #glow {
	position:absolute;
	z-index:1;
}
#nav {
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:1.2em;
	background:#000;
	overflow:hidden;
	zoom:1;
	height:31px;
	list-style:none;
	position:relative;
	z-index:2;
}
#nav li {
	float:left;
	padding:0 0 0 15px;
}
#nav a {
	color:#bcbcbc;
	display:block;
	text-indent:-9999px;
	background-position:0% 0%;
	text-decoration:none;	
	height:31px;
}
#nav a:hover {
	color:#fff;
	background-position:0% 100% !important;
	text-decoration:none;	
}
#nav li.current a {
	background: url('images/nav-current-entry.gif') no-repeat scroll top left;
	width: 135px;
}
#nav li.about a {
	background: url('images/nav-about.gif') no-repeat scroll top left;
	width: 67px;
}
#nav li.contact a {
	background: url('images/nav-contact.gif') no-repeat scroll top left;
	width: 82px;
}
#nav li.archives a {
	background: url('images/nav-archives.gif') no-repeat scroll top left;
	width: 89px;
}
#nav li.books a {
	background: url('images/nav-books.gif') no-repeat scroll top left;
	width: 66px;
}
#nav li.links a {
	background: url('images/nav-links.gif') no-repeat scroll top left;
	width: 57px;
}
#nav li.subscribe a {
	background: url('images/nav-subscribe.gif') no-repeat scroll top left;
	width: 97px;
}
#search-form {
	position:absolute;
	right:0;
	top:70px;
}
#search-form input {
	border:none;
	padding:5px;
	background: #fff url('images/icon-search.gif') no-repeat scroll 98% 50%;
	width:200px;
	color:#777;
}

ul#frontNav {
	list-style:none;
	margin:30px 0;
	padding:0;
	font-size:1em;
	text-align:center;
}
ul#frontNav li {
	display:inline;
	margin:0 20px;
	text-align:center;
}
ul#frontNav a {
	padding:10px;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	border:1px solid #333;
}
ul#frontNav a:hover {
	padding:10px;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	background:url(images/contentback.png) left top repeat;
}
.entrybody a:hover {
	color:#323232;
	/*background:#fff;*/
}
ul.postspermonth {
	list-style:none;
}

/*************************************
 +Entry
 *************************************/
h1#logo {
	text-indent:-9999px;
	background:url(images/big-logo.gif) center top no-repeat;
	height:39px;
	margin:0 0 30px;
}
.copyright {
	font-size:.8em;
	text-align:center;
}
div.square {
	width:100px;
	height:100px;
	border:1px solid #000;
	float:left;
	margin-right:30px;
	cursor:pointer;
}
.entry {
	background:url(images/contentback.png);
	padding:20px 0 0;
	position:relative;
}
.front {
	padding: 70px 104px;
}
.entrytitle {
	text-align:center;
}
.entrytitle h2, .pagetitle h2 {
	font-size:3em;
	line-height:1em;
	letter-spacing:.1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	margin:20px 40px;
    padding:0 0 5px 0; /* 9px pad to offset letter-spacing */
    border-bottom:1px solid #929090;
	position:relative;
	display:inline;
}
.entrytitle h2 {
	font-size:2em;
	padding:0 50px 5px;
	margin:20px 0;
}
.right {
	position:absolute;
	font-size:0.9em;
	font-weight:normal;
	letter-spacing:3px;
	text-transform:uppercase;
	margin:0;			
	color:#bcbcbc;
	top:60px;
	right:67px;
}
.left {
	position:absolute;
	font-size:0.9em;
	font-weight:normal;
	letter-spacing:3px;
	text-transform:uppercase;
	margin:0;			
	color:#bcbcbc;
	top:60px;
	left:90px;
}
.right a, 
.left a {
	text-decoration:none;
	color:#fff;
}
.right a:hover, 
.left a:hover {
	text-decoration:none;
	color:#dedede;
}
a.commentslink {
	margin-left:50px;
}
.postedby {
	font-size:0.9em;
	font-weight:normal;
	letter-spacing:3px;
	text-transform:uppercase;
	margin:16px 0 0 0;			
	color:#bcbcbc;
	text-align:center;
	padding:0 150px;
}
.postedby h4 {
	font-weight:normal;
	margin:10px 0 0;
	padding:0;
	color:#7F7E7A;
	font-size:.9em;
}
.entrybody {
	padding:20px 32px;
	color:#bcbcbc;
	font-size:1.2em;
	margin:0;
}
.entrybody a {
	color:#999;
	text-decoration:none;
	/*background:#333;*/
	padding:0.3em 0.3em 0.1em 0.3em;
}
.entrybody a:hover {
	color:#323232;
	/*background:#fff;*/
}
.entrybody img, .pagebody img { 
	border:10px solid #fff;	
	margin:0 auto;
	display:block;
}
.page {
	clear:both;
}
.pagebody {
	padding:20px 41px 41px 41px;	
	color:#bcbcbc;
	font-size:1em;
	margin-top:0em;
}
.pagebody p {
	font-size:14px;
	line-height:1.6em;
}
.entrymeta {
	font-size:1.3em;
	padding:0 41px 20px 41px;	
}
.entrymeta a {
	color:#d0d0d0;
	text-decoration:none;
}
/*************************************
 +Comments
 *************************************/
.commentsblock,
#inline-archives {
	clear:both;
	position:relative;
	background:url(images/contentback.png);
	color:#bcbcbc;
	padding:20px 40px;
	margin-top:20px;
	width:900px;
	margin:20px auto;
}
.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 {
	font-size:1.6em;
	list-style-type:none;
	margin:0;
	padding:0;
}
.commentlist li {
	margin:1.5em 0 1.5em 0;
	border-bottom:1px solid #323232;
	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:#333;
	padding:0.4em 0.4em 0.2em 0.4em;
}
.commentsblock a:hover {
	color:#323232;
	background:#fff;
	padding:0.4em 0.4em 0.2em 0.4em;
}
.commentsblock h3 {
	font-size:2em;
	margin:1em 0 0;
}
#sidebar h3 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 10px;
	
}
ul.categories {
	list-style:none;
	margin:0 0 2em;
	padding:0;
	font-size:12px;
}
ul.categories li {
	padding:4px 0;
}
/* ========= */
/* = front = */
/* ========= */
#front-main {
	float:left;
	position:relative; /*ie6 fix*/
	width:720px;
}
#feature-rotator {
	width: 720px;
	height: 406px;
	position:relative;
	overflow:hidden;
}
#feature-rotator ul {
	list-style:none;
	margin:0;
	padding:0;
}
#feature-rotator ul li {
	margin:0;
	padding:0;
}
#feature-rotator .item {
	width: 720px;
	height: 406px;
	position:relative;
}
#feature-rotator .item .caption {
	position:absolute;
	right:20px;
	top:20px;
}
#feature-rotator .item a {
	width: 720px;
	height: 406px;
	position:absolute;
	top:0;
	left:0;
	text-decoration:none;
}
#feature-rotator .item h2 {
	color:#fff;
	font-size:32px;
	line-height:1em;
	float:right;
	margin:0 0 10px;
	text-align:right;
	width:300px;
}
#feature-rotator .item h3 {
	color:#fff;
	font-size:22px;
	line-height:1em;
	float:right;
	clear:right;
	text-align:right;
	width:300px;
}
#feature-rotator .item p.meta {
	position:absolute;
	left:10px;
	top:10px;
	margin:0;
	padding:0;
	color:#373737;
}
#feature-rotator ol.horinaja_pagination {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:20px;
	bottom:20px;
}
#feature-rotator .horinaja_pagination li {
	float:left;
	margin:0;
	padding:0;
}
#feature-rotator .horinaja_pagination li a {
	display:block;
	width:15px;
	height:15px;
	background:#fff;
	text-decoration:none;
	margin:0 5px 0 0;
	text-indent:-9999px;
}
#feature-rotator .horinaja_pagination li a:hover {
	background:#c96300 !important;
}
#featured-posts {
	float:left;
	background:#000;
	padding:20px;
	margin:20px 0 0;
	width:680px;
	overflow:hidden;
	zoom:1;
}
#featured-posts .description {
	width:160px;
	float:left;
	margin-right:20px;
	color:#5c4c34;
	font-size:11px;
	line-height:1.6em;
	display:inline;
}
#featured-posts .description h2 {
	background: url('images/title-featured-posts.gif') no-repeat scroll top left;
	width: 143px;
	height: 16px;
	text-indent:-9999px;
}
#featured-posts .description p {
	margin:10px 0 0;
}
ul.small-features {
	float:right;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	width:495px;
}
ul.small-features li {
	float:left;
	display:inline;
	margin:0 15px 0 0;
}
ul.small-features li.end {
	margin:0;
}
ul.small-features li a {
	display:block;
	background:#fff;
	text-align:center;
	padding:2px;
	position:relative;
	text-decoration:none;
}
ul.small-features li a p {
	margin:0;
	padding:6px 0 0;
	color:#000;
}
ul.small-features li a div.read-more {
	position:absolute;
	top:55px;
	left:-10px;
	background:#780918;
	color:#b66c71;
	font-size:9px;
	line-height:9px;
	padding:5px;
}
ul.small-features li a:hover div.read-more {
	color:#fff;
}
#front-sidebar {
	float:right;
	width:240px;
	position:relative;
	color:#fff;
}
#front-sidebar a {
	color:#000;
}
#front-sidebar .side-block {
	padding:20px;
	margin-bottom:5px;
	background: url('images/sidebar-background.png') repeat scroll top left;
}
h2.recent-posts {
	background: url('images/title-recent-posts.gif') no-repeat scroll top left;
	width: 117px;
	height: 15px;
	text-indent:-9999px;
	margin:0 0 10px;
}
.recent-posts ul {
	list-style:none;
	margin:0;
	padding:0;
}
.recent-posts ul li {
	padding:0 0;
}
.recent-posts ul li a {
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#000;
	padding:3px;
}
.recent-posts ul li a:hover {
	color:#fff !important;
	text-decoration:none;
	background:#c96300;
}
h2.popular-categories {
	background: url('images/title-popular-categories.gif') no-repeat scroll top left;
	width: 175px;
	height: 14px;
	text-indent:-9999px;
	margin:0 0 10px;
}
.popular-categories a {
	line-height:1.4em;
}
#front-sidebar a,
#sidebar a {
	padding:3px;
}
#front-sidebar a:hover,
#sidebar a:hover {
	color:#fff !important;
	text-decoration:none;
	background:#c96300;
}
.entrybody p {
	width:800px;
	margin:1em auto;
	line-height: 1.4em;
}
.tags {
	margin:0 0 2em;
	line-height:1.3em;
}
h2.subscribe {
	background: url('images/title-subscribe.gif') no-repeat scroll top left;
	width: 88px;
	height: 15px;
	margin:0 0 10px;
	text-indent:-9999px;
}
h2.up-next {
	background: url('images/title-upnext.gif') no-repeat scroll top left;
	width: 67px;
	height: 14px;
	text-indent:-9999px;
	margin:0 0 10px;
}

div#copyright {
	color: black !important;
}

/*************************************
 +Links
 *************************************/
a {
	color:#dedede;
}

a:hover {
	color:#fff;
}

/*************************************
 +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 */
