﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #10494A;
	font: 1.0em arial,sans-serif;
	color: #444;
	}

h1 {
	font: 400 2.0em 'book antiqua','times new romans',serif;
	color: #10494A;
	display: inline;
	}
	
h2 {
	font: 400 1.5em 'trebuchet ms',arial,sans-serif;
	color: #BD481D;
	display: inline;
	letter-spacing: 1px;
	}
	
h3 {
	font: 600 1.8em 'book antiqua','times new romans',serif;
	color: #10494A;
	font-style: italic;
	margin: 10px 0;
	}

h4 {
	font: 400 1.5em 'book antiqua','times new romans',serif;
	color: #057676;
	font-style: italic, bold;
	margin: 15px 0 0 0;
	}
	
h5, h5 a {
	font: 400 1.1em 'book antiqua',arial,sans-serif;
	color: #BD481D;
	font-style: italic
	margin: 15px 0 0 0;
	text-decoration: none;
	}

ol {
}

ul {
}

blockquote {
}

p {
}

#main {
	width: 495px;
	margin: 0 245px 0 0;
	background:  white;
	/* background: url('images/maintop.jpg') no-repeat top left;  */
	min-height: 250px;
	}

#rcolumn {
	float: right;
	clear: none;
	width: 235px;
	margin: 0 0 0 0;
	background: url('images/site/righttop.jpg') no-repeat top left;
	min-height: 250px;
	}
	
#rcolumn2 {
	float: right;
	clear: none;
	width: 235px;
	margin: 0 0 0 0;
	background: url('images/site/righttop.jpg') no-repeat top left;
	height: 100pt;
	}
	
#rcolumn2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.subnav li a{
	display: block;
	width: 200px;
	background: #DBD6AD;
	margin: 1px 0 0 0;
	padding: 8px 15px;
	color: #10494A;
	text-decoration: none;
	}

.subnav li.first a{
	font: 600 1.0em 'trebuchet ms',arial,sans-serif;
	width: 200px;
	background: #BD481D;
	margin: 1px 0 0 0;
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
	}

.subnav li a:hover {
	background: #CFC994;
	color: #006666;
	text-decoration: none;
	}

.subnav li.first a:hover {
	background: #CE5918;
	color: #FFF;
	text-decoration: none;
	}
	
blockquote {
	padding-left: 3em;
	padding-right: 3em;
	background: url("images/site/img03.gif") no-repeat;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}


.frontblurb {
	height: 250px;
	padding:  10px 20px;
	color: #CCC;
	font-size: 0.8em;
	background: #fff url('images/site/righttop.jpg') no-repeat top left; 
	}
	
.frontblurb p {
	margin: 3px 0 5px 0;
	}
	
.frontblurb h2 {
	display: block;
	color: #F27D0F;
	font-size: 1.4em;
	margin: 25px 0 0 0;
	}
	
	
.textbox {
	margin: 15px 0;
	padding: 20px 20px;
	background: #E4E0C2;
	border: 1px solid #CFC994;
	}

.textbox h2 {
	color: #057676;
	font-size: 1.0em;
	font-weight: 600;
	margin: 0 0 20px 0;
	}

.textbox p{
	line-height: 1.6em;
	font-size: 0.7em;
	}
	
#main p {
	margin: 8px 15px 8px 0;
	line-height: 1.8em;
	font-size: 0.9em;
	float: left;
	margin-left: 10px;
	background:  white;
	}
	
ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

	}
	
a {
	color: #BD481D;
	text-decoration: underline;
	}

a:hover {
	color: #81A882;
	text-decoration: none;
	}

a:visited {
	color:teal;
	text-decoration:  none;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url("images/site/img03.gif") repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	border-bottom: 2px solid #EEEEEE;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	width: 480px;
	border-top: 1px solid #EEEEEE;
}

.post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

.post .story ul {
	margin-bottom: 1.5em;
	line-height: 180%;
}

.post .story blockquote {
	margin-bottom: 1.5em;
	line-height: 180%;
}

.post .story p {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
/*	border: 10px solid #330010;*/
}

/* Logo */

#logo {
	height: 200px;
	background: url('images/maintop.jpg%20width=%22504%22%20height=%22250%22');
}

#logo h1 {
	padding: 135px 0 0 380px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
/*	margin-top:260px */
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */

#menu {
	height: 50px;
	background: #330010;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Root Nav */
.rootnav {
	width: 450px;
	height: 45px;
	padding: 5px 5px 0 5px;
	font-size: 0.7em;
	background: #DBD6AD;
	border-right: 1px solid #FFF;
	}
	
.rootnav a {
	color: #10494A;
	padding: 0 5px 0 5px;
	background: #DBD6AD url('images/site/arrow.gif') no-repeat right center;
	}

.rootnav a:hover {
	color: #057676;
	text-decoration: none;
	}


/* Table  */
table {
  width: 100%;
  margin-bottom: 20px;  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 20px;
  padding: 0 0 0.5em 3px;
  font: 400 1.2em arial,sans-serif;
  text-align: left;  
  letter-spacing: -1px;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


thead th {
	background: #BD481D;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}


tbody td {
	background-color: #DBD6AD;
	border-bottom: 1px solid #FFF;
}

tbody tr:hover {
	background-color: #CFC994;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #EBE6E8;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* FootNav */
	
#footer {
	width: 750px;
	float:right;
	clear: both;
	margin: 30px 0 30px 0;
	font-size: 7px;
	}
	
.footnav {
	width: 730px;
	text-align: center;
	padding: 10px;
	background: #E4E0C2;
	border-top: 3px solid #10494A;
	border-bottom: 1px solid #CFC994;
	margin: 0 0 10px 0;
	font-size: xx-small;
	}

.footnav a {
	margin: 0 10px;
	color: #BD481D;
	}
	
.copyright {
	text-align: center
	font-size: 7px;
	 	}


