/* 

STYLE SHEET FOR [x] WEB SITE
Created by Author Name
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

body#home {
	background-color: #FFFFFF;
	background-image: url(../images/background_home.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
		}
body#subpage {
	background-color: #FFFFFF;
	background-image: url(../images/background_sub.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
		}
		
hr {
	text-align: left;
	border: none 0;
	border-top-color: #f9f6ed;
	border-top-style: solid;
	border-top-width: 4px;
	height: 4px;

}
/*  --------- 2. structure  --------- */

#wrapper {
	width: 100%;
		}
		
body#home #masthead {
	height: 313px;
	width: 900px;
	background-image: url(../images/background_header.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
		}
body#subpage #masthead {
	height: 147px;
	width: 900px;
	background-image: url(../images/background_subheader.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
		}
		
#masthead #colRight {
	margin-top: 5px;
	padding: 0;
	clear: both;
	width: 260px;
	float: right;
}
		
#logo {
	float: left;
	padding: 10px 0 0 40px;
		}
		
#navContainer {
	width: 560px;
	float: right;
	margin: 14px 0 0 0;
		}

body#home #content {
	margin: 30px 0 20px 0;
	width: 900px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	color: #666666;
	background-image: url(../images/background_content.gif);
	background-repeat: repeat-y;
	background-position: 620px 0;
}

body#subpage #content {
	margin: 30px 0 20px 0;
	width: 900px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #666666;
	background-image: url(../images/background_content.gif);
	background-repeat: repeat-y;
	background-position: 620px 0;
}
#content #colLeft {
	padding: 0 20px 0 40px;
	width: 560px;
	float: left;
	line-height: 1.5em;
}
#content #colFull {
	padding: 0 40px 0 40px;
	width: 820px;
	float: left;
	line-height: 1.5em;
	background-color: #FFFFFF;
}
#col2{
	padding: 0 20px 0 0;
	width: 45%;
	float: left;
}
#content #colRight {
	width: 260px;
	float: right;
}

#content #colRight ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#content #colRight ul li{
	background-image: url(../images/bullet_1.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin: 0 0 10px 0;
	padding: 0;
}
#content #colRight ul li a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #666666;
	text-decoration: none;
	padding: 5px 0 5px 25px;
}
#content #colRight ul li a:hover{
	text-decoration: underline;
}


#footerContainer {
	width: 100%;
	background-color: #F9F6ED;
	border-top-color: #E8E1CF;
	border-top-style: solid;
	border-top-width: 2px;
}
#footer {
	padding: 30px 0 20px 40px;
	width: 860px;
	height: 140px;
		}
#footer #colLeft {
	padding: 0 20px 0 0;
	width: 560px;
	float: left;
	border-right: #996600 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #996600;
}
#footer #colRight {
	width: 260px;
	float: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	color: #996600;
}
.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}
#clearer {
	CLEAR: both; FONT: 1px/1px monospace; WIDTH: 1px; HEIGHT: 1px
}
#clear {
	CLEAR: both
}
.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

/* ---------- 3. links and navigation ---------- */

a {
	color: #336699;
	text-decoration: underline;
}
		
a:hover {
	color: #99CCFF;
	text-decoration: underline;
}

a#readmore {
	background-image: url(../images/bullet_readmore.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
}
a:hover#readmore {
	background-image: url(../images/bullet_readmore.gif);
	background-repeat: no-repeat;
	background-position: left -22px;
	padding-left: 16px;
}

#navigation {
	margin: 0;
	padding: 18px 0 0 0;
		}

#navigation ul
{
padding: 0;
margin: 0;
color: #ffffff;
float: left;
width: 100%;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
}

#navigation ul li { 
	background-image: url(../images/bk_border_nav.gif);
	background-position: top right;
	background-repeat: no-repeat;
	list-style-type: none;
	display: inline;
	float: left;
	/*border-right: 1px solid #666666;*/
}

#navigation ul li a
{
padding: 0 .9em 19px .9em;
color: #cccccc;
text-decoration: none;
background-image: url(../images/background_nav.gif);
background-position: -15px;
background-repeat: no-repeat;
float: left;
margin-right: 1px;
}

#navigation ul li a#first
{
padding: 0 .9em 19px 0;
}

#navigation ul li#last
{
/*border-right: none;*/
background-image: none;
}

#navigation ul li a:hover
{
color: #ffffff;
background-image: url(../images/background_nav.gif);
background-position: .9em bottom;
background-repeat: no-repeat;
}
#navigation ul li a:hover#first
{
color: #ffffff;
background-image: url(../images/background_nav.gif);
background-position: left bottom;
background-repeat: no-repeat;
}
#navigation ul li a.current
{
color: #ffffff;
background-image: url(../images/background_nav.gif);
background-position: .9em bottom;
background-repeat: no-repeat;
}
#navigation ul li a#first.current
{
color: #ffffff;
background-image: url(../images/background_nav.gif);
background-position: left bottom;
background-repeat: no-repeat;
}

#subnavigation {
	margin: 0;
	padding: 8px 0 0 0;
		}

#subnavigation ul
{
padding: 0;
margin: 0;
color: #ffffff;
float: left;
width: 100%;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
}

#subnavigation ul li { 
	background-image: url(../images/bk_border_subnav.gif);
	background-position: top right;
	background-repeat: no-repeat;
	list-style-type: none;
	display: inline;
	float: left;
	/*border-right: 1px solid #c4df91;*/
}

