/*
Theme Name: GrayPress Default
Theme URI: http://lyonsharemarketing.com/
Description: 
Version: 1
Author: Kenric Strohm
Author URI: http://rh3toric.com/
Tags: n/a

	WP default was used as base

*/

/* rh3toric css template 2008.07.27 */
@import url("typography.css"); 
@import url("forms.css"); 
/* edit typography for basic font and color stuff */

/* 
specifics:
	bg : dae5f2
	
	
	
	
*/
body {
	background:#dae5f2 url(img/body-bg.png) repeat-x 0 0;
}
body.home {
	background:#dae5f2 url(img/bodyhome-bg.png) repeat-x 0 0;
}

div.wrapper {
	width: 906px;
}

ul.menu {
	list-style-type: none;
}

#header {
	width: 906px;
	height: 105px;
	overflow: hidden;
	background: #386bab url(img/header-bg.png) no-repeat 0 0;
}

#header h1 {
	background: url(img/header-h1-logo-bg.png) no-repeat 0 0;
	width: 329px;
	height: 85px;
	text-indent: -9999px;
	float: left;
	margin: 10px 0 0 20px;
}

body.inside #header h1 {
	text-indent: 0;
}
body.inside #header h1 a {
	display: block;
	width: 329px;
	height: 85px;
	text-indent: -9999px;
}

#header h2 {
	background: #cad9ed url(img/header-h2-bg.png) no-repeat 0 bottom;
	width: 351px;
	height: 65px;
	float: right;
	margin: 0 25px 0 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.3em;
}

#header h2 div.wrapper{
	width: 331px;
}

#banner {
	width: 906px;
	height: 339px;
	overflow: hidden;
	background: #6a9ad6 url(img/bannerhome-bg.png) no-repeat 0 0;
}
body.inside #banner {
	width: 906px;
	height: 40px;
	overflow: hidden;
	background: #dae5f2 url(img/banner-bg.png) no-repeat 0 0;
}

#banner p{
	margin: 0 3px;
}
#banner p img{
	display:block;
	margin: 0;
	padding: 0;
}

#main_area {
	width: 906px;
	background: #fff url(img/main-content-bg.png) repeat-y 0 0;
	color: #666;
}
#main_area div.innerwrap {
	background: #f4f7fe url(img/sidebar-bg.png) repeat-x 0 0;
	width: 900px;
	margin-right:auto;
	margin-left: auto;
}

#main_area div.wrapper{
	width: 900px;
	background: url(img/inside-h1-bg.png) no-repeat 0 0;
}

#sidebar p, 
#sidebar div.wp-caption img, 
#sidebar ul {
	margin: 0 23px 10px 23px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666;
}
#content p, 
#content ul, 
#content ol{
	margin: 0 23px 10px 23px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #666;
	clear: both;
}
#content p.footnote {
	font-size: 0.9em;
	color: #666;
}

#content ul, #sidebar ul {
	margin: 0 23px 21px 43px;
	padding: 0;
}
#content ol, #sidebar ol {
	margin: 0 23px 21px 53px;
	padding: 0;
}
#content ul li ul, 
#content ol li ol, 
#content ul li ol, 
#content ol li ul {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 1em;
}

#content ul li, #content ol li {
	margin: 0 5px 0 0;
	padding: 0;
}
#content ul.twocolumn li {
	width: 200px;
	float: left;
}

#content ul.front-list {
	list-style-type: none;
}
#content ul.front-list li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}
#content ul.front-list li span {
	padding: 0 0 0 5px;
}

#sidebar blockquote {
	margin-left: 43px;
	margin-right: 43px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666;
}
#sidebar h1 {
	margin: 0 23px 0 23px;	
	color: #666;
	font-size: 1.8em;
	line-height: 2em;
}

#sidebar ul#navigation {
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	list-style-type: none;
}
ul#navigation li a {
	display: block;
	color: #386bab;
	font-size:1.4em;
	font-style:italic;
	background:url(img/shadow.png) no-repeat right bottom;
	width: 310px;
	overflow: hidden;
	padding: 5px 0 6px 0;
}
ul#navigation li a:visited {
	color: #386bab;
}
ul#navigation li a:hover {
	color:#ff7b00;
}

