/*
Theme Name: PHS
Theme URI: http://www.flintinteractive.com/
Description: Base off the the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Andy Ganoe
Author URI: http://flintinteractive.com/
Tags: phs
*/
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.entry-inner{
	padding-right:125px;
}
h1{
 	color:#8c357d;
}
.even, .alt {

	border-left: 1px solid #ddd;
}
small {
	font-style: italic;
	font-size: 12px;
	display: block;
	padding-bottom: 10px;
}
#sidebar h2 {
	padding: 30px 0px 10px 0px;
	margin: 0px;
	font-size: 14px;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentmetadata {
	padding-top: 3px;
	font-size: 10px;
}
code {
	font: 12px 'Courier New', Courier, Fixed;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
.post {
	/* border-bottom: 1px solid #cccccc; 
	margin-bottom: 15px; */
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
	padding-bottom: 0px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

select {
	width: 130px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

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

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

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

hr {
	display: none;
	}

a img {
	border: none;
	}
#photo_header{
	padding-top:7px;
	padding-left:7px;
	padding-bottom:2px;	
}
.navigation {
	display: block;
	float:left;
	width:100%;
	padding-top:22px;
	text-align: center;
	padding-bottom: 10px;
	margin-top:25px;
	border-top:dashed 1px #d1d0cb;
}
/* End Various Tags & Classes*/



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

.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 */

/* Custom Styles*/
#blog_searchbg {
	background-image: url(/images/bg_search.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	
}
#s {
	background-color: transparent;
	border: none;
	outline: none;
	height: 15px;
	position: relative;
	top: 2px;
	width: 115px;
	margin-left: 3px;
	line-height: 15px;
	font-size: 11px;
	float: left;
}
#searchsubmit {
	float: right;
	position: relative;
	top: 2px;
	right: 6px;
}
#commentform textarea, #commentform input, #commentform select {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #333333;
	padding: 3px;
	margin-bottom: 3px;
	font-size: 11px;
}
#commentform textarea {
	height: 100px;
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#commentform input.inputbutton {
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	font-size: 11px;
	height: 24px;
	line-height: 14px;
	background-color: #ed1c24;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ed1c24;
	margin-right: 2px;
}
#commentform ifnput.inputbutton:hover {
	background-color: #ff9804;
	border: 1px solid #ff9804;
}
.post  {
	padding-bottom: 20px;
}
#tag_cloud {
	border-top: 1px solid #cccccc;
	/*border-bottom: 1px solid #ffb64b;*/
	padding: 11px 5px 11px 5px;
}
#tag_cloud a {
	font-weight: bold;
}
#tag_cloud a:hover {
}

/* ============================================================== */
/* ========== DESIGN CHANGES - 12/10 - FlintInt, MGS ============ */
/* ============================================================== */
#sectiontitle h4{
	padding-top:45px !important;
}
#subnav{ padding:0px; }
#sidebar{
	position:relative;
	margin-top:-41px;
	width:227px;
	padding-left:9px;
}
#wp_searchform{ 
	padding-left:17px; 
	padding-top:8px
}
#subnav li a{
	font-size:12px;
	font-weight:normal;
	border:none;
}
#subnav li a:hover{
	color:#333333;
}
#subnav #newslinks{ 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	padding-top:20px;
	border:none;
	clear:both;
}
#subnav ul#newslinks li{
	float:left;
	font-weight:bold;
	padding-left:23px;
	background-repeat:no-repeat;
	background-position:0px 3px;
	border:none;
}
ul#newslinks li a{ color:#333333; font-weight:bold; }
ul#newslinks li a:hover{ color:#333333; text-decoration:underline; }

#subnav #newslinks_rss{
	background-image:url(images/icon_rss.gif);
}
#subnav #newslinks_email{
	background-image:url(images/icon_email.gif);
	padding-left:29px !important;
}
#recent_posts{
	background-image:url(images/recent_bg.png);
	background-repeat:repeat-y;
	clear:both;
	overflow:hidden;
	margin-top:16px;
	float:left;
	width:227px;
}
#recent_posts_inner{
	background-image:url(images/recent_top.png);
	background-repeat:no-repeat;
}
#recent_posts h2{
	margin:0;
	padding:0;
	padding-left:22px;
	padding-top:13px;
	font-size:12px;
	padding-bottom:8px;
}
#subnav #recent_posts_list{
	background-image:url(images/recent_bottom.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding-bottom:20px;
	overflow:hidden;
}
#recent_posts_list li{
	border:none;
	padding-left:22px;
	padding-right:20px;
}

