/*  
Theme Name: Peacemaker
Theme URI: http://www.refueled.net/bbpress-theems/
Description: A theme for bbPress. Matching WordPress theme available.
Version: 1.0
Author: refueled
Author URI: http://www.refueled.net
*/


/* Globals */

* { margin: 0; padding: 0; }

body{ 
  background: #ffffff url(images/body.png) center repeat-y;
  font:13px verdana, arial,helvetica,sans-serif;
  }

a, a:link {
	color: #020905;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alt { background: #fff; }

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

pre {
	overflow: auto;
}

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

h2 { 
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	font-weight: 300;
	padding: 15px 0 15px 0;
	}

/* Structure */

#container {
	margin:0 auto; 
	padding: 0; 
	width:910px;
	background: #fff url(images/bg.png); 
	border-right: 3px solid #FFF; 
	border-left: 3px solid #FFF;
	}
	
#main{
  width: 500px;
  overflow: hidden;
  margin: 0 0 0 18px;
  margin-bottom: 18px;
  float: left;
  }
  
#latest, #forumlist, #favorites {
	background: #FEF5BE;
	border: 1px solid #fff;
	width: 492px;
}
  
.forumsection{width: 270px;}
.topicsection{width: 210px;}



/* header */

#header {
	background: #FFFFFF;
  width: 913px; 
  height: 90px;
	margin: 0;
	border-bottom: 1px solid #fff;
	}

/*#header h1{
/*  font-family: sylfaen, palatino linotype, georgia, arial, times; 
/*  font-size: 14pt;  
/*  text-transform:lowercase; 
/*  float:left;
/*  margin:10px 0 0 0; 
/*  color: #000; 
/*  font-weight: 300; 
/*  letter-spacing: 1px;
/*  }
  
/*#header h1 a{
/*  background: #fff; 
/*  padding: 4px 12px 4px 12px; 
/*  color: #000; 
/*  }
  
/*#header h1 a:hover{background: #393; color: #fff; text-decoration: none;}




.bbcrumb {
  font-size: 0.9em;  
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 12px 0 6px 0;
}



.notice { 
	border: 2px solid #000000; 
	background: none; 
	color: #899955; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }



/* main menu */


#menu{
  font-family: georgia, verdana, arial, times;
  font-size:8pt;
  background: #fff ;
  border-bottom: 1px solid #fff;
  width: 913px;
  height: 35px;
  }
  
#menu ul{list-style-type:none; }
  
#menu ul li{
  border-right:1px solid #fff;
  float:left;
  text-decoration:none;
  }
  
#menu ul li a{
  color:#ffffff;
  padding:11px 10px 9px 10px;
  text-transform:uppercase;
  background: #259243;
  display: block;
  letter-spacing: 1px;
  }
  
#menu ul li a:hover{
  background:#206528;
  color:#fff;
  text-decoration: none;
  }
  
  
  


/* Login Form */

.login { 
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #188929;
	margin: 19px 12px 15px 1px;
	padding: 12px 6px 0 6px;
	width: 444px;
	float: left;
	background-color: #ffdba0;
}

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


.login p {padding: 0; margin:0; line-height: 16pt;}

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

.login #submit {
  font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 16px;
	height: 18px;
	padding: 0px 4px 6px 4px;
	color: #3B3E3B;
	border: 1px solid #E7E7E7;
	background-color: #fff;
	float: left;
}

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

form.login input { 
  font-family: verdana, arial, times;
	font-size: 7pt;
	margin-top: 3px;
	margin-bottom: 13px;
	border: 1px solid #DEE5DE;
	padding: 2px;
}

p.submit{margin-top: 12px;}




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

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

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

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

#hottags h2 {
	color: #030;
	border-top: 1px dotted #993;
	border-bottom: 1px dotted #993;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #fff;
	}



#right .frontpageheatmap {
	font-weight: normal;
	line-height: 24px;
	padding: 12px;
}

#front-page #main h2, h2.post-form, #userlogin, #register {
	font-family: georgia, verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	color: #333;
	margin: 0;
	padding: 15px 0 0 0;
}

#currentfavorites{
  font-family: georgia, verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 12pt;
	color: #333;
	margin: 0;
	padding: 15px 0 15px 0;
	}

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

.sticky { 
	background: #E9F5D0; 
	}
	
.results{margin: 0 0 0 16px;}
	

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

.infobox {
	border: 1px solid #cc5509;
	border-width: 1px 0;
	padding: 1em;
	background: #eed5be;
	overflow: hidden;
	font-size: 8pt;
}

.infobox span{display: block; padding: 4px 0;}
.infobox p{margin: 0; padding: 0;}


}

.infobox li { padding-bottom: 3px; }
.infobox a:hover { text-decoration: underline; }

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	margin-top: -60px;
	padding: 8px;
	width: 150px;
}

#topic-tags fieldset{
	border: none;
}

#yourtags{margin-left: 11px;}
#othertags{margin-left: 11px;}

