/*
Theme Name: Advonet
Theme URI: http://advonet.org/
Description: The Advocacy Network Template
Author: Rokusek Design
Version: 1.0
*/

@font-face {
	font-family: UniverseCondensed;
	src: url('images/Univers 57 Condensed.otf');
}

body {
	background-color: #dddedf;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
	#wrapper {
		margin: 0 auto;
		width: 750px;
		background: url(images/body_gradient.jpg) repeat-y;
	}
	#wrapper_sub {
		margin: 0 auto;
		width: 750px;
		background: url(images/body_gradient-sub.jpg) repeat-y;
	}
		#header {
			height: 193px;
			background: #7e8082 url(images/logo.jpg) no-repeat;
		}
		#header_sub {
			height: 193px;
			background: #7e8082 url(images/logo-sub.jpg) no-repeat;
		}
			#header_menu {
				position: relative;
				top: 125px;
				left: 320px;
				width: 385px;
			}
				#menu-top-menu {
					margin: 0;
					padding: 0;
					display: inline;
				}
					#menu-top-menu li {
						margin: 0;
						padding: 0;
						list-style: none;
						display: inline;
					}
						#menu-top-menu li a {
							text-shadow: none;
							color: #000;
							background: url(images/bullet.png) 0 6px no-repeat;
							padding: 0 10px;
						}
							#menu-top-menu li a:hover {
								color: #9f1f41;
							}
		#contentwrapper {
			float: left;
			width: 100%;
		}
			#contentbody, #contentbody_sub {
				margin-left: 131px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #000;
				
			}
				#body_picture {
					width: 619px;
					height: 324px;
					background: url(images/body_picture.jpg) 0 0 no-repeat;
				}
					#contentbody h1, #contentbody_sub h1 {
						font-size: 13px;
						color: #9f1f41;
						margin: 0;
						font-weight: normal;
					}
					#contentbody a, #contentbody_sub a {
						color: #9f1f41;
						text-decoration: none;
					}
						#contentbody a:hover, #contentbody_sub a:hover {color: black;}
					#contentbody li, #contentbody_sub li {
						color: #7e8082;
						line-height: 20px;
					}
					.nodisplay, cite {display: none;}
					#anchors-menu h3 {display: none;}
				#container {
					/*padding: 20px 35px;*/
					padding: 5px 20px;
				}
					#contentbody_sub .post-edit-link {
						display: block;
						float: left;
						margin-bottom: 15px;
					}
		#contentwrapper_sub {
			float: left;
			width: 100%;
			background: url(images/body_bg-sub.jpg) top right no-repeat;
		}
				#body_picture_sub {
					width: 619px;
					height: 68px;
					/*background: url(images/body_bg-sub.jpg) 0 0 no-repeat;*/
				}
				#right_menu li, #anchors-menu li, li#anchors-menu {list-style: none;}
		#sidebar {
			float: left;
			width: 131px;
			margin-left: -750px;
			background: #9f1f41;
		}
			.menu ul, ul.menu {
				width: 131px;
				margin: 15px 0 0 0;
				padding: 0;
			}
				.menu li {
					margin: 0;
					padding: 0 21px;
					list-style: none;
				}
					.menu li a {
						font-size: 13px; /*17px normal size*/
						letter-spacing: 1.5px;
						line-height: 33px;
						color: white;
						text-decoration: none;
						text-shadow: 0 1px 4px #000;
						font-weight:100;
						font-family: UniverseCondensed, Helvetica, Arial, sans-serif;
					}
						.menu li.current_page_item a, .menu li a:hover {
							color: #c9c9c9;
						}
		.sidebar_right li {list-style: none;}
		.sidebar_right h3 {display: none;}
		#primary {display: none;}
		#footer {
			clear: both;
			width: 750px;
			margin: 0 auto;
			background: url(images/body_gradient.jpg) repeat-y;
		}
			#footer ul {
				width: 131px;
				margin: 15px 0 0 0;
				padding: 0;
			}
				#footer li {
					margin: 0;
					padding: 0;
					list-style: none;
				}
					#first li {padding: 0 21px;}
					#first {width: 131px;}
					#second {width: 457px;}/*268px*/
					/*#third {width: 189px;}*/
					#fourth {width: 162px;}
						#fourth ul {
							width: auto;
							margin: 0;
							padding: 0;
						}
							#fourth li {
								margin: 0;
								padding: 0;
							}

					#footer h3.widget-title {
						display: none;
					}
					#footer .textwidget {
						font-family: UniverseCondensed, Helvetica, Arial, sans-serif;
						font-size: 14px;
						line-height: 20px;
						color: white;
					}
						#footer a {
							text-decoration: none;
							color: white;
						}