/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:81.3%;
	line-height:1.308em;
	padding:0px;
	margin:0px;
	text-align:left;
}

#main_wrapper {
	width:900px;
}

#header {
	height:170px;
	width:900px;
	background:url(../images/header-bg.jpg);
	text-align:right;
}

#navbar {
	height:32px;
	width:660px;
	background:url(../images/navbar-bg.gif);
	color:#FFFFFF;
	text-align:left;
	padding:9px 0 0 240px;
	position:relative;
}

#searchbar {
	float:right;
	left:647px;
	margin:0;
	padding:8px;
	position:absolute;
	top:0;
}

#search_box {
	border:1px solid #CCCCCC;
	color:#787878;
	display:inline-block;
	font-size:0.846em;
	margin:0 1px 0 0;
	padding:2px 6px;
}

#search_button {
	background-color:#333333;
	border:1px solid #E5E5E5;
	color:#FFFFFF;
	display:inline-block;
	font-size:0.846em;
	margin:0;
	padding:2px;
	text-transform:uppercase;
}

#content {
	background:#FFFFFF url(../images/content-bg.gif);
}

#main_col {
	width:634px;
	float:right;
	margin-left:-216px;
	padding:20px 25px;
	text-align:left;
}

#left_col {
	float:left;
	width:216px;
	padding:20px 0px;
}

#footer {
	background-color:#44583c;
	padding:20px;
	width:860px;
	clear:both;
	color:#FFFFFF;
	font-size:.9em;
}

#footer a {
	color:#FFFFFF;
}

.spire {
	color:#CCCCCC;
}

.spire a {
	color:#CCCCCC;
}

/******************** STYLES **************************/

table {
	font-size:12px;
}

a {
	color:#4b2c75;
}

a:hover {

}

p {
	margin: 0px 0px 20px 0px;
}

.nav_link {
	display:block;
	padding:3px 3px 3px 12px;
	background-color:#492C77;
	color:#FFFFFF;
	border-top:2px solid #957CAC;
	border-bottom:2px solid #3A2461;
	font-family:"Times New Roman", Times, serif;
	font-size:1.13em;
	text-decoration:none;
	text-align:left;
	margin-bottom:2px;
}

.nav_link:hover {
	background-color:#303030;
	color:#FFFFFF;
	text-decoration:none;
}

.subpage {
	display:block;
	padding:3px 10px;
	text-align:left;
	color:#333333;
}

.title {

}

.subtitle {
	color:#888888;
}

.blockquote {
	color:#44583c;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	font-size:1.077em;
	font-style:italic;
	padding:10px;
}

.alttext1 {
	font-size:1.231em;
	font-weight:bold;
}

.alttext2 {
	font-size:1.077em;
	font-weight:bold;
}

.header1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#44583c;
	font-size:1.385em;
	font-weight:bold;
	line-height:normal;
}

.header2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#44583c;
	font-size:1.231em;
	font-weight:bold;
	line-height:normal;
}

.header3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#44583c;
	font-size:1.077em;
	font-weight:bold;
	line-height:normal;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#44583c;
	font-size:1.385em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.538em;
	line-height:normal;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#44583c;
	font-size:1.231em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.538em;
	line-height:normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#44583c;
	font-size:1.077em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0.462em;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:#44583c;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