.nav {
	margin: 2px 0;
	padding: 2px 0;
}

.nav span { font-weight: bold; }

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

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

#thread li {
	padding: 0px;
	line-height: 1.5em;
	border-right: 1px solid #fff;
}

#thread li , #thread li { margin-left: 3px; }

#thread   , #thread    { padding: 0; }

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

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

.postform {
	background: #fff;
	padding: 12px 6px 0 0;
	}
	
.postform p{
	margin: 0;
	padding: 0;
	}
	
.pickasec {
	padding: 8px 0 0 0;
	}
	
.postform p{
	margin: 0;
	padding: 0;
	clear: both;
	}

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

.postform fieldset table { 
	text-align: left;
	margin: 0;
}

.postform label { display: block; line-height: 18pt; padding: 0 12px 0 0;}

#postformsub{margin: 12px 0 12px 0; float: left;}

.admin {padding: 0;}
#topic-move{margin: 12px 0;}

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

#manage-tags li {
	float: left;
	width: 180px;
	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: 9pt;}

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

#latest th, #forumlist th, #favorites th {
	/* border-bottom: 1px solid #aaa; */
	background: #FBFBF2;
	color: #455A79;
	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:#895A45;
}

.rssfeed{padding: 12px 0;}

.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;
	margin: 0;
	padding:0;
	float: right;
	
}


#profile-menu li {
	float:left;
	text-align:center;
}

#profile-menu li a {
  font-family: verdana, arial, times;
	font-size:8pt;
	display:block;
	text-decoration:none;
	color:#333;
	padding:6px;
	background:#E0EEE0;
	border-right: 1px solid #fff;
	}	

#profile-menu li a:hover {
	background:none;
	text-decoration:none;
	color: #333;
}



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

.editpro{margin: 15px 0;}



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

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

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

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


.post {
	min-height: 60px;
}

.post a{color: #181; text-decoration: underline;}
.post a:hover{color: #33d; text-decoration: none;}

#viewdiv{}
#viewdiv h2{line-height: 14pt;}

.view  {
	font-size: 8pt;
	list-style-type: none;
	margin-left: -12px;
	line-height: 14pt;
	}
	
	
/* left sidebar */

#left {
	font-family: verdana, arial, tahoma;
	font-size:9pt;
	width: 172px;
	float:left;
	margin: 4px 0 24px 0;
	padding: 0;
	display: block;
	}

#left h2{
	font-family: arial, georgia, verdana, times;
	font-weight: normal; 
	font-size: 9pt; 
	text-align: left;
	text-transform: uppercase;
	color: none;	
	margin: 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #333;
	border-bottom: 1px dotted #333;
}

#left p {margin:0; padding: 12px 6px 12px 0; line-height: 13pt; color: none;}

#left img {padding: 0; margin: 0;}

#left a{background: #fff; }
#left a:hover{background: #FEDD72; color: #333;}

#left ul {
	margin:12px 4px 12px 10px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul li a{
	background: none;
	color: #792700;
	}


#left        a{
	background: #e0cc15;
	color: #3e3e0e;
	}

	
#left ul li a:hover{
	text-decoration: underline;
	}

#left ul ul {
	margin: 12px 0 20px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}
	
#left ul ul li a{
	background: none;
	}


#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #154500;
}
	
	
	
/* right sidebar */

#right{
	font-family: verdana, arial, tahoma;
	font-size:10pt;
	width: 215px;
	float:right;
	margin: 8px 0 18px 0;
	padding: 0;
	}

#right h2{
	font-family: arial, georgia, verdana, times;
	font-weight: normal; 
	font-size: 9pt; 
	text-align: left;
	text-transform: uppercase;
	color: #223322;	
	margin: 0;
	padding: 4px 0 4px 0;
	border-top: 1px dotted #252;
	border-bottom: 1px dotted #252;
}


#right h3{
	font-family: arial, georgia, verdana, times;
	font-weight: bold; 
	font-size: 9pt; 
	text-align: left;
	color: #5F9F6F;	
	margin: 0;
	padding: 9px 0 0 0;
	}

#right p {margin:0; padding: 8px 0 12px 0; color: #589858; line-height: 13pt;}

#right img {padding: 15px 0 0 15px;}

#right a{background: none ; color:#2B5A02; text-decoration:none; line-height: 24pt;}
#right a:hover{background: #fff;} 

#right ul {
	margin: 4px 9px 9px 9px;
	padding:9px;
	list-style-type: none;
	background: #;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 11px;
	list-style-type: square;
	color: #799965;
}


.sponsorblock {
  background: #afa;
  overflow: hidden;
  }


	
/* search */


	

/* footer */

#footer {
	background: #D9AE05;
	clear: both;
	width: 100%;
	border-top: 1px solid #fff;
	font-family: verdana, arial, tahoma;
	font-size: 10pt;
	}
	
#footer p{padding:12px; margin: 0; color: #333;}
#footer a{color: #333;text-decoration: none;}
#footer a:hover{color: #2D5D18;text-decoration: underline;}
