﻿html, body {
   margin: 0;
   padding: 0;
   height: 100%;
}

body {
	background: #87aeca url('images/bg.jpg') repeat-x;
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

h2 {
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 -5px 0; 
}

p {
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 14px;
	line-height: 1.6em;
	word-spacing: 2px;
	padding: 0 10px 0 10px;
}

a:link, a:visited {
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 14px;
	color: #0000FF;
}

a img {border: none;}

img.right {padding-left: 10px;}

.date {
	font-size: 14px;
	font-style: italic;
	margin: -15px 0 0 10px;
	padding: 0;
}

.rounded {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#container {
	width: 780px;
	height: auto;
	min-height:100%;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#main {padding-bottom: 30px;}

#cloud {
	background: url(images/clouds2.jpg) no-repeat;
	width:780px;
	height:200px;
	margin: -20px auto;
}

#cloud_blog {
	background: url(images/clouds2.jpg) no-repeat;
	width:780px;
	height:200px;
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 50px;
	background: #371d06 url(images/title.jpg) no-repeat;
	-moz-opacity: 0.80;
	opacity: .80;
	filter: alpha(opacity=80);
}

#topmenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 360px;
	height: 30px;
	background-color: #FFF;
	text-align: center;
}

#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu ul li {
	display: inline;
	list-style: none;
	text-align: center;
}

#topmenu a {
	padding: 10px 20px 5px 20px;
	font-size: 15px;
	color: #371d06;
	text-decoration: none;
}

#topmenu a:hover {text-decoration: underline;}

#leftcol {
	float: left;
	position: relative;
	margin-top: -30px;
	width: 220px;
}

#rightcol {
	float: right;
	position: relative;
	margin-top: -30px;
	width: 220px;
}

#rightcol ul {
	list-style: disc;
	padding: 0 10px 0 20px;
	font-family: "Book Antiqua", Palatino, serif;
}

#rightcol ul li {
	margin-top: 10px;
	font-size: 14px;
}

#rightcol a {
	font-size: 13px;
	text-decoration: none;
	color: #000;
}

#rightcol a:hover {
	text-decoration: underline;
}

#lmodheading {
	padding: 5px 10px 5px 0;
	background: #371d06;
	color: #FFF;
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#rmodheading {
	padding: 5px 0 5px 10px;
	background: #371d06;
	color: #FFF;
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#twitterheading {
	margin-left:80px;
	padding: 5px 10px 5px 0;
	background:#4075a9;
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color:#FFF;
	text-align: right;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#twitter {
	width: 220px;
	background: #FFF;
	font-size: 16px;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);
}

#twitter a {
	font-size: 12px;
	text-decoration: none;
	color: #00F;
}

#twitter ul {
	margin: 10px 10px 10px 10px;
	padding: 0;
	list-style: none;
}

#followme {
	position: relative;
	width: 220px;
	background: #9CC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#followme a {
	text-decoration: none;
	color: #26598a;
}

#followme a:hover {font-size: 18px;}

#QF {
	margin-top: 60px;
	position: relative;
	width: 220px;
	height: 100px;
	background: #FFF;
	font-size: 16px;
}

#QO {
	margin-top: 50px;
	position: relative;
	width: 220px;
	height: 140px;
	background: #FFF;
	font-size: 16px;
}

#precipiwha {
	margin-top: 20px;
	position: relative;
	width: 220px;
	height: 80px;
	background: #FFF;
	font-size: 16px;
}

#weblist {
	margin-top: 0px;
	position: relative;
	width: 220px;
	height: 300px;
	background: #CCC;
	font-size: 16px;
}

#videolist {
	margin-top: 20px;
	position: relative;
	width: 220px;
	height: 280px;
	background: #EEE;
	font-size: 16px;
}

#imgbird {
	position: absolute;
	top: -60px;
	left: 0;
}

#imgsun {
	position: absolute;
	top: -45px;
	left: 5px;
}

#imgplane {
	position: absolute;
	top: -30px;
	left: 10px;
	z-index: 2;
}

#index {
	float: right;
	position: relative;
	margin-top: -80px;
	margin-bottom: 10px;
	padding-top: 200px;
	width: 550px;
	background: #FFF url(images/index.gif) no-repeat;
}

#about {
	float: right;
	position: relative;
	margin-top: -80px;
	margin-bottom: 10px;
	padding-top: 110px;
	width: 550px;
	background: #FFF url(images/about.jpg) no-repeat;
}

#services {
	float: right;
	position: relative;
	margin-top: -80px;
	margin-bottom: 10px;
	padding-top: 100px;
	width: 550px;
	background: #FFF url(images/services.jpg) no-repeat;
}

#portfolio {
	float: left;
	position: relative;
	margin-top: -80px;
	margin-bottom: 10px;
	padding-top: 200px;
	width: 550px;
	background: #FFF url(images/portfolio1.jpg) no-repeat;
}

#collection {
	background: url(images/collection.jpg);
	width: 550px;
	height: 101px;
}

#imgportfolio {
	width: 500px;
	margin: 0 auto;
}

#imgportfolio img {
	margin: 20px 0 10px 0;
}

#vid_iframe {
	text-align: left;
	position: relative;
	padding-top: 150px;
	padding-bottom: 10px;
	background: #FFF url(images/vid_iframe.jpg) no-repeat;
}

#vid_iframe h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 42px;
	font-weight: bold;
	color: #FFF;
	margin-top: -70px;
	margin-bottom: 25px;
}

#wx {
	float: right;
	margin-top: -80px;
	width: 550px;
}

#wxcurrent {
	padding-top: 200px;
	padding-bottom: 10px;
	width: 550px;
	background: #FFF url(images/wx.jpg) no-repeat;
}

#wxleftcol {
	clear: left;
	float: left;
	margin-top: 10px;
	width: 385px;
	background: #FFF;
}

#wxrightcol {
	clear: right;
	float: right;
	margin-top: 10px;
	width: 385px;
	background: #FFF;
}

#wxleftcol ul li, #wxrightcol ul li {
	line-height: 2em;
	list-style: none;
}

#wxleftcol a, #wxrightcol a {text-decoration: none; font-size: 14px;}
#wxleftcol a:hover, #wxrightcol a:hover {text-decoration: underline;}

#blogheader {
	margin: -180px 0 40px 0;
	padding-top: 180px;
	width: 780px;
	background: #FFF url(images/blog.jpg) no-repeat;
}

#blog {
	float: left;
	width: 780px;
	margin-top: 10px;
}

#blognav {
	float: right;
	width: 200px;
	background-color: #bcceaf;
}

#blog h1 a {
	font-family: "Palatino Linotype", Palatino, serif;
	font-size: 20px;
	font-weight: bold;
	color: #371d06;
	text-decoration: none;
}

#blog h1 a:hover {
	text-decoration: underline;
}

#blog .date {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#blog .postmetadata a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

#blog p, #blognav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}

#blognav h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	margin: 30px 0 10px 0;
	padding: 0;
}

#blognav ul {
	padding: 0 10px 0 10px;
	margin: 0;
}

#blognav ul li {
	list-style: none;
}

#blognav ul li a {
	text-decoration: none;
	font-size: 14px;
}

#blognav ul li a:hover {
	color: #371d06;
}

#footer {
	margin: -20px auto;
	position: relative;
	width: 780px;
	height: 20px;
	clear: both;
	background: #FFF;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	padding: 10px 5px 5px 5px;
	font-size: 12px;
	display: inline;
	list-style: none;
	text-align: center;
}

#footer a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-decoration: none;
	color: #06F;
}

#footer a:hover {
	text-decoration: underline;
}