/* Basic Settings */

html {
	/*font-family: verdana;
	background-image: url("img/bg.png");*/
}

div.mainpage {
	width: 700px;
	padding: 10px;
	margin: 10px auto 10px auto;
	background-color: white;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.currentconditions {
	margin-bottom: 10px;
}

div.header {
	margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: georgia;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 153.9%;
}

h4 {
	font-size: 138.5%;
}

h5 {
	font-size: 123.1%;
}

h6 {
	font-size: 77%;
}

p {
	font-size: 100%;
	line-height: 1.5em;
}

#footer {
	color: #cfaa4d;
}

#footer a {
	color: #cfaa4d;
}

pre {
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", Courier, mono;
	font-size: 85%;
}

a:focus {
	outline: none;
}

/* Sliders */

#panel0, #panel1, #panel2, #panel3, #panel4 {
	display: none;
	height: auto;
	border-top: solid 4px #6B381C;
}

#panel {
	background: #754c24;
	height: auto;
	display: none;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #6B381C;
	background: url(img/button.png) no-repeat center top;
	border-color: #ad6437;
}
.btn-slide0, .btn-slide1, .btn-slide2, .btn-slide3, .btn-slide4 {
	background: url(img/white-arrow.gif) no-repeat right -45px;
	text-align: center;
	width: 144px;
	height: 31px;
	padding: 10px 14px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.active {
	background-position: right 12px;
}


/* Current Temp */

div.currentwrapper {
	width: 585px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;	
}

div.barom, div.rain, div.temp {
	color: #e0e0e0;
}

div.temp {
	background: url(img/tempbg.png) no-repeat center top;
	height: 100px;
	width: 180px;
	float: left;
	margin-right: 15px;
}

div.temp h1 {
	color: #fff;
	font-weight: bold;
	font-size: 180%;
}

div.hilotoday {
	display: block;
	float: left;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.temp h5 {
	padding-top: 2px;
}

div.hitoday {
	width: 75px;
	float: left;
	font-weight: bold;
	color: #9f180b;
}

div.lowtoday {
	float: right;
	font-weight: bold;
	color: #313a56;
	margin-right: 15px;
}

/* Current Barometer Conditions */

div.barom {
	background: url(img/pressbg.png) no-repeat center top;
	height: 100px;
	width: 180px;
	float: left;
	margin-right: 15px;
}

div.barom h1 {
	color: #fff;
	font-weight: bold;
	font-size: 150%;
}

div.hibaromlotoday {
	display: block;
	float: left;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.barom h5 {
	padding-top: 2px;
}

div.hibaromtoday {
	width: 85px;
	float: left;
	font-weight: bold;
}

div.lowbaromtoday {
	width: 85px;
	float: right;
	font-weight: bold;
}

/* Current Rain Conditions */

div.rain {
	background: url(img/rainbg.png) no-repeat center top;
	height: 100px;
	width: 180px;
	float: left;
}

div.rain h1 {
	color: #fff;
	font-weight: bold;
	font-size: 180%;
}

div.rainratecur {
	display: block;
	float: left;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.rain h5 {
	padding-top: 2px;
}

div.rainrate {
	width: 180px;
	font-weight: bold;
}


div.datatoday {
	margin-top: 10px;
}

/* Graphs */

div.graphssection{
	width: 100%;
	float: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

div.graphs1	{
	width: 45%;
	float: left;
}

div.graphs2	{
	width: 45%;
	float: right;
}

/* Nav Bar */

div.nav {
	float: left;
	width: 100%;
	background-color: #a95c29;
}

div.nav ul a{
	display: block;
	font-weight: bold;
	color: #fff;
}

div.nav li a:hover {
	text-decoration: none;
	display: block;
	background-color: #7b411f;
}

div.nav li {
	float: left;
	width: 20%;
	color: #fff;
}

/* Journal */

div.journaldiv {
	text-align: left;
	margin-top: 25px;
}

div.journaldiv b {
	display: block;
	border-bottom: 1px solid;
	margin-bottom: -15px;
	text-transform: uppercase;
	
}