
/*HTML STYLES */

html, 
body, 
form {
	margin: 0px; /* never change */
	padding: 0px; /* never change */
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: georgia, times, serif ;
	font-size: 14px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	background-color: #802B2B ;
	color: #000;
}

p {
	margin: 14px 0px; /* top and bottom padding should match font-size */
}

p, 
ul,
ol, 
menu,
.lh {
	line-height: 1.5; /* set general line height if different than standard (no units is multiplied by font size) */
}

/*
html, 
body, 
input, 
select, 
textarea, 
button,
h6 {
	font-size: 14px ;
	font-family: georgia, times, serif ;
}

html, 
body, 
div,
h6 {
	line-height: 22px ;
}

button {
	line-height: 1em; 
}
body {
	background-color: #802B2B ;
	color: #000 ;
}
*/

table {
	border-collapse: collapse ;
}

img {
	-ms-interpolation-mode: bicubic; 
}

ul {
	padding: 0px;
	margin: 0px;
	padding-left: 15px ;
}

ul li {
	padding-left: 0px ;
	margin-left: 15px ;
}

h1, 
h2, 
h3, 
h4, 
h5 {
	line-height: 1em;
}

h1 {
	font-size: 38px ;
	line-height: 42px ;
	letter-spacing: -3px ;
	font-weight: normal ;
	color: #802B2B ;
	margin-top: 0px ;
}

h2 {
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	color: #802B2B ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 16px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	color: #802B2B ;
	margin-top: 0px ;
}

h4 {
	font-size: 1.3em; 
	font-weight: bold; 
}

h5 {
	font-weight: bold;
}

h6 {
	margin: 0px;
	font-weight: bold; 
}

h6 + p {
	margin-top: 4px; 
}

a, 
a:link, 
a:active, 
a:visited, 
a:hover {
	color: #802B2B ;
}

a:active, 
a:visited {
	color: #4F4F4F ;
}

a:hover {
	color: #A76C6C ;
}

/*	TEMPLATE STYLES	*/

.body {
	margin: 0px; /* dont change */
	padding: 10px 10px; 
}

.container {
	width: 980px;
	margin: auto;
	border: solid 1px #ccc;
}

.page_top {
	height: 150px; 
	background-color: #145163;
	border-bottom: solid 1px #ccc;
}

.page_top a img {
	border: 0px; 
}

.info_bar {
	background-color: #711028;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #711028;
	border: solid 0px #ccc;
}

