/*  

Theme Name: Double Exposure Photography Theme

Version: 1.2

Description: Photography Wordpress Theme

Author: Vandelay Design

Author URI: http://vandelaydesign.com/

This theme is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


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, 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,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

}


ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}



/* ---------------- common tags --------------------- */



.left {

	float:left;

}

.right {

	float:right;

}

.clear {

	clear:both;

	line-height:1px;

	height:1px;

}

* { outline:none; }

a {

	color:#9f2c25;

	text-decoration:none;

}

a:hover {

	color:#7f251f;

}

#navigation {

	font-family: Georgia;

}

h1, h2, h3, h4, h5, h6, strong {

	font-family: Georgia;

	font-weight:700;

}

i, em{font-family: Georgia;font-style:italic;}





/* ---------------- layout tags --------------------- */



body {

	font-family:Georgia;

	font-size:16px;

	line-height:20px;

}

.box {

	width:960px;

	margin:20px auto;

}



/* header */

#header {

	width:100%;

	text-align:center;

	height:150px;

}

#logo {

	display:block;

	font-size:30px;

	font-family: Georgia;

	font-style:italic;

	width:100%;

}

#logo div{

	display: table;

	text-align: center;

	height:150px;

	width:100%;

	float:left;

}

#logo div span{

	display: table-cell;

        vertical-align: middle;

}



/* navigation */

#navigation {

	background: #877954;

	border-top:none;

	width:100%;

	height:50px;

}

#navigation .box {

	background: none;

	height:50px;

}

#navigation li {

	background:none;

	font-size:16px;

	color:#f2f1f2;

	float:left;

	position:relative;

}

#navigation a {

	display:block;

	height:35px;

	color:#403a22;

	padding:15px 25px 0px 55px;

}

#navigation a:hover, #navigation a.active {

	color:#baad8b;

}

/* Dropdown */

#navigation ul li:hover a {

	position:relative;

	color:#baad8b;

	text-decoration:none;

}

#navigation ul li:hover li a {

	background:none;

	color:#f2f1f2;

}

/* LEVEL TWO */

#navigation ul ul { 

	visibility:hidden;

	position:absolute;

	top:100%;

	left:0;

	font-size:60%;

	z-index:10000;

	height:auto;

	margin:0;

	padding:15px 0 5px 0;

	background:#606060;

	width:auto;

}

#navigation ul ul li { 

	float:none;

	margin:0;

	text-align:left;

	font-size:18px;

	padding:0 0 10px 0;

	display:block;

	white-space:nowrap;

	background:none;

}

#navigation ul ul li a { 

	text-decoration:none;

	margin:0;

	color:#fff;

	height:auto;

	padding:0 20px;

	display:block;

	background:none;

}

#navigation ul ul li a:hover {

	color:#fd7a72;

}

/* LEVEL THREE */

#navigation ul ul ul { 

	left: 100%; 

	top: 0;

}

#navigation ul li:hover > ul {

	visibility: visible;

}

/* Dropdown */	



/* container */

#container {

	width:100%;

	padding:0px 0 0 0;

}

#showcase {

	width:950px;

	height:450px;

	margin:0 -1px 50px -1px;

	padding:6px 6px 32px 6px;

	position:relative;

	left:0;

	top:0;

	z-index:500;

}



/* footer */

#footer {

	width:100%;

	height:90px;

	font-size:12px;

	border-top-style:solid;

	border-top-width:1px;

	padding:10px 0 0 0;

}

#footer-left {

	width:400px;

	float:left;

}

#footer-right {

	width:500px;

	float:right;

}

#footer-right ul{

	float:right;

}

#footer-right li{

	margin-left:15px;

	float:left;

}



/* innerpage */





/* gallery */

.gallery {

	width:1000px;

	margin:0 -40px 0 0;

}

.gallery li {

	background:#fff;

	border:solid 1px #dad9da;

	float:left;

	padding:4px;

	margin:0 40px 50px 0;

}

