/*
Theme Name: PoopedPastor for bbPress
Theme URI: http://PoopedPastor.org/
Description: 
Version: 1.0
Author: John Myers
Author URI: http://iheartmymac.com
*/



/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	font: 80% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* 62.5% sets 1em to about 10px */
	background:#614015 url('images/bg_body.gif') top left repeat-x; 
	color:#443028;/* background: #f9f9f0;	color: #444; */
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

a {
	color:#C60;
	text-decoration:none
}

a:hover {
	color:#800
}

/*{
    text-decoration:none;
}
a:link, a:visited {
	color: #265e15;
	text-decoration:none;
}
a:hover, a:active {
	border-bottom:#963 1px solid;
	text-decoration:none;
}*/

.alt { background: #fff; }

code { font: 1.0em Monaco, 'Courier New', monospace; }

p {
	font-size: 1.3em;
	margin: 0.7em 0;
	line-height:1.2em;
}

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}

h1 { font-size: 2em;
	font-weight:normal;
	margin: 1em 0 0;
	color: #265e15;	}

h2 { font-size: 1.5em; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #265e15;	}

h3 {
	font-size: 1.4em; 
	font-weight:normal;
	margin: 1em 0 0;
	color: #265e15;	
	}

h4 {
	font-size: 1.3em; 
	margin: 1em 0 0 0;
	}
h5 {
	font-size: 1.2em; 
	margin: 1em 0;
	}
/* Structure
=================================== */

#wrapper {
	width: 950px; /*  WAS 800 controls the main width of the page, if changed also change #content and .sidebar */
	min-height: 840px;
	margin: 0 auto;
	padding: 0px 0 25px 0;
    border: #ccc 0px solid; 
	background: white;
	text-align: left;
	}
	
#spacer {
	height: 25px;
	background: white;
	}
	
#title { 
	height: 67px;
	background: white;
	margin-bottom: 7px;
	}


#title h1 { 
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant:small-caps;
	letter-spacing:1px;	
}

#title h1 a{ /* is the title in the header */
	color: #333333;
	text-decoration: none;
	
	}
	
#title h1 a:hover {
	text-decoration: none;
	color: #9B9B9B;
	
	}

#description { /* Forum description */
	display:inline;
	font-size:11px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	
	}

#header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	position: relative;
	height: 160px;
	/* background: #989898 url('images/pp_header_2.jpg');  header color default is #3371A3, for images - background-image: url(example.jpg); */
	}

.header1 
{
	background:#020100 url('images/pp_header_1.jpg') no-repeat bottom center;
}

.header2 
{
	background:#020100 url('images/pp_header_2.jpg') no-repeat bottom center;
}

.header3 
{
	background:#020100 url('images/pp_header_3.jpg') no-repeat bottom center;
}

.header4
{
	background:#020100 url('images/pp_header_4.jpg') no-repeat bottom center;
}

.header5 
{
	background:#020100 url('images/pp_header_5.jpg') no-repeat bottom center;
}

.header6 
{
	background:#020100 url('images/pp_header_6.jpg') no-repeat bottom center;
}

.header7 
{
	background:#020100 url('images/pp_header_7.jpg') no-repeat bottom center;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Verdana, Arial, Serif;
}
	


#header p { margin-bottom: 0; }

#header h1 a, #header h1 a:visited { color: #fff; text-decoration: none; }
#header h1 a:hover, #header h1 a:active{ text-decoration: underline; }

#main { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13pt;
	width: 910px; /*  WAS 760px */
	margin: 10px auto 25px;
	position: relative;
}

.bbcrumb {
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 1px;
}

#footer { 
	margin: auto;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7pt;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 20px;
	clear: both; 
	text-align: center;
	width: 910px; /*  WAS 760px */
}

#footer a:link, #footer a:visited { /* more link link color fixes for nav & admin stuff */
	color: #777;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}	

