/*  
Theme Name: 503 Photography
Theme URI: http://503.tatelucas.com
Description: A Custom Theme for 503 Photography. 
Version: 1.1
Author: Tate Lucas
Author URI: http://www.tatelucas.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#fff url(images/middle-bg3.png) repeat-y center;
	color: #111;
	padding: 0;
	}

body, select, input, textarea {
	font: 100% Century Gothic, Arial, Verdana, Sans-Serif /*Global font-size reset*/;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	color: #565656;
	}

a, a:visited {
	color: #22a922;
	}

a:hover, a:active {
	color:#4d778d;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	}

td {
	padding:4px 6px;
	border-top:1px solid #CCC;
	}

tr {

	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em;
	letter-spacing:.03em;
	}



/* ---------- @ Structure -----------*/

#main {
	padding: 60px;
	position: relative;
}

#header_bg {
  background: url(images/header-bg-new.jpg) no-repeat scroll center top;
  height:1288px;
  width:100%;
}

#wrapper {
  font-size:0.8em;
  margin:-1305px auto 0;
  padding:0;
  width:819px;
  min-height: 101%;
  min-height: 1343px;
	}

#masthead {
	padding:28px 28px 24px;
	height: 150px;
	position: relative;
	}

#branding {
	float:left;
	width:575px;
	}
	
#content {
  margin: 25px 0 0 0;
	width:695px;
	float:left
	}

#sidebar {
  height:170px;
  padding:29px 0 0;
  position:absolute;
  right:-150px;
  top:90px;
  width:136px;
	}

#sidebar a {
  display: block;
  text-indent: -9999px;
  width: 124px;
}

.page-item-14 a {
  background: url(images/side-sprite.png) no-repeat scroll center top;
  height: 30px;
}

.page-item-14 a:hover {
  background: url(images/side-sprite.png) no-repeat scroll center -129px;
}

.page-item-16 a {
  background: url(images/side-sprite.png) no-repeat scroll center -30px;
  height: 38px;
}

.page-item-16 a:hover {
  background: url(images/side-sprite.png) no-repeat scroll center -159px;
}

.page-item-18 a {
  background: url(images/side-sprite.png) no-repeat scroll center -68px;
  height: 30px;
}

.page-item-18 a:hover {
  background: url(images/side-sprite.png) no-repeat scroll center -197px;
}

.page-item-20 a {
  background: url(images/side-sprite.png) no-repeat scroll center -98px;
  height: 31px;
}

.page-item-20 a:hover {
  background: url(images/side-sprite.png) no-repeat scroll center -227px;
}

#sidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

.left {
	float:left
	}

.right {
	float:right
	}
	
	
	
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:20px;
	}
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 0;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	font-size: 2.0em;
	text-transform: uppercase;
	color: #22a922;
	}

h2.posttitle a, h1.posttitle a {
  text-decoration: none;
  font-family: Arial, san-serif;
  font-weight: bold;
}

#sidebar h3 {
	border-bottom:3px solid #CCC;
	padding-bottom:5px;
	margin:22px 0 10px;
	color:#939393;
	font:normal .85em Arial, Helvetica, sans-serif;
	letter-spacing:.08em;
	text-transform:uppercase
	}

.entry h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.4em; 
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {
	font-weight: bold;
	font-size: 1em;
	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#logo {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	}

#logo a {
  display:block;
  height:185px;
  margin:0 0 0 30px;
  position:absolute;
  text-indent:-9999px;
  width:200px;
}

#logo a:hover {
  background: url(images/bird-hover.png) no-repeat scroll -31px -11px;
}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}



/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#pagination {
	margin-top:22px;
	overflow:hidden;
	padding:5px 0;
	}

#pagination a, #pagination a:visited { 
	border:1px solid #CCC;
	padding:6px 8px;
	text-decoration:none;
	overflow:hidden;
	display:block;
	}

#pagination a:hover {
	text-decoration:underline;
	}

#pagination a:active {
	border-color:#949494;
	}
		
#pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

.widget {
	margin-bottom:24px;
	overflow:hidden
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:6px 0;
	line-height:140%;
	}

.widget li a, .widget li a:visited {
	color:#111;
	text-decoration:none
	}

.widget li a:hover, .widget li a:active {
	color:#6d6d6d;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

.commentbutton {
  width: 148px;
  height: 44px;
  text-indent: -9999px !important;
  background:transparent url(images/comment-sprite.png) no-repeat 0 -44px;
  border: none;
  display: block;
}

.commentbutton:hover {
  background:transparent url(images/comment-sprite.png) no-repeat;
}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {

	}
	
#searchsubmit {
	vertical-align:top
	}		
	
.clear {
  clear: both;
}


/* ---------- @ Footer -----------*/

#footer_container {
  background:transparent url(images/footer-bg3.png) no-repeat scroll center bottom;
  height:100%;
  padding:0 0 20px;
  width:100%;
}

.footer_content {
  width: 800px;
  margin: 0 auto;
}

.footer_cal {
  width: 400px;
  color: #bb6756;
}

.footer_cal a {
  color: #bb6756;
  text-decoration: none;
}

.footer_cal a:hover {
  color: #bb6756 !important;
  text-decoration: underline;
}

#footer {
	font-size:.8em;
	overflow:hidden;
  width: 100%;
	margin:0 auto;
	color:#dadada;
	padding: 60px 0 0 0;
	height: 210px;
	float: left;
	}

#footer a:hover, #footer a:active {
	color:#FFF;
	}

#footer .left {
	float:left;
	width:50%;
	}

#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}	

.footer_cal h5 {
	font-family: Century Gothic, Arial, Verdana, Sans-Serif /*Global font-size reset*/;
	color: #000;
	margin: 0;
	padding: 0;
}

