/*  
Theme Name: Peace
Theme URI: http://www.themetube.com
Description: Peace
Author: AddLinkUrl
Author URI: http://www.themetube.com
*/


/* Body */


body { 

 font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 13px;
 background: #ebeae3; /*REMOVED BACKGROUND IMAGE BG.GIF*/
 margin: 0;
 padding: 0;
 color: #34361B;
 }

#box {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 10px; /* NEW */
	background: #ffffff; /*ADDED BACKGROUND COLOR*/
}

#top {      /*HOLDS HEADER IMAGE, TITLE "H1", AND SUBTITLE "description"*/
width: 1024px;
 background: url(images/header.jpg) no-repeat;
 height: 180px;
 margin: 0 auto; /*NEW*/
/*margin-top: 10px;*/
 padding: 0;
 }

a, a:link {
 text-decoration: none;
 color: #5B5C20;
 }

a:hover {
 text-decoration: underline;
 color: #34361B;
 }

hr {
 border: none;
 border-top: 1px solid #ccc;
 }

p {

	line-height: 1.4em;
 }

/* Featurebox */

	.featurebox {
	color:#333;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background: #f8f8ef url("images/featurebox_bg.gif") no-repeat 100% 100%;
	}
	 .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 1em;border-bottom: 1px solid #FE7201;color:#FE7201
}
	

.featurebox p {
	border:none;
	color:#444;
	margin: 0 0 1em;
}

.featurebox img {
        border:none;
	margin: 0 15px 0 0;
}

.featurebox a {color:#FE7201}


.featurebox2 {
	color:#F8F8EF;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background-image: url(images/featurebox2_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #FE9b00;
}
	
.featurebox2 p, .featurebox2 h1, .featurebox2 h2, .featurebox2 h3, .featurebox2 h4, .featurebox2 h5, .featurebox2 h6 {margin: 0 0 .3em;border-bottom: 1px solid #fe7201;color:#5B5C20}
.featurebox2 p {border:none;margin: 0 0 1em;color:#444}
.featurebox2 a {font-weight:bold}


.featurebox2 img {
	border:none;
	margin: 0 15px 0 -25px;
}



.ads {
margin: 0 0 20px 0;

}

.ads img {
	border: 1px solid #34361B;

}


.widget {
text-align: center;
margin: 15px 0 15px 0;
padding: 15px 0 15px 0;
background-color: #F1EFD7;
/*border: 1px solid #729267;*/

}



/* Header */


#header {
 float: right; /*modified*/
 width: 940px;
 margin: 120px 0 0 0; /*-kicks out margin-*/
 padding: 0;
 }

#header h1 {
  float: right; /*NEW*/ 
 font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
 text-transform: uppercase;
 margin: 0;
 padding: 0 20px 0 0; /*MODIFIED*/
 color: #5B5C20;
 font-size: 20px;
 font-weight: normal;
 }


#header h1 a, #header h1 a:link {
 color: #5B5C20;

 /* margin-left: 400px; */
 }


#header h1 a:hover {
 color: #fff;
 text-decoration: none;
 }

#description {
  float: right; /*NEW*/
  color: #f9f9f9;
  font-size: 12px;
  padding: 0 20px 0 0; /*modified*/
 }


/* Search */


#searchform {
 height: 25px;
 line-height: 20px;
 float: left;
 padding: 7px 18px 0 0;
 margin: 10px 0 0 0;
 }

#searchform #s {
 font-size: 12pt;
 width: 160px;
 }

#searchform #submit {
 font-size: 8pt;
 }

input#s {
 font-family: Verdana, Arial;
 text-align: left;
 border: 1px solid #ccc;
 background: #fffffb;
 color:#D3CF9E;
 }


/* Menu */


#navbox {
 background: url(images/nav.jpg) repeat-x top center;
 height: 43px;
 margin: 0px auto;
 border-right: 1px solid #d5d5d5;
 border-left: 1px solid #d5d5d5;
 }

#nav {
 width: 1020px;
 height: 28px;
 line-height: 28px;
 float: left;
 padding: 0;
 }

ul.nav {
 height: 28px;
 line-height: 28px;
 float: left;
 list-style: none;
 font-size: 11.5px;
 font-weight: bold;
 text-transform: uppercase;
 margin: 0;
 padding: 0;
 }

ul.nav li {
 float: left !important;
 list-style-type: none;
 margin: 0;
 padding: 0; 
 height: 35px;
 }

ul.nav li ul {
 float: left;
 margin: 0;
 padding: 0;
 }

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {
 border-right: 1px solid #d5d5d5;
 border-left: 1px solid #fff;
 color: #34361B;
 float: left;
 display: block;
 text-decoration: none;
 padding: 5px 10px 0 11px;
 height: 29px;
 }

