/*------------------------------------------------------------*/
/***************  TABLE OF CONTENTS   ***********************/

/*

RESET - 
GENERAL ELEMENTS -         h1 thru h5, img, etc..
MAIN STRUCTURAL ELEMENTS - 
COUNTER-ACT OF RESET ON MAIN CONTENT AREA -
CAPTIONS -


HTML STRUCTURE

BODY
	- Page 960px wide
		- Header
			+ logo
			+ headerinfo
			+ search-box
			+ topnav
		+ Content
		+ Sidebar
		+ Footer
		
COLORS

Blue - #77b5c6
Green - #ccd776

****/	
/*------------------------------------------------------------*/
/***************          RESET      **************************/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}
ol,ul,li {
	list-style: none;
}

.clearfix:after {    content: ".";    display: block;    height: 0;    clear: both;    visibility: hidden;}

/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

body{
	font: normal normal 12px Arial, Helvetica, sans-serif;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/NWRII_08.jpg);
	background-repeat: repeat-y;
	background: #3f2506;
	color: #DACEB3;
}
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}
h1{
	font-size: 250%;
}
h2{
	font-size: 200%;
	color: #ccd776;
	border-bottom:1px dashed #A7B552;
	font-family: "century gothic","trebuchet ms",helvetica,sans-serif;
	
}
h2 a{
	color: #77b5c6;
	text-decoration: none;
}
h2 a:hover{
	color: #ccd776;
	text-decoration: none;
}
h3{
	font-size: 175%;
	padding: 0 0 0 20px;
}
h4{
	font-size: 150%;
}
h5{
	font-size: 125%;
}
h6{
	font-size: 100%;
}
hr{}
a:hover{
	color: #ccd776;
}
a:active{	
	color: #77b5c6;
}
a:link{
	color: #77b5c6;
}
a:hover{
	color: #ccd776;
}
a:visited{
	color: #ccd776;
}
a:visited:hover{
	color: #77b5c6;
}
input:focus{
	background: #ffc;
}
img{
	border: 0;
}
/*------------------------------------------------------------*/
/***************  MAIN STRUCTURAL ELEMENTS  *******************/
#page{
	width: 980px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-color: #3f2506;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/NWRII_08.jpg);
	background-repeat: repeat-y;
}
#header{
	width: 980px;
	height: 520px;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/headerBG2.jpg);
	background-repeat: no-repeat;
}
#logo{
	float: left;
}
#logo a{
	display: block;
	width: 533px;
	height: 130px;
}
#headerinfo{
	width: 600px;
	float: left;
	padding: 0;
}

#navwrapper {
	width: 100%;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/navigationBG.jpg); 
	background-repeat: no-repeat;
	height: 22px;
	margin: 0;
}

#search-box{
	width: 220px;
	height: 22px;
	float: right;
	padding: 5px 30px 0 0;
}

#searchsubmit {
	float: left;
	margin: 3px 0 0 2px;
}

#s {
	float: left;
	margin: 2px 0 0 0;
}

#topnav{
	width: auto;
	height: 22px;
	float: right;
	padding: 0 5px 0 0;
	margin: 0 40px 0 0;
}
#topnav li{
	padding: 0;
	float: left;
	margin: 0;
	height: 22px;
	font-family: "century gothic","trebuchet ms",helvetica,sans-serif;
}
#topnav li a{
	text-decoration: none;
	color: #77b5c6;
	padding: 0 10px 0 5px;
	font-size: 16px;
}
#topnav li a:hover{
	text-decoration: none;
	color: #ccd776;
	padding: 0 10px 0 5px;
	font-size: 16px;
}
#content{
	width: 695px;
	float: left;
	margin: 10px 0;
	padding: 10px 20px 10px 20px;
}

#onecolumn-content{
	width: 980px;
	float: left;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/content.jpg);
	background-repeat: repeat-y;
	height: auto;
}

#twocolumn-content{
	width: 980px;
	float: left;
	margin: 10px 0;
	float: left;
	background-image: url();
	background-repeat: repeat-y;
	height: auto;
}

#threecolumn-content{
	width: 485px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0px 20px;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/NWRII_08.jpg);
	background-repeat: repeat-y;
}
#sidebar{
	width: 165px;
	float: left;
	margin: 10px 0;
	padding: 10px 20px;
}
#twocolumn-sidebar{
	width: 165px;
	float: right;
	margin: 10px 0;
	padding: 10px 20px;
}
#threecolumn-sidebar1{
	width: 165px;
	float: left;
	margin: 10px 0;
	padding: 0;
}
#threecolumn-sidebar2{
	width: 165px;
	float: right;
	margin: 10px 52px 0 0;
	padding: 0;
}
#footer{
	width: 920px;
	clear: both;
	margin: 10px 0 0 50px;
}

#footer p{
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #DACEB3;
	text-decoration: none; 
	text-align: center;
}

#footer p a{
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #DACEB3;
	text-decoration: underline; 
}

#footer p a:hover{
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #77b5c6;
	text-decoration: underline; 
}

#pageBottom {
	width: 100%;
	float: left;
	height: 100px;
	background-color: #271703; 
	border-top: 1px solid #522f03;
}

