/*  
Theme Name: Son of Blue Clouds
Theme URI: http://churchonhigherground.org/forums/my-themes/son-of-blue-clouds
Description: Son of Blue Clouds, a merger of several different themes for WordPress and bbPress.  This version is
for bbPress.
Version: 1.0
Tags: blue, white, black, three-columns, fixed-width, left-sidebar, right-sidebar
Author: Anthony Vitabile
Author URI: http://churchonhigherground.org
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* WP Resets ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; list-style: none;}
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }

/* Body Text Format */
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #000000;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	min-width: 940px;
}

/** Masthead formatting */
#masthead {
	background-color: #ffffff;
	height: 105px;
	background-image: url(images/masthead-back.jpg);
	background-repeat: repeat-x;
}

#logo img {
	border: 0;
}

#line1 {
	font-family: Times, Times New Roman, serif;
	font-size: 36px;
	font-variant: small-caps;
	color: red;
	margin: -80px 250px;
	padding: 0px;
	text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black;
}

#line2 {
	font-family: Times, Times New Roman, serif;
	font-size: 36px;
	font-variant: small-caps;
	color: blue;
	margin: 5px 250px;
	padding: 0px;
}

#tagline {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-variant: normal;
	color: #000000;
	margin: 80px 250px;
}

/* User ID in upper right corner of masthead */

#regorlogin {
	padding-bottom: 10px;
}

#userid {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-variant: normal;
	color: #000000;
	margin: -160px 20px;
	text-align: right;
}

#userid .login p input#submit {
	margin-top: 5px;
}

/* Menu Bar Formatting */
#topmenu {
	margin: 0 0 30px 0;
	padding: 0px;
	min-width: 940px;
	height: 34px;
	background-color:#373737;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3B3B3B;
}

#p7PMnav {
	margin: 0px;
	font-size: .75em;
	padding: 0px;
	height: 34px;
}
#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: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(images/nav-back.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}
#p7PMnav ul li {
	background-color: #333333;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #999999;
	line-height:1;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	font-weight:normal;
	letter-spacing: 0.01px;
	background-image: url(images/neon_hover.jpg);
	background-repeat: repeat-x;
	background-color: #65CC33;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #CCCCCC;
	font-weight: normal;
}
/* ------ 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: 200px;
}
#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 */

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

/* -------------------------------------------- */

/* Links ------------------------------------ */
.clear	{
	clear: both;
	}
	
a	{
	color: #21759B;
	}
	
a:hover	{
	color: #D54E21;
	}
	
a:visited	{
	font-weight: normal;
	}
	
#header h1 a,
#header h1 a:hover,
#header h1 a:visited	{
	color: #fff;
	}
	
#header ul li a	{
	color: #999;
	display: block;
	padding: 8px 10px 7px 10px;
	text-shadow: 1px 1px 1px #333;
	font-weight: normal;
	}
	
#header ul li a:hover {
	color: #fff;
	}
	
#header ul li.current a	{
	color: #555;
	background: #e4f2fd;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #c6d9e9 1px 1px 1px;
	}
	
#header ul li.donate a	{
	background: #d54e21;
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;	
	text-shadow: #b5421c 1px 1px 1px;
	}
	
#headline h2 a	{
	background: url(images/feed.png) no-repeat top left;
	height: 16px;
	width: 16px;
	text-indent: -9999;
	}
			
#headline .hlright form a	{
	border: none;
	font-weight: normal;
	text-decoration: underline;
	}
	
#forums a,
#topics #aboutpost a	{
	font-weight: normal;
	}
	
#forums #sidebar table td.title a	{
	font-family: Tahoma,Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	font-style: normal;	
	}
	
#forums #sidebar table a,	
#forums #sidebar table a:visited,
#forums #content td.title a	{
	font-weight: bold;
	}
	
#forums #content td.title a:visited	{
	font-weight: normal;
	}


/* -------------------------------------------- */

/* Wrapper ------------------------------------ */
.wrapper	{
	width: 100%;
	float: left;
	}
/* -------------------------------------------- */

/* Header ------------------------------------- */
#header	{
	width: 950px;
	height: 25px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}
	
.header	{
	background: #464646;
	}
	