ul.nav li a:hover, ul.nav li a:active {
 background: url(images/nav-hover.jpg) repeat-x;

 color: #162a3b;
 text-decoration: none;
 height: 38px;
 padding: 4px 10px 0 11px;
 }

ul.nav li.current_page_item a {
 text-decoration: none;
 height: 38px;
 background: url(images/nav-hover.jpg) repeat-x;

 color: #162a3b;
 }


/******************************* Posts *********************************/


.post {
 width: 600px;
 float: left; 
 margin: 5px auto;
 padding: 10px 0 0 0;
 }

.post img {
 border: none;
 padding: 5px;
 }

h2 {
 font-size: 22px;
 font-weight: normal;
 padding: 0px;
 margin: 0px;
 color:#34361B;
 }


#content {
 width: 620px;
 float: left;
 margin: 5px auto;
 padding: 0;
 }

.notes {
 padding: 10px 0 0 0;
 font-size: 10px;
 color:#2c455b;
 text-align: center;
 line-height: 12px;
 font-weight: bold;
 }

.posthead {
 position: relative;
 clear: left;
 padding-bottom: 10px;
 }

.posthead h2 {
 font-size: 16px;
 font-weight: bold;
 padding: 0px 0px 0px 50px;
 margin: 0px;
 }

.posthead h2 a {
 color: #34361B;
 }

.postauthor {
 padding: 0px 0px 0 50px;
 margin: 0px;
 font-size: 10px;
 color:#666;
 }

.postauthor a{
 color:#2c455b;
 text-decoration: none;
 border-bottom: 1px dotted #2c455b;
 }

.postdate {
 margin: 0px;
 position: absolute;
 top: 0px;
 left: 0px;
 text-align: center;
 padding: 0px 10px 6px 10px;
 background: url(images/date.gif) no-repeat;
 }

.postdate small {
 font-size: 9px;
 color:#fff;
 }

.postdate .month {
 display:block;
 text-transform: uppercase;
 font-size: 9px;
 padding-top: 1px;
 }

.postdate .day {
 display:block;
 font-size: 22px;
 letter-spacing: -1px;
 font-weight: normal;
 color:#fff;
 }

.postdate .year {
 display:block;
 }

.navigation {
 width: 510px;
 float: left;
 color: #666;
 padding: 5px 6px 10px;
 }

.navigation a{
 color: #162a3b;
 font-weight: bold;
 text-decoration: none;
 border-bottom: 1px dotted #162a3b;
 }

.navigation a:hover {
 border-bottom: 1px solid #162a3b;
 }

.relatedposts {
 width: 535px;
 float: left;
 color: #2c455b;
 margin: 0px auto;
 padding: 10px 5px 5px 0px;
 font-size: 12px;
 }

.relatedposts li a{
 border-bottom: 1px dotted #2c455b;
 line-height: 20px;
 margin-right: 10px;
 }

.relatedposts li a:hover{
 border-bottom: 1px solid #2c455b;
 text-decoration:none;
 }

h1, h2, h3 {
 padding: 0 10px 0 0;
 font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
 text-transform: none;
 }

h3 {
 color: #5D5A25;
 font-size: 16px;
 }

img.wp-smiley {
 border: 0;
 padding: 0;
 }

blockquote {
 color: #222222;
 font-weight: normal;
 padding-left: 10px;
 border-left: 1px dotted #2c455b;
 }


/* +++++++++++++++++++++++++++++++++++++Sidebars+++++++++++++++++++++++++++++++++++++++++++ */


#sidebar {
 width: 400px;
 float: right;
 margin-top: 20px;
 padding: 0;
 }

#sidebar img, .lsidebar img {
 border: none;
 }

.alignright {
 float: right;
 margin-top: 10px;
 }

.alignleft {
 float: left;
 margin-top: 10px;
 }

.rsidebar {
 width: 195px;
 float: right;
 margin: 0 auto;
 padding: 0 5px 5px;
 }

.rsidebar, .lsidebar img {
 border: none;
 }

.lsidebar {
 width: 165px;
 float: left;
 margin: 0 auto;
 padding: 0 5px 5px 10px;
 }


.lsidebar h2, .rsidebar h2 {
 font-size: 18px;
 margin: 0 0 10px;
 padding: 10px 0 10px 5px;
 height: 15px;
 width: 165px;
 color: #34361B;
 border-bottom: 1px solid #34361B;
 }

.rsidebar ul, .lsidebar ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 }

.rsidebar ul li, .lsidebar ul li {
 display: block;
 list-style-type: none;
 padding: 0;
 }

