/*============================================================
 Essentials
============================================================*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: verdana, sans serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	background: url(../Images/bg01.jpg) top left repeat-x #fff;
	}

a,
a:link,
a:visited {
	text-decoration: none;
	}

a:hover,
a:active {

	}

a img {
	border: none;
	}

#container {
	margin: 0 auto;
	width: 799px;
	text-align: left;
	margin-top:5px;
	}


/*============================================================
 Header
============================================================*/

#header {
	width: 799px;
	height: 96px;
	}

#logo{
	float:left;
	width:368px;
	height:96px;
	}

#topmenu{
	float:right;
	width:431px;
	height:96px;
	background:url(../Images/topmenu_bg.jpg) left top no-repeat;
	}

#textmenu{
	padding-top:6px;
	}

#textmenu ul{
	list-style:none;
	display:inline;
	margin-top:5px;
	padding-top:5px;
}


#textmenu li{
	list-style:none;
	display:inline;
	padding-left:30px;
	padding-right:20px;
}

#textmenu a{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffff6e;
	list-style:none;
	display:inline;
	text-decoration:underline;
}

#textmenu a:hover{
	text-decoration:none;
	}

#header h1 {
	width: 799px;
	height: 123px;
	background: url(../images/layout/header_img.jpg) no-repeat;
	}

#header h1 a {
	width: 100%;
	height: 123px;
	}

#nav {
	margin-left: 0px;
	list-style: none;
	width: 799px;
	}

#nav li {
	display: inline;
	float: left;
	}

#nav li a {
	margin-top: 0px;
	padding: 0 21px 0 21px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #feff6f;
	font-weight:bold;
	line-height: 33px;
	text-align:center;
	}



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

#flashbenner{
	width:799px;
	width:auto;
}


/*============================================================
 Main
============================================================*/

#main {
	width: 799px;
	padding-bottom:10px;
	}

#mainbox{
float:left;
	width: 799px;
	padding-top:10px;
	}
	
#topmainbox{
float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.7em;
	width:799px;
	height:11px;
	background-image: url(../Images/topmainbox.gif);
}

#midmainbox{
float:left;
	background-image: url(../Images/midmainbox.gif);
	background-repeat: repeat-y;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	width:769px;
}

#botmainbox{
float:left;
	width:799px;
	height:11px;
	background-image: url(../Images/botmainbox.gif);
	background-repeat:no-repeat;
}

#contentleft {
float:left;
	width: 364px;
	height:0 auto;
	padding-right: 20px;
	}

#contentleft h1{
	font:Arial;
	font-size:1.7em;
	text-align:left;
	padding-bottom:5px;
	color:#ffff70;
}

#contentleft h2{
	font:Arial;
	font-size:1.4em;
	text-align:left;
	padding-bottom:5px;
	color:#ffff70;
}

#contentleft p{
	font:Arial;
	font-size:1.0em;
	text-align:justify;
	padding-bottom:5px;
	color:#fff;
}

#contentright{
float:right;
	width: 364px;
	height:0 auto;
	padding-right:10px;
	}

#submenu ul li{
	margin-left:15px;
	}

#submenu p{
}

#submenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	}

#submenu a:hover{
	text-decoration:none;
	}

#submenu hr{
	color:#FFFFFF;
}

#content a {
	color: #ffe0b0;
	border-bottom: 1px dotted;
	}

#content a:hover {
	color: #fff;
	}
	
#content h3 a {
	color: #FFF;
}
#content h3 a:hover {
	color: #ffe0b0;
}

#content h2 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:underline;
	}	

#content h3 {
	margin-bottom: .7em;
	font-size: 17px;
	font-weight: normal;
	color: #660000;
	}
	
#content h4 {
	margin-top: -1em;
	margin-bottom: 2em;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #b04600;
	}

#content h5 {
	font-size: 13px;
	color: #FFFFFF;
	}

#content hr {
	margin-bottom: 1.3em;
	height: 1px;
	color: #ffbb54;
	background: #ffbb54;
	border: none;
	}

#content img{
	border: 3px;
	border-color:#FFFFFF;
}

#content p {
	margin-bottom: 1.3em;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align:justify;
	}

#content p.viewsite {
	margin-top: -.7em;
	}

#content p.news-footer {
	font-size: 11px;
	line-height: 17px;
	}

#content ul li{
	margin-bottom: 1.3em;
	color: #fff;
	margin-left: 15px;
	line-height: 18px;
	list-style:circle;
	}

#content label {
	display: block;
	float: left;
	margin: 9px 10px 3px 0;
	width: 125px;
	text-align: right;
	color: #fff;
	}

#content input {
	margin: 5px 0;
	width: 200px;
	}

#content input[type=submit] {
	margin: 10px 0 0 140px;
	width: 80px;
	}

#pagenav {
	list-style: none;
	}

#pagenav li {
	margin-bottom: 8px;
	padding: 0 10px 0 12px;
	background: url(../images/pagenav-bullet.gif) no-repeat;
	}

#pagenav a {
	color: #660000
	}

#pagenav a:hover {
	color: #ffe0b0;
	}

#pagenav .icon {
	display: inline;
	margin: 1px 0 0 5px;
	vertical-align: top;
	border: none;
	}

#slideshow {
	margin-bottom: 2em;
	padding: 0;
	}

/*==============
Comment Form
===============*/

body.blog form#commentform input {
width: 250px;
padding-top: 4px;
margin-top: 4px;
margin-left:auto;
}


/*============================================================
 Footer
============================================================*/

