/* @override 
	http://www.dreampeacefoundation.org/wp-content/themes/dreampeace/style.css
	http://dreampeacefoundation.org/wp-content/themes/dreampeace/style.css
*/

/*  
	Theme Name: DreamPeace
	Description: A custom website for the DreamPeace Foundation
	Version: 1.0
	Author: Bill Robbins
	Author URI: http://www.billrobbinsdesign.com
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Hyperlinks */

/* Colors in site 
	3b3425 3b4554 9aa8be eff6ff b8ae9a c41820 */



body a, body a:visited {
	color: #c41820;
	text-decoration: none;
	}
	
body a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
body a img {
	border: none;
	}
	
body a:focus, a:hover, a:active {
	outline: none;
	}
	
/* @end */

html {
	height: 100%;
}

body {
	margin: 0 auto;
	background: #666 url(images/background2.jpg) no-repeat scroll center top;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

#wrapper {
	width: 948px;
	height: auto;
	min-height: 100%;
	position: relative;
	margin: 24px auto 0;
	background: url(images/wrapper-middle-lighter.png) repeat-y center;
}

/* @group Type */

/* Type */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #574c35;
	font-family: Georgia, Times, serif;
}

h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
	font-size: 1.15em;
}

.h1 { margin-bottom: 8px; padding-bottom: 10px;line-height: 1; font-size: 36px; }
.h2 { font-size: 24px; margin-bottom: 12px; }
.h3 { font-size: 22px; line-height: 1; margin-bottom: 12px; }
.h4 { font-size: 20px; line-height: 1.25; margin-bottom: 20px;
	color: #3d4655;
}
.h5 { font-size: 18px; font-weight: bold; margin-bottom: 24px; }
.h6 { font-size: 18px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0;}

/* Text Elements */

p 			{ margin: 0 0 24px;
	font: 16px/1.3 Arial, "Sans Serif";
}
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

blockquote  p{ margin: 24px; color: #666; font-style: italic;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #3f4858;
}
strong      { font-weight: bold;}
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { font-style: italic; line-height: 1.4;
}
del         { color:#666; }



/* @end */

/* @group Header */

#header {
	height: 135px;
}

#logo {
	position: absolute;
	top: -25px;
	left: -50px;
}

#donate {
	position: absolute;
	left: 760px;
	top: -80px;
}

#navbar {
	background: url(images/navigation.jpg) no-repeat center bottom;
	height: 37px;
	padding-top: 98px;
}

#nav {
	width: 500px;
	float: left;
	margin: 0px;
	list-style: none;
	padding: 0px 0px 0px 40px;
}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 15px 9px;
}
	
#nav a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
	background: #000;
}

#nav a:active {
	color: #384555;
	display: block;
	text-decoration: none;
}

li.current_page_item {
	color: #384555;
	display: block;
	text-decoration: none;
	background-color: #000;
}

li.current_page_item a {
	color: #384555;
	display: block;
	text-decoration: none;
	background-color: #000;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	height: 15px;
	float: none;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	background-color: #4F5B6C;
	border-bottom: 1px solid #2c2c2c;
	border-left: 4px solid #2c2c2c;
	width: 100px;
}
	
#nav li li a:hover, #nav li li a:active {
	background: #555555;
	color: #000;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/* Search Form */

#searchdiv {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	float: right;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#search {
	width: 190px;
	color: #000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	display: inline;
	border: none;
	background: transparent;
	margin-left: 0px;
	margin-right: 105px;
	padding-right: 0px;
	padding-top: 2px;
	padding-left: 5px;
}
	
#searchbutton {
	background: #000;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	border: 1px solid #234B69;
	font-weight: bold;
	}


/* @end */

/* @group Home Page */

#home {
}

#home-top-left {
	width: 475px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}

#home-top-left p {
	padding-left: 30px;
}

#home-top-left img {
	padding-left: 20px;
}

p.slogan {
	margin-top: 20px;
	margin-left: 20px;
	width: 480px;
	height: 140px;
	text-indent: -9999px;
	background: url(images/slogan.png) no-repeat left;
}

#home-top-image {
	width: 375px;
	float: right;
	padding-top: 30px;
	margin-right: 40px;
}



#home-bottom {
	height: 227px;
	padding: 0px;
	background: url(images/home-boxes-lower.png) no-repeat;
	overflow: hidden;
	width: 900px;
	margin-left: 24px;
}

#home-bottom h3 {
	margin-bottom: 10px;
	color: #3b3425;
	font-size: 22px;
}

#home-bottom a, #home-bottom a:visited {
	color: #fff;
}

#home-bottom h3 a {
	color: #3b3425;
	
}

#home-bottom-left {
	float: left;
	width: 251px;
	margin: 11px 22px 20px 20px;
	overflow: hidden;
	padding: 10px;
}


#home-bottom-left h2 {
	font-size: 18px;
}

#home-bottom-left img {
	float: left;
	margin: 0px 0px 10px 0px;
	}

#home-bottom-left li {
	line-height: 1.2;
	padding-left: 15px;
	list-style-type: none;
}

#home-bottom-center {
	float: left;
	width: 250px;
	margin: 12px 0px 20px 0;
	padding: 10px;
	overflow: hidden;
}
	
#home-bottom-center p {
	padding: 0px;
	margin: 0px;
	}