#header h1	{
	font-size: 35px;
	color: #fff;
	text-align: left;
	margin-top: 20px;
	}
	
#header h1 span	{
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #999;
	}
	
#header .hsearch	{
	position: absolute;
	right: 0;
	top: 10px;
	}
	
#header input, 
#headline input,
.pform input,
.pform textarea,
.pform #postformsub,
.pform select	{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid #555;
	background: #ffffff;
	color: #000000;
	padding: 3px;
	font-size: 11px;
	height: 20px;
	}

#headline input#submit,
.pform input#postformsub,
.pform select	{
	height: 22px;
	}
	
.pform input#postformsub	{
	background: #FFFFFF;
	color: #0;
	}
	
.pform textarea	{
	height: 150px;
	}
	
#header input:hover	{
	border: 1px solid #fff;
	background: #e4f2fd;
	}		
			
#header ul {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	font-size: 14px;
	}
	
#header ul li	{
	float: left;
	}	

/* -------------------------------------------- */

/* Headline ----------------------------------- */
#headline	{
	width: 950px;
	height: 36px;
	margin: -20px auto;
	position: relative;
	overflow: hidden;
	}
	
.headline	{
	background: #e4f2fd;
	border-bottom: 1px solid #C6D9E9;
	}
	
#headline h2	{
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: left;
	font-size: 25px;
	}
	
#headline .hlright	{
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 0;
	}
	
#headline .hlright ul li	{
	display: inline;
	}
	
#headline .hlright form	{
	font-size: 10px;
	}
		
#headline .hlright form .register	{
	margin-bottom: 10px;
	}
	
#headline .hlright form .remember	{
	display: none;
	}

/*
#headline .hlright form .register	{
	width: 150px;
	position: absolute;
	bottom: 33px;
	right: 205px;
	}
*/
		
#headline .hlright form ul.lform input	{
	/* See Line 86 */	
	padding: 2px;
	background: #fff;
	border: 1px solid #999;
	}
	
/* -------------------------------------------- */


/* Forums ------------------------------------- */
.bbcrumb	{
	width: 950px;
	margin: 10px auto;
	text-align: left;
	font-size: 12px;
	}
	
.bbcrumb a	{
	font-weight: normal;
	}
/* -------------------------------------------- */

	
/* Forums ------------------------------------- */
#forums	{
	width: 950px;
	margin: 15px auto;
	text-align: left;
	position: relative;
	font-size: 11px;
	}
	
#forums #sidebar	{
	width: 300px;
	float: left;
	}
		
#forums #sidebar table	{
	width: 300px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
	
#forums #sidebar table td.title	{
	font-size: 14px;
	line-height: 1.4em;
	}
	
#forums #sidebar table td span	{
	font-size: 11px;
	display: block;
	}
	
#forums #content	{
	width: 620px;
	float: right;
	}
	
#forums #content table	{
	width: 620px;
	border-collapse: collapse;
	margin-bottom: 24px !important;
	}
		
#forums table td	{
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	}
	
#forums table th	{
	padding: 5px 0;
	color: #333;
	font-size: 12px;
	border-bottom: 2px solid #aaa;
	}
	
#forums #sidebar table td	{
	font: italic 10pt Georgia,"Bitstream Vera Serif","Times New Roman",serif;;
	color: #333;
	}
	
#forums table td.title	{
	font-family: Tahoma,Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	text-align: left;
	width: auto;
	color: #555;
	font-size: 12px;
	}
	
#forums table tbody tr:hover	{
	background: #E4F2FD;
	}	

#forums #content table td,
#forums #content table th	{
	text-align: right;
	width: 90px;
	vertical-align: text-top;
	}

#forums #content table td.title,
#forums #content table th.title	{
	width: auto;
	text-align: left;
	}
		
#forums #content table#sticky td	{
	background: #FFFBCC;
	}

#forums #content table#register th.title	{
	border-bottom: 1px solid #dadada;
	}
#forums #content .highlight	{
	padding: 5px 0;
	border-bottom: 1px solid #C6D9E9;
	}
	
#forums #sidebar .sbox	{
	margin-bottom: 24px !important;
	}
	
