/*
Theme Name: Steve Zeidner
Theme URI: http://stevezeidner.com
Description: Redesigned wordpress theme for Steve Zeidner's website
Version: 1.0
Author: Steve Zeidner
Author URI: http://stevezeidner.com
*/

/* reset styles */
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; outline: 0; font-size: 100%; 
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-size: 62.5%;
	text-align: center;
	color: #000000;
	background: url('images/back-footer-bottom.jpg');
}

/* container - place inside each section or around the entire page depending on your layout */
.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* for clearing any floats <br class="clearfloat" /> */
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*--- header section - put whatever you want here ---*/
#header {
	background: url('images/back-header.jpg') top left repeat-x;
	height: 150px;
	position: relative;
}
#header.home {
	background: url('images/back-header-home.jpg') top left repeat-x;
	height: 400px;
	position: relative;
}
#header #logo{
	position: absolute;
	top: 20px;
	left: 0;
	width: 300px;
}
#header #logo .left {
	float: left;
	margin-right: 10px;
}
#header #logo .chunk a {
	font: 2.4em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#header #logo p {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #D8BF98;
	margin-top: -10px;
}
#header #mountains {
	background: url('images/mountains.jpg');
	width: 960px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
}
#header.home #mountains {
	background: url('images/mountains-home.jpg');
	top: 0;
	height: 400px;
}
#header .col1 {
	float: left;
	width: 390px;
}
#header .col2 {
	margin-left: 210px;
	padding-top: 160px;
	width: 690px;
}
/*--- typography for header ---*/
#header h1 {
	font: 3.2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #D8BF98;
	line-height: 40px;
	position: relative;
	margin-top: -30px;
}
#header p {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #B58C59;
	padding-top: 15px;
	position: relative;
}

/*--- horizontal "block" menu ---*/
#menu { 
	position: absolute;
	top: 0;
	right: 0;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block;
	text-decoration: none;
	height: 50px;
	width: 75px;
	padding: 30px 0 0 0;
	margin: 0 5px;
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	color: #fff;
	background: url('images/menu-hover.png') no-repeat 0 -60px;
}
#menu li a:hover {
	background-position: 0 -40px;
}
/* wordpress specific menu stylings */
#menu li.current_page_item a, #menu li.current_page_parent a {
	color: #D9C198;
	background: url('images/menu-active.png') top left no-repeat;
}
#menu li.current_page_item a:hover {
	height: 50px;
	width: 75px;
	padding: 30px 0 0 0;
	margin: 0 5px;
	background: url('images/menu-active.png') top left no-repeat;
}

/*--- content section - put whatever you want here ---*/
#content {
	background: url('images/back-main.jpg');
	position: relative;
	padding: 20px 0 0 0;
}
#content #top {
	background: url('images/back-main-top.jpg') top left repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 143px;
}
#content #bottom {
	background: url('images/back-main-bottom.jpg') top left repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
#content .col1 {
	float: left;
	width: 525px;
}
#content .col2 {
	margin-left: 560px;
	width: 390px;
}
#content h1 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #424546;
	padding-bottom: 10px;
}
/* home page featured items */
#content #featured {
	background: url('images/transparent-featured.png') top left no-repeat;
	padding: 10px;
}
#content #featured .title {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #705239;
	padding-top: 7px;
}
#content #featured p {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #333;
}
#content #blog h2 a {
	text-decoration: none;
}
#content #blog .recent-posts-thumb, #content #blog .alignleft {
	float: left;
	margin-right: 6px;
	background: url('images/transparent-back.png');
	padding: 3px;
	border: 1px solid #ccc;
}
#content #blog .recent-posts-thumb, #content #blog .alignright {
	float: right;
	margin-left: 6px;
	background: url('images/transparent-back.png');
	padding: 3px;
	border: 1px solid #ccc;
}

#content #blog .postmetadata {
	border-bottom: 1px solid #705239;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#content #blog.summaries {
	width: 690px;
}
#content .comment-author, #content .comment-metam , #content .reply {
	/*font: 1.3em Georgia, "Times New Roman", Times, serif;*/
	padding-bottom: 5px;
}
#content #blog ol li p {
	font-size: 1em;
}
#content #blog ol.commentlist li ul {
	list-style-type: none;
}

