/*
Theme Name:Mainstreet Host Default Theme
Theme URI:http://www.mainstreethost.com
Description:This WordPress theme is the default for building websites at MSH
Version:1.0
Author:Mainstreethost
Author URI:http://www.mainstreethsot.com
Tags:two column layout

	The CSS, XHTML and design is released under the GPL.

*/

body {
	/*background:url('/wp-content/themes/mainstreethost/images/background-image.png') #d3c395;*/
	background:#819EA8;
	color:#444444;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.7em;
	text-align:justify;
}
a {
text-decoration:none;
color:#9B933A;
}
a:hover {
color:#6B93DC;
}
hr{
margin:25px auto !important;
border:1px dotted;
width:600px;
color:#e3e3e3;
/*clear:both;*/
}
#wrapper {
width:980px;
margin:15px auto;
}
#header {
background:url('/wp-content/themes/mainstreethost/images/header-bg.png') top center no-repeat;
height:245px;
width:100%;
margin:0 auto;
}
#header-innerds{
	width:980px;
	margin:0 auto;
}
#nav {
    background: url("/wp-content/themes/mainstreethost/images/nav-bg.png") repeat-x scroll 0 0 transparent;
    height: 60px;
    margin: 0 auto;
    width: 980px;
	box-shadow: 1px 1px 4px #000000;
}
#nav ul {
    height: 60px;
    margin: 0 auto;
    width: 900px;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
    border-bottom: medium none;
    color: #FFFFFF;
    display: block;
    font-family: 'Balthazar',serif;
    font-size: 1.48em;
    font-weight: bold;
    padding: 23px 11px 13px;
    text-shadow: 2px 1px 4px #252525;
    text-transform: uppercase;
}
#nav li a:hover {
background-color:#f7f7f7;
color:#d0cd73;
text-shadow:none;
}
#content {
    background:#fff;
/*	border-left:1px solid #898989;
	border-right:1px solid #898989;
	border-bottom:1px solid #898989;*/
	border-radius: 0 0 9px 9px;
	-moz-border-radius: 0 0 9px 9px;
	-webkit-border-radius: 0 0 9px 9px;
    min-height: 500px;
    padding: 20px 0;
    width: 980px;
	box-shadow:1px 1px 4px #000000;
	margin: 0 auto 50px;
	display: inline-block;
}
.widget-2{
	margin:30px auto;
}
.gform_wrapper{
	background:#ebebeb;
	padding:8px;
	border:1px solid #c8c8c8;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display:inline-block;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title{
	color: #9B933A;
	font-family:'Balthazar',serif;
    font-size: 2.35em !important;
    font-style: italic;
    font-weight: bold;
    text-align: center;
	text-shadow: 1px 1px 1px #DCD58E;
}

.gform_wrapper span.gform_description {
    color: #7B7B7B;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}
.gform_wrapper textarea.medium{
	height:75px !important;
}
.gform_wrapper .gfield_html.gfield_no_follows_desc {
    font-size: 11px;
	line-height:normal;
	color:#7B7B7B;
}
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction{
	font-size: 11px !important;
	line-height:normal;
	color:#7B7B7B;
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha{
	width:120px !important;
	height:auto;
}
#post{
	padding:15px 35px 15px;
	width:625px;
	height: auto;
	float:left;
}
#post p{
	font-size:15px;
}
#post h2{
	font-family:'Balthazar',serif;
	font-weight:bold;
	font-size:24px;
	text-decoration:underline;
	color:#9B933A;
}
#postmeta{
	padding:15px 0 15px;
}
.entry{
font-size:15px;
padding: 10px;
}
.post {
    margin:0;
    padding: 5px 30px 10px;
    width: 620px;
	display:block;
}
.post p {
margin:12px 0 15px;
text-align: left;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:'Balthazar',serif;
font-size:24px;
margin:15px auto;
font-weight:bold;
color:#00746b;
text-shadow: 1px 1px 5px #959595;
}
.post h1{
background:url('/wp-content/themes/mainstreethost/images/underline.png') no-repeat;
color: #605532;
font-family: 'Yesteryear', cursive;
font-size: 42px;
font-weight:normal;
font-style:normal;
margin:0px 0 0 5px;
padding-bottom: 32px;
}
.post h1 a{
font-family: 'Yesteryear', cursive;	
font-size:48px;
margin:40px 0 15px 0;
font-weight:normal;
line-height:50px;
text-decoration:underline;
}
h3{
	font-family: 'Balthazar',serif;
	color:#319186;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 5px 0 10px;
}
.post h4 {
    color: #426F9D;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 5px 0 10px;
}
.post h4 {
font-size:18px;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4{
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-size:18px;
font-weight:normal;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#ddd;
border:1px solid #aaa;
border-radius:8px;
padding:3px;
color:#000;
font-family:Verdana, Geneva, sans-serif;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}
#sidebar {
    float: right;
    margin: 20px 23px 5px 10px;
    width: 235px;
}
#sidebar h2 {
font-family:'Balthazar',serif;
height:auto;
font-size:24px;
color:#319186;
font-weight:bold;
}
#sidebar h3{
font-family:'Balthazar',serif;
height:auto;
font-size:22px;
color:#9B933A;
font-weight:bold;
}
#sidebar .block ul {
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
}
#sidebar .block li a {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
text-align:left;
color:#000;
}
#sidebar .block li a:hover {
background:#f7f7f7 url(images/bullet_red.gif) no-repeat scroll 6px 52%;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
}
#sidebar #wp-calendar tfoot td{
}
#footer {
    background:#807444;
    color: #EFE14B;
    font-size: 18px;
	font-family: 'Balthazar',serif;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
	border-top:10px solid #e2ce83;
	box-shadow: 0 0 5px #000000;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#footer a{
	color:#fff;
}
#footer-innerd{
	/*background:url("/wp-content/themes/mainstreethost/images/chinese.png") no-repeat;*/
	margin:0 auto;
	height:80px;
	width:100%;
}
#lights{
position:relative
width:950px;
margin:0 auto;
z-index:9;
}
#contact {
    background: url("/wp-content/themes/mainstreethost/images/contact-bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: right;
    font-family: 'Balthazar',serif;
    font-size: 40px;
    font-weight: bold;
    height: 165px;
    line-height: normal;
    margin: 35px 10px 0;
    overflow: visible;
    padding: 13px 0 0;
    text-align: center;
    text-shadow: 2px 1px 4px #000000;
    width: 348px;
}
#contact a{
	font-size:22px;
	color:#fff;
	font-weight:normal;
}
#logo {
    float: left;
    margin: 0;
    padding: 48px 0 0 0;
    width: 585px;
    z-index: 99;
}
#notfound{
	padding:20px;
}
#credit{
	width:400px;
	margin:0 auto;
}