@font-face {
	font-family: 'Cheltenham';
	src: url('fonts/Cheltenhm-BT-Roman.eot');
	src: local('☺'), url('fonts/Cheltenhm-BT-Roman.woff') format('woff'), url('fonts/Cheltenhm-BT-Roman.ttf') format('truetype'), url('fonts/Cheltenhm-BT-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin:0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	color: #444;
}

a {
	color: #40a1e6;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

/* Container */

#container {
	margin: 30px auto 20px;
	width: 970px;
	padding:0 0 30px;
}

/* Header */

header.site-header {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 80px 0;
}

header .icon-rss a {
	display: block;
	width: 17px;
	height: 17px;
	float: right;
	text-indent: -300px;
	overflow: hidden;
	background: url('/images/icon-rss.png') no-repeat;
	margin-top: 6px;
}


/* Content */

#main {
	width:100%;
}

#main h2 {
	margin: 0 0 20px;
	font-weight: 200;
	font-size: 24px;
	text-transform: uppercase;
	width: 100%;
}

#main h2 a {
	color: #444;
}

#main h2 .date {
	float: right;
	color: #40a1e6;
}

#content {
	width: 800px;
	margin-left: 30px;
	float: left;
}

#content_photo {
	width: 100%;
	margin: 0;
}

#content_photo img {
	/*max-width: 100%;*/
}

.post {
	margin-bottom: 75px;
}

.post-body {
	font-family: "Cheltenham";
	font-size: 22px;
	width: 667px;
}

.post-body-single {
	font-family: "Cheltenham";
	font-size: 22px;
	width: 900px;
}

.post-body p {
	margin: 0 0 20px;
}

.post-meta {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 50px;
}

.post-meta a {
	margin: 0 10px;
	padding-left: 22px;
	padding-top: 2px;
}

.post-meta a.twitter {background: url('/images/twitter.png') left center no-repeat;}
.post-meta a.facebook {background: url('/images/facebook.png') left center no-repeat;}
.post-meta a.gplus {background: url('/images/gplus.png') left center no-repeat;}
.post-meta a.tumblr {background: url('/images/tumblr.png') left center no-repeat;}


/* Sidebar */

#sidebar {
	float: left;
	width: 140px;
	margin-top: 5px;
}

#sidebar input#s {
	width: 125px;
}
#sidebar input#searchsubmit {
	margin-left: 0px;
}

#sidebar .widget {
	margin-bottom: 50px;
}
#sidebar select {
	margin-left: 0px;
}

.widget h3 {
	font-weight: 200;
	text-transform: uppercase;
	font-size: 16px;
	color: #444;
	margin: 0 0 20px;
}

.widget p {
	font-size: 12px;
	color: #444;
	margin: 0 0 10px;
}

.widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
        font-size: 12px;
}

.textwidget {
	list-style: none;
	margin-left: 0;
	padding-left: 0em;
        font-size: 12px;
}

.widget.books img.nb_book {
	border: 1px solid #eee;
	display: block;
	margin-bottom: 20px;
}

.widget p.quote {
	margin-bottom: 15px;
	font-size: 11px;
}

.widget p.quote a {
	display: block;
	font-size: 12px;
}

/* tweet button */

.tweet {
	padding:4px 0;
}

/* footer container */

#footer {
	padding: 20px 0;
	font-size: 12px;
	color: #444;
	font-weight: normal;
	text-align: center;
}
#footercontainer {
	margin:0 auto;
	width:910px;
	padding:0 0 30px 50px;

}


/* twitter */

#twitter_div ul {
	margin:0;
	padding:0;
}
#twitter_div li {
	margin:0 0 10px;
	padding:0;
	list-style: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: transparent url(/images/blank.gif) no-repeat; /* 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;	color:#333;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


/* blog entry image styles */

.wp-caption {
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.wp-caption img,
.post a img {
	padding: 0;
	margin: 0 20px 10px 0;
	border: 0 none!important;
	display: block;
}

.wp-caption-text {
	margin: 10px 0 0;
	text-align: left;
	padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 16px;
	margin: 0;
	padding: 0;
}

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

.alignright {
	margin: 0 0 15px 15px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 0 15px 15px 0;
	display: inline;
	float: left;
	}

img.wp-smiley  {
	padding: 0;
	border: none;
}
.post a img {
	border:3px solid #fff;
}


/* comments */

#comments {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 50px;
}

#comments h3 {
	text-transform: uppercase;
	font-size: 16px;
}

#comments-title {
	margin: 0 0 15px;
}

#respond .logged-in-as,
#respond .comment-notes {
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: 200;
}

#respond label {
	float: left;
	font-size: 13px;
	font-weight: bold;
}

#respond .required {
	font-size: 12px;
	color: #ff0000;
}

#respond input[type=text],
#respond textarea {
	display: block;
	clear: left;
	margin: 3px 0 6px 0;
	width: 400px;
	border: 1px solid #ccc;
	padding: 6px;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#respond input[type=text]:focus,
#respond textarea:focus {
	border: 1px solid #999;
}

#respond .form-allowed-tags {
	display: none;
}

#respond .form-submit input {
	margin: 5px 0;
}

#container form {
	padding:0;
	margin:0;
}
#container form p {
	margin:5px 0;
}
#container label {
	display:block;
	font-size:12px;
	padding:3px 0;
}
#author, #email, #url, #comment {
	padding:2px;
}
.reply {
	text-align:right;
	padding:0 0 4px;
	font-size:10px;
}
#container .commentlist {
	margin:0;
	padding:0;
}
#container .commentlist li {
	margin:0;
	padding:12px 0;
	font-size:12px;
	line-height:18px;
	list-style:none;
}
#container .commentlist .avatar {
	border:3px solid #fff;
	float:left;
	margin:0 20px 0 0;
}
#container .comment-txt {
	overflow:hidden;
}
#container .comment-txt .commentdate {
	font-size:10px;
	float:right;
	display:block;
	text-align:right;
}
#container .children li {
	background:#f5f5f5;
	padding:8px;
}
#container .commentmetadata {
	font-size:10px;
	line-height:16px;
}
#container .commentmetadata a {
	text-decoration:none;
	color:#7C7C7C;
}
#container .like {
	padding:4px 0 10px;
	font-size:11px;
}


.clear {
	clear: both;
}