.gallery li:hover {

	background:#ece8e8;

}

.gallery li img {

	float:left;

}

#leftcol {

	width:850px;

	float:left;

	padding:0 0 0 54px;

	min-height:400px

}

#rightcol {

	width:260px;

	float:left;

	padding:0 0 20px 0;

}



/* 3. WIDGETS */



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



.widget {

	width:100%;

	float:left;

	margin:0 0 40px 0;

}

.widget li {

	display:block;

	border-bottom-style:dotted;

	border-bottom-width:1px;

}

.widget li a {

	display:block;

	padding:10px 0;

}

.widget .input, .widget input[type="text"] {

	background:#fff;

	width:168px;

	height:14px;

	font-size:11px;

	color:#4f4f4f;

	float:left;

	border:solid 1px #dad9da;

	padding:8px 10px;

	margin:0 8px 0 0;

}

.widget .button, .widget input[type="submit"] {

	width:62px;

	height:30px;

	border:none;

	float:left;

	cursor:pointer;

	font-size:14px;

	color:#fff;

	margin:1px 0 0 0;

}

.widget h4 {

	font-size:18px;

	color:#9f2c25;

	padding-bottom:20px;

}

.widget a{

	color:#4f4f4f;

}

.widget a:hover{

	color:#9f2c25;

}



/* Search Box Title Hide */

.widget_search label.screen-reader-text{display:none;}



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



/* 4. POSTS */



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



h2.page-title {

	font-size:0px;

	padding-bottom:0px;

}

h3.result-heading {

	font-size:18px;

	padding-bottom:30px;

}

h2.post-title {

	font-size:30px;

	padding-bottom:8px;

}

.gallery h2.page-title {

	padding:0 0 40px 0;

	font-size:18px;

}

.post.listing {

	padding-bottom:50px;

}

.post.listing .entry p {

	padding-bottom:20px;

}

.post.listing .entry p a {

	text-decoration:underline;

}

.post.listing .entry p a:hover {

	text-decoration:none;

}

.post .meta {

	display:block;

	font-style:italic;

	font-family: 'Droid Serif', serif;

	padding-bottom:20px;

}

.entry p {

	padding-bottom:20px;

}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {

	font-size:18px;

	padding-bottom:20px;

}

.entry h1{

	font-size:24px;

}

.entry h2{

	font-size:20px;

}

.entry h4, .entry h5, .entry h6 {

	font-weight:normal;

}

.entry blockquote  {padding: 10px 20px 10px 50px; background:url(images/blockquote.png) no-repeat; }



.entry blockquote p  { font-style:italic;font-family: 'Droid Serif', serif; }



.entry li{padding:3px 0;}



.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 15px; }



.entry ul li{list-style-type:square;}



.entry ul ul  { margin: 0; }



.entry li{line-height:20px;}



.entry a{text-decoration:underline;}



.entry a:hover{text-decoration:underline;}



.entry ul ul li  { list-style-type: circle; }



.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 20px; }



.entry ol ol  { margin: 0; }



.entry  ol li  { list-style-type: decimal; }



.entry  ol li ol li  { list-style-type: lower-latin; }



.entry pre{ white-space:normal;}



/* 4.2 Images */







.entry .thumb { padding: 1px; text-align:center; background:#F8F8F8;  border: solid 1px #e6e6e6; }



img.wp-smiley  { padding: 0; border: none; }



.alignleft  { float: left; width: auto; margin: 5px 15px 15px 0; }



.alignright  { float: right; width: auto; margin: 5px 0 15px 15px; }



.aligncenter  { text-align: center; margin-bottom:15px;}



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



.entry .gallery-caption {}



.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8;  border: solid 1px #e6e6e6; }



.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }



.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }



.entry .wp-caption.aligncenter { margin:0 auto 15px; }







/* 4.3 Page Navi */



.pagination {

	width:100%;

	height:30px;

	padding:10px 0 80px 0;

}