.clearing {
	clear: both;
}

.post {
	margin: 0 0 0 20px;
	width: 450px;
}

/*------------------------------------------------------------*/
/******  COUNTER-ACT OF RESET ON MAIN CONTENT AREA ************/
#content ol, #content ul{
	list-style: none;
	margin: 12px 0;
	padding: 0 0 0 40px;
}
#content ol li{
	list-style: decimal;
}
#content ul li{
	list-style: disc;
}
blockquote{
	margin: 12px 40px;
}
p{
	margin: 12px;
	padding: 0;
	text-align: justify;
}
em{
	font-style: italic;
}
/*------------------------------------------------------------*/
/*****************      CAPTIONS   ***************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*-------------------------------------------------------------------------------*/
/**  TO REMOVE ALL COLOR AND BORDER STYLES DELETE THE ALL LINES BELLOW HERE *****/

#header{
	margin: 0 0 10px 0;
}
#logo{
	background: url(images/logo.jpg) no-repeat;
	height: 130px;
	width: 533px;
}
#sidebar1, #sidebar2, #footer, #content, #onecolumn-content, #twocolumn-content, #threecolumn-content, #header, #sidebar, #twocolumn-sidebar, #threecolumn-sidebar1, #threecolumn-sidebar2{
	/*border: 1px solid #ccc;*/

}

.blog-title {
	float: left;
}

.blog-title a{
	font-size: 22px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #9900ff;
	text-decoration: none;
	float: left;
}

.blog-title a:hover{
	font-size: 22px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #330066;
	text-decoration: none;
	float: left;
}

.description {
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 5px 0 0 40px;
}

#splash {
	width: 613px;
	height: 395px;
	float: left;
	margin: -1px 0 0 0;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/splash2.jpg);
}

#splash a img { border:none; } 

.pics {  
    height:  395px;  
    width:   980px;  
    padding: 0;  
    margin:  0; 
} 

pre{display: none;} 

.headerAds {
	width: 367px;
	Height: 197px;
	float: left;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/purple.jpg);
}

.headerAds2 {
	width: 367px;
	Height: 197px;
	float: left;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/blue.jpg);
}
 
.pics img {  
    padding: 15px;     
    width:  980px; 
    height: 395px; 
    top:  0; 
    left: 0;
} 

#backgroundImage {
	width: 980px;
	float: left;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/middle.jpg);
	background-repeat: repeat-y;
	height: auto;
}

#backgroundImage2 {
	width: 980px;
	float: left;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/middle2.jpg);
	background-repeat: repeat-y;
	height: auto;
}

#copy {
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #DACEB3;
	text-decoration: none; 
}

#copy a{
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #DACEB3;
	text-decoration: underline; 
}

#copy a:hover{
	font-size: 10px;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	color: #77b5c6;
	text-decoration: underline; 
}


/*------------------------------------------------------------*/
/***************        CONTACT      **************************/


#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin: 10px 0 0 0;
	width: 100px;
	clear: both;
}

.xoxo blogroll ul a{
	color: #000;
}

#contentTop {
	width: 980px;
	height: 22px;
	margin: 0;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/top.jpg);
	background-repeat: no-repeat;
	float: left;
}

#contentBottom {
	width: 980px;
	height: 38px;
	margin: 0;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/bottom.jpg);
	background-repeat: no-repeat;
	float: left;
}

#twoCcontentTop {
	width: 980px;
	height: 38px;
	margin: 0;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/top2.jpg);
	background-repeat: no-repeat;
	float: left;
}

#twoCcontentBottom {
	width: 980px;
	height: 38px;
	margin: 0;
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/bottom2.jpg);
	background-repeat: no-repeat;
	float: left;
}

.edit{
	margin: 0 0 0 20px;
}

#comment {
	width: 450px;
	margin: 0 0 0 8px;
}

#author {
	margin: 0 0 0 8px;
}
#email {
	margin: 0 0 0 8px;
}
#url {
	margin: 0 0 0 8px;
}

.navigation{
	float: left;
	width: 450px;
}

.alignleft {
	float: left;
}

.alignright {
	float: left;
}

.navigation {
	margin: 0 0 12px 12px;
}

.commentlist {
	margin: 0 0 0 20px;
}

.pagetitle {
	margin: 10px 0 0 12px;
}

.rssButton {
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/rssBig.png);
	background-repeat: no-repeat;
	padding: 0 0 0 31px;
	height: 31px;
	line-height: 25px;
	margin: 0 0 2px 0;
	
}

.emailButton {
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/email.png);
	background-repeat: no-repeat;
	padding: 0 0 0 31px;
	height: 31px;
	line-height: 25px;
	
}

.itunesButton {
	background-image: url(http://www.naturalwellnessradio.com/wp-content/themes/NWR/images/itunes.png);
	background-repeat: no-repeat;
	padding: 0 0 0 31px;
	height: 31px;
	line-height: 25px;
	
}

#wpcf {
	margin: 35px 0 0 0;
}

#tweetbacks {
font-size:12px;
}
#tweetbacks li {
padding-bottom:5px;
} 




