/* $Id: $ */

/**
 * GOP People theme for Drupal 6.x
 * Theme by GOP Web Connect - gopwebconnect (dot) com
 */

body {	
	background-color: #E8E8E8;
	text-align: center;
	font-family:	"Times New Roman", Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	width: 968px;
	margin: 0 auto;
	min-height: 700px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
}

ul, ol, table, fieldset, blockquote {
	margin: 1em 0;
}

blockquote {
	margin:1em auto;
	padding:.5em 2em;
	width:80%;
	height:auto;
	background:#f8f8f8;
	border:.1em solid #ededed;
}

/** Heading **/
h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin-top: 10px;
	font-weight: bold;
	color: #AA0101;
}

h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin:0;
	font-weight: bold;
	color: #AA0101;
}

h3 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin:0 0 0.5em 0;
	font-weight: bold;
	color: #AA0101;
}

h4, h5, h6 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin:0 0 0.4em 0;
	font-weight: bold;
	color: #AA0101;
}

strong {
	font-weight: bold;
}

/** Links **/

a {
	color: #AA0101;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	color: #AA0101;
}

/** Inputs **/

input, textarea, select {
	background:#FDFEFE url(images/post-box-top.gif) repeat-x scroll center top;
	border: 2px solid #ccc;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px;
	line-height: 1.0;
	margin: 0px 3px 3px 0;
}

input[type="submit"] {
	background:#b41414 none repeat scroll 0%;
	border: 2px solid #b41414;
	color:#FFFFFF;
	cursor:pointer;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
	background:#222 none repeat scroll 0%;
	border: 2px solid #222;
	color:#fff;
	cursor:pointer;
}

#search-block-form input[type="submit"] {
	width: 27%;
	margin: 0;
}

#search-block-form input[type="text"] {
	width: 65%;
	margin: 0;
	margin-right: 1px;
}


/* Structure */

#wrapper {
	float: left;
	width: 960px;
	margin: 0 auto;
	padding: 0 4px;
	background: transparent url( images/shadow_bg.gif) repeat-y top center;
	float: left;
	clear: both;
	text-align: left;
}

#header {
	width: 920px;
	padding: 0 20px;
	height: 240px;
	margin: 0;
	float: left;
	background-color: #fff;
	background: transparent url( images/5-across.jpg) bottom center no-repeat;  
}

#header h1 {
	color: #fff;
}

#header h1 a {
	color: #AA0101;
}

#header h1 a:hover {
	text-decoration: none;
	color: #222;
}

#main {
	width: 960px;
	float: left;
	margin: 0;
	background: transparent url( images/columns_bg.gif) repeat-y top center; 
	padding: 16px 0 12px 0;
	clear: both;
}

#content {
	float: left;
	width: 480px;
	height: 100%;
	margin: 0;
	padding: 4px 20px 0 20px;	
	text-align: left;
	position: relative;
}

/* sidebar styles override */


.sidebar h2 {
	font-size: 1.6em;
}
.sidebar ul.menu, .sidebar ul.menu li ul.menu {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.sidebar ul.menu li {
	margin-left: 0;
}

.sidebar ul.menu li ul.menu {
	list-style-position: inside;
	margin: 0;
	padding: 0 0 0 10px;
}

/* end sidebar styles overrides */


#sidebar-left {
	float: left;
	width: 220px;
	position: relative;
}


#sidebar-left div#block-menu-primary-links div.content {
	width: 178px;
	float: left;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

#sidebar-left div#block-menu-primary-links ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar-left div#block-menu-primary-links ul.menu li {
	font-family: Verdana, Helvetica, sans-serif;
	display: inline;
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 108%;
	line-height: 1.2em;
	background-image: none;
}

#sidebar-left div#block-menu-primary-links ul.menu li a {
	display: block;
	padding: 6px 10px;
	font-size: 108%;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#sidebar-left div#block-menu-primary-links ul.menu li a.active { background: #e3e3e3; padding: 6px 10px;}

#sidebar-left div#block-menu-primary-links ul.menu li a:hover, #sidebar-left div#block-menu-primary-links ul.menu li a.active:hover {
	background: #b41414;
	color: #fff;
	border-left: 1px solid #b41414;
	border-right: 1px solid #b41414;
	border-bottom: 1px solid #b41414;
	margin-left: -1px;
}

#sidebar-left div#block-menu-primary-links ul.menu li ul.menu li a { 
	padding: 7px 10px 7px 22px;	
	font-size: 100%;
}

/* turn on ">>" for nav items with children */
#sidebar-left div#block-menu-primary-links ul.menu li.collapsed a:after {
 	content: " >>";
 	color: #999;
}

/* turn off ">>" for parents of active links */
#sidebar-left div#block-menu-primary-links ul.menu li.collapsed a.active:after {
 	content: "";
}

#sidebar-right {
	float: left;
	width: 200px;
	position: relative;
}

#sidebar-right .block {
	padding-right: 0;
}

#footer {
	width: 920px;
	float: left;
	padding-top: 6px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #eaeaea;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: #333;
	font-size: 90%;
	letter-spacing: 0;
	line-height: 1.6;
}

#footer-nav {
	list-style: none;
	width: 100%;
	padding: 0;
	text-align: center;
	float: left;
}

#footer-nav li {
	display: inline;
	border-right: 2px solid #ccc;
}

#footer-nav li.last {
	border: none;
}

#footer-nav li a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 11px 2px 7px;
}

#footer-nav li a:hover{
	text-decoration: underline;
}

#footer a {
	color: #fff;
}

#footer-message {
	text-align: center;	
}

#credits {
	padding: 0;
	text-align: center;
	margin: 0;
}

#login-link {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	border-left: 2px solid #ccc;
	padding-left: 9px;
}

/* images */

img#logo-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}

/* Quotebox */

#quotebox {
	float: left;
}

blockquote#quotebox-quote  {
	background: none;
	border: none;
	padding: 0;
	width: auto;
}

#quotebox-quote	 {
	margin: 0;
	padding:0;
	width: 100%;
	padding-right: 10px;
	height:inherit;
	background:none;
	border: none;
}

.quotes-quote p {
	color: #585862;	
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1em;
	line-height: 1.3;
	text-align: left;
	margin: 0 0 2.1em 0;
	padding: 0;
	display: block;
	clear: both;
}

.quotes-author {
	clear: both;
	float: right;
	padding: 0;
}

.quotes-author p {
	color: #585862;	
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1em;
	line-height: 1.3;
	text-align: right;
	margin: 0;
	padding: 0;
	display: block;
}

.leftquotemark {
	background: transparent url(images/leftquote.gif) left top no-repeat;
	height: 29px;
	width: 39px;
	margin: 0px 0 6px -11px;
	padding: 0;
	display: block;
	float: left;
}

.rightquotemark {
	background: transparent url(images/rightquote.gif) right bottom no-repeat;
	height: 29px;
	width: 39px;
	margin: -30px -7px 6px 0;
	padding: 0;
	display: block;
	float: right;
}

/* end Quotebox */