#home-bottom-center li {
	line-height: 1.2;
	padding-left: 15px;
	list-style-type: none;
}

#home-bottom-center img {
	float: left;
	margin: 0px 0px 10px 0px;
	}
	
#home-bottom-right {
	float: right;
	width: 250px;
	margin: 10px 22px 20px 0px;
	padding: 10px;
	overflow: hidden;
	}
	
#home-bottom-right img {
	float: left;
	margin: 0px 0px 10px 0px;
	}

#home-bottom-right p {
	margin: 0px;
	line-height: 1.2;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#service-logos {
	height: 100px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	width: 900px;
	text-align: center;
}

#service-logos a {
	border: none;
}

#service-logos a:hover {
	border-bottom: 4px solid #5b4c32;
}

/* @end */

/* @group Pages */

#page {
	margin-top: 30px;
	margin-left: 45px;
	margin-right: 45px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#page h1 {
	margin-bottom: 5px;
	margin-top: 5px;
}

#page h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#page li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}

#page-left {
	width: 550px;
	float: left;
	padding: 10px;
}

#sidebar-right {
	width: 250px;
	float: right;
	padding: 10px;
}

#sidebar-left {
	width: 250px;
	float: left;
	padding: 10px;
}

#page-right {
	width: 550px;
	float: right;
	padding: 10px;
}

.links-list {
	padding-top: 15px;
}

.links-list h2 {
	font-size: 24px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.links-list li {
	margin-left: 20px;
	margin-top: 20px;
	list-style-type: none;}

.links-list ul {
	margin-bottom: 20px;
}



/* @end */

/* @group Sidebar */



#sidebar {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	line-height: 20px;
	display: inline;
	}
	
#sidebar p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
	
#sidebar h2 {
	color: #3c4655;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: solid #3c4655;
	border-style: solid;
}
	
#sidebar ul {
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}
	
#sidebar ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar ul li {
    list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
    list-style: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li ul li{
    list-style: square;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}

/* @end */



/* @group Classes */

.address {
	font-style: italic;
	line-height: 1.2;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.phone {
	padding-left: 15px;
	padding-top: 5px;
}

.contact {
	float: right;
}

.content-align-right {
	float: right;
}

tbody h3 {
	font-size: 30px;
}

tbody h4 {
	font-size: 38px;
	line-height: 38px;
	vertical-align: bottom;}

tbody p {
	margin: 3px 0 0;
	font-size: 12px;
}

tbody ul {
	list-style: none;
	margin-left: 0;
}

tr li {
	margin-bottom: 10px;
}

.description {
	font-size: 16px;
}

.description li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 15px;
	margin-top: 0;
	padding-top: 0;
}

.description ul {
	margin-left: 0;
	margin-top: 0;
	margin: 0;
	padding: 0;
}

.volunteer li {
	margin-top: 0;
	padding-top: 0;
	line-height: 0;
	font-size: 15px;
}

.volunteer ul {
	margin: 0;
	padding: 0;
}

/* @end */



/* @group Images */

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/* @end */

/* @group Comments */
	
#comment {
	background: #F5F5F5 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #DDDDDD;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, Times New Roman;
	text-transform: uppercase;
	padding: 1px;
	border: 1px solid #333333;
	margin: 0;
	}
	
#author, #email, #url {
	background: #F5F5F5 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	color: #574d37;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	border: 1px solid #3b4554;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	border: 1px solid #3b4554;
}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px 0px 15px;
	float: right;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #EEEEEE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Georgia, Tahoma, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #DDDDDD;
	}
	
.reply a:hover {
	background: #574d37;
	color: #FFFFFF;
	text-decoration: none;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

/* @end */

/* @group Page Navigation */

/* Page Navigation */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #1b688f;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #1b688f;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #1b688f;
	background-color: #FFFFFF;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/* @end */

/* @group Pictures */

.wp-caption img {
margin-bottom: 5px;
padding:5px;
background-color:#FFFFFF;
}

.wp-caption.alignright {
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 3px #3b4554;
    -moz-box-shadow: 0px 1px 3px #3b4554;
    box-shadow: 0px 1px 3px #3b4554;
}

.wp-caption.alignleft {
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 3px #3b4554;
    -moz-box-shadow: 0px 1px 3px #3b4554;
    box-shadow: 0px 1px 3px #3b4554;
}

.wp-caption.aligncenter {
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 3px #3b4554;
    -moz-box-shadow: 0px 1px 3px #3b4554;
    box-shadow: 0px 1px 3px #3b4554;
}

.wp-caption-text {
color: #3b4554;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
width: auto;
font-weight: bold;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
background-color:#FFFFFF;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 10px;
display: inline;
background-color:#FFFFFF;
}

img.alignleft {
padding: 5px;
margin: 0 10px 2px 0;
display: inline;
background-color:#FFFFFF;
}

.alignright {
float: right;
margin-left: 15px;
}

.alignleft {
float: left;
margin-right: 15px;
}


/* @end */



/* @group Footer */

#wrapper-bottom {
	background: url(images/wrapper-bottom.png) no-repeat center;
	width: 948px;
	margin: 0 auto;
	height: 30px;
}

#footer {
	margin: 0 auto;
	position: relative;
	margin-top: -10px;
	height: 10px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer a, a:visited {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}
/* @end */