.page_body_div {
	border-top: solid 1px #ccc;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #145163;
	width: 250px;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content_cell {
	background-color: #fff;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content {
	padding: 20px ;
}

.shareThis {
	float: right ;
	margin-left: 20px ;
	width: 272px; 
	text-align: right; 
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

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

.foot, 
a.foot:link, 
a.foot:active, 
a.foot:visited, 
a.foot:hover {
	color: #ccc; 
}

a.button, 
a.button:link, 
a.button:active, 
a.button:visited, 
a.button:hover {
	background-image: url(/images/button_bg.png) ;
	background-position: center ;
	display: block ;
	color: #fff ;
	text-align: center ;
	padding: 4px 12px ;
	font-size: 24px ;
	letter-spacing: -1px ;
	line-height: 1.28 ;
	text-decoration: none ;
	border-left: 1px solid #A76C6C ;
	border-right: 1px solid #802B2B ;
}

a.button:hover {
	background-image: url(/images/button_up.png);
	border-left: 1px solid #4F4F4F ;
	border-right: 1px solid #000 ;
}

.foot a:link,
.foot a:active,
.foot a:visited,
.foot a:hover,
a.link_white:link, 
a.link_white:active, 
a.link_white:visited, 
a.link_white:hover {
	color: #fff ;
	text-decoration: none ;
}

.foot a:hover,
a.link_white:hover {
	text-decoration: underline ;
}

/* MISC STYLES */

.img_float {
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}

hr {
	margin: 6px 0px; 
	padding:0;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

.foot td {
	color: #fff ;
	font-size: 11px ;
}

.top_txt {
	font-size: 13px ;
	letter-spacing: -1px ;
	font-weight: bold ;
}

.gb {
	font-weight: bold;
	color: #666;
}

/* _table default styles */

table.list_item {
	width: 100%; 
}

table.list_item td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666;
}

table.list_item tr:first-child td {
	border-top: 0px; 
}

td.img {
	width: 1px; 
	text-align: center; 
}

div.list_item {
	padding: 3px 0px; 
	border-top: dotted 1px #666;
}

div.list_item:first-child {
	border-top: 0px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
}

table.hor_list_item {
	width: 100%; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 6px; 
	border-top: solid 1px #666;
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img {
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

.action_end {
	text-align: center; 
	padding: 10px; 
	margin: 10px 0px; 
	border: solid 1px #802B2B;
	background-color: #F1EBCF;
	color: #802B2B;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #802B2B !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #802B2B;
}

a:hover img {
	border-color: #A76C6C;
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td {
	vertical-align: top; 
}

.tar {
	text-align: right; 
}

.important {
	color: #802B2B;
}

.required {
	text-align: center;
	color: #802B2B;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #fff;
}

.good, 
.status1 {
	color: #456314;
}

.bad, 
.status0 {
	color: #802B2B;
}


/* AUTHORS STYLES */

/* list */

table.aut_list {
	width: 100%; 
}

table.aut_list td.aut_list {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666;
}

table.aut_list tr:first-child td {
	border-top: 0px; 
}

table.aut_list_det {
	width: 100%; 
}

table.aut_list_det td {
	width: 33%; 
	vertical-align: top; 
	padding: 0px 15px 0px 0px; 
}

td.aut_img {
	width: 1px; 
	text-align: center; 
}

.aut_name {
	font-size: 16px; 
	font-weight: bold; 
}

div.aut_filter {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px; 
	padding: 10px 0px; 
}

table.aut_filter {
	width: 100%; 
}

table.aut_filter td {
	vertical-align: top; 
	padding: 0px 15px 3px 0px; 
}

/* detail */

div.aut_img_float {
	float: right; 
	margin: 0px 0px 10px 10px; 
}

div.aut_img_float img {
	border: solid 1px #666; 
}

table.aut_detail_det {
	width: 100%; 
}

table.aut_detail_det td {
	width: 33%; 
	vertical-align: top; 
	padding: 0px 15px 0px 0px; 
}

table.aut_bus_cont {
	width: 100%; 
}

td.aut_bus_item {
	padding: 5px; 
}

td.aut_bus_item {
	border-top: dotted 1px black; 
	border-left: dotted 1px black; 
}

tr:first-child td.aut_bus_item {
	border-top: 0px; 
}

td.aut_bus_item:first-child {
	border-left: 0px; 
}

.aut_bus_map {
	text-align: center; 
	margin-top: 10px; 
}

div.aut_nav_cont {
	margin: 10px 0px; 
}

a.aut_nav:link,
a.aut_nav:active,
a.aut_nav:hover,
a.aut_nav:visited {
	border: solid 1px #4F4F4F; 
	text-decoration: none; 
	font-weight: bold; 
	color: white; 
	padding: 10px; 
	background-color: #802B2B; 
	background-image: url(/images/button_bg.png);
	display: inline-block}

a.aut_nav:hover {
	background-image: url(/images/button_up.png);
}

table.item_detail td.item_detail_td {
	vertical-align: top; 
	padding-bottom: 5px; 
}

table.item_detail td.item_detail_td:first-child {
	text-align: right; 
}

table.item_detail td input[type="text"] {
	width: 300px;  
}

table.item_detail td input[type="checkbox"] {
	margin: 0px 3px 0px 0px; 
}


/* BLOGS STYLES */

/* list */

div.blg_list_item {
	padding: 3px 0px;
	border-top: dotted 1px #666;
}

div.blg_list_item:first-child {
	border-top: 0px; 
}

.blg_list_img {
	float: right; 
	margin: 4px 0px 4px 10px; 
}

.blg_name {
	font-size: 16px; 
	font-weight: bold; 
	margin-top: 0px; 
	padding-top: 0px ;
}

.blg_aut {
	font-weight: bold;
	font-size: 11px; 
}

.blg_date {
	font-style: italic;	
}

.blg_link {
	text-align: right;
	clear: right; 
}

/* detail */

div.blg_img_float {
	float: right; 
	margin: 0px 0px 10px 10px; 
}

div.blg_img_float img {
	border: solid 1px #666; 
}

/* comments */

table.bc_list {
	width: 100%; 
}

table.bc_list td {
	vertical-align: top;
}

td.bc_comment_form {
	text-align: right;
	width: 1px; 
}

div.bc_comment_box {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 0px 10px; 
	border: solid 1px #999;
}

.bc_comments_result {
	text-align: center;
	font-weight: bold;
	color: #802B2B ;
}

textarea.bc_content {
	width: 250px; 
	height: 6em; 
}

div.bc_comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc_comment.row0 {
	background-color: #eee;
}

div.bc_comment.row1 {
	background-color: #fff;
}

div.bc_date {
	font-size: .8em; 
}

div.bc_name {
	font-size: .8em;
}

div.bc_content {
	margin-top: 10px; 
}

/* module */

div.blg_view_all {
	margin-top: 6px; 
	border-top: solid 1px #666;
}


/* EVENTS STYLES */

/* generic */


/* list */


/* detail */

table.ev.detail.img_add_cont {
	width: 100%; 
}

td.ev.detail.img_add_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
}

table.ev.detail.img_add_item {
	width: 100%; 
}

table.ev.detail.img_add_item td {
	text-align: center; 
}

/* module */


/* calendar */

.ev.cal.month {
	margin-bottom: 15px; 
	border: 1px solid #ccc ;
	padding: 5px ;
}

.ev.cal.month_name {
	background-color: #802B2B; 
	text-align: center; 
	color: #ffffff ;
	font-size: 20px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	font-style: italic ;
	padding: 5px ;
}

table.ev.cal.month_days {
	width: 100%; 
}

table.ev.cal.month_days td {
	padding: 0px; 
}

.ev.cal.day_name {
	text-align: center; 
}

.ev.cal.name {
	font-size: 1em;
	font-weight: normal;
	padding: 2px 5px;  
}

td.ev.cal.day {
	font-size: .9em; 
	border: solid 1px #666; 
	vertical-align: top; 
	height: 100px; 
	width: 14.28%; 
}

.ev.cal.day_num {
	float: right; 
	background-color: #eee; 
	width: 15px; 
	text-align: right; 
	border-bottom: solid 1px #666; 
	border-left: solid 1px #666; 
	padding: 2px; 
}

.ev.cal.today {
	background-color: #ddd; 
}

.ev.cal.name + .ev.cal.name {
	border-top: dashed 1px #ccc; 
}

/*  MAILING LISTS STYLES */

div.mailing_lists_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.mailing_lists {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.mailing_lists:first-child {
	border-top: 0px; 
}

div.mailing_lists_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.mailing_lists_link {
	text-align: right;
}

div.mailing_lists_teaser {
	
}

div.mailing_lists_subscribe {
	width: 300px; 
	margin: 15px auto; 
	padding: 10px; 
	background-color: #ccc ;
	border: solid 1px #999 ;
}

div.mailing_lists_subscribe_required {
	text-align: center;
	font-size: .7em ;
}

div.mailing_lists_subscribe_message {
	text-align: center; 
	margin: 10px 0px ;
}

table.mailing_lists_subscribe_form {
	width: 100%; 
}

table.mailing_lists_subscribe_form td {
	padding: 0px; 
}

td.mailing_lists_subscribe_form_label {
	white-space: nowrap; 
	width: 1%; 
}

table.mailing_lists_subscribe_form td input {
	width: 99%; 
}

div.mailing_lists_subscribe_form_button {
	padding-top: 5px; 
	text-align: right; 
}

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
