/*  
Theme Name: SimplyPhotography
Theme URI: http://roughwaterstudios.com/simplyphotography
Description: Beautiful Simple Photography Theme
Version: .2
Author: Ryan Edick
Author URI: http://roughwaterstudios.com
*/

html, body, div, span, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, 
u, i, img, blockquote, fieldset, input{ 
	margin:0; 
	padding:0;
	border:0;
	}
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
	}
ul,ol { 
	list-style:none;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a img,:link img,:visited img { 
	border:none;
	}
.clear {
	clear:both;
}

/* END Zero Out */	

.hidden {display:none;}

/*Links, Accronyms, Blockquote, etc : Font Styles */

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a { color: #6699CC;}
a img { border: none;}
a:visited {color: #66CCFF; text-decoration:line-through;}
a:hover {color: #3366CC; text-decoration:none;}

acronym, abbr {border-bottom: 1px dashed #333;}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr { cursor: help;}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 { 
	padding-bottom: 5px; 
	color: #262626; 
	letter-spacing: -1px; 
	line-height: 1em; 
	font-weight: normal; 
	font-family: Georgia, serif;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color: #262626 !important; 
	font-weight: normal !important; 
	}
	
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p { 
	padding-bottom: 10px; 
	line-height: 22px; 
	}


ol#comments li p {
	font-size: 100%;
}

/* Main Site Styles */

html, body {
	background: #e9e9eb;
	height: 100%;
	color: #434343;
	line-height: 20px;
	font-size:11px;
	text-shadow: #fff 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#siteWrapper {
	width: 960px;
	background:#e6e6eb;
	border-right: 1px solid #e3e3eb;
	border-left: 1px solid #e3e3eb;
	padding:10px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#blogTitle a{
	text-decoration:none;
	}
.entry img{
	border:1px solid #c9c9cb;
	padding:40px;
	background: #fff;
	}
	
#content {
	
}

#header {
	margin-bottom:25px;
}

#headerContent {
	display:block;
	width: 250px;
	float:right;
	}

.footer, .push {
height: 4em;
}

.footerImages {
	width:150px;
	height:150px;
	display:block;
	float:left;	
	}
	
span.imageDate {
	position:relative;
	float:right;
	}

.footer {
	background:#434343;
	border-top: 1px solid #454545;
	height:150px;
}

/* Custom Home Page */

.postText {
	width:700px;
	float:left;
	padding:0 0 10px 20px;
	}
.postInfo {
	padding:0 20px 10px 0;
	width:210px;
	float:right;
	}
.titleBar {
	padding:0 0 10px 20px;
	}
/* Navigation Menus */

#navContainer {
	width:600px;
	padding-left:15px;
	margin: 0 auto;
	float:left;
	}
	
ul#navList {
	list-style: none;
	float: left;
	}

ul#navList li{
	float: left;
	}

ul#navList li a{
	float: left;
	text-decoration: none;
	color: #a1a1a1;
	padding: 25px;
	margin-right: 8px;
	font: 14px Arial, Helvetica, sans-serif;
	}

ul#navList li a:hover{
	float: left;
	text-decoration: none;
	color: #6699CC;
	text-shadow: #d2d2db 1px 1px 1px;
	padding: 24px;
	margin-right: 8px;
	border:1px solid #c9c9cb;
	background: #fff;
	}

ul#navList li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height:30px;
	}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

/* Comment Form */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background: #fff;
	border: 1px solid #c9c9cb;
	padding: .4em;
}

#commentform textarea {
	font-size:14px;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	width: 940px;
	max-width:940px;
}

ol#commentlist li {
	border-left:3px solid #6699CC; 
	background:#f2f2f2;
	font-size: 110%;
	list-style-type: none;
	padding:20px;
	margin:20px 0;
}

ol#commentlist li.alt{
	border-left:3px solid #3366CC; 
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#submit {
	padding:10px; 
	color: #262626; 
	letter-spacing: -1px; 
	line-height: 1em; 
	font-weight: normal; 
	font-family: Georgia, serif;
	font-size:18px;
	text-shadow: #fff 1px 1px 1px;
	}
	#submit:hover {
		background:#6699CC;
		}

/* List Menu */

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

