/*------------------------------pink---------------------------------*/
body {
	background-color: #3C3038;
	background-repeat: repeat-y;
	background-image: url(../images/themes/grunge/background_sept09.gif);
}

#wrapper {
	border: 1px none #505131;
	/*background-image: url(../images/bg/tile02.jpg);*/
}

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

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

#nav {
	background-color: #333333;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #DF2F22;
}


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

#access a:link, #access a:visited {
	color: #FFFFFF;
}
/*#access {
	background-color: #1D0501;
}*/

#access a:hover {
	color: #C07E0A;
}
/*----------------------------left column------------------------------*/

#left {
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #333333;
	background-color: #3C3038;
	height: 100%;
}
#left h3 {
	background-color: #B15A96;
}
#left li {
	border-bottom-color: #999999;
}
#left li a:link, #left li a:visited {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left li a:hover {
	color: #FF0000;
}
#left h3 a:link, #left h3 a:visited {
}
#left h3 a:hover {
}

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

#switcher h2 {
	color: #FFFFFF;
}
#switcher a:link, #switcher a:visited {
}
.switchercurrent {
	background-image: url(../images/themes/grunge/switcher_grunge.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*---------------------------------------------content--------------------------*/
#content {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
#content h1 a:link, #content h1 a:visited {
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
}
#content h1 a:hover, #content h1 a:active {
	color: #6699CC;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content a:link, #content a:visited {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#content a:hover, #content a:active {
	color: #FF9900;
	border-bottom-color: #6699CC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

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

.articleleft,.articleright {
	border: 2px solid #CCCCCC;
}
.articleleft h1,.articleright h1 {
	color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: groove;
	border-left-color: #FFFFFF;
	font-weight: normal;
	background-color: #202930;
	background-repeat: repeat;
	padding-left: 5px;
}
.articleleft p, .articleright p {
	background-color: #554F4F;
	color: #FFFFFF;
}
#articleContent h1 {
	color: #D3A3C5;
}
#articleContent h2, h3, p {

	color: #FFFFFF;
}

/*--------------------------------right column--------------------------------*/
#right {
	background-repeat: repeat;
}
/*------------------------------------------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: #FFFFFF;
}
#debate a:link, #debate a:visited {
	color: #D0391A;
}
#debate a:hover {
	color: #FFFF00;
}

/*----------------------------------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;
	height: 25px;
	border-top: 2px solid #333333;
	background-color: #333333;
}
#footer li {
	color: #CCCCCC;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #C07E0A;
}

/*-----pullquote------*/
.pquote, .fact, .pquoteLeft, .factLeft {
	background: url(../images/openquote.gif) no-repeat left top;
}
.poem {
	background-color: #63194B;
	width: 450px;
	border: 2px dotted #B15A96;
}
.bold {
	color: #FF66FF;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 50px;
	width: auto;
	font-style: italic;
}