#archives{
	clear:both;
	overflow:hidden;
	float:left;
	width:227px;
	background-image:url(images/archives_bg.png);
	background-repeat:repeat-y;
}
#archives_inner{
	background-image:url(images/archives_bottom.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;	
	overflow:hidden;
	clear:both;
}
#archives h2{
	float:left;
	margin:0;
	padding:0;
	padding-left:18px;
	padding-top:5px;
	font-size:12px;	
	width:60px;	
}
#archives select{
	float:left;
	width:131px;
	position:relative;
	margin-right:-40px;
	font-size:11px;
	margin-top:4px;
}

.tags{
	clear:both;
	background-image:url(images/tags-icon.gif);
	padding-left:53px;
	background-repeat:no-repeat;
	padding-top:22px;
	padding-bottom:22px;
	margin-bottom:22px;
	border-bottom:dashed 1px #d1d0cb;
	background-position: left 20px;
	font-size:11px;
}
#subpage_content{
	overflow:hidden;
}
#subpage_content h2.index_head{
	font-size:22px;
	padding-bottom:10px;
	line-height:27px;
}
#subpage_content .byline{
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:dashed 1px #d1d0cb;
	font-size:11px;
	color:#666666;	
}
.tags a,
#subpage_content .byline a{
	font-weight:normal !important;
	color:#333333;
	text-decoration:underline;
}
.tags a:hover,
.byline a:hover{
	text-decoration:none;
}
.tweetandlike-box{
	float:right;
	display:inline;
	width:87px;
	position:relative;
	padding:0px !important;
	margin-right:-105px !important;
	border:none !important;
	background-color:#2D81BD !important;
	background-image:url(images/tweetlike_top.gif) !important;
	background-repeat:no-repeat !important;
	overflow:hidden;
	height:auto !important;
}
.tweetlike-inner{
	float:left;
	text-align:center;
	padding-left:6px;
	padding-top:0px;
	padding-bottom:0px;
	height:56px; 
	margin-top:7px;
	background-image:url(images/tweetlike_bottom.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	background-color:#2D81BD !important;	
}
.tweetandlike-heading{
	display:none !important;
}
#linknext{ 
	float:right; 
	padding-bottom:25px;
}
#linkprevious{
	float:right; 
	padding-bottom:25px;
}
.tweetandlike-container{
}
.tweetandlike{
	padding-bottom:8px;
}
ul.related_post{
	list-style-image:url(images/bullet_related.gif);
	padding-bottom:22px;
	margin-bottom:22px;
	border-bottom:dashed 1px #d1d0cb;	
}
ul.related_post li{
	margin-left:6px;
	text-indent:0px;	
}
#blog_searchbg{
	background-image:url(images/formfield.gif);
	margin-right:-10px;
}
input#s{
	color:#999999;
	background-repeat:no-repeat;
	width:143px;
}
#twitter_feed{
	float:left;
	clear:both;
	padding-top:15px;
	margin-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;	
	border-top:dashed 1px #D1D1D1;	
	border-bottom:dashed 1px #D1D1D1;	
	background-image:url(images/twitter_logo.gif);
	background-repeat:no-repeat;
	background-position:5px 15px;
	width:246px;
}
#categories{
	background-image:url(images/categories_bg.png);
	background-repeat:repeat-y;
	clear:both;
	overflow:hidden;
	float:left;
	width:227px;	
}
#categories h2{
	margin:0;
	padding:0;
	padding-left:22px;
	padding-top:13px;
	font-size:12px;
	padding-bottom:8px;
}
#categories_inner{
	background-image:url(images/categories_top.png);
	background-repeat:no-repeat;
	clear:both;
	overflow:hidden;
	float:left;
	width:100%;			
}
ul#catlist{
	background-image:url(images/categories_bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-bottom:14px;
	clear:both;
	overflow:hidden;
	float:left;
	width:100%;		
	border:none;
}
ul#catlist li{
	border:none;
	margin:0;
	padding:0;
}
ul#catlist li ul{
	border:none;
	margin:0;
	padding:0;
}
ul#catlist li li{
	border:none;
	padding:4px;
	padding-left:22px;
	padding-right:20px;
}
ul#catlist li li a{
	font-weight:normal;
}

#flickrphotos{
	float:left;
	padding-left:17px;
	clear:both;
	padding-top:15px;
	margin-top:15px;
	width:229px;	
	border-top:dashed 1px #D1D1D1;
}
#youtube_feed{
	float:left;
	padding-left:17px;
	padding-right:17px;
	width:212px;
	clear:both;
	padding-top:15px;
	margin-top:15px;
	border-top:dashed 1px #D1D1D1;
}
#flickrphotos a.flickrimg{
	display:block;
	float:left;
	padding-left:4px;
	padding-right:21px;
	padding-bottom:10px;
	padding-top:15px;
	background-image:url(images/flickrthumb_bg.png);
	background-repeat:no-repeat;
	background-position:0px 11px;
}
#flickr_link, #youtube_link{ font-size:11px; }
#flickr_link a,
#youtube_link a, 
#flickr_link a:hover,
#youtube_link a:hover{ color:#2d81bd } 
