/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

/*HTML styling*/
html {
	background-color: #D7D2C4;
	font-family: "Judson", serif;
}

body {

}

p {
	color: #86714C;
	padding: 0px 10px 10px 10px;
	line-height: 1.3em;
	font-size: 0.9em;
}

form{
	color: #86714C;
		padding: 0px 10px 10px 10px;
	line-height: 1.3em;
	font-size: 0.9em;

}

h1 {
	color: #AC926C;
	font-size: 4em;
	text-decoration: none;
	font-family: "organic", sans-serif;
}

h1 a{
	color: #AC926C;
	text-decoration: none;
}
h2{
	color: #AC926C;
	font-size: 1.3em;
	font-weight: normal;
}

h3{
	color: #86714C;
	margin: 10px 10px 15px 10px;
	font-size: 1.4em;
	font-family: "organic", sans-serif;
}
/*Layout*/
#container {
	width: 950px;
	margin: 10px auto;
	
}

#container #header {
	border-top: 10px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	margin-bottom: 70px;
	height: 165px;
	 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;

}

#container #content1 {
	border: 10px solid #fff;
	margin: 0px 10px 10px 0px;
	width: 292px;
	height: 394px;
	 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;
}
#container #video {
	border: 10px solid #fff;
	margin: 0px 10px 10px 0px;
	width: 292px;
	height: 285px;
	 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;
}

#container #image-cycle{
	border: 10px solid #fff;
	margin: 0px 0px 10px 0px;
	width: 608px;
	height: 394px;
	float: right;
	z-index: 500;
	 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;
}

#container .right-wide{
	border: 10px solid #fff;
	margin: 0px 0px 10px 0px;
	width: 608px;
	height: 394px;
	float: right;
	 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;

}

#container #guest-comments{
	border: 10px solid #fff;
	margin: 0px 0px 10px 0px;
	width: 608px;
	height: 285px;
	float: right;
	 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;
}

#navigation {
	width: 970px;
	margin: auto;
	position: absolute;
	top: 175px;
	left: -20px;
	background-color: #AF936E;
	border: 10px solid #fff;
	margin: 0px 0px 10px 0px;
	height: 40px;
	z-index: 1001;
	 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;
}

#container #footer {
	border: 10px solid #fff;
	background-color: #AF936E;
	text-align: center;
	color: #fff;
	 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;

}


/*Header*/
#header #title {
	z-index: 300;
margin: 10px;
}

#header #subtitle {
	position: absolute;
	top: 100px;
	left: 30px;
}

#header-links{
	position: absolute;
	top: 10px;
	right: 10px;
}

#header-links a{
	margin: 10px;
	text-decoration: none;
}

/*Navigation*/
#navigation li{
	display: inline;
	padding: 10px 0px 0px 0px;
	
}

#navigation li a{
	padding: 11px 30px;
	border-right: 3px solid #fff;
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
}

#navigation li a.last{
	border-right: 0px;
}



#navigation ul{
	margin: 7px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#navigation ul ul{
	z-index: 1000;
	position: absolute;
	visibility: hidden;
	color: #fff;
	background-color: #AF936E;
	border: 10px solid #fff;
	top: 33px;
	left: 348px;
	text-align: left;
	padding: 0px 0px 10px 25px	;
	width: 160px;
	list-style-type: square;
}

#navigation ul ul li a{
	border: none;
	font-size: 1.2em;
	padding: 5px 5px 5px 5px;
	margin-left: -5px;
}

#navigation ul ul li:hover{
	text-decoration: underline;
}

#navigation  ul li:hover ul{
	visibility: visible;
}

#navigation ul ul:hover{
	visibility: visible;
}

#navigation ul ul li{
	display: list-item;
}

/*Content*/
#inline1{
	background-color: #D7D2CB;
}

#container .small-right{
	border: 10px solid #fff;
	margin: 0px 0px 0px 10px;
	float: right;
	width: 300px;
		 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;
	}

#container .full-width{
	border: 10px solid #fff;
	margin: 0px 0px 10px 0px;
		 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;

	
}
#container .half-width-right{
	border: 10px solid #fff;
	margin: 0px 0px 10px 0px;
	float: right;
	width: 450px;
		 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;

		
}
#container .half-width{
	border: 10px solid #fff;
	margin: 0px 0px 10px 0px;
	width: 450px;
		 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;

}

.half-width ul, .half-width-right ul{
	color: #86714C;
	padding: 0px 10px 0px 10px;
	line-height: 1.3em;
	font-size: 0.9em;
	margin: -5px 0px 10px 30px;
}

.half-width table, .half-width-right table{
	color: #86714C;
	padding: 0px 10px 0px 10px;
	line-height: 1.3em;
	font-size: 0.9em;
	margin: -5px 0px 10px 10px;
	text-align: center;
	border-collapse: collapse;
}

.half-width td, .half-width-right td{
	border: 1px solid #86714C;
	margin: 0px;
	padding: 10px;
}

#image-cycle img{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 394px;
	width: 608px;
}
#special-link{
	z-index: 901;
	border: 10px solid #fff;
	background-color: #AF936E;
	position: absolute;
	top: 260px;
	width: 240px;
	text-align: center;
	right:30px;
	padding-top:5px;
		 -moz-box-shadow: 0px 0px 10px #666;
 	 -webkit-box-shadow: 0px 0px 10px #666;
  	box-shadow: 0px 0px 10px #666;

}
#special-link p{
	line-height: 1.2em;
}

#special-link a{
	color: #fff;
	font-size: 1.2em;
}
#video-player{
	margin: 0px 10px 10px 10px;
}

/*Footer*/
#footer{
	font-size: 1.1em;
	padding: 10px;
}

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

#credit{
	width: 100%;
	text-align: center;
	font-family: "Century Gothic", sans-serif;
	color: #999;
	font-size: 0.8em;
	margin: 10px;
}

#credit a{
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

#left-footer{
	position: absolute;
	top: 10px;
	left: 10px;
}

#right-footer{
	position: absolute;
	top: 10px;
	right: 10px;
}

/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}

