/*------------------------------------
 Lawson for Congress CSS v1
 by Carlos Rodriguez (terra eclipse)
 http://www.terraeclipse.com/
-------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 84%;
	font-family: Tahoma, Trebuchet, Verdana, Arial, sans-serif;
	color: #000;
	background: url(images/body-bg-glow.png) top center no-repeat #042638;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: .8em 0 .6em 0;
	color: #396a88;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

#page {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#page-inner{
	position: relative;
	width: 898px;
	margin: 0 auto;
	background: url(images/bg-page.gif) top center repeat-y #fff;
	border-bottom: 1px solid #94b2c3;
	border-left: 1px solid #94B2C3;
	border-right: 1px solid #94B2C3;
}
#page.no-bg #page-inner{
	background-image: none;
}

#page a {
	text-decoration: underline;
	color: #095076;
}

.clear {
	clear: both;
}

#header {
	clear: both;
	width: 900px;
	height: 146px;
	margin: 0 auto;
	background: url(images/header.jpg) top left no-repeat;
}
#header-inner{
	position: relative;
	width: 900px;
	height: 146px;
	margin: 0 auto;
}

#header h1 {
	position: absolute;
	margin: 0;
	width: 217px;
	height: 79px;
	top: 25px;
	left: 36px;
}

#header h1 a {
	display: block;
	text-decoration: none;
	height: 71px;
}

#header h1 a span {
	display: none;
}

#district {
	position: absolute;
	bottom: 9px;
	left: 92px;
	font-size: 1.2em;
	color: #396a88;
	text-transform: uppercase;
}

#nc-icon {
	position: absolute;
	left: -8px;
	bottom: -1px;
	width: 98px;
	height: 46px;
}

#tagline {
	position: absolute;
	bottom: 9px;
	right: 160px;
	color: #396a88;
	font-size: 0.9em;
	text-transform: uppercase;
}

#user-info {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 28px;
	width: 900px;
	/*background: url(images/top-hat.gif) top no-repeat #000;*/
	color: #fff;
}

#signup-small {
	position: absolute;
	top: 26px;
	right: 145px;
	width: 180px;
	color: #fff;
}
#signup-small h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #fff;
	font-style: italic;
}

#signup-small .input {
	margin: 0;
	height: 18px;
	margin-bottom: 6px;
	margin-right: 3px;
	border: none;
	background: #B86060;
	padding: 2px;
	color: #FAF5F5;
	display: block;
	float: left;
}
body > #signup-small .input{
	margin-right: 6px;
}
#signup-submit{
	margin-right: 0px;
}

#user-info ul {
	float: right;
	margin: 0 100px 0 0;
	padding: 0;
	list-style: none;
	line-height: 1.8em;
}

#user-info ul li {
	float: left;
	padding: 0 12px;
	background: url(images/small-div.gif) right no-repeat;
}

#user-info ul li.last {
	background-image: none;
}

#user-info a {
	text-decoration: none;
	color: #fff;
}

#user-info a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	width: 668px;
	float: right;
	margin-top: 12px;
	margin-right: 6px;
	padding-right: 20px;
}

body > #page > #content{
	margin-right: 14px;
}

#content.wider {
	width: 858px;
	margin: auto;
	padding-left: 20px;
	padding-bottom: 20px;
}

#sidebar {
	width: 180px;
	float: left;
	padding-bottom: 12px;
}

#social-network {
	width: 180px;
	margin: 16px 0;
	background: url(images/nav-featured-bg.png) top left repeat-y;
}
#social-network .wrapper{
	width: 180px;
	background: url(images/nav-featured-top.png) top left no-repeat;
}
#social-network .wrapper .wrapper{
	width: 164px;
	background: url(images/nav-featured-bot.png) bottom left no-repeat;
	padding: 8px 0 8px 11px;
}

#social-network a {
	display: block;
	width: 80px;
	float: left;
	margin: 8px 0;
	padding: 4px 0;
	text-decoration: none;
	color: #fff;
	font-size: .9em;
	text-align: center;
}

#social-network a:hover {
	color: #084EA5;
	background-color: #fff;
}

#social-network a img {
	display: block;
	border: 0;
	width: 60px;
	height: 36px;
	padding: 0 0 4px 4px;
}
body>#page #social-network a img{
	padding: 0 0 4px 10px;
}

#lawson-banner a {
	color: #fff;
}

#nav {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0 0 6px 0;
	line-height: 0;
	font-size: 0;
}

#nav li {
	border-bottom: 1px solid #063f5e;
	list-style: none;
	list-style-image: none;
}

#nav li .bottom {
	height: 4px;
}

#nav li a.active, #nav li a:hover {
	color: #084f75;
	background: url(images/nav-active.gif) top no-repeat;
}

