/* Main Sections 
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
}

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: #e0e0e0;
}
div, p, img, a, td, ul, ol {
	font-size: 1em; 
}

ol {
	margin-left: 1em;
	padding-left: 1em;
}
ol li {
	margin-left: 1em;
	padding: 0 0 .5em.3em;
	list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
	text-decoration: none;
	color: #69c;
	border-bottom: 1px dotted #69c; 
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
	border: none;
}

ul {
	list-style: none;
	margin: 0 0 20px 1em;
}
li {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 3px;
}


.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}


#page {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/tile.gif) repeat-y;
}

#content {
	float: left;
	text-align: left;
	width: 673px;
	margin: 20px 0 0 52px;
	padding: 0;
	line-height: 1.5em;
	z-index: 5;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }

/* Header 
------------------------------------------------------------------------- */

#header { 
	position: relative;
	width: 700px;
	height: 150px;
	margin-left: 30px;
	background: url(../images/logo.gif) no-repeat top left;
}

#header h1 {
	margin: 0;
	padding: 0px 60px 65px 38px;
	color: #b80f0f;
	font: italic bold 48px "Bitstream charter" serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-shadow: #81A75B 2px 2px 2px;
	margin-left: -35px;
}
#header h1 a {
	text-decoration: none;
	border-bottom: none;
	color: #b80f0f;
}
#header h1 a:hover { 
	color: #b80f0f; 
	text-shadow: #fff 0 0 4px;
}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
	position: absolute;
	right: 50px;
	top: 0px;
	padding: 15px 15px 0;
}
form.FSF_form {
	margin: 0;
	padding: 0;
	width: auto;
	text-align: right !important;
}

input.search_input { 
	display: inline;
	height: 20px;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	border: 0px;
	background: #ede8e8 url(../images/input-bg.gif) repeat-x top left;
	margin: -1px 3px 0;
	padding: 3px 0 0;
}
input.search_submit { 
	display: inline;
	margin: -1px 3px 0;
	padding: 0px;
	height: 20px;
	line-height: 22px;
	border: 1px solid black;
}

/* Menu
------------------------------------------------------------------------- */
#menu, 
#menu ul {
	text-align: center;
	padding: 0;
	margin-left: 0px;
	list-style: none;
}

#menu {
	font-weight:bold;
	height:1.5em;
	font: bold 96% arial;
	margin-left: 2em;
	width: 700px;
	position: relative;
	float: left;
	text-align: right;
	clear: left !important;
	top: 2.5em;
}
#menu li {
	position:relative;
	left: 0px;
	float: left;
	width: 9em;
	display:block;
	margin-left: 0px;
	padding:0;
}

#menu a, 
#menu a:link, 
#menu a:visited,
#menu a:hover, 
#menu a:active {
	text-decoration:none;
	cursor:pointer;
	color:#000;
	display: block;
	padding: 1px 10px 2px;
	border-bottom: 1px dotted;
}

#menu a:hover {
	color:#333;
}



/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
	margin: 1em 0 1.5em 0;
	padding: 0 0 1.5em 14px;
	border-bottom: 1px solid #ddd;
}

.post h3 {
	margin-top: 0;
	color: #f63;
}
.post ul li {
	margin-left: 0em;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	margin: 0px;
	padding: 0 0 9px 0;
	font-size: 85%;
	color: #ddd;
}

#footer p {
	padding: 20px 320px 20px 95px;
}

#footer a {border-bottom: none;}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Forms
------------------------------------------------------------------------------- */
/* Forms 
------------------------------------------------------------------------------- */
#contactform form {
	text-align: left;
	width: 450px;
}

#contactform form table {
	float: left;
	margin-top: 10px;
	width: 450px;
}
#contactform form td {
}

#contactform fieldset {
	width: 450px;
}

#contactform form input {
	margin-top: 0px;
	float: right;
	width: 250px;
}
#contactform form input.submit {
	width: 100px;
}
#contactform form textarea {
	margin-top: 2px;
	float: right;
	width: 250px;
	height: 50px;
}

#contact fieldset {
	width: 450px;
}

#contact li {
	margin-top: 0px;
	padding: 0px;
}

