/*
Theme Name: Peace WC Default
Theme URI: 
Description: Custom theme for Peace WC
Version: 1.0
Author: Chris Esquibel
Author URI: 
*/

body {
	background: #2e2e2e url(images/bg2.jpg) top center no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin: 25px 0px;
	text-align: center;
}

#page {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#header {
	background: transparent url(images/header.gif) left top no-repeat;
	height: 170px;
	padding: 10px;
	text-align: right;
}

#header a,
#header a:active,
#header a:hover,
#header a:visited {
	color: black;
}

#body_front {
	background: transparent url(images/body_front.gif) left top no-repeat;
	display: block;
	height: 600px;
	width: 900px;

	filter: alpha( opacity=90 );
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

#body_header {
	background: transparent url(images/body_header.gif) left top no-repeat;
	height: 168px;
}

#body_td,
#body_td_home {
	vertical-align: top;
}

#body_td,
#body {
	background: #f8f8f8;
}

#body {
	width: 599px;
}

#body,
#body_home {
	margin: 0px 25px;
}

#body_footer {
	background: transparent url(images/body_footer.gif) left top no-repeat;
	height: 10px;
}



#body_header #navigation ul,
#body_front #navigation ul {
	padding-top: 0px;
}

#navigation {
	width: 900px;
}

#navigation ul,
#navigation li {
	list-style-type: none;
}

#navigation li {
	color: white;
	float: left;
	padding-bottom: 8px;
}

#navigation li a {
	color: white;
	padding: 0px 14px 6px 13px;
	text-decoration: none;
}

#navigation li a:hover {
	color: #006;
	text-decoration: underline;
}

#navigation li ul {
	background: #777;
	display: none;
	margin-top: 3px;
	padding: 6px;
	z-index: 100;
}

#navigation li ul li {
	border: 0px none;
	display: block;
	float: none;
	padding: 0px;
}

#sidebar_td {
	background: #CCCCCC url(images/sidebar_tile.jpg) left top repeat-x;
}

#sidebar_td,
#sidebar_td_home {
	vertical-align: top;
	width: 251px;
}

#sidebar {
	width: 251px;	
}

#footer {
	background: transparent url(images/footer.gif) left top no-repeat;
	height: 64px;
	padding: 6px 16px;

	filter: alpha( opacity=60 );
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

#footer,
#footer a {
	color: white;
	font-size: 8pt;
}


#footer_nav ul,
#footer_nav li {
	list-style-type: none;
}

#footer_nav li {
	float: left;
}

#footer_nav li a {
	padding: 0px 6px 6px 6px;
	text-decoration: none;
}

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




a img {
	border: 0px;
}





h2,
h2 a {
	color: #212179;
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}

table {
	font-size: 1em;
}



#sidebar h2 {
	color: white;
	font-size: 12pt;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	color: white;
	font-size: 10pt;
	list-style-type: none;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

#sidebar li li {
	list-style-type: square;
	margin-left: 1.5em;
	padding-left: 0em;
}

#sidebar a {
	color: white;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .links {
	margin: 0px 10px;
}

#sidebar .links h2 {
	margin: 3px 0px;
}

#sidebar .links ul {
	margin-left: 1.5em;
	padding-left: 0em;
}

#sidebar .links li {
	list-style-type: square;
	margin-left: 0em;
	padding-left: 0em;
}


.dark {
	background: transparent url(images/dark_tile.gif) center top repeat-y;
	color: white;
}

.dark_top {
	background: transparent url(images/dark_top.gif) center top no-repeat;
	height: 18px;
}

.dark_body {
	margin: 0px 1em;
}

.dark_bottom {
	background: transparent url(images/dark_bottom.gif) center top no-repeat;
	height: 18px;
}



li {
	margin-top: 5px;
}







.alignleft {
	float: left;
}

.alignright {
	float: right;
}
