@charset "utf-8";
@import url("../style.css");

/* CSS Document */

/* GENNEXT PALETTE
blue			173059
lt blue			e0ebfd
green			89c340
lt green		c4e283
verthead matte	c0dd80
*/

html {
	background: url(../images/html_bg.gif);
	margin: 0;
	padding: 0;
}
body {
	font: .8em/1em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.gif) top repeat-x;
	margin: 0;
	padding: 12px 0 0;
}
input, textarea {
	font: 1.2em Arial, Helvetica, sans-serif;
}
a {
	color: #173059;
}
a:hover {
	color: #89c340;
}
#container {
	width: 950px;
	padding: 0 11px;
	background: url(../images/container_bg.png);
}
* html #container {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gennextstl.org/wp-content/themes/gennext/images/container_bg.png',sizingMethod='scale');
}
#fill_hack { /* THANKS IE6 */
	position: relative;
	background: url(../images/container_bg.gif);
}
#header ul, #header div#intro, #content, #footer ul {
	padding-left: 116px;
}
div#intro {
	padding-top: .5em;
}
.no_screen {
	display: none;
}

/* HEADER */

#header {
	position: relative;
	background-position: top;
	background-repeat: no-repeat;
}
#header div#gn_logo { /* GENNEXT LOGO */
	background: url(../images/gn_logo.png) top no-repeat;
	width: 456px;
	height: 173px;
	padding-bottom: 32px;
}
* html #header div#gn_logo { /* THANKS AGAIN IE6 */
	background: none;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gennextstl.org/wp-content/themes/gennext/images/gn_logo.png',sizingMethod='scale'); */
}
#header div a {
	display: block;
	height: 100%;
}
#header div#uwstl_logo { /* UNITED WAY LOGO */
	background: url(../images/uwstl_logo.png);
	float: right;
	margin: 15px 10px;
	width: 113px;
	height: 82px;
}
* html #header div#uwstl_logo { /* THANKS AGAIN IE6 */
	background: none;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gennextstl.org/wp-content/themes/gennext/images/uwstl_logo.png',sizingMethod='scale'); */
}
#header ul {
	padding-top: 1em;
	padding-bottom: .5em;
	width: 834px;
}
#header li {
	text-transform: uppercase;
	font-weight: bold;
	color: #173059;
}
#header a {
	text-decoration: none;
}
#header li a {
	padding: .25em .375em;
}
#header li a:hover {
	color: #173059;
	background: #c4e283;
}
#header li.current_page_item a {
	background: #173059;
	color: #89c340;
}
#header li#search {
	float: right;
	padding-right: 22px;
}
#header div#vtitle { /* VERTICAL PAGE TITLES */
	background: top center no-repeat;
	position: absolute;
	top: 205px;
	left: 38px;
	width: 58px;
	height: 473px;
	margin-top: 3.5em;
}

/* CONTENT */

#content {
	padding-right: 18px;
	padding-top: .5em;
	width: 506px;
}
* html #content { /* ie6 strikes again */
	overflow: auto;
}
div#ssp {
	float: left;
	padding-right: 1em;
}
#content ul#comments li {
	border-bottom: 1px solid #c4e283;
}
h2, h3 {
	color: #173059;
}
h2 a, h3 a {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
a.bio {
	font-weight: bold;
}
#content b {
	color: #89c340;
}

/* SIDEBAR */

#sidebar {
	width: 288px;
	padding-right: 22px;
}
#sidebar ul {
	display: block;
	background: #e0ebfd;
	border: 1px solid #89c340;
	padding: .5em 1em 1em;
}
#sidebar li {
	color: #173059
}
#sidebar b {
	text-transform: uppercase;
}
#sidebar li.current-cat a, #sidebar li.current-month a, #sidebar li.current-author a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul ul {
	background: #fff;
}
#sidebar ul ul#monthly li {
	display: inline;
	padding-right: .5em;
}
#sidebar ul ul#monthly li.subhead {
	display: list-item;
	padding-right: 0;
}
#sidebar ul ul b {
	text-transform: none;
	color: #89c340;
}

/* LONESOME FOOTER */

#footer {
	background: url(../images/footer_bg.gif) bottom no-repeat;
	padding-bottom: 64px;
	border-bottom: 1px solid #89c340;
}