.pagination span.current, .pagination a:hover {

	float:left;

	line-height:28px;

	padding:0 12px;

	border-style:solid;

	border-width:1px;

	margin-right:10px;

}

.pagination a {

	background:#fff;

	float:left;

	line-height:28px;

	padding:0 12px;

	border:solid 1px #dad9da;

	margin-right:10px;

}

.pagination a.last, .pagination a.last:hover {

	margin-left:100px;

}

.pagination span.numbers {

	float:right;

	line-height:30px;

}



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



/* 5. COMMENTSAREA */



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



/* 5.1 Comments */



#comments{

	width:100%;

}

#comments h4{

	font-size:18px;

	border-bottom:solid 1px #dad9da;

	padding:0 0 10px 0;

}

#comments li{

	border-bottom:solid 1px #dad9da;

	padding:20px 0 0 0;

	margin:0;

}

#comments .comment_info{

	float:left;

	margin-right:10px;

}

#comments .commento{

	padding-left:70px;

}

#comments .commento-head .name{

	font-weight:bold;

}

#comments .commento-head .comment-date{

	color:#999;

	font-weight:normal;

}

#comments .comment-text p{

	padding:0 0 20px 0;

}

#comments .comment-text a{

	text-decoration:underline;

}

#comments .comment-text a:hover{

	text-decoration:none;

}

#respond{

	width:100%;

	padding:40px 0 40px 0;

}

#respond h4{

	font-size:16px;

	padding:0 0 20px 0;

}

#respond label{

	display:block;

	padding:0 0 10px 0;

}

#respond .input{

	width:230px;

	height:14px;

	background:#fff;

	border:solid 1px #dad9da;

	margin:0 0 15px 0;

	padding:8px 10px;

}

#respond .textarea{

	width:380px;

	height:100px;

	background:#fff;

	overflow:auto;

	border:solid 1px #dad9da;

	padding:10px;

	margin:0 0 20px 0;

}

#respond .button {

	width:130px;

	height:30px;

	border-style:solid;

	border-width:1px;

	float:left;

	cursor:pointer;

	font-size:14px;

	color:#fff;

	margin:1px 0 0 0;

}



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



/* 6. GENERAL STYLES */



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



.floatl  {float: left;}

.floatr  {float: right;}

.alignl  {text-align: left;}

.alignr  {text-align: right;}

.alignc  {text-align: center;}



/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,

html body * div.clear,

html body * li.clear,

html body * dd.clear

{background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;}



/* Align */



.aligncenter {margin: 10px auto 20px auto;display: block;}

.alignleft {margin: 10px 20px 8px 0;float: left;}

.alignright {margin: 10px 0px 8px 20px;float: right;}

.col-left {float: left;}

.col-right {float: right;}



/* PageNavi */

.more_entries {font-size:11px;}

.more_entries .wp-pagenavi {clear:both;float: right;}

.more_entries .wp-pagenavi a {text-decoration: none !important;}

.more_entries .wp-pagenavi .current, 

.more_entries .wp-pagenavi .on,

.more_entries .wp-pagenavi a:hover {background: #9f9f9f !important;}

.more_entries .wp-pagenavi a,

.more_entries .wp-pagenavi a:link,

.more_entries .wp-pagenavi a:visited, 

.more_entries .wp-pagenavi .current, 

.more_entries .wp-pagenavi .on,

.more_entries .wp-pagenavi span.pages { background: #EEEEEE;color: #666; padding: 4px !important; margin-left: 4px; border:1px solid #DDDDDD; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }



/* Misc */



.wrap:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden}

.fl{float: left}

.fr{float: right}

.ac{text-align: center}

.ar{text-align: right}

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

.wp-caption {background-color:#EEEEEE;border:1px solid #DDDDDD;padding:4px 0 5px;text-align:center;}

.wp-caption-text {padding:3px 0 0;font-size:11px;}