#subnavigation ul li a
{
padding: 0 .9em 10px .9em;
margin-right: 1px;
color: #c4df91;
text-decoration: none;
background-image: url(../images/background_subnav.gif);
background-position: -15px;
background-repeat: no-repeat;
float: left;
}

#subnavigation ul li a#first
{
padding: 0 .9em 10px 0;
}

#subnavigation ul li#last
{
/*border-right: none;*/
background-image: none;
}

#subnavigation ul li a:hover
{
color: #ffffff;
background-image: url(../images/background_subnav.gif);
background-position: .9em bottom;
background-repeat: no-repeat;
}
#subnavigation ul li a:hover#first
{
color: #ffffff;
background-image: url(../images/background_subnav.gif);
background-position: left bottom;
background-repeat: no-repeat;
}
#subnavigation ul li a.current
{
color: #ffffff;
background-image: url(../images/background_subnav.gif);
background-position: .9em bottom;
background-repeat: no-repeat;
}
#subnavigation ul li a#first.current
{
color: #ffffff;
background-image: url(../images/background_subnav.gif);
background-position: left bottom;
background-repeat: no-repeat;
}


#footer ul
{
padding: 10px 0 5px 0;
margin: 0;
color: #996600;
float: left;
width: 100%;
}

#footer ul li { display: inline; }

#footer ul li a
{
padding: 0 .7em;
color: #996600;
text-decoration: none;
float: left;
border-right: 1px solid #996600;
}

#footer ul li a#first
{
padding: 0 .7em 0 0;
border-right: 1px solid #996600;
}

#footer ul li a#last
{
padding: 0 0 0 .7em;
border-right: none;
}

#footer ul li a:hover
{
color: #000000;
}
#footer a
{
color: #996600;
}

#footer a:hover
{
color: #000000;
}

/* ---------- 4. fonts ---------- */
.error {
	color: #CC6600;
}

em {
	color: #6ea839;
	font-style: normal;
}
em#italics {
	color: #333333;
	font-style: italic;
}
strong {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
html {
		font-size: 12px;
		}

body {
		
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
	font-size: 2.3em;
	color: #333333;
	margin: 20px 0 20px 0;
	padding: 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.4em;
	color: #6ea839;
	margin: 0 0 -.7em 0;
}

h3 {
	font-size: 1.2em;
	color: #333333;
	margin: .8em 0 -1em 0;
		}
		
h4 {
		}
.date {
	font-size: 1.5em;
	color: #333333;
}

p {
	margin: 15px 0 15px 0;
	padding: 0;
}

ul {
	margin: 15px 0 15px 0;
	padding: 0;
}
#content #colLeft li {
	background-image: url(../images/bullet_3.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding-left: 12px;
	margin-left: 20px;
	list-style-type: none;	
	color: #333333;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #333333;
	line-height: 1.5em;
}
blockquote#letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
	background-color: #f9f6ed;
	margin: 20px;
	padding: 5px 20px;
	display: block;
	float: left;
	width: 460px;
}
#block {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
	background-color: #f9f6ed;
	margin: 20px 0;
	padding: 10px 20px 20px 20px;
	float: left;
	display: block;
	width: 500px;
}
#blockFull {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
	background-color: #f9f6ed;
	margin: 20px 0;
	padding: 10px 20px 20px 20px;
	float: left;
	display: block;
	width: 800px;
}
#blockRight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333333;
	line-height: 1.2em;
	background-color: #f9f6ed;
	margin: 10px 0;
	padding: 10px 20px;
	float: left;
	display: block;
	width: 220px;
	text-align: left;
}
#blockRight table{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
.photo {
	float: left;
	border: #f9f7ed solid 5px;
	margin: 0 8px 0 0;
}
.photo2 {
	float: left;
	margin: 4px 8px 0 0;
}
.photoRight {
	float: right;
	margin: 0 0 0 4px;
}

		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
	margin: 0;
	padding: 0;
	display: inline;
		}
input, textarea, select{
	border-top: #a87a18 solid 1px;
	border-left: #a87a18 solid 1px;
	border-right: #e2c876 solid 1px;
	border-bottom: #e2c876 solid 1px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
	padding: 1px 0 1px 2px;
	margin: 1px 0 6px 0;
}
.inputFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
	padding: 1px 0 8px 2px;
	margin: 0;
	display: block;
}
input.button{
	border-top: #cc9900 solid 1px;
	border-left: #cc9900 solid 1px;
	border-right: #330000 solid 1px;
	border-bottom: #330000 solid 1px;
	background-color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#colRight input{
	border-top: #a87a18 solid 1px;
	border-left: #a87a18 solid 1px;
	border-right: #e2c876 solid 1px;
	border-bottom: #e2c876 solid 1px;
	background-color: #c9ae76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	margin: 1px 4px 6px 0;
}
#colRight input.button{
	border-top: #cc9900 solid 1px;
	border-left: #cc9900 solid 1px;
	border-right: #330000 solid 1px;
	border-bottom: #330000 solid 1px;
	background-color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 1px;
}
#footer #colRight input{
	border-top: #a87a18 solid 1px;
	border-left: #a87a18 solid 1px;
	border-right: #e2c876 solid 1px;
	border-bottom: #e2c876 solid 1px;
	background-color: #c9ae76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 1px 0 1px 2px;
	margin: 1px 0 6px 0;
}
#footer #colRight input.button{
	border-top: #cc9900 solid 1px;
	border-left: #cc9900 solid 1px;
	border-right: #330000 solid 1px;
	border-bottom: #330000 solid 1px;
	background-color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}