.rsidebar ul li a, .lsidebar ul li a {
 font-size: 13px;
 color:#5B5C20;
 padding: 7px 0 1px 0;
 line-height: 1.8em;
 border-bottom: 1px dotted #5B5C20;
 }

.rsidebar ul li a:hover, .lsidebar ul li a:hover {
 background: transparent url('images/bg1.gif') no-repeat left;
 text-decoration:none;
 border-bottom: 1px solid #FE7201;
 padding-left: 13px;
 }


.rsidebar ul li ul, .lsidebar ul li ul {
 list-style-type: none;
 margin: 0;
 padding: 0 0 0 5px;
 }

.rsidebar ul li ul li, .lsidebar ul li ul li {
 list-style-type: none;
 margin: 0 0 0 10px;
 padding: 0 0 0 5px;
 }

.rsidebar p, .lsidebar p {
 padding: 0 5px;
 }



/* Comments */


.commentsbox {
 width: 520px;
 float: left;
 margin: 5px auto;
 }

.commentsbox p {
 margin: 0;
 padding: 0;
 }

.commentsbox img {
 border: 1px solid #666;
 margin: 3px;
 }

#commentlist ol {
 margin: 0;
 padding: 0;
 }

#commentlist li {
 list-style-position: outside;
 list-style-type: decimal;
 padding: 10px;
 }

.alt {
 background-image: none !important;
 }

#commentlist li:hover {
 }

.comment-title {
 margin: 0 0 0 0px;
 font-size: 12px;
 color: #2c455b;
 font-weight: bold;
 }

.comment-title2 {
 margin: 0 0 0 0px;
 font-size: 10px;
 color: #2c455b;
 }

.comment-text {
 margin-top: 10px;
 }

h2.postcomment {
 margin: 0;
 font-size: 20px;
 font-weight: normal;
 color: #2c455b;
 }

.postcomment {
 clear: both;
 margin: 20px 0 0 0;
 padding: 0px;
 }

.postcomment input, .postcomment textarea {
 border: 1px solid #aaa;
 }

.postcomment input:hover, .postcomment textarea:hover {
 background: #f7f7f7;
 }

.postcomment input#author, .postcomment input#email, .postcomment input#url {
 width: 40% !important;
 width: 156px; /* IE hack */
 height: 18px;
 }

.postcomment textarea#comment {
 width: 100% !important; /* IE hack */
 height: 200px;
 }

.postcomment input#submit {
 width: auto;
 height: 25px;
 padding: 2px 10px 3px 10px;
 margin-top: 10px;
 }
	


/************************ Bottom *****************************/


#bottom {
 clear: both;
 float: left;
 width: 1024px;
 height: 100%;
 margin: 0 0 0 0;
 padding: 0;
 background: #D3CF9E url(images/bot.jpg) no-repeat top center;
 text-align: left;
 font-size: 12px;
 }

#bottom-divs {
 float: left;
 clear: both;
 margin: 0;
 padding: 20px;
 }

#bottom-left {
 width: 30%;
 padding: 15px 0 15px 20px;
 float: left;
 }

#bottom-mid, #bottom-right {
 width: 30%;
 padding: 15px 0 15px 30px;
 float: left;
 }

#bottom h2 {
 margin: 0 0 10px 0;
 padding: 0 8px;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 border-bottom: 1px solid #34361B;
 }

#bottom h3 {
 margin: 0;
 padding: 10px 10px;
 font-size: 12px;
 color: #999;
 text-align: center;
 }

#bottom h3:hover {
 color: #f2f2f2;
 }

#bottom p {
 text-align: justify;
 }

.fine-print {
font-size: 90%;
border-top: 1px dotted #34361B;
padding: 2px 10px 0 10px;
margin: 0 10px;
}

#bottom ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 }

#bottom ul li {
 line-height: 20px;
 border-bottom: 1px dotted #34361B;
 }

#bottom ul li a {
 display: block;
 padding: 0 10px;
 color: #34361B;
 }

#bottom-sep {
 clear: both;
 }

.bottom-sep {
clear: both;
 }

/* Footer */


#footer {
 width: 1024px;
 background: #34361B;
 height: 54px;
 clear: both;
 color: #c3c2c2;
 font-size: 12px;
 margin-bottom: 10px;
 text-align: right;
 }

#footer a {
 color: #fffffa;
 border-bottom: 1px dotted #c3c2c2;
 }

#footer a:hover {
 border-bottom: 1px solid #c3c2c2;
 text-decoration: none;
 }

#footer p {
 padding: 3px 10px 10px 0;
 }

.left {
 float: left;
 padding: 19px 0 0 20px;
 }

.right {
 float: right;
 padding: 19px 20px 0 0;
 }

