/*------------------------------pink---------------------------------*/
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg/bg_earth.jpg);
	background-repeat: repeat;
}

#wrapper {
	background-color: #BCD45D;
	border-bottom-width: 2px;
	border-bottom-color: #385A16;
	border-top: 2px solid #385A16;
	border-right: 2px solid #385A16;
	border-left: 2px solid #385A16;
}

/*--------------------------------------header--------------------------------*/

#head {
	background-image: url(../images/themes/earth/bg_earth.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*------------------------------------main nav-------------------------------*/

#nav {
	border: 5px none #D5148B;
	background-image: url(../images/themes/earth/nav_bg.jpg);
	background-repeat: repeat;
}
#nav a:link, #nav a:visited {
	color: #385A16;
}
#nav a:hover {
	color: #FF3300;
}


/*--------------------------------------access--------------------------------*/

#access a:link, #access a:visited {
	color: #FF6600;
}
#access {
	background: #5DAED4;
}
#access a:hover {
	color: #D5148B;
}
/*----------------------------left column------------------------------*/

#left {
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	background-color: #BCD45D;
}
#left h3 {
}
#left li {
	
}
#left li a:link, #left li a:visited {
color: #333333;
}
#left li a:hover {
	color: #D5148B;
}
#left h3 a:link, #left h3 a:visited {
	color: #333333;
}
#left h3 a:hover {
	color: #999999;
}

/*----------------------switcher-----------------------*/

#switcher h2 {
	color: #333333;
}
#switcher a:link, #switcher a:visited {
	color: #CCCCCC;	
}
.switchercurrent {
	background-image: url(../images/themes/earth/switcher_green.gif);
	background-repeat: no-repeat;
	background-position: 54px 0px;
}
/*--------------------------------right column--------------------------------*/
#right {
	background-color: #85B94E;
}
/*---------------------------------------------content--------------------------*/
#content {
	background-color: #385A16;
}

#content h1 a:link, #content h1 a:visited {
	color: #000000;
}
#content h1 a:hover, #content h1 a:active {
	color: #FF6600;
}
#content p a:link, #content p a:visited {
	color: #000000;
}
#content p a:hover, #content p a:active {
	color: #FF6600;
}


/*-----------------------------------article divs-----------------------------*/

.articleleft,.articleright {
	border: 2px solid #385A16;
}
.articleleft h1,.articleright h1 {
	color: #000000;
	background: #FFFFFF;
	border-left: 20px solid #5DAED4;
}
.articleleft p, .articleright p {
	background-color: #C3D660;
	color: #000000;
}
#articleContent h1 {
	color: #FFFFFF;
}
#articleContent h2 {
	color: #FFFFFF;
}
#articleContent p {
	color: #FFFFFF;
}
/*------------------------------------------debate and archive--------------------------------*/

#debate {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
#debate h3 {
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FF6600;
}
#debate a:link, #debate a:visited {
	color: #FF6600;
}
#debate a:hover {
	color: #FFFFFF;
}
#archive h3 {
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*----------------------------------footer-----------------------------------*/
#footer {
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top: 2px solid #333333;
}
#footer li {
	color: #999999;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #D5148B;
}
#articleContent h1, h2, p {
	color: #FFFFFF;
}
/*-----pullquote------*/
.pquote, .fact, .pquoteLeft, .factLeft {
	background: url(../images/themes/earth/openquote_earth.gif) no-repeat left top;
}
/*-------------------------------------end-----------------------------------*/