#forums #sidebar h2,
#forums #content h2,
#forums h3.uprofile,
#topics #aboutpost h3,
h2.post-form	{
	border-bottom: 2px solid #aaa;
	padding: 5px 0;
	margin-bottom: 5px;
	color: #333;
	font-size: 12px !important;
	}
		
#forums #sidebar .sbox ul li,
#topics #aboutpost ul li,
#forums ol li	{
	padding: 5px 0;
	border-bottom: 1px solid #dadada;
	}
	
#forums #sidebar #useravatar	{
	text-align: left;
	height: 80px;
	clear: both;
	border-bottom: 2px solid #aaa;
	padding-bottom: 10px;
	}
	
#forums #sidebar #useravatar .avatar	{
	float: left;
	margin-right: 10px;
	}
	
#forums #sidebar fieldset	{
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #dadada;
	}
		
#forums ol,
#topics #aboutpost ul	{
	margin-bottom: 24px !important;
	}
	
#forums ol li	{
	/* See Line 376 */
	}
	
.pform	{
	border: 5px solid;
	border-color:  #d1e5f6;
	background-color: #d1e5f6;
	padding: 10px;
	color: black;
	}

.pform h3	{
	font-size: 12px;
	margin-bottom: 5px;
	}
	
.pform input	{
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #C6D9E9;
	}

.pform textarea	{
	margin-bottom: 10px;
	width: 95%;
	padding: 3px;
	border: 1px solid #C6D9E9;
	clear: both;
	}
	
.pform .help	{
	border-widt: 1px solid color:black;
	padding: 5px;
	}
	
/* -------------------------------------------- */

/* Topic -------------------------------------- */
#topics	{
	width: 950px;
	margin: 0 auto;
	margin-top: 24px;
	text-align: left;
	position: relative;
	}
	
#topics h2	{
	font-size: 24px;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 24px;
	}
	
#topics h2 span	{
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-size: 20px;
	}
	
#topics #entry	{
	float: left;
	width: 765px;
	}
		
#topics #aboutpost	{
	width: 160px;
	float: right;
	}
	
#topics #aboutpost h3,
h2.post-form	{
	/* See Line 361 */
	font-size:11px;
	}
	
#topics #aboutpost ul	{
	/* See Line 396 */
	}
	
#topics #aboutpost ul li	{
	/* See Line 376 */
	font-size:11px;
	}

#topics #aboutpost ul li a.rss-link {
	background-color: transparent;
	background-image: url(images/small-rss-icon.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	padding-left: 14px;
}

#topics ol li	{
	display: block;
	float: left;
	width: 765px;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #aaa;
	}
	
#topics .threadauthor	{
	float: left;
	width: 210px;
	font-size: 11px;
	}
	
#topics .threadauthor .avatar	{
	float: left;
	padding: 0;
	margin-right: 5px;
	}
	
#topics .threadpost	{
	float: left;
	width: 535px;
	height: auto;
	overflow: hidden;
	}
	
#topics .threadpost ol,
#topics .threadpost ul	{
	float: none;
	}
	
#topics .threadpost ol li,
#topics .threadpost ul li	{
	float: none;
	list-style-type: circle;
	padding: 2px 0;
	margin: 0px;
	margin-bottom: 5px;
	border: none;
	padding-left: 20px;
	background: url(images/bullet.png) left center no-repeat;
	}
	
#topics .threadpost ol li:last-child,
#topics .threadpost ul li:last-child	{
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
#topics .threadpost blockquote	{
	font: italic 10px Georgia;
	border-left: 5px solid #dadada;
	padding-left: 10px;
	margin: 0 0 15px 0;
	}
	
#topics .threadpost pre	{
	border-left: 5px solid #dadada;
	width: 535px;
	font: normal 10pt;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	}
	
#topics .threadpost p {
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 20px;
	}	
#topics .topicpost	{
	width: 765px;
	}
	
#topics #aboutpost .admin ul	{
	display: none;
	}
	
#topics .edit-form {
	border-right: 1px solid #dadada;
	width: 735px;
	font: normal 10pt;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

/* -------------------------------------------- */

/* Footer formatting */
#footer {
	font-size: .7em;
	height: 34px;
	margin-top: 5px;
	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 {
	margin-top: -5px;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color:#003366;
	text-decoration:none;
}

