/*
Theme Name: Alaris Default
Theme URI: http://alaris.com/
Description: A custom theme for Alaris, designed by Orbit and converted to WordPress by HereNextYear.
Version: 1.0
Author: Chris Esquibel
*/

body{
	background: #073f2c url(images/bg.jpg) left top repeat-x;
	color: #03291c;
	font-family: Arial, san-serif;
	font-size: 0.8em;
	margin: 0px;
	vertical-align: center;
}

#home {
	background: #063626 url(images/bg_home.jpg) left top repeat-x;
}

#page {
	margin: 0px auto;
	width: 973px;
}

#top {
	height: 164px;
	position: relative;
}

#logo {
	height: 194;
	width: 176;
	left: 15px;
	top: 16px;
	position: absolute;
}

#logo a, #logo a:visited, #logo img {
	border-style: none;
}

#abcs {
	position: absolute;
/*
	right: 210px;
	top: 40px;
*/
	right:20px;
	top:90px;
}

#abcs a {
	background: transparent url(images/abcs.gif) right top no-repeat;
	color: #BC8E0C;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	height: 20px;
	padding-top: 3px;
	padding-right: 24px;
	text-decoration: none;
	width: 180px;
}

#abcs a:hover {
	background: transparent url(images/abcs_over.gif) right top no-repeat;
	color: white;
}


#search{
	height: 40px;
	position: absolute;
	right: 20px;
	top: 30px;
	width: 145px;
}

#search a{
	background: transparent url(images/search.png) left top no-repeat;
	display: block;
	height: 40px;
	right: 20px;
	top: 30px;
	width: 145px;
}

#search a:hover{
	background: transparent url(images/searcho.png) left top no-repeat;
}

#nav {
	right: 10px;
	bottom: 0px;
	position: absolute;
}

#nav ul, #nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	cursor: pointer;
	float: right;
	margin-left: 5px;
}

#nav li a {
	background: transparent url(images/tab_l.jpg) left top no-repeat;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#nav li a span {
	background: transparent url(images/tab_r.jpg) right top no-repeat;
	cursor: pointer;
	display: block;
	height: 22px;
	padding: 7px 10px 0px 10px;
}

#nav li:hover a {
	background: transparent url(images/tab_lo.jpg) left top no-repeat;
	color: #063a29;
}

#nav li:hover a span {
	background: transparent url(images/tab_ro.jpg) right top no-repeat;
}

#header {
	background: transparent url(images/header.png) left top no-repeat;
	height: 132px;
	margin-top: 9px;
}

#body {
	font-family: Verdana, Arial, san-serif;
	line-height: 1.4em;
	margin-top: 10px;
}

#body_home {
	height: 342px;
	margin-top: 7px;
}

#content, #sidebar {
	vertical-align: top;
}

#content {
	background: #e8e7db url(images/content_bg.jpg) left top repeat-x;
}

#content a {
	color: #bc8e0c;
}

#sidebar {
	background: #c0cfc0 url(images/sidebar_bg.jpg) left top repeat-x;
	width: 210px;
}

#sidebar, #sidebar a {
	color: #073f2c;
}

#sidebar-recentposts h4, #sidebar-categories h4 {
	color: #BC8D09;
	font-family: Georgia,serif;
	font-size: 18px;
	margin: 19px 0 0;
	padding: 0;
	font-weight: normal;
}

#sidebar-recentposts ul, #sidebar-categories ul {
	margin: 0;
	padding: 0;
}

#sidebar-recentposts li, #sidebar-categories li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #073F2C;
}

#sidebar-recentposts a, #sidebar-categories a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	padding: 4px 0;
}

#sidebar-recentposts a:hover, #sidebar-categories a:hover {
	background-color: #A7CFA7;
	/*color: #C0CFC0;
	background-color: #073F2C;*/
}

h2 {
	font-size: 1.5em;
}

h2 a {
	text-decoration: none;
}

table {
	font-size: 1em;
}

/* styles from old site */
.title		{ 
	COLOR: #BC8E0C; 
	FONT: 15px verdana, arial, sans-serif;
	font-weight: bold;
}

.subtitle	{
	COLOR: #262662; 
	FONT: 12px geneva, verdana, arial, sans-serif;
	font-weight: bold;
}

.shadeform	{
	FONT: 13px arial, verdana, sans-serif;
	background-image: url('/shadeform.gif');
	text-align: left;
	WIDTH: 180PX;
	BORDER: #996600 1px solid;
}

.dropdown {
	COLOR: #333333;
	WIDTH: 180PX;
	FONT: 11px geneva, verdana, arial, sans-serif;
}

.textarea {
	FONT: 13px arial, verdana, sans-serif;
	background-image: url('/shadeform.gif');
	text-align: left;
	WIDTH: 225PX;
	BORDER: #996600 1px solid;
}

#content img.alignright {
    float:right;
    padding: 0px 10px 5px 0px;
 }
   
#content img.alignleft {
    float:left;
    padding: 0px 10px 5px 0px;
 }
   
#content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
 }

.searchform {
	width: 100px;
	height: 26px;
	vertical-align: top;
	border: #000000 1px solid;
	padding: 0px;
}

.searchdrop {
	width: 70px;
	height: 26px;
}

.searchbutton {	
	background-color:#F0F0F0;
	color: #000000;
	font-size: 8pt;
	width: 40px;
	height: 26px;
	cursor:hand;
	font-weight: bold;
	text-align: center;
	border: #000000 1px solid;
}

#besthome{
	width:200px;
	position:absolute;
	right:210px;
	top:30px;
}
