/*  
Theme Name: Photoshop Fu
Theme URI: http://photoshopfu.com/
Description: Common people pursuing Photoshop awesomeness.
Version: 1.0
Author: Jonathan Arnold
Author URI: http://photoshopfu.com/
*/


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

a img{
	border:0;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#000 url(images/psfu-header.jpg) no-repeat center top;
	color:#000;
}

#page_wrapper{
	/*exists for the bonsai bg*/
	background-image: url(images/bonsai-footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:312px;
	text-align:center;/*for stupid IE 5.5...why do i bother*/
}

#page{
	width:934px;
	margin:0px auto;
	text-align: left;/*undo IE 5.5 center hack*/
}

h1, h2, h3, h4, h5{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	letter-spacing:-1px;
	font-weight:bold;
}

h1, h1 a{
	color:#662508;
	font-size: 28px;
	margin: 0 0 16px 0;
	line-height: 30px;
}


/* HEADER */

#header{
	width:100%;
	height:222px;
}

#header #logo{
}
#header #logo a{
	color:#fff;
}
#header #logo a:hover{
	text-decoration:none;
}
#header h1 a{
	display:block;
	overflow:hidden;
	width:270px;
	height:150px;
	margin:0 auto 0 auto;
	text-indent:-999em;
}


/* MAIN MENU */

#menu{
	float:right;
	width:220px;
	height:80px;
	overflow:hidden;
	padding: 0 22px 0 0;
	margin: 10px 0 0 0;
}

#mainmenu{
	margin:30px auto 0 auto;
}

#mainmenu ul{
	list-style-type: none;
	margin:0 auto 0 auto;
}

#mainmenu ul li{
	
	float:left;
	width:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
	font-size: 17px;
}

#mainmenu ul li a{
	display:block;
	padding:8px 12px 8px 12px;
	color:#702516;
}

#mainmenu ul li a:link, #mainmenu ul li a:visited{
	text-decoration:none;
}

#mainmenu ul li a:hover{
	text-decoration:underline;
	color:#a02600;
}

#mainmenu .current_page_item a{
	color:#efdac5;
	text-decoration:none;
	background-color: #900;
	background-image: url(images/link-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainmenu .current_page_item a:hover{
	color:#efdac5;
	text-decoration:none;
}


/* BREADCRUMB */

#breadcrumb{
	font-size:13px;
	margin:0 0 10px 8px;
	text-transform:capitalize;
}
#breadcrumb a{
	color:#662508;
}
#breadcrumb a:link, #breadcrumb a:visited{
	text-decoration:underline;
}
#breadcrumb a:hover{
	text-decoration:none;
	color:#a02600;
}


/* BODY */

#body{
	width:100%;
	background:#f3eee8 url(images/body-bg.jpg) repeat-y;
	overflow:hidden;
}
#body_top{
	width:100%;
	background:url(images/body-header.jpg) no-repeat;
}
#body_end{
	width:100%;
	background:url(images/body-end.jpg) no-repeat left bottom;
	overflow:hidden;
	padding:0 0 30px 0;
}

#body_left{
	width:655px;
	float:left;
}

#body_right{
	width:272px;
	float:right;
	padding:15px 0 0 0;
}

#body_left_content{
	width:600px;
	margin:30px 8px 0 22px;
}

.post h2{
	color:#666;
	font-size:150%;
	margin:0 0 10px 0;
}

.post h3{
	color:#666;
	font-size:110%;
	letter-spacing:0;
	margin:0 0 10px 0;
}

.post li{
	margin:0 0 5px 35px;
}

.post ul, .post ol{
	margin:0 0 18px 0;
	width:80%;
}

/* POST */

div.post_excerpt{
	padding:0 0 20px 0;
}

div.post_excerpt_end{
	background:url(images/post_sep.jpg) no-repeat center bottom;
	width:100%;
	padding:0 0 30px 0;
	clear:both;
}


