/*  
Theme Name: Son of Blue
Theme URI: http://www.webconsiderations.com/son-of-blue
Description: Son of Blue, now with threaded comments, was inspired by the original Blue Fade theme, and was designed for a clean and easy to read layout with new functionality. <p>It includes a PNG file so you can add your own custom logo to match the one in the header. <p>New version includes a creative comments form and post reply and sub pages functionality for the top menu.<p><a href="http://www.webconsiderations.com/son-of-blue/">Son of Blue Theme</a> was built by <a href="http://www.webconsiderations.com/">Web Considerations, LLC.</a>
Version: 3.1
Tags: blue, white, blue, black, three-columns, fixed-width, left-sidebar, right-sidebar
Author: Bert Hixson 
Author URI: http://www.webconsiderations.com
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* This starts the styling section of the webdesign layout */
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #000000;	
	background-image: url('images/Page-BgTexture.jpg');
  	background-repeat: repeat;
	/*background:#A4C7F3;
	padding: 0px 100px 0px 110px;
	background:#FDEFDE url(images/bg_main.jpg) repeat-x scroll 50% top;
	*/
	padding: 0px;
	margin:auto;
	min-width: 940px;
	width:960px;	
	padding-top:58px;
	background:url(images/bodybg.jpg) no-repeat scroll center top;	
}


#masthead {
	background-color: #FFFFFF;
	height: 155px;
	background-image: url(images/masthead-back.jpg);
	background-repeat: repeat-x;
}

#logo img {
	border: 0;
}

.content {
	font-size: 12px;
	line-height: 1.5em;
	/*background:#EEF0F1;*/
	-moz-border-radius:6px;
	border:0px solid #0099FF;
}

.content p {
	margin: 6px 0px 10px;
	line-height:22px;
	color:#006699;
}

.content a:link, .content a:visited {
	color:#5887C2;
	text-decoration:none;
}

.content a:hover {
	color:#003366;
	text-decoration:underline;
}

h1 {
	margin: 0px;
	font-size: 1.5em;
	/*letter-spacing: 0.2em;*/
	color:#003366;
}

h2 {
	margin: 0px;
	font-size: 1.3em;
	color:#003366;
}

#c2 h1 a:link, #c2 h1 a:visited, #c2 h2 a:link, #c2 h2 a:visited {
	color:#1758AB;
	text-decoration:none;
	margin-left:10px;
}

#c2 h1 a:hover, #c2 h2 a:hover {
	text-decoration: underline;
	color:#ff9900;
}

h3 {
	font-size: 1.0em;
	margin: 0;
	letter-spacing: 0.2em;
	color: #fff;
	/*background:#5887C2;*/
	background:url(images/h3top.jpg);
	text-align:left;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	border:1px solid #5887C2;
	height:20px;
	padding:3px 0px 0px 5px;
}

/*COLUMNS*/
#columnwrapper {
	background-repeat: repeat-y;
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background:#EEF0F1;
	padding:10px 10px 0px 10px;
}

#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}

#c1, #c2{
	float: left;
	width: 180px;
	margin-right: 10px;
}
#c3{
	float: left;
	width: 180px;
}
#c1 .content ul, #c3 .content ul {
	margin:0 0 10px 0;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	
	/*background:url(images/li_ico.gif) no-repeat scroll 0 0;*/
	border-left:1px solid #5887C2;
	border-right:1px solid #5887C2;
	border-bottom:1px solid #5887C2;	
}

#c1 .content li, #c3 .content li {
	padding-top:3px;
	padding-left:6px;
}

#c1 .content a:link, #c1 .content a:visited, #c3 .content a:link, #c3 .content a:visited {
	font-size: 1em;
	color: #006699;
	padding: 2px 0px;
	text-decoration:none;
	margin: 0px 0 0px 10px;
	line-height:20px;
	/*border-bottom: 1px solid #717DA8;*/
	
}

#c1 .content a:hover, #c3 .content a:hover {
	color: #D2462A;
	border-color: #333333 #000000 #000000 #333333;	
	text-decoration:underline;
}

#c2 {
	width: 560px;
}

#c3 {
	margin-right: 0px;
}

#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
/* end columns */

#footer {
	font-size: .7em;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color:#CCCCCC;
}

#footercontent {
	padding: 10px 0;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color:#003366;
	text-decoration:none;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* Top Menu Bar */
#topmenu {
	margin: 0 0 0 0;
	padding: 0px;
	min-width: 940px;
	height: 34px;
	background-color:#373737;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
}

#p7PMnav {
	margin: 0px;
	font-size: .80em;
	padding: 0px;
	height: 34px;
	font-weight:bold;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin:0;
	padding:0;
	border: 1px solid #333333;
	z-index: 10000;
}
/* these are the menu styles */
#p7PMnav li {
	list-style-type: none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin: 0;
	padding: 0;
}

*html #p7PMnav li {
	list-style-type: none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin: 0;
	padding: 0;
	width:100px;
}

#p7PMnav ul li {
	background-color: #FFFFFF;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #fff;
	line-height:1;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	letter-spacing: 0.01px;
	background-image: url(images/neon_hover.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-weight:bold;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #fff;
	font-weight: normal;
	background-image: url(images/neon_hover.jpg);
	font-weight:bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	color: #CCCCCC;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #666666;
	color: #CCCCCC;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 100px;

/*	width: 50px;*/
}
#pmmcrumb {
	font-weight: normal;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666666;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