.footer_cal table {
  margin: 0 0 0 10px;
  padding: 0;
}

.footer_cal td {
	padding: 4px 5px;
	border-top: none;
}

.footer_cal tr {
	border-bottom:2px dotted #ccc6be;
}

.prev_post {
  float: left; 
  padding: 10px 0;
}

.prev_post a {
  display: block;
  width: 77px;
  height: 25px;
  background: red;
  text-indent: -9999px;
  background: url(images/prevnext_sprite.gif) no-repeat;
}

.prev_post a:hover {
  background: url(images/prevnext_sprite.gif) no-repeat 0 -25px;
}

.next_post {
  float: left;
  background: url(images/prevnext-bg.gif) no-repeat 0 0;
  margin-left: 0px; 
  padding: 10px 0 10px 20px;  
}

.next_post a {
  display: block;
  width: 46px;
  height: 25px;
  background: red;
  text-indent: -9999px;
  background: url(images/prevnext_sprite.gif) no-repeat -105px 0;
  margin: 0;
  padding: 0;
}

.next_post a:hover {
  background: url(images/prevnext_sprite.gif) no-repeat -105px -25px;
}



.homecomments {
  margin: 0 0 0px 0 !important;
  padding: 0 !important;
  height: 48px;
}

.spread-the-love {
  float: left;
  padding: 0;
  margin: 10px 0 0 0;  
}

.spread-the-love a {
  background: url(images/homecomment-sprite.png) no-repeat -139px 0;  
  display: block;
  width: 157px;
  height: 28px;
  text-indent: -9999px;
}

.spread-the-love a:hover {
  background: url(images/homecomment-sprite.png) no-repeat -139px -28px;  
}  

.arc_month {
  display: block;
  float: left;
  padding: 5px 5px 0 5px;
  height: 18px;
  text-align: center; 
  font-size: 11px;
}

.year_td {
  color: #000;
  font-size: 15px;
  display: block;
  float: left;
  width: 40px;
  padding: 3px 0 5px 0;
  height: 15px;
}

.year_line {
	background: url(images/dots.gif) repeat-x 0 bottom;
	width: 395px;
	padding: 0 0 10px 5px;
}

.comment-box {
	background: url(images/comment-box.png) no-repeat;  
	width: 710px;
	height: 158px;
	margin: 0 0 0 -15px;
	padding: 25px 0 0 25px;
}

.scroll-pane {
  float:left;
  height:120px;
  margin:0;
  overflow:auto;
  padding:0;
  position:relative;
  width: 680px;
}

.inner-scroll {
  width: 640px;
}

.commentname {
  color:#3F8A48;
  font-weight:bold;
  margin:0;
  padding:0;
  text-transform:uppercase;
}

.comment-box p {
  margin:0;
  padding:0 0 10px;
}

.comment-name label, .comment-email label, .comment-text label, .comment-url label  {
  text-indent: -9999px;
  display: block;
}

.comment-name {
  background: url(images/comment-fields.png) no-repeat;
  width: 566px;
  height: 83px;
  position: relative;
}

.comment-name input {
  border:medium none !important;
  left:10px;
  position:absolute;
  top:35px;
  background: none !important;
}

.comment-email {
  background: url(images/comment-fields.png) no-repeat 0 -83px;
  width: 566px;
  height: 83px;
  position: relative;
}

.comment-email input {
  border:medium none !important;
  left:10px;
  position:absolute;
  top:35px;
  background: none !important;
}

.comment-url {
  background: url(images/comment-fields.png) no-repeat 0 -165px;
  width: 566px;
  height: 82px;
  position: relative;
}

.comment-url input {
  border:medium none !important;
  left:10px;
  position:absolute;
  top:35px;
  background: none !important;
}

.comment-text {
  background: url(images/comment-fields.png) no-repeat 0 -247px;
  width: 566px;
  height: 366px;
  position: relative;
}

.comment-text textarea {
  border:medium none !important;
  left:10px;
  position:absolute;
  top:35px;
  background: none !important;
  height:290px !important;
  width:500px !important;
  padding: 15px !important;
}

#newer {
  float: right !important;
}

#linkcat-20 h2 {
  display: none;
}
#singlesocial {
  float: left !important;
}
.socialicons {
  float: right;
  margin: 5px -20px 0 0;
  color: #325082;   
}
.emailicon {
  display: block;
  float: left;  
  width: 48px;
  height: 48px;
  background: url(images/emailicon.png) no-repeat;
  text-indent: -9999px;
  margin: 0 10px 0 0;
}
.facebookicon {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  background: url(images/facebookicon.png) no-repeat;
  text-indent: -9999px;
  margin: 0 10px 0 0;
}
.twittericon {
  display: block;
  float: left;  
  width: 48px;
  height: 48px;
  background: url(images/twittericon.png) no-repeat;
  text-indent: -9999px;
}

#searchdiv {
  position: absolute;
  right: -107px;
  top: 129px;
}

#searchdiv .hidden {
  display: none;
}

#searchsubmit {
  visibility: hidden;
  display: none;
}

#s {
  height: 20px;
  width: 143px;
  border: none;
  color: #A0A09F;
  background: transparent;
}


.homecomments, .socialicons {
  font-size: 19px;
  font-family: felt-tip-woman;  
}

.homecomments p {
  color: #82B8BD;
}

.socialicons p {
  color: #325082;  
  float: left;
  width: 159px;
  margin: 10px 0;  
}

.homecomments a {
  text-decoration: none;
  color: #82B8BD;
}

.homecomments a:hover {
  text-decoration: none;
  color: #325082; 
}

.leavenotes {
  width: 380px;
  float: left;
}

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