/*
Theme Name: phpFoxGuru
Description: phpFox blue theme.
Version: 1.01
Author: phpFoxGuru
Author URI: http://www.phpfoxguru.com/
Tags: phpFox

*/
/* Begin Structure */
#blog_page {
	margin:0 auto;
	width:98%;
	text-align:left;
}
#blog_content {
	clear:left;
	float:left;
	margin-bottom:10px;
	text-align:left;
	width:680px;
	border:1px solid #E6F2FA; 
	border-width:1 3px;
}
#blog_sidebar {
	float:right;
	width:260px;
	clear:right;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#blog_footer {
	clear:both;
}
/* End Structure */

/* Begin Typography & Colors */
.post_title {
	background:#E6F2FA none repeat scroll 0 0;
	color:#0D8AE1;
	border-bottom:1px solid #FFFFFF;
	font-size:14px;
	height:24px;
	line-height:24px;
	padding-left:8px;
	text-align:left;
	clear:both;
}
.pagetitle {
	background:#E6F2FA none repeat scroll 0 0;
	color:#0D8AE1;
	border-bottom:1px solid #FFFFFF;
	font-size:14px;
	height:24px;
	line-height:24px;
	padding-left:8px;
	text-align:left;
	clear:both;
}


#comments,#respond,.random h3 {
	background:#E6F2FA none repeat scroll 0 0;
	color:#0D8AE1;
	border-bottom:1px solid #FFFFFF;
	font-size:14px;
	height:24px;
	line-height:24px;
	padding-left:8px;
	text-align:left;
	clear:both;
}

.commentlist {
	margin:14px 0 10px 26px;
	width:634px;
}
.post {
	border-bottom:1px dotted #D0DFE4;
}
.entry p {
	margin:10px 2px;
}
.entry {
	padding:0 10px;
}
.avatar {
	border:2px solid #DBEEFF;
}
.fixed {
	clear:both;
}

.entry img {
	border:1px solid #E1E1E1;
	padding:2px;
}
.random li {
	background:transparent url(images/icon.gif) no-repeat scroll 0 -267px;
	margin-left:10px;
	padding-left:16px;
	width:500px;
}
#blog_sidebar ul li {
	margin:0px;
	margin-bottom:15px; 
}
#blog_sidebar ul li ul li {
	margin:0px;
	margin-left:0px;
	padding-left:0px;
}
#blog_sidebar ul li ul li:hover {
	background-color:#E6F2FA;
}
/* End Typography & Colors */


/* Begin Menu */
div.header_menu
{
	margin:0px; 
	padding:0;
	height: 26px;
	font-size:11pt;
	font-size:9pt;
}

div.header_menu ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

div.header_menu ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

div.header_menu ul li a
{	
	padding:4px;
	margin:0;
	color:#000000;
	text-decoration: none;
	display: block;
	text-align: center;
	background:#F7F7F7;
	border-left:1px #DFDFDF solid;
	border-bottom:1px #DFDFDF solid;
	border-top:1px #DFDFDF solid;
	border-right:1px #DFDFDF solid;
}

div.header_menu ul li a.page_item
{	
	border-top:1px #DFDFDF solid;
}

div.header_menu ul li a:hover
{
	text-decoration:underline;
}

div.header_menu li.active a
{
	color: #333333;
	border-left:1px #DFDFDF solid;
	border-bottom:1px #fff solid;
	text-decoration:none;
	background:#fff;
}
/* End Menu */


/* 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.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	float:right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	float:left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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 Images */


/* Begin Lists */
.widget,.categories,.linkcat {
	padding-bottom:15px;
	background:#F2F2F2;
	padding:10px 0 10px 10px;
	border:1px #CECECE solid;
}
.widgettitle,.linkcat h2 {
	padding:0px;
	color:#195B85;
	font-size:12pt;
	font-weight:bold;
	border-bottom:5px #DFDFDF solid;
	margin:0px;
	position:relative;
}
.widget ul {

}
.widget ul li,.linkcat ul li,.categories ul li {
	padding-left:15px;
	padding-top:5px;
	width:225px;
	margin:0px;
	
}
#calendar_wrap {
	margin:0 60px 8px;
	text-align:center;
}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#blog_sidebar #searchform #s {
	width: 130px;
	padding: 2px;
}
#blog_sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

/* End Form Elements */


/* Begin Comments*/
#commentform {
	clear:both;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 5px;
}
#commentform textarea {
	margin-left:5px;
	padding:2px;
	width:98%;
}
#commentform #submit {
	margin: 0;
	float: right;
	clear:left;
}
.form_row {
	margin-left:10px;
}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote,pre {
	background-color:#F5FBFF;
	margin:10px;
	overflow:auto;
	padding:4px 16px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	height:30px;
}
.fixed, .clear {
	clear:both;
}

/* End Various Tags & Classes*/
.commentlist li{
	margin-top:10px;
	clear:both;
}
.commentlist li .info {
	background:#E0F3FF url(images/commenttop.gif) no-repeat scroll center top;
	float:left;
	margin-bottom:5px;
	padding:10px 15px 0;
	width:494px;
	overflow:hidden;
}
.commentlist li .author {
	float:left;
	text-align:center;
	width:81px;
}
.commentlist li .name {
	font-weight:bolder;
	overflow:hidden;
	padding-right:14px;
	width:67px;
	height:40px;
}
.commentlist li .pic {
	background:transparent url(images/commentpoint.png) no-repeat scroll right center;
	margin-top:10px;
	padding-right:14px;
}
.commentlist li .author {
	float:left;
	text-align:center;
	width:81px;
}
.commentlist li .commentmetadata {
	float:left;
	font-size:10px;
}
.commentlist li .content {
	background:transparent url(images/commentbottom.gif) no-repeat scroll center bottom;
	line-height:145%;
	margin:0 -15px;
	padding:0 15px 15px;
}
.commentlist li .content p {
	margin-top:6px;
}
.navigation .alignright,.navigation .alignleft,.writer,.edit,.tags,.trackback,.response,.feed,.category,.time{
	background:transparent url(images/icon.gif) no-repeat scroll 0 0;
	height:16px;
	line-height:16px;
	padding-left:16px;
}
.time {
	background-position:0 -18px;
}
.navigation .alignright {
	background-position:right -74px;
	float:right;
	padding-right:16px;
}
.navigation .alignleft {
	float:left;
	background-position:0 -90px;
}
.edit {
	background-position:0 -186px;
}
.tags {
	background-position:0 -36px;
}
.trackback {
	background-position:0 -210px;
}
.response {
	background-position:0 -160px;
}
.feed {
	background-position:0 -124px;
}
.category {
	background-position:0 -56px;
}
.act {
	float:right;
	font-size:10px;
}
