/*
Theme Name: Photo


   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

@font-face {
  font-family: 'League Gothic';
  src: url('fonts/league.otf');
}

/* ####### */
body {
	background-color: #111;}
	
a {	color: #c69d44; text-decoration: none;}
a:hover { color: #CCC; }
#wrapper{
	width: 100%;
	float: left;
}

#top {
	width: 100%;
	height: 115px;
	padding-top: 25px;
	background: #111;
	background-color: rgba(17,17,17, 0.9);
 }

#header {
	width: 183px;
	height: 200px;
	margin: 0 auto;}

#header h1 {
	width: 183px;
	height: 48px;
	text-indent: -9999px;}
#header h1 a {
	width: 183px;
	height: 48px;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat top left; 
	display: block;
	float: left;}
#header h1 a:hover {
	background-position: -186px 0px;}
#header h1 a:active {
	margin-top: 1px;}
#header p {
	width: 183px;
	margin-top: 10px;
	padding-top: 8px;
	text-align: center;
	border-top: 1px solid #222;
	float: left;
	font-family: Palatino, Georgia, Times, serif;
	font-size: 11.2px;
	color: #5d5d5d;
	line-height: 16px; }
#header p span.et {
	font-style: italic; }


#container {
	width: 990px;
	margin: 0 auto;}

#content {
	width: 990px;
	margin-top: 35px;
	float: left;}
#content .post {
	text-align: center;

	width: 990px;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #222;}
#content .post img {
	float: left;
	margin-bottom: 10px;
}
#content .entry-meta {
	width: 990px;
	float: left;
	margin-top: 10px;}
#content h2 {
	font-family: 'League Gothic', Helvetica, Arial;
	text-transform: uppercase;
	color: #c69d44;
	float: left;
	line-height: 20px;
	display: inline; }
#content p.date {

	margin-left: 6px;
	display: inline;
	float: left;
	line-height: 21px;
	font-family: Palatino, Georgia, Times, serif;
	font-size: 12px;
	color: #5d5d5d;}

#nav-above {
	width: 990px;
	float: left;
	height: 30px;
	padding: 5px 0px;
	margin-bottom: 10px;}

.nav-previous {
	float: left;
	height: 20px;
	width: 21px;
}
.nav-previous a {
	float: left;
	display: block;
	background: url(images/previous.png) no-repeat top right;;
	height: 20px;
	text-indent: -9999px;
	width: 21px;
}
	
	
.nav-previous a:hover {
	background-position: top left;
}
	
.nav-next {
	float: right;
	height: 20px;
	width: 21px;
}

.nav-next a {
	float: left;
	display: block;
	background: url(images/next.png) no-repeat top left;
	height: 20px;
	text-indent: -9999px;
	width: 21px;
}

.nav-next a:hover {
	background-position: top right;
}
	
#nav-above a:active {
	margin-top: 1px;
}

#footer {
	width: 990px;
	float: left;
	text-align: center;	line-height: 21px;
	font-family: 'League Gothic', Palatino, Georgia, Times, serif;
	text-transform: uppercase; 
	font-size: 15px;

	padding-top: 15px;
	letter-spacing: 1px;
	color: #5d5d5d;
	margin-bottom: 40px;}

#top-facebook {
	width: 100%;
	height: 20px;
	padding: 8px 0px 14px;
	position: fixed;
	top: 0;
	background-color: #111;
	display: none;
	}
	
#like {
width: 405px;
margin: 0 auto;
 }
#infscr-loading{
width: 990px;
text-align: center;
margin: 0 auto;}
#infscr-loading img {
margin: 0 auto; }
