/*
Theme Name: peacemaker
Theme URI: http://refueled.net/wordpress-themes/
Description: A three column, widget-ready, WordPress theme. Matching bbPress theme available.
Author: Nate from Refueled Dot Net
Author URI: http://refueled.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body{ 
  background: #E8E8E8 url(images/body.jpg) center repeat-y; 
  font:12px arial,helvetica,verdana,sans-serif;
  }
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


/* images and misc. */

img{border: none; padding: 6px; }
img a{border:none; background: #fff;}

img.left{float: left; border: none; padding: 0 15px 0 0;}
img.left a{border: none; background: #fff;}
img.right{float: right; border: none; padding: 0 0 0 15px;}
img.right a{border: none; background: #fff;}
img.reg{float: none; border: none; padding: 0 0 0 15px;}
img.reg a{border: none; background: #fff;}


blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}
	
.comment_license{width: 420px; padding: 12px 16px 0 0;}


/* links */

a{
	color:#666;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	margin:0 auto; 
	padding: 0; 
	width:965px;
	background: #fff url(images/bg.jpg); 
	border-right: 8px solid #F7F7F7; 
	border-left: 8px solid #F7F7F7;
	}
	
/* header */

#header {
  background: #fff url(images/header.jpg);
  width: 100%; 
  height: 160px;
  margin: 0;
  border-bottom: 1px solid #fff;
  }

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




/* main menu */


#menu{
  font-family: georgia, verdana, arial, times;
  font-size:8pt;
  background: #E8E8E8;
  border-bottom: 1px solid #fff;
  width: 100%;
  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:#333;
  padding:11px 10px 9px 10px;
  text-transform:uppercase;
  background: #E8E8E8;
  display: block;
  letter-spacing: 1px;
  }
  
#menu ul li a:hover{
  background:#333;
  color:#fff;
  text-decoration: none;
  }
  




/* content */


#content {
	float: left;
	width: 510px;
	overflow: hidden;
	margin-top: 2px;
	}
	
#content h2{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 20pt;
	font-weight: 300;
	color: #08122E;
	margin: 0 0 8px 0;
	line-height: 21pt;
	}
	
#content .latest{
	font-family: arial, sylfaen, baskerville, georgia, times, serif;
	font-size: 10pt;
	font-weight: 300;
	color: #333;
	text-transform: uppercase;
	margin:15px 0 0 25px;
	padding: 0;
	line-height: 18pt;
	border-bottom: 1px dotted #333;
	}
	
#content .latest span{
	color: #8E8E8E;
	}
	
#content .wthemes{
	font-family: arial, sylfaen, baskerville, georgia, times, serif;
	font-size: 10pt;
	font-weight: 300;
	color: #333;
	text-transform: uppercase;
	margin:15px 0 15px 0;
	padding: 0;
	line-height: 18pt;
	border-bottom: 1px dotted #333;
	}
	
#content .searchpage{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #08122E;
	margin: 15px 0 8px 25px;
	line-height: 18pt;
	}
	
#content .archivetitle{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #08122E;
	margin: 15px 0 8px 25px;
	line-height: 18pt;
	}

.post {
	margin: 0;
	padding: 15px 0 0 25px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 20pt;
	font-weight: 300;
	color: #08122E;
	margin: 0 0 8px 0;
	line-height: 21pt;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	background: #fff;
	}

.post h2 a:hover{
  background: #F7F7F7;
	text-decoration: none;
	}
	
.post p{font-size: 9pt;}

.post a{color:#374B7E; text-decoration:none;}
.post a:hover{background: #F0F0F0; text-decoration: none;}

.post a img {background: none}

.post ul {
	padding: 15px 0 15px 35px;
	}

.post ul li {
	list-style-type: square;
	}

.entry p{margin:12px 0 0 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:0;
	margin: 24px 0 24px 0;
	overflow: hidden;
	}
	
.postmetadata a{color: #333; background: none;}
.postmetadata a:hover{background: none; text-decoration: underline;}

.postmetadata p{margin: 0; padding: 4px 0 4px 6px;}


.filed:hover{background: #fff;}
.comm{background: #EDEDED; margin: 0; padding: 4px 0 4px 6px; border-top: 1px solid #fff;}
.comm:hover{background: #fff;}
	

.navigation {
	margin: 12px 0 20px 25px;
	padding:0;
	font-size:8pt;
	float:left;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.navigation2 {
	margin: 12px 0 20px 25px;
	padding:2px;
	font-size:8pt;
	float:left;
	width:90%;
	}

.notfound{padding: 25px;}

/* left sidebar */

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

#left h2{
	font-family: arial, georgia, verdana, times;
	font-weight: normal; 
	font-size: 8pt; 
	text-align: left;
	text-transform: uppercase;
	color: #08122E;	
	margin: 0;
	padding: 2px 0 2px 0;
	border-top: 1px solid #333;
	border-bottom: 1px dotted #333;
	letter-spacing: 1px;
}

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

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

#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 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 ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#left .textwidget a{background: #fff;}
#left .textwidget a:hover{background: #f0f0f0;}

/* right sidebar */

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

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


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

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

#right img {padding: 15px 0 0 43px;}
#right img a{padding: 15px 0 0 43px;background: #fff;}

#right a img{background: #fff; color:#374B7E; text-decoration:none;}

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

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

#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 15px;
	list-style-type: square;
	color: #898989;
}

.widget{padding:12px; margin: 12px 0 12px 0;background: #fff;}

/* RSS Widget */

.rsswidget img {
	display: none;
	}

#left h2 a.rsswidget{
	color: #08122E;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#left h2 a.rsswidget a:hover{
	color: #08122E;
	text-decoration: none;
	
}

#right h2 a.rsswidget{
	color: #08122E;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#right h2 a.rsswidget a:hover{
	color: #08122E;
	text-decoration: none;
	
}

  
  
/* comments */

#commentssection{
	clear: both;
	padding: 0;
	margin: 20px 0 0 25px;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 10px 20px 15px 25px;
	padding:10px;
	width: 465px;
	
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:450px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

.fsearch{padding:12px; margin: 6px 0 12px 0;background: #fff;}

#searchform{
  margin: 0 0 12px 0;
	padding: 18px 0 12px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	width: 155px;
	float: left;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: none;
	background-color: #333;
	color: #fff;
	width: 42px;
	text-transform: lowercase;
	float:left;
	}
	
  



/* footer */

#footer {
	background: #E8E8E8;
	clear: both;
	width: 100%;
	border-top: 1px solid #fff;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	overflow: hidden;
	}
	
#footer p{padding:18px 12px 18px 12px; margin: 0; color: #333;}
#footer a{color: #333;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}
