/*
Theme Name: Mandy Sroka Photography
Theme URI: http://mandysrokaphotography.com/
Description: Mandy Sroka Photography Wordpress Theme.
Version: 1.0
Author: Dustin Pfeifer Creative, LLC
Author URI: http://dustinpfeifer.com/
*/

* {
	margin:0;
	padding:0;
}

body {
	background:#2e1b0a url(images/background_02.jpg) no-repeat top center;
	width:880px;
	text-align:center;
	margin:0 auto;
	font:12px/150% arial, sans-serif;
	color:#fff;
}


/* Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	height:170px;
	overflow:hidden;
}

.logo {
	float:left;
	padding:25px 0 0;
	margin:0;
}

#navigation {
	float:right;
	margin:65px 0;
	padding:0;
	list-style-type:none;
}

#navigation li {
	float:left;
	height:24px;
	border-right:1px solid #4f3f30;
	padding:6px 20px 0 20px;
}

#navigation li.facebook, #navigation li.twitter {
	border:none;
	padding:0;
}

#navigation li.facebook {
	padding:0 0 0 20px;
}

#navigation li.twitter {
	padding:0 10px;
}

#navigation li.facebook a, #navigation li.twitter a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
}

#navigation li.facebook a {
	background:url(images/icon-facebook.jpg) no-repeat;
}

#navigation li.twitter a {
	background:url(images/icon-twitter.jpg) no-repeat;
}

#navigation a {
	display:block;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}

#navigation a:hover, #navigation li.current_page_item a, #navigation li.current_page_ancestor a, #navigation li:hover a {
	color:#ffe5d0;
}

#navigation li ul { /* second-level lists */
	position:absolute;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align:left;
	margin:0;
	padding:0;
}

	#navigation li li {
		list-style-type:none;
		border:none;
		padding:0;
	}
	
	#navigation li ul a, #navigation li:hover li a, #navigation li.current_page_item ul a, #navigation li.current_page_ancestor ul a {
		background:none;
		color:#fff;
		text-transform:none;
		padding:10px 20px 0 0;
		font-weight:normal;
		font-size:11px;
	}
	
	#navigation li ul a:hover, #navigation li ul li.current_page_item a {
		color:#ffe5d0;
	}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left:-999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}

#secondary ul {
	list-style-type:none;
	margin:0 0 20px 0;
}

.widget_archive ul li {
	float:left;
	width:125px;
}


/* Slideshow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#slideshow {
	text-align:left;
	margin:0 0 10px 0;
}

#slideshow img {
	background:#fff;
	padding:10px;
	margin:0;
}

#slideshow .left, #slideshow .middle, #slideshow .right {
	float:left;
	margin:0;
	border:10px solid #fff;
}

#slideshow .middle {
	margin:0 2px;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	text-align:left;
	margin:0 0 10px 0;
}

#content #left {
	float:left;
	width:575px;
}

#content #right {
	float:right;
	width:270px;
}

#footer {
	border:1px solid #4f3f30;
	border-width:1px 0 0 0;
	padding:20px 0 0;
	margin:20px 0 0;
	text-align:left;
	color:#4f3f30;
}

#footer #left {
	float:left;
}

#footer #right {
	float:right;
}

#footer p {
	margin:0;
}

#footer a {
	color:#4f3f30;
}

#footer input {
	background:none;
}

.copyrightpro {
	display:none;
}

#home {
	border:1px solid #4f3f30;
	border-width:1px 0 0 0;
	padding:20px 0 0;
	margin:20px 0 0;
	text-align:left;
}

	#home h2 {
		margin:10px 0 0;
	}

#home #left {
	float:left;
	width:292px;
}

#home #right {
	float:right;
	width:563px;
}

.gallery {
	list-style-type:none;
	margin:10px 0 0 0;
}

.gallery dl {
	display:block;
	float:left;
	margin:0 0 2px;
}

.gallery a {
	display:block;
	float:left;
	line-height:0;
	border:10px solid #fff;
}

.gallery a:hover {
	border:10px solid #ffe5d0;
}

.gallery img {
	width:93px;
	height:93px;
	overflow:hidden;
}


/* Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

a {
	color:#ffe5d0;
}

a img {
	border:none;
}

span {
	font-size:18px;
	line-height:150%;
}

h1, h2, h3 {
	line-height:150%;
}

h1 {
	color:#fff;
	font-weight:normal;
	font-size:18px;
}

h2, h2 a {
	color:#ab7c55;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	text-decoration:none;
}

h3, h3 a {
	color:#ffe5d0;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
}

#imageDetails span {
	font-size:11px;
}


/* From Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#searchform {
	margin:10px 0 0;
}

#search {
	display:block;
	float:left;
	background:#4f3f30;
	width:175px;
	height:15px;
	padding:7px;
	border:none;
	color:#ffe5d0;
}

#searchsubmit {
	background:url(images/button-search-02.jpg) no-repeat;
	width:29px;
	height:29px;
	margin:0 0 0 1px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
}

label input {
	display:block;
	margin:10px 0 0;
}

input, textarea {
	margin:0 0 10px 0;
	background:#4f3f30;
	padding:7px;
	border:none;
	color:#ffe5d0;
}

textarea {
	width:75%;
}

.cform label span {
	display:block;
	font-size:12px;
	margin:10px 0 5px;
}

.cform span.emailreqtxt, .cform span.reqtxt {
	font-size:11px;
	margin:0 0 0 10px;
}

.cform ol {
	list-style-type:none;
}

#usermessagea {
	margin:10px 0;
}

.failure {
	padding:5px 10px;
	background:#f0bfb8;
	color:#aa1d1d;
}

.linklove, .cf_hidden {
	display:none;
}


/* Blog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.post {
	margin:0;
}

.entry {
	margin:10px 0;
}

.excerpt {
	margin:10px 0;
}

p.date {
	color:#ab7c55;
}

p.postmetadata {
	color:#ab7c55;
	margin:0 0 20px;
}

#homeposts {
	margin:0 0 20px 0;;
}

.postthumb {
	height:200px;
	overflow:hidden;
	vertical-align:middle;
}

.commentlist {
	margin:20px 0;
}
	
.commentlist li {
	list-style-type:none;
	margin:10px 0;
	border:1px solid #4f3f30;
	padding:10px;
}

.commentlist li.alt {
}

.commentlist p {
	margin:10px 0 0;
}

.commentlist p.postmetadata {
	margin:0;
}

.commentlist p.author {
	margin:0;
}

.commentlist p.gravatar {
	float:left;
	margin:0 10px 0 0;
}


/* Wordpress Defaults
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aligncenter { 
	display:block; 
	margin:0 auto;
}

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

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

.wp-caption { 
	text-align:center; 
	background:#fff; 
	padding:10px; 
	margin:0 0 2px;
	color:#000; 
	height:200px;
	overflow:hidden;
}

.wp-caption img {
	width:93px;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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