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

#wrapper {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #87F535;
	border-right-color: #87F535;
	border-bottom-color: #87F535;
	border-left-color: #87F535;
}

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

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

#nav {
	background-color: #87F535;
	border: 5px none #D5148B;
}

#nav a:link, #nav a:visited {
	color: #000000;
}
#nav a:hover {
	color: #FF0000;
}


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

#access a:link, #access a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#access a:hover {
	color: #FF0000;
}

/*----------------------------left column------------------------------*/

#left {
	border-left-color: #87F535;
	border-top-color: #87F535;
	border-right-color: #000000;
	border-bottom-color: #87F535;
	background-repeat: repeat-y;
	background-color: #000000;
}

#left li {
	border-bottom-color: #999999;
	
}
#left li a:link, #left li a:visited {
}
#left li a:hover {
	color: #87F535;
}
#left h3 a:link, #left h3 a:visited {
	color: #87F535;
}
#left h3 a:hover {
	color: #999999;
}
/*----------------------switcher-----------------------*/

#switcher h2 {
	color: #87F535;
}
#switcher a:link, #switcher a:visited {
	color: #FF0000;	
}
.switchercurrent {
	background-image: url(../images/themes/black/switcher_black.gif);
	background-repeat: no-repeat;
	background-position: 18px 0px;
	color: #000000;
}


/*---------------------------------------------content--------------------------*/

#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: #FFFFFF;
}
#content p a:hover, #content p a:active {
	color: #FF6600;
}

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

.articleleft,.articleright {
	border: 2px solid #87F535;
	background-color: #000000;
}
.articleleft h1,.articleright h1 {
	color: #000000;
	border-left: 20px solid #87F535;
	background-color: #87F535;
	font-weight: bold;
}
.articleleft p, .articleright p {
	color: #87F535;
}
/*--------------------------------right column--------------------------------*/
#right {
	background-color: #000000;
}
/*------------------------------------------debate and archive--------------------------------*/

#debate {
	color: #87F535;
	border: 2px solid #FFFFFF;	
}
#debate h3 {
	border-bottom-style: none;
	border-color: #FFFFFF;
}
#debate p {
	color: #87F535;
}
#debate a:link, #debate a:visited {
	color: #87F535;
}
#debate a:hover {
	color: #FF6600;
}

#archive {
	border: 2px none #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: #87F535;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #87F535;
	border-left-color: #87F535;
	border-top: 2px solid #87F535;
}
#footer li {
	color: #999999;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #87F535;
}
#articleContent h1, h2, p {
	color: #FFFFFF;
}
/*-----pullquote------*/
.pquote, .fact, .pquoteLeft, .factLeft {
	background: url(../images/themes/black/openquote_black.gif) no-repeat left top;
}
/*-------------------------------------end-----------------------------------*/