/* End of Top Menu Bar */


/*styling for the search and comments form*/

.formstyle, input {	
	width: 155px;
	height:18px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	color: #8597A1;
	font-weight: bold;	
}

/*input {
	width: 200px;
	margin-left:7px;
	height:20px;
	text-align:left;
	font-size:13px;
}

#input_submit {
	width: 120px;
	margin-left:70px;
	height:20px;
	text-align:center;
}*/

input {
	margin-left:7px;
	height:20px;
	font-size:13px;
	width: 200px;
}

#input_submit {
	width: 120px;
	margin-left:70px;
	height:20px;
	text-align:center;
}

.formstyle2, textarea {
	border: 2px solid #83959F;
	width: 430px;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	color: #8597A1;
	font-weight: bold;
	text-align: left;
}

#formtitle {
	width: 76%;
	height: 20px;

	text-align: left;
	padding: 10px;
	color:#006699;
	font-size: 16px;
	font-weight: bold;
}

.formdata {
	text-align: left;
	margin-top: 55px;
}

.formdata input, .formdata textarea, #form, input {
	border: 1px solid #6699CC;
}

#search_form {
	border: 2px solid #006699;
	width: 100px;
	color: #003366;
}

/* end search and comments form styling */

/* Sytling for the WordPress code */
#blogtitle {
	color:#fff;
	font-size: 0.8em;
	margin-left: 50px;
	font-weight: bold;
	font-size:16px;
	padding:65px 0 0 55px;
}

.calendar {
	float:left;
	height: 53px;
	width: 49px;
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	background-image: url(images/date.png);
	background-repeat: no-repeat;
}
.calday {
	color:#006600;
	font-size: 16px;
	padding-top: 5px;
	font-weight: bold;
}

.commentlist li { /* Used on the comments.php */
	list-style:none;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: -25px;
	border: 1px dotted #CCCCCC;
	padding: 10px;
}

.commentmetadata {
	margin-top: 10px;
	margin-bottom: 20px !important;
}

.commenttext {
	float: left;
}

.reply {
	margin-bottom: 25px;
}

.avatar { /* Used on the comments.php */
	position:relative;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 8px;
}

.alt { /* Used on the comments.php */
	background-color:#97A8AF;
	background-image: none;
	background-repeat: no-repeat;
	color:#FFFFFF;
}

.alt a:link, .alt a:visited { /* Used on the comments.php */
	color:#333333;
}

.postdate {
	float: left;
	margin-left: 4px;
}

.author, .postdate {
	font-size: 0.9em;
	color:#8698A2;
	float: left;
	margin-bottom: 1em;
	font-family: "Times New Roman", Times, serif;
	margin-left:10px;
}

#c2 .commentauthor a:link, #c2 .commentauthor a:visited {
	color:#990000;
	font-size: 18px;
	text-decoration:none;
}

.entry {
	clear:both;
}

.post {
	padding:15px;
	background:#EEF0F1;
	-moz-border-radius:6px;
	border:1px solid #5887C2;
}

.postmetadata {
	font-size: 1em;
	background-image: url(images/post-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	padding-right: 10px;
	margin-bottom: 25px;
	margin-top: 10px;
	overflow:hidden;
	width:516px;
}

.tags {
	margin-right: 10px;	
	padding:5px 3px 3px 5px;
}

.tags_cloud{
	margin-right: 10px;	
	padding:5px 3px 3px 5px;
}
.tags_cloud a {
	margin:20px;
}


#c3 .content .tagcloud a:link, #c3 .content .tagcloud a:visited {
	text-decoration:none;
	border: none;
	display: inline;
}

#rss {
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 5px;
}

.category, .editit {
	float: left;
}

.category {
	margin-right: 10px;
	background:url(images/category.gif) no-repeat;
	padding:2px 3px 3px 20px;
	height: 16px;
}

.editit {
	margin-left: 10px;
}

.navigation {
   	padding:5px 0 5px 0px;
	font-size: 1em;
}

.alignleft {
	float: left;
}

.alignright {
	float:right;
}

.ncomments {
	font-size: 1em;
	color:#000000;
	margin-right: 10px;
	background:url(images/comment.gif) no-repeat;
	padding:2px 3px 3px 20px;
	float:left;
}

.ncomments a:link, .ncomments a:visited, .postmetadata a:link, .postmetadata a:visited, .navigation a:link, #navigation a:visited {
	color:#003366;
	text-decoration:underline;
}

.ncomments a:hover, .postmetadata a:hover, .navigation a:hover {
	color:#990000;
	text-decoration:none;
}

/* This section helps control the placement of images in pages or posts. WordPress by default, assigns classes when you insert the image. This will help to make sure they go where you want. */

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;
}
.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;	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* This end the section that handles the pages or post image placement. */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 180px;
	border-left:1px solid #0099FF;
	border-right:1px solid #0099FF;
	border-bottom:1px solid #0099FF;	
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#c1 #wp-calendar a, #c3 #wp-calendar a {
	display: block;
	border: none;
	margin: 1px;
	padding: 0px;
	color:#00f;
	font-weight:bold;
}

#wp-calendar caption {
	text-align: center;
	width: 180px;
	height:23px;
	font-weight:bold;
	color:#1758AB;
	border-left:1px solid #0099FF;
	border-right:1px solid #0099FF;
}

#wp-calendar td {
	padding: 1px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #EEF0F1; }
/* End Calendar */