.notice { 
	border: 2px solid #4c9545; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.2em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login { 
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.login a, .login a:visited {  color: #990000; text-decoration: none;}
.login a:hover, .login h1 a:active{ text-decoration: underline; }


.login p { padding: 0; margin-top: 0px;}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
	font-size: 8pt;
	margin-top: 18px;
	height: 20px;
	padding: 2px;
	color: #3B3B3B;
}

p.login {
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	padding-bottom: 12px;
	
}

form.login input { 
	margin-top: 3px;
	margin-bottom: 13px;
	border: 1px solid #999;
}


/* Front Page
=================================== */

textarea {
	border: 1px solid #868686;
	}
	
select {
	border: 1px solid #868686;
	}
	
input {
	border: 1px solid #868686;
	}

tags-input {
	border: 1px solid #868686;
	}

#front-page #hottags { 
	float: left;
	margin-left: 0px;
	width: 160px;
	overflow-x: hidden;
}

#front-page #discussions { 
	margin-left: 170px;
	width: 740px; /*  WAS 590px */

}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { 
	background: #EDEDED; 
	}
	


/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -2em;
	padding: 0 1em 1em;
}

/*.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; } */

#thread {
	background: #eee;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 12px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 13px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #fff;
	padding: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	display: block;
}

.postform label { display: block; }

.admin { padding: 10px 0 0; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; font-size: 10pt; }

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #E0E0E0; }

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #AAAAAA;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
}

#latest th a:link, #latest th a:visited, #latest th a:active {
	color:#fff;
}

#latest, #forumlist, #favorites {
	background: #F7F7F7;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

/* Profile Page
=================================== */

#profile-menu {
	list-style-type:none;
	text-align:right;
	font-weight:bold;
	margin: -9px -20px;
	padding:0;
	float: right;
	
}


#profile-menu li {
	float:right;
	text-align:center;
	padding-left: 1px;
}

#profile-menu li a {
	font-size:11px;
	display:block;
	width:66px;
	text-decoration:none;
	color:#333;
	padding:8px 0;
	padding-left: 5px;
	background: #DCDADD;
}

#profile-menu li a:hover {
	background:url(images/navlink.png) no-repeat;
	text-decoration:none;
	background-color: #BFBFBF;
}



#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset { 
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px;
}

fieldset table td { padding: 2px 0; padding-left: 4px; }

fieldset p { 
	font-size: 11px;
	margin: 10px 16px;
}





/* this is for my 48 x 48 avatars */
.post {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

.view  {
	font-size: 10pt;
	list-style-type: none;
	margin-left: -14px;
	}

/*Navigation CSS taken from MistyLook theme*/

#navigation {
	background: transparent; 
	margin: 20px auto 0; 
	overflow: hidden; 
	width: 910px; /*  WAS 760px */
	position: relative; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	letter-spacing:1px;
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
}
#navigation ul li a {
	border: #dedede 1px solid; 
	border-bottom:none;
	padding: 5px 10px; 
	display: block; 
	font-weight:bold;
	color:#666;		
	text-decoration: none;
	background:#ededed;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;		
}
#navigation ul li.search {
	font-size: 1.2em; 
	right: 0; 
	position: absolute; 
	top: 0;
}
#navigation ul li.search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0 0 0 2px; 
	color: #265e15; 
	padding: 2px; 		
}

/*MistyLook Sidebox */

li.sidebox {
	padding:10px;
	background: url(images/sideheadtop.gif) #ededed no-repeat left top; 
	margin-bottom: 10px; 	
}
html li.sidebox {
	padding-bottom: 10px;
}
li.sidebox h2 {
	font-weight: normal; 
	font-size: 1.6em; 
	text-align: left;
	color: #242;	
	font-variant:small-caps;
}
#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}


/* Layered menu CSS generated by dTabs */

#headerb #nav{
	position: relative;
	width: 938px;
	height: 23px;
	/* line-height: 23px; */
	margin: 0 0 0 0;
	padding: 4px 0 0 12px;
	background: url('/wp-content/themes/PoopedPastors/images/GradientBar.jpg') top left;
}

#headerb #nav li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 5px;
}

#lowerbar ul {
	margin:0;
	list-style:none;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}


#headerb #nav li {
   display:inline;
   margin:0; padding:0;
}

#headerb #nav a span {
   	display:inline;
	/* space them a little*/ 
	margin: 50px 0 -5px 0;
	padding: 0px 5px 0px 5px;
	/* Capitalize the text */
	font-size: 13px;
	letter-spacing: .03em;
	text-transform: uppercase;
	text-decoration: none;
}

#coop {
		position: absolute;
		margin: 20px 0 0 0;
}