/*
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;}

/*
the original
body{ 
  background: #E8E8E8 url(images/body.jpg) center repeat-y; 
  font:12px arial,helvetica,verdana,sans-serif;
  }
*/

/*now mine*/

body{ 
  background: #DCD7C8 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;  
  /* text-transform:lowercase; */
  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: #FFCC00; color: #fff; text-decoration: none;}




/* main menu */


#menu{
  font-family: georgia, verdana, arial, times;
  font-size:8pt;
  background: #DCD7C8;      /*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: #DCD7C8;    /*E8E8E8*/
  display: block;
  letter-spacing: 1px;
  }
  
#menu ul li a:hover{
  background:#003399; /*#333;*/
  color:#fff;
  text-decoration: none;
  }
  




/* content */


#content {
	float: left;
	width: 510px;
        /* background: #ffffff; mine added*/
	overflow: hidden;
	margin-top: 2px;
	}
	
#content h2{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 20pt;
	font-weight: 300;
	color: #143264;  /*#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: DCD7C8;  /*#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: #143264;  /*#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: #143264;  /*#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: #143264;  /*#08122E;*/
	margin: 0 0 8px 0;
	line-height: 21pt;
	}
	
.post h2 a{
	color: #143264;  /*#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;
	}


.mlist   {
          
          margin: 0;
          }

.mlist  ul{
           padding: 5px;
           
           }

.mlist ul li {
             font-size: 12pt;
             font-weight: 300;
             list-style-type: none;
             margin: 20px 0 0 0;
             }

.mlist ul li a {
               font-size: 10pt;
               }


.entry p{margin:12px 0 0 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:0;
	margin: 24px 0 24px 0;
	overflow: hidden;
	}


.noshow {display:none;}

.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;
	background: #DCD7C8;
        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: #143264;  /*#08122E;*/	
	margin: 20px 0 0 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: #143264;  /*#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: #444444; /*#6F6F6F;*/
	margin: 0;
	padding: 12px 0 0 0;
	}

#right p {margin:0; padding: 12px 0 8px 0; color: #777777; /*585858;*/ line-height: 13pt;}

/* #right img {padding: 15px 0 0 43px;} */
/* #right img a{padding: 15px 0 0 43px;background: #fff;}*/

#right img {padding: 10px 0 0 0;}
#right img a{padding: 10px 0 0 0; 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: #143264;  /*#08122E;*/
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#left h2 a.rsswidget a:hover{
	color: #143264;  /*#08122E;*/
	text-decoration: none;
	
}

#right h2 a.rsswidget{
	color: #143264;  /*#08122E;*/
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#right h2 a.rsswidget a:hover{
	color: #143264;  /*#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: #DCD7C8; /*#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: #777777; text-decoration: underline;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #dcd7c8;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:120px;}   /*149px*/
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:120px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:109px; /*138*/height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#143264; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:109px;}  /*138*/

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#4678c8 url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#4678c8 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#4678c8 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#4678c8;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#4678c8;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #003399;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: #003399;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
