/*
Theme Name: Lindsey Carlyle Photography
Theme URI: http://joshwayne.com
Description: Custom Theme for Lindsey Carlyle's Blog
Version: 1.0
Author: Josh Wayne
Author URI: http://joshwayne.com
*/

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
strong{font-weight:bold;}
em{font-style:italic;}
a img{border:none;}
h1,h2,h3,h5,h5,h6{font-weight:bold;}
.alert{background:red;color:white;}


/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

a {text-decoration: none; color: #171717;}
a:hover {text-decoration: underline;}

body {
	background: white url('style/images/bg.gif') repeat-x left top;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #171717;
}

div#container {
	width: 960px;
	margin: 0px auto ;
	background: transparent url(style/images/page.png) repeat-y left -58px;
}

/*			Header			*/

div#header {
	background: transparent url(style/images/header.png) no-repeat left top;
	height: 526px;
	padding: 0px 0px 0px 140px;
	position: relative;
	z-index: 2; /*Fixes IE dropdown bug*/
}

div#header h1 {
	display: block;
	float: left;
}

div#header h1 a {
	height: 275px;
	margin-top: 65px;
	text-indent: -9999px;
	width: 260px;
	display: block;
}

div#slider {
	height: 450px;
	width: 550px;
	position: relative;
	float: right;
}

div#left-tape {
	background:url("style/images/left-tape.png") no-repeat scroll left top transparent;
	height:192px;
	position:absolute;
	right:380px;
	width:212px;
	z-index:30;
}

div#right-tape {
	background:url("style/images/right-tape.png") no-repeat scroll left top transparent;
	height:230px;
	position:absolute;
	right:40px;
	width:187px;
	z-index:40;
}

div#slideshow {
	width: 420px;
	position: absolute;
	right: 117px;
	top: 62px;
	z-index: 10;
}

div#slideshow img {
	position: absolute;
	top: 0px;
}


ul#nav {
	text-transform: lowercase;
	list-style: none;
	font-size: 22px;
	display: block;
	clear: both;
	position: relative;
}

ul#nav li {
	float: left;
	position:relative;
}

ul#nav a {
	color: #fff;
	display: block;
	padding: 10px 8px 10px 5px;
	margin-right: 5px;
	border-right: 1px solid #fff;
}

ul#nav a:hover {
	cursor: pointer;
}

ul#nav ul{display:none; background-color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #E7E7E7;}
ul#nav li:hover>ul{display:block;}
ul#nav ul{position: absolute;left:-5px;top:100%;z-index: 100; font-size: 16px; width:130px; padding: 10px;}
ul#nav ul li {float: none;}
ul#nav ul li a {
	color: #7db0b8;
	display: block;
	padding: 1px 5px;
	margin-right: 0px;
	border: none;
}
ul#nav ul li a:hover {
	text-shadow: none;
}


li#subscribe a {
	border-right: none;
	background: transparent url(style/images/rss.png) no-repeat right center;
	padding: 10px 48px 15px 5px;
}

div#content {
	padding: 0px 111px 0px 103px;
	position: relative;
	clear: both;
	z-index: 1; /*Fixes IE dropdown bug*/
}

div#content div.post:first-child {
	background: transparent url(style/images/blue.gif) repeat-x left -55px;
}

/*			Entries			*/

div.post {
	margin-bottom: 30px;
	padding: 0px 40px;
}

span.date {
	font-size: 22px;
}

div.post p {
	font-size: 12px;
}

div.post a {
	color: #598e96;
}

div.options a {
	color: #000;
}

div.post p, div.post img {
	margin-bottom: 12px;
}

div.options {
	float: left;
	width: 100px;
	padding-right: 15px;
}

div.options p {
	font-weight: lighter;
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

div.options span {
	display: block;
	text-transform: lowercase;
	font-size: 14px;
}

div.options a {
	display: block;
}

span.comment-number {
	margin-bottom: 15px;
	display: block;
}

div.comments {
	height: 100px;
	overflow: auto;
	padding: 10px;
	border-left: 1px dashed #999;
	font-size: 12px;
}

div.comments a {
	color: #598e96;
}

div.comments li {
	margin-bottom: 10px;
}

ul.commentlist span.comment-author {
	text-transform: uppercase;
}

ul.commentlist span {
	font-size: 12px;
	color: #888;
}

ul.commentlist p {
	margin: 0px;
	display: inline;
}

/*			Comments Pop Up			*/

body#popup {
	background-color: #fff;
	background-image: none;
	padding: 20px;
}

body#popup h1 {
	font-weight: lighter;
	font-size: 24px;
	margin-bottom: 20px;
}

div#comment-box {
	width: 350px;
	margin: 0 auto;
}

label {
	display: block;
	font-size: 13px;
}

fieldset {
	margin-bottom: 10px;
}

textarea, input[type="text"] {
	border: 1px solid #bfbfbf;
	padding: 5px;
}

textarea {
	width: 320px;
}

/*			Footer			*/

div#footer {
	background: white url('style/images/footer.png') no-repeat left top;
	height: 130px;
	font-size: 18px;
	padding: 150px 150px 60px;
}

div#footer a {
	color: #171717;
}

div#footer a:hover {
	text-shadow: #afafaf 1px 1px 3px;
}

div#footer span {
	padding: 10px;
	text-transform: lowercase;
}

span#copyright {
	border-right: 1px solid #171717;
	padding-left: 0px;
}

span.top {
	border-right: 1px solid #171717;
}