div.post_excerpt img{
	float:left;
	margin:0;
	padding:23px;
	width:152px;
	height:152px;
	background-image:url(images/photo-frame.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.excerpt_content{
	line-height:22px;
	font-size:13px;
	margin:0 0 0 210px;
	width:375px;
	overflow:hidden;
	color:#333;
}

.excerpt_content p{
	margin:0 0 18px 0;
}

.excerpt_content a{
	color:#600;
}

.excerpt_content h1{
	margin-top:7px; /*to match top spacing on photo frame from transparency */
}

.excerpt_content h1 a:link, .excerpt_content h1 a:visited{
	text-decoration:none;	
}

.excerpt_content h1 a:hover{
	text-decoration:underline;
	color:#a02600;
}

.excerpt_content a:link, .excerpt_content a:visited{
	text-decoration:underline;
}

.excerpt_content a:hover{
	text-decoration:none;
	color:#a02600;
}



.excerpt_content h3, .postmetadata h3{
	font-weight:normal;
	color:#4b4b4b;
	font-size:11px;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 0 15px 2px;
}

.excerpt_content h3 a, .postmetadata h3 a{
	color:#b05a08;
	font-weight:bold;
	text-transform:capitalize;
}

.excerpt_content h3 a:link, .excerpt_content h3 a:visited, .postmetadata h3 a:link, .postmetadata h3 a:visited{
	text-decoration:none;
}

.excerpt_content h3 a:hover, .postmetadata h3 a:hover{
	text-decoration:underline;
}

.excerpt_content .post_author, .excerpt_content .post_cat, .excerpt_content .post_date, .postmetadata .post_author, .postmetadata .post_cat, .postmetadata .post_date {
	padding:2px 0 2px 0;
}


.read_more{
	background:url(images/ico_readmore.gif) no-repeat right 5px;
	padding-right:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:110%;
}

.read_more a:link, .read_more a:visited{
	text-decoration:underline;
}

.read_more a:hover{
	text-decoration:none;
	color:#a02600;
}


/* SINGLE PAGE STUFF */

.post{
	margin:20px 0 0 10px;
	font-size:13px;
	line-height:22px;
	color:#333;
}

.post p{
	margin:0 0 18px 0;
}

.post a{
	color:#600;
}

.post a:link, .post a:visited{
	text-decoration:underline;
}

.post a:hover{
	text-decoration:none;
	color:#a02600;
}

.post img{
	border:#fff 10px solid;
}

.zoom{
	background:url(images/mag-glass.png) no-repeat left top;
	padding:0 0 10px 25px;
	font-weight:bold;
}


.navigation{
	font-size:10px;
	color:#666;
	text-transform:uppercase;
}

.navigation a{
	font-size:17px;
	color:#662508;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	}
	
.navigation a:link, .navigation a:visited{
	text-decoration:none;
}

.navigation a:hover{
	text-decoration:underline;
	color:#a02600;
}

#previous_link{
	background:url(images/arrow_prev.gif) no-repeat left top;
	text-align:left;
	width:250px;
	padding-left:33px;
	float: left;
}

#next_link{
	background:url(images/arrow_next.gif) no-repeat right top;
	text-align:right;
	width:250px;
	padding-right:33px;
	float: right;
}

.page_sep{
	width:100%;
	overflow:hidden;
	background:url(images/post_sep.jpg) no-repeat center bottom;
	padding:0 0 30px 0;
	margin:10px 0 13px 0;
	clear:both;
}

.entry h3{
}

.post .just_image{
	border:none;
}
	
#about_mugshot{
	margin:-40px 0 0 0;
}


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 5px 0 0 0;
	padding:0;
	width:85px;
	height:35px;
	}
/* End Form Elements */


/* COMMENTS */

#comments{
	margin:25px 0 20px 10px;
	padding:20px 0 20px 0;
	background-color:#e5dfd2;
	background-image:url(images/comment-form-bg.jpg);
}

.required {
	color:#F00;
	font-weight:bold;
}

h1#comments{
	padding-left:20px;
}

h3#comments_title{
	font-size:29px;
	color:#662508;
	margin:0 0 10px 20px;
}

#commentform{
	margin-left:20px;
	color:#000;
	font-size:12px;
	width:90%;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:12px;
}
#cancel-comment-reply-link{
	font-size:12px;
	color:#000;
}

#commentform a, #commentform small{
	color:#000;
}

#commentform input{
	background:#fff;
	border:2px solid #d9d9d9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	color:#000000;
}

