/*
Theme Name: Votiva
Theme URI: http://www.spirotek.com
Version: 1.0
Author: Brian Hoying
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #555555;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	margin: auto;
	width:950px;
	padding: 0;
	background: #9d9d9d url(images/pagebg.gif) repeat-y;
	background-position:83px 0px;
}

#wrap {
    width: 841px;
    margin:0px 0px 0px 0px;
	position:absolute;
	left:135px;
	top:0px;
    background-color: #ffffff;
}

/************************************************
*	Header, Headings, etc.									*
************************************************/

#head{
	text-align: left;
    background-color: #ffffff;
    height: 150px;
    width: 761px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 40px;
}

/************************************************
*	Links and Headings									*
************************************************/

a img,:link img,:visited img {
	border:none;
}    

a, a:link {
	color: #7498bf;
	text-decoration: none;
}

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

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Links and Headings - pdfs							*
************************************************/

.pdf a {
	color: #837870;
	text-decoration: none;
}

.pdf a:hover {
	color: #7498bf;
	text-decoration: none;
}

/************************************************
*	Main Content									*
************************************************/

#content {
	width: 550px;
	height: 100%;
	float: left;
	margin: 0px 0px 50px 20px;
	letter-spacing: .8px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #837870;
	font-size:13px;
}

/************************************************
*	Sidebar									*
************************************************/

.left {
	float: left;
	width: 115px;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 25px;
	display: block;
	border-left: thin solid #b6aca6;
	}
	
.left ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
    font-size: 12px;
    list-style-type: none;
    color: #000098;
}

.left li {
    margin: 0px 0px 0px 0px;
	padding: 5px 0px 7px 0px;
    color: #000098;
    list-style-image:url(images/dots.gif);
}

.left ul li {
	margin: 0px;
	padding: 5px 0px 7px 0px;
}
	
.left ul li a {
	color: #7498bf;
	text-decoration: none;
}

.left li:hover {
    margin: 0px 0px 0px 0px;
	padding: 5px 0px 7px 0px;
    list-style-image:url(images/dots_sel.gif);
}

.left ul li a:hover {
	color:#d39100;
}

.left ul li.current_page_item a {
	color:#d39100;
}

.left li.current_page_item {
    margin: 0px 0px 0px 0px;
	padding: 5px 0px 7px 0px;
    color: #000098;
    list-style-image:url(images/dots_sel.gif)
}

/************************************************
*	Footer									*
************************************************/

#foot {
 	width: 841px; 
	height: 40px;	
	text-align: left;
	margin: auto;
	color: #595441;
	font-size: 10px;
	background-color: #ffffff;
}

#foot a:link, #foot a:visited{
	color: #595441;
    text-decoration: none;
}

#foot a:hover{
	color: #4A8797;
    text-decoration: none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
