/*  
Theme Name: fotographerstop
Theme URI: http://fotographerstop.com
Description: Custom theme for fotographerstop, an online resource for photographers
Version: 1.0
Author: Ryan Edick
Author URI: http://ryanedesigns.com

*/

html, body, div, span, ul, ol, li, 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 */	

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #f3f3f3;
	color: #333;
}

a:link {
	text-decoration: underline;
	color: #333;
}

a:hover, a:visited {
	color: #666;
	text-decoration: none;
}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 36px;
	padding-top: 10px;
}

h2, h3, h4 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	padding-top: 5px;
	
}
p {
	padding-top: 10px;
}

#site_wrapper {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

#content_wrapper {
	padding-top: 10px;
	background: #f3f3f3;
	margin: 0 auto;
	background: url('images/content_bg.png') repeat-y;
	width: 984px;
	text-align: left;
}

#header_wrapper{
	width: 100%;
	height: 150px;
	background: url('images/header-bg.jpg') repeat-x;
	border-bottom: 1px solid #333;
	}

#header {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
}

#headerContent {
	
}

#container {
	float: left;
	width: 600px;
	margin: 0 5px 20px 20px;
	padding: 10px;
	background: #f3f3f3;
}
	
.post {
	padding: 10px 0;
}

.post  h2 {
	font-family: Georgia, Sans-serif;
	font-size: 30px;
}

.entry {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:20px;

}

.entry img {
	border: 2px solid #333;
}

.alignnone{
	margin-right:12px;
	}

.alignright {
	float:right;
	margin-left: 10px;
	}
	
p.postmetadata {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}

.navigation {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* Sidebar */

#sidebar {
	margin-top:-150px;
	margin-right:20px;
	float:right;
	list-style:none;
	width: 300px;
	overflow: hidden;
}

#sidebar h2 {
	height:30px;
	padding: 15px 0 0 10px;
	font:14px uppercase Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	background: #ccc;
	margin-bottom: 10px;
}

#sidebar ul {
	clear: both;
}

#sidebar ul li a {
	color: #636363;
	padding:10px 25px 10px 10px;
	display:block;
}

#sidebar a:hover, #sidebar li.active a {
	color: #000;
}

#sidebar ul li span {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#878787;
	font-weight:normal;
}

#sidebar .block {
	width: 300px;
}

#sidebar .block .inside {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	padding-bottom: 5px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 15px 8px 10px;
	line-height: 18px;
	background: url(images/bg_footer_list.gif) repeat-x 0 bottom;
	position:relative;
}

#sidebar .block .inside li img.thumbnail {
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}

#sidebar .widget {
	margin-bottom:15px;
}
#sidebar .textwidget {
	padding:5px 10px;
}
#sidebar li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	border-top: 1px solid #f7f6f6;	
	border-bottom: 1px solid #e2e2e2;
	line-height: 18px;
	overflow: hidden;
}

#sidebar ul li:hover, #sidebar li.current-cat, #sidebar li.active {
	background:#fff;
}

#sidebar ul ul {
	padding: 0;
	margin: 3px 0 0 0;
	border:0;
}

#sidebar ul ul li {
	border: 0;
	padding-bottom: 0;
	border-top:1px solid #E2E2E2;
}

/*Flickr Group*/

.flickrimage {
	float:left;
	margin-left:35px;
	margin-bottom:20px;
	width:75px;
	height:75px;
	border:1px solid #d8d8d8;
	padding:7px;
	background: #fff;
}

#subscribe {
	height:125px;
	margin-bottom:50px;
}

#subscribe a:link {
	text-decoration: underline;
	color: #fff;
}

#subscribe a:hover, a:visited {
	color: #ccc;
	text-decoration: none;
}

#subscribe img{
	margin: 3px 10px 0 10px;
	float:left;
}

	
#search {
	display: inline;
	}

/*#search input {
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #c0c0c0;
	color:#434343;
	font-style:italic;
	display: inline;
}*/

#search input.button{
	background-color:#a3ac0a;
	border:0px;
	color:#ffffff;
	width:auto;
	font-style:normal;
}

#searchform input{
	display: inline;
	}
	
#search input.button:hover{ 
	background-color:#ac470a;
}


#footer {
	margin: 0 auto;
	padding: 10px;
	width: 900px;
	min-height:150px;
	border:1px solid #ccc;
	background:#f9f0f0;
}

#footer p {
	line-height: 18px;
}

.footerBox {
	width:200px;
	height:100px;
	float:left;
}

/* Comment Styles */

#commentform { 
	margin: 16px 0;
	padding:5px; 
	background: #eee;
	border: 1px solid #ccc;
	width: 635px;
}

#commentform p, textarea {
	width: 600px;
	}
#commentform p, input {
	font-size:16px;
	padding: 2px;
	margin: 2px;
	}
#commentform input {
	border: 1px solid #ccc;
	}
	
#submit {
	background-color:#a51616;
	border: 1px solid #aaa;
	padding: 5px;
	}

.commentor {
	float:left;
	width:120px;
	text-align:right;
}
.commentor img {
 	margin-bottom:3px;
}
.comment-metadata a{
	color:#d0cab4;
	font-size:10px;
	text-decoration:none;
}
.commenttext {
	float:right;
	width:460px;
	color:#333;
	padding:20px;
	background-color:#eee;
	border:1px solid #aaa;
	font-size:13px;
	line-height:20px;
	padding-bottom:10px;
	min-height:150px;
	
}

ol.commentlist li.alt .commenttext{
	position:relative;
	top:-1px;
	background-color:#f5f0f0;
	margin-bottom:-2px;
}
ol.commentlist {
	margin-top:20px;
}
ol.commentlist li {
	clear:both;
	margin-bottom:0px;
	list-style:none;
	margin-left:0px;	
}
.comment-author {
	font-size:18px;
	margin-bottom:0px;
}
.comment-author a {
	color:#b0bb0b;
	font-weight:bold;
	text-decoration:none;
}
.commentlist .commenttext a {
	color:#848d00;
}
.commentlist  .commenttext a:hover, .comment-author a:hover {
	color:#232323;
	text-decoration:none;
}


/* Sociable */

div.sociable { 
	margin: 16px 0;
	padding:5px; 
	background: #eee;
	border: 1px solid #ccc;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* TAB MENU */

#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px 
		}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	}

#tabmenu a, a.active {
	color: #DEDECF;
	background: #898B5E;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
	}

#tabmenu a.active {
	background: #ABAD85;
	border-bottom: 3px solid #ABAD85; 
	}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
	}

#tabmenu a:visited {
	color: #E8E9BE; 
	}

#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF; 
	}



/*Related Posts */

#relatedPosts { 
	margin:0px;
	padding:5px;
	padding-left:20px; 
	background: #eee;
	border: 1px solid #ccc;
	border-top:0;
}

#relatedPosts li{ 
	list-style:none;
}

#relatedTags {
	padding:5px;
	width:400px;
	float:left;
	}

#relatedAdvertise {
	float:right;
	width:125px;
}

/*Author Info */

#authorInfo { 
	margin:0px;
	padding:20px;
	text-align:justify;
	min-height:80px; 
	background: #f9f0f0;
	border: 1px solid #ccc;
}

#authorInfo img{ 
	float:left;
	margin-top: 10px;
	margin-right:10px;
	padding:1px solid #666;
	border:1px solid #333;
}

#authorInfo p {
	font-size:11px;
	line-height: 16px;
	}


/* Ads Style */