#nav li a.active .bottom, #nav li a:hover .bottom {
	background: url(images/nav-active.gif) top no-repeat;
}

#nav li a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding-left: 13px;
	font-size: 16px;
	line-height: 2.0em;
}
#nav li ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#nav li ul li{
	border-bottom: none;
}
#nav li ul li a{
	font-size: 13px;
	padding-left: 22px;
}

#nav li.home{
	border-bottom: none;
}

#nav li.nav-featured-top{
	background: url(images/nav-featured-top.png) top left no-repeat;
	border-bottom: none;
	margin-top: 3px;
	padding-top: 6px;
}
#nav li.nav-featured-bot{
	background: url(images/nav-featured-bot.png) bottom left no-repeat;
	border-bottom: none;
	margin-bottom: 3px;
	padding-bottom: 6px;
}
#nav li.nav-featured{
	background: url(images/nav-featured-bg.png) top left repeat-y;
	border-bottom: none;
}
#nav li.nav-featured-top a,
#nav li.nav-featured a,
#nav li.nav-featured-bot a
{
	width: 144px;
	margin: 0 auto;
}
#nav li.nav-featured-top ul li a,
#nav li.nav-featured ul li a,
#nav li.nav-featured-bot ul li a
{
	width: 124px;
	margin: 0 auto;
}
#nav li.nav-featured-top a,
#nav li.nav-featured a
{
	border-bottom: 1px solid #376882;
}

#nav li.nav-featured-top a.active,
#nav li.nav-featured-top a:hover,
#nav li.nav-featured a.active,
#nav li.nav-featured a:hover,
#nav li.nav-featured-bot a.active,
#nav li.nav-featured-bot a:hover
{
	background: #F3F6F8;
}

#footer {
	width: 890px;
	margin: 0 auto;
	padding: 6px 0 50px 0;
	font-size: .85em;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #ccc;
}

#footer a:hover {
	color: #fff;
}

#design-by {
	color: #fff;
}

#footer ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline;
}

#footer ul li a, #footer ul li span {
	display: block;
	float: right;
	padding: 0 1em;
	border-right: 1px solid #777;
	color: #ccc;
}

#footer ul li a.last, #footer ul li span.last {
	padding-right: 0;
	border-right: 0;
}

#flash-message {
	background: #fff;
	padding: .8em 2em;
	border-left: 8px solid #5bd65b;
	margin: .8em 3em;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

#flash-message.error {
	border-left: 8px solid #b22728;
	color: #b22728;
}

.error-star {
	font-size: 2em;
	color: #b22728;
	font-weight: bold;
}

.required-star {
	color: #b22728;
}

blockquote {
	padding: 0;
	margin: 1.5em 0;
}

table.manage-table {
	width: 100%;
}

table.manage-table th {
	padding: .5em;
	font-weight: bold;
	border-bottom: 2px solid #999;
}

table.manage-table td {
	padding: .5em;
	font-size: .9em;
}

table.manage-table td.edit a, table.manage-table td.delete a {
	display: block;
	padding: .5em;
}

table.manage-table td.edit a:hover {
	background-color: #ddd;
	text-decoration: none;
}

table.manage-table td.delete a:hover {
	background-color: #b00;
	text-decoration: none;
	color: #fff;
}

table.manage-table tbody tr {
	background-color: #eee;
}

table.manage-table tbody tr.alt {
	background-color: #f8f8f8;
}

#editor {
	width: 95%;
	height: 600px;
}

#editor2, #summary {
	width: 95%;
	height: 300px;
}

#admin-links {
	margin: 1em auto;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 750px;
}

#admin-links li {
	width: 120px;
	height: 150px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 8px 20px 20px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #e9e9e9;
}

#admin-links li h3 {
	margin: 0 0 .6em 0;
	color: #999;
	font-size: 1.4em;
	font-weight: normal;
}

#admin-links li p {
	margin: .9em 0;
}

#admin-links li p a {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	color: #777;
	text-decoration: none;
}

#admin-links li p a:hover {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #a8a8a8;
	color: #fff;
	text-decoration: none;
}

hr {
	display: none;
}

.summary {
	margin: .5em 2em;
	border-left: 4px solid #eee;
	background-color: #fafafa;
	padding: 1em;
	color: #444;
}

#sidetools {
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

#sidetools a {
	
}

#sub-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}

#sub-nav li a {
	display: block;
	text-decoration: none;
}

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

#preview-nav {
	clear: both;
}

.digg {
	clear: both;
}

#victory-valhalla-button {
	width: 162px;
	margin: 12px auto 12px auto;
}

.bottomrule{
	padding-bottom: 15px;
	border-bottom: 2px solid #e4e4e4;
}