/* home page blog posts */
#content #blog small {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #705239;
	padding: 0 0 5px 0;
	display: block;
}
#content #blog small a {
	color: #705239;
	text-decoration: none;
	border-bottom: 1px dotted #191C1D;
}
#content #blog p {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	color: #333;
}
#content #blog .more {
	margin: 5px 0 15px 0;
	padding-bottom: 15px;
	/*border-bottom: 1px dotted #333;*/
}
#content #blog .more a {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #705239;
	text-decoration: none;
	border-bottom: 1px dotted #705239;
}
#content #blog ol {
	list-style-type: decimal;
	margin-bottom: 10px;
}
#content #blog ul {
	list-style-type: disc;
	margin-bottom: 10px;
}
#content #blog li {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 3px 0 0 20px;
}
#content #blog ul li ul li, #content #blog ol li ul li, #content #blog ol li ol li, #content #blog ul li ol li {
	font: 1em Georgia, "Times New Roman", Times, serif;
}
#content #sidebar {
	float: right;
	width: 250px;
}
#content #sidebar ul li ul li {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 8px 0;
}
#content #sidebar h2 {
	padding: 15px 0 3px 0;
	color: #333;
}
#content #sidebar .screen-reader-text {
	display: none;
}
#content .wp-pagenavi {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
#content .wp-pagenavi span, #content .wp-pagenavi a {
	border: none;
	color: #705239;
}
#content .wp-pagenavi a {
	border-bottom: 2px solid #705239;
}
#content .wp-pagenavi a:hover, #content .wp-pagenavi .current {
	border: none;
	border-bottom: 3px solid #000;
}
#content .wp-pagenavi .current {
	color: #000;
}
/* about page */
#content .borderleft {
	background: url('images/transparent-back.png');
	padding: 7px;
	margin-right: 10px;
	border: 1px solid #ccc;
	float: left;
}
#content .largebrown {
	font: 2.4em Georgia, "Times New Roman", Times, serif;
	color: #705239;
}
#content p {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 18px;
	padding-bottom: 10px;
}
#content a {
	color: #705239;
	text-decoration: none;
	border-bottom: 1px dotted #705239;
}
#content h2 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #705239;
	text-decoration: none;
	margin: 0 0 5px 0;
	display: block;
}
#content .stars {
	float: left;
	padding-right: 10px;
}
#content .star {
	padding-right: 4px;
}

#content .sharpshooter {

}
#content .sharpshooter li {
	display: block;
	margin-bottom: 7px;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #333;
	height: 25px;
}
#content ul.contactul {
	list-style-type: disc;
}
#content .contactul li {
	display: block;
	margin-bottom: 7px;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	margin-left: 15px;
	padding-left: 10px;
	color: #333;
}
#content .floatleft {
	float: left;
	margin-right: 10px;
}
#content h3 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #705239;
	text-decoration: none;
	margin: 0 0 5px 0;
	display: block;
}
#content a.video {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #705239;
	text-decoration: none;
	border: none;
	padding: 0 0 0 30px;
	background: url('images/video.png') top left no-repeat;
}

/* gallery thumbnails */
#content .thumbnail {
	width: 180px;
	float: left;
	margin: 0 11px 20px 0;
}
#content .thumbnail img {
	background: url('images/portfolio-back.png');
	padding: 10px 10px 31px 10px;
}
#content .thumbnail .overlay {
	position: absolute;
	width: 140px;
	height: 68px;
	background: url('images/back-transparentzoom.png') no-repeat;
	margin: 10px 10px 31px 10px;
	padding: 10px;
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#content .thumbnail .overlay p {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
}
#content .thumbnail .title {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #2A2E30;
	margin-top: -10px
}
#content .thumbnail p {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #705239;
}
/* contact page */
#content input, #content textarea {
	background: #AD8D69;
	color: #333;
	border: none;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*--- 404 page ---*/
#content #horse-404 {
	float: left;
	padding: 50px 30px 50px 0;
}
#content #speechbubble-404 {
	width: 375px;
	height: 113px;
	padding: 25px 40px;
	text-align: center;
	position: absolute;
	top: 30px;
	left: 370px;
	background: url('images/404speechbubble.png') no-repeat;
}
#content #speechbubble-404 p {
	font-size: 1.4em;
	color: #fff;
}
#content #speechbubble-404 h1 {
	color: #fff;
}
#content #text-404 {
	position: absolute;
	top: 250px;
	left: 370px;
	width: 500px;
}


/*--- footer section - put whatever you want here ---*/
#footer {
	background: url('images/back-footer.jpg') top left repeat-x;
	padding: 20px 0;
}
#footer .col1 {
	float: left;
	width: 300px;
}
#footer .col2 {
	margin-left: 340px;
	width: 330px;
	padding-top: 23px;
}
#footer .col3 {
	float: right;
	width: 320px;
	padding-top: 23px;
}
#footer .col3 img {
	margin: 0 3px 8px 0;
}

#footer .chunk {
	font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding-bottom: 10px;
}

#footer #twitter .tweet_text {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #D8BF98;
	padding: 4px 0 7px 0;
	border-bottom: 1px solid #454A4B;
	margin-bottom: 7px;
	display: block;
}
#footer #twitter .loading {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #D8BF98;
}
#footer #twitter .tweet_text a {
	color: #D8BF98;
	text-decoration: none;
	border-bottom: 1px dotted #D8BF98;
}
#footer #twitter .tweet_time a, #footer #twitter .tweet_join {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #798385;
}
#footer .col3 p {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #798385;
	padding-top: 10px;
}
#footer .flickrImage img {
	width: 75px;
	height: 75px;
	border: 1px solid #ccc;
	margin: 3px;
}

/*--- Browseable menu ---*/
 .scrollable {
	/* required settings */
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 300px;
}
.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}
/* single scrollable item */
.scrollable img {
	float: left;
	margin: 0;
	cursor: pointer;
	width: 500px;
	height: 300px;
	border: 1px solid #ccc;
}
/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}
/* position and dimensions of the navigator */
.navi {
	position: absolute;
	bottom: -22px;
	right: -8px;
	height: 12px;
	z-index: 5;
}
/* items inside navigator */
.navi a {
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 8px;
	background: url('images/navi.png') 0 0 no-repeat;
	display: block;
	font-size: 1px;
}
/* mouseover state */
.navi a:hover {
	background-position: -12px 0;
	border: none;
	cursor: pointer;
}
/* active state (current page state) */
.navi a.active {
	background-position: -12px 0;     
}

/* post galleries */
.gallery br {
display:none;
}

.gallery:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
