/*
Theme Name:Mainstreet Host | Hudson Valley 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-color: #ebeff2;
	background-image:url(images/body-background.png);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
h1{
	margin-bottom: .5em;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}
h2{
	margin-bottom: .5em;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}
p{
	margin: 1em 0em;
}
em{
	font-style:italic;	
}
small{
	font-size: 12px;
}
a.button, input[type="submit"]{
	text-decoration: none;
	color: rgb(78, 88, 89);
	font-size: 20px;
	padding: 7px 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(194, 212, 217);
	background: -moz-linear-gradient(90deg, rgb(194, 212, 217) 30%, rgb(170, 192, 205) 70%);
	background: -webkit-linear-gradient(90deg, rgb(194, 212, 217) 30%, rgb(170, 192, 205) 70%);
	background: -o-linear-gradient(90deg, rgb(194, 212, 217) 30%, rgb(170, 192, 205) 70%);
	background: -ms-linear-gradient(90deg, rgb(194, 212, 217) 30%, rgb(170, 192, 205) 70%);
	background: linear-gradient(0deg, rgb(194, 212, 217) 30%, rgb(170, 192, 205) 70%);
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 4px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 4px rgba(50, 50, 50, 0.75);
	border: 1px solid #ccc;
}
a.button:hover, input[type="submit"]:hover{
	-webkit-box-shadow: 0px 2px 4px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 2px 4px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 2px 4px rgba(255, 255, 255, 0.75);
}
input[type="text"],input[type="password"]{
	border: 1px solid #026187;
	width: 250px;
	height: 2em;
}
textarea{
	border: 1px solid #026187;
	overflow: hidden;
}
a{
	color: #026187;
}
#wrapper{
	width: 1000px;
	min-height: 800px;
	margin: 0 auto;
	text-align: left;
}
#header{
	width: 1000px;
	height: 140px;
	float: left;
}
#logo{
	width: 400px;
	height: 140px;
	float: left;	
}
#nav{
	width: 600px;
	height: 70px;
	float: left;
	text-align: center;
	padding-top: 70px;
}
#nav ul li{
	list-style: none;
	display: inline;
}
#nav li{
	margin: 0px 10px;
}
#nav a{
	color: #e0e7e8;
	text-decoration: none;
}

ul.dropdown li.parent > a:after{
	right: -4px !important;
}
#nav li a:hover{
	color: #B5ED5E;
}

ul.dropdown li a {
	padding: .5em .5em!important;
	font-family: 'OswaldBook';
	color: #fff;
	font-size: 16px;
}
ul.dropdown li ul{
	background: rgb(2,97,135); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(2,97,135,1) 0%, rgba(49,119,153,1) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,97,135,1)), color-stop(98%,rgba(49,119,153,1))); 	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(2,97,135,1) 0%,rgba(49,119,153,1) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(2,97,135,1) 0%,rgba(49,119,153,1) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(2,97,135,1) 0%,rgba(49,119,153,1) 98%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(2,97,135,1) 0%,rgba(49,119,153,1) 98%); /* W3C */
	padding: 5px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
	margin-top: 5px;
}
ul.dropdown li ul li{
	padding: 4px;
	display: block;
	float: left;
	clear: both;
}
ul.dropdown li ul li a:hover{
	color: #B5ED5E!important;
	border-bottom: none !important;
}
#splash{
	width: 1000px;
	min-height: 430px;
	clear: both;
	overflow: auto;
	box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0 3px 7px rgba(50, 50, 50, 0.75);
}
#intro{
	width: 360px;
	height: 290px;
	float: left;
	background-color: #d6dfe1;
	padding: 20px;
	color: #565657;
	overflow: hidden;
}
#gallery{
	width: 600px;
	height: 330px;
	float: left;
	background-color: #ebeff2;
}
#slogan{
	width: 960px;
	min-height: 60px;
	float: left;
	background-color: #026187;
	color: #ebeff2;
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#nosplash{
	width: 1000px;
	height: 75px;
	clear: both;
}
#content{
	width: 1000px;
	min-height: 140px;
	float: left;
	color: #565657;
}
#content hr{
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 98%;
	margin-top: 10px;
	text-align: left;
}
.alignleft{
	margin: 5px 10px 5px 0px;
	float: left;
	display: inline;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright{
	margin: 5px 0px 5px 10px;
	float: right;
	display: inline;
}
#main{
	width: 557px;
	min-height: 100px;
	float: left;
	padding: 20px;
	border-right: 1px solid #ccc;
}

#main ul{
	list-style: disc;
}
#main ol{
	list-style:decimal;
}
#main li{
	margin-bottom: 1em;
	padding-left: 1em;
}

#comments ul li{
	list-style: none !important;
	padding-left: 0 !important;
}
.navigation{
	float: left;
	text-align: center;
	width: 100%;
}
#guage{
	width: 360px;
	padding: 20px;
	float: left;
	min-height: 100px;
}
#footer{
	background: rgb(2,97,135); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(2,97,135,1) 0%, rgba(49,119,153,1) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,97,135,1)), color-stop(98%,rgba(49,119,153,1))); 	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(2,97,135,1) 0%,rgba(49,119,153,1) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(2,97,135,1) 0%,rgba(49,119,153,1) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(2,97,135,1) 0%,rgba(49,119,153,1) 98%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(2,97,135,1) 0%,rgba(49,119,153,1) 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#026187', endColorstr='#317799',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	text-align: center;
	min-height: 200px;
	clear: both;
	-webkit-box-shadow: 0px -3px 7px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -3px 7px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -3px 7px rgba(50, 50, 50, 0.75);
	overflow: auto;
}

#footerwrapper{
	width: 1000px;
	margin: 0 auto;
	min-height: 200px;
	text-align: center;
	color: #9EC1D0;
}
#footerwrapper h2{
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 10px;
}

#footerwrapper hr{
	border: 0;
	color: #9EC1D0;
	background-color: #9EC1D0;
	height: 2px;
	width: 90%;
	text-align: left;
}
#footerwrapper a{
	text-decoration: none;
	color: #ebeff2;
}
#footerwidget1{
	width:310px;
	min-height: 180px;
	padding: 10px;
	float: left;
	border-right: 1px dotted #99BFCE;
}

#footerwidget2{
	width:312px;
	min-height: 180px;
	padding: 10px;
	float: left;
	border-right: 1px dotted #99BFCE;
}
#footerwidget2 li{
	margin-bottom: 8px;
}
#footerwidget2 li ul{
	margin-top: 8px;
}
#footerwidget2 a:hover{
	color: #B5ED5E;
}
#footerlogo{
	width:313px;
	min-height: 180px;
	padding: 10px;
	float: left;
}

@font-face {
    font-family: 'OswaldBook';
    src: url('fonts/Oswald-Regular-webfont.eot');
    src: url('fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;
}