#commentform textarea{
	background:#fff;
	border:2px solid #d9d9d9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px;
	margin:5px 0 0 0;
	color:#000000;
	overflow:auto;
}

#commentform input#submit{
	background:none;
	border:0px;
	margin-left:2px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0 0 0 10px;
	text-align: justify;
	margin:0;
	}

.commentlist .comment {
	margin: 15px 0 0 0;
	padding: 10px 15px 20px 15px;
	list-style: none;
	background:#f9f7f3;
	border:1px solid #d1cfcb;
	}

.commentlist .alt {
	background:#f5f2ed;
	}

.commentlist .comment .comment {
	margin: 15px 15px 15px 15px;
	padding: 10px 15px 20px 15px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}
.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:1px solid #2c0202;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/button_replay.gif) no-repeat;
	width:79px;
	height:20px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#000;
	}
.commentmetadata a{
	color:#761100;
	font-weight:bold;
}

.commentmetadata a:link, .commentmetadata a:visited{
	text-decoration:none;
}

.commentmetadata a:hover{
	text-decoration:underline;
}

.commentmetadata span{
	color:#761100;
	font-weight:bold;
}

.commentlist .alt .commentmetadata {
	color:#666;
	}

.commentmet_text{
	font-size:12px;
	color:#000;
}

#comment_rules{
	color:#666;
	padding:0 0 18px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:13px;
}


/* ONPAGE SEARCH */

.search_container{
	background-color:#f9f7f3;
	border:1px #d1cfcb solid;
	padding:30px;
	width:400px;
}

.search_container input{
	font-size:14px;
}

.search_container button{
}
	



/* SIDE BAR */

#sidebar{
	width:255px;
	margin:0 0 0 6px;
	color:#000;
}

.sidebars h2{
	font-size:20px;
	color:#d2ba8f;
	background:#f9fdfd;
	padding:6px 0 0 15px;
	width:255px;
	height:38px;
	background:url(images/sidebar-header.png) no-repeat;
	margin:0 0 10px 0;
}

.sidebars li ul{
	padding:0 25px 25px 14px;
}

.sidebars li{
	margin-bottom:0px;
	background:none;
	list-style: none;
}

.sidebars li li{
	margin-bottom:0px;
	background:url(images/stitch-line.gif) no-repeat bottom;
	padding:8px 0 12px 8px;
	font-size:13px;
}

.sidebars li a{
	color:#303030;
}

.sidebars li a:link, .sidebars li a:visited{
	text-decoration:none;
}

.sidebars li a:hover{
	text-decoration:underline;
	color:#a02600;
}

.sidebars li.widget_categories ul li{
	font-weight:bold;
}

.sidebars li.widget_categories ul li a{
	background:url(images/ico_cat.gif) no-repeat left 3px;
	padding:0 0 0 14px;
	font-weight:normal;
}


/* SUBSCRIBE WIDGET */

#subscribe_icons{
	margin:0 0 0 16px;
}
#subscribe_text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:5px 20px 20px 22px;
}
#subscribe_text a{
	color:#600;
}
#subscribe_text a:link, #subscribe_text a:visited{
	text-decoration:underline;
}
#subscribe_text a:hover{
	text-decoration:none;
}


/* ADS */

#sidebar_ads{
	width:100%;
	overflow:hidden;
}
#sidebar_ads div{
	float:left;
	padding:0 0 6px 6px;
}
#sidebar_ads div img{
	float:left;
}


/* FLICKR */

#flickr{
	margin:0 0 10px 13px;
}


/* SOCIABLE */

.sociable{
	text-align:left;
	padding:15px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

.sociable img{
	border:none;
	margin:3px 10px 0 0;
}

.sociable ul{
	list-style-type: none;
	margin:0;
	padding:0;
	width:auto;
}

.sociable ul li{
	float:left;
	width:auto;
	margin:0;
	padding:0;
}

.sociable_tagline{
	
}




/* FOOTER */

#footer{
	width:100%;
	height:95px;
}

#footer_about{
	padding:43px 40px 60px 30px;
	text-align:right;
}

#footer_about p{
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 3px 0;
	font-size:12px;
	font-style:italic;
}

#footer_about img{
	margin: -21px 0 0 5px;
	float:right;
}

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