ul#navigation ul {
	padding: 0 0 0 0;
	list-style-type: none;
	display:none;
}
ul#navigation ul li a {
	display: block;
	color: #386bab;
	font-size:1em;
	font-style:italic;
	background:url(img/shadow.png) no-repeat right bottom;
	width: 288px;
	padding: 5px 0 6px 0;
}

ul#navbar {
	padding: 10px 0 0 5px;
	list-style-type: none;
}
ul#navbar li {
	float: left;
	padding: 0;
	margin: 0;
}
ul#navbar li a {
	display: block;
	color: #386bab;
	font-size:1.1em;
	line-height:1.3em;
	font-style:italic;
	font-weight: bold;
	padding: 5px;
}
ul#navbar li a:hover {
	color: #ff7b00;
}



#content h2, 
#sidebar h2 {
	margin: 0 23px 0 23px;	
	color: #666;
	font-size:1.6em;
	font-style:italic;
	line-height: 1.2em;
	padding-top: 1em;
	clear: both;
}
#content h3, 
#sidebar h3 {
	margin: 0 23px 0 23px;	
	color: #666;
	font-size:1.4em;
	line-height: 1.2em;
	padding-top: 1em;
	clear: both;
}

#sidebar {
	width: 355px;
	display: inline;	
	float: left;
}
#sidebar form {
	margin: 0 23px 0 23px;	
}
#sidebar .translator {
}
#sidebar .translator p {
	clear: both;
}
#sidebar .translator select {
	float: left;
}
#sidebar .translator input {
	float: right;
	width: 100px;
}
body.inside #sidebar {
	width: 360px;
	margin: 60px 0 0 0;
}

#content {
	display: inline;
	width: 540px;
	margin-right: 3px;
}

#main_area #content div.wrapper {
	background-image: none;
	margin: 0;
	padding: 0 0 20px 0;
	width: 540px;
	background-color: #fff;
	border-top: 1px solid #fff;
}

body.inside #content {
	margin: 0;
	padding: 0;
}

body.home #content h1 {
	width: 540px;
	height: 43px;
	background: #fff url(img/content-h1-gray-bg.png) no-repeat top bottom;
	color: #fff;
	overflow: hidden;
	text-indent: -9999px;
}

body.inside #content h1 {
	height: 42px;
	color: #fff;
	overflow: hidden;
	font:italic normal 21px/36px Arial, Helvetica, Geneva, sans-serif;
	text-indent: 20px;
	padding: 0;
}

#footer {
	clear: both;
	background: url(img/footer-bg-bottom.png) no-repeat center bottom;
	padding: 20px 0 15px 0;
	text-align: center;
}
#footer ul, #footer p {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #666;
	margin: 0;
}
#footer ul li {
	display: inline;
	border-left: 1px solid #999;
	padding: 0 5px 0 6px;
}
#footer ul li.first, #footer ul li.page-item-5{
	border-left: none;
}

#footer ul li a {
	color: #666;
}
#footer ul li a:visited {
	color: #666;
}
#footer ul li a:hover {
	color:#ff7b00;
}


#content a, #content a:link {
	color: #386bab;
}
#content a:visited {
	color:#254671;
}
#content a:hover {
	color:#ff7b00;
}

textarea {
	width: 320px;
}

input {
	width: 212px;
}
input.city, 
input.state, 
input.zip {
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
}
input.state {
	width: 20px;
	margin-right: 10px;
}
input.zip {
	width: 40px;
	margin-right: 10px;
}

input.city {
	clear: both;
}

span.radio input {
	width: 20px;
	margin: 0;
	padding: 0;
}
span.wpcf7-list-item {
	padding-right: 15px;
}

span.fcity, span.fstate, span.fzip {
	display: block;
	float: left;
	width: 125px;
	margin: 0 10px 0 0;
}
span.fstate {
	width: 30px;
}
span.fzip {
	width: 40px;
	margin-right: 0;
}