#footer {
	clear:both;
	position: relative;
	float:left;
	width: 799px;
	margin-bottom:10px;
	margin-top:10px;
	border-top: 1px solid #0f21b5;
	list-style:none;
	}

#footer p {
	font-size:8px;
	color:#0f21b5;
	margin-top:5px;
	text-align:center;
	list-style:none;
	}

#footer ul {
	width:799px;
	text-align:center;
	list-style:none;
	display:inline;
	}

#footer li {
	padding: 1px 10px 1px 10px;
	font-size: 11px;
	text-align:center;
	list-style:none;
	display:inline;
	}
	
#footer a {
	font-size:9px;
	color: #0f21b5;
	text-decoration:underline;
	}

#footer a:hover {
	text-decoration:none;
	}

#footer ul  li a {
	font-size:9px;
	color: #0f21b5;
	text-decoration:underline;
	list-style:none;
	display:inline;
	}

#footer ul li a:hover {
	text-decoration:none;
	}
		
/*======================================================
GRAVATARZZZZZ
========================================================*/

.gravatar {
float:left;
padding: 3px;
margin: 0 10px 0 0;
width: 30px;
height: 30px;
}

.postgrav {
float: left;
padding: 3px;
margin-right: 5px;
margin-left: 5px;
}

ol#commentlist {
color: #FFF;
margin: 30px 0 0 30px;
list-style-type: none;
}

ol#commentlist li
{
font-size: 10px;
border: 1px solid #FF6600;
}

ol#commentlist li:hover
{
font-size: 10px;
border: 1px dotted #FF9900;
}


div.commentContainer {
	
	margin:0 0 20px 45px;
	
}


#content div.commentContainer p {
	
	 line-height: 15px;
	 margin: 0;
	 
}

/*===================================================
post image
====================================================*/

img.postImage {
	background-color: #FFF;
	background-image: url(../journal/wp-content/themes/goodness/bg_goodness.gif);
	padding: 10px;
	margin-bottom: 15px;
}


/**************************************************

SOCIABLE STUFF!!!!

**************************************************/

div.sociable {
	width: 300px;
	margin: 0 auto;
	padding: 5px;
}


/*=====================
image settings
======================*/

div.post p a img {
border: 5px solid #FFF;
margin: 0 10px 0 10px;
}

div.post center a img {
border: 5px solid #FFF;
margin: 0 10px 0 10px;
}

/*---------------
CALENDAR STYLED DATE FORMAT
*/

.date {width:3em;
       padding:0.6em 0 0 0;
       text-align:center;
       border-right:1px solid #bcd0d4;
       border-bottom:1px solid #bcd0d4;
       color:#355b61;
       background-color:#dfe9eb;
			 background-image: url(http://www.xangogoodness.org/images/calbg.jpg);
			 background-repeat: no-repeat;
			 background-position: top center;
			 float: left;
			 margin-right: 5px;
			 font-size: 1.3em;
}

.month {text-transform:uppercase; font-weight:bold; color:#9b241b;}

/*SPIFFY
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ff9900}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ff7b00;
  border-right:1px solid #ff7b00;
  background:#ff8c00}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ff6b00;
  border-right:1px solid #ff6b00;
  background:#ff8f00}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ff8f00;
  border-right:1px solid #ff8f00;}
.spiffy4{
  border-left:1px solid #ff7b00;
  border-right:1px solid #ff7b00}
.spiffy5{
  border-left:1px solid #ff8c00;
  border-right:1px solid #ff8c00}
.spiffyfg{
  background:#ff9900}
	
end spiffy*/

div#african {
	background: url(../images/african_bg.gif) center top no-repeat;
	line-height: 15px;
}
div#african div {
padding: 20px;
}
	


/************BLOCKQUOTES************/
div.storycontent blockquote {
font-size: 1.1em;
font-weight: bold;
color: #660000;
padding-top: 20px;
padding-right: 40px;
padding-bottom: 20px;
padding-left: 40px;
background-color: transparent;
background-image: url(http://www.xangogoodness.org/images/goodness_quote.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: left;
background-y-position: 20px;
}



/***************POST METAJIGGA********************/

ul.post-meta {list-style-type: none; display: inline;}
ul.post-meta li {font-size: 1.1em; color: #600; line-height: 30px; font-weight: bold;}

/***************COMMUNITY NAV********************/



#communityNav {
	
	height: 135px;
	padding-bottom: 10px;
	background: url(http://images.xango.com/footer_community_bg2.gif) top center no-repeat;
	margin-top: -30px 

	
}

#community_container {
margin-left: 60px;
}

/***************IE6 FIX for community nav********************/
* html div#community_container {
margin-left: 100px;
}

* html div#communityNav h4 {
	font-size: 12px	;
	float: left;
	width: 172px;
	margin: 15px 70px 0px 0px;
	text-align: right;
	font-weight: bold;
	color: #fea842;
}

#communityNav h4 {
font-size: 12px	;
	float: left;
	width: 172px;
	margin: 16px 60px 0 35px;
	text-align: right;
	font-weight: bold;
	color: #fea842;
}

#communityNav ul {
	float: left;
	width: 296px;
	margin: 15px 10px 0 -25px;
	font-size: 11px	;
}

#communityNav li {
	display: block;
	float: left;
	font-size: 11px;
	width: 140px;
	margin-right: 8px;
	padding: .2em 0;
	color: #ff9a46;
}

#communityNav li a {
	color: #fff;
	text-decoration:none;
	font-size: 11px;
}

#communityNav li a:hover {
	color: #600;
	text-decoration:none;
	font-size: 11px;
}

