
/*HTML styles */

body, p, li, div, td {
	line-height: 19px ;
	font-size: 12px ;
	font-family: verdana, arial, sans-serif ;
}

body {
	background-image: url(/images/page_bg.gif) ;
	background-position: center ;
	background-attachment: fixed ;
	margin: 0px ;
	color: #000 ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

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

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

h1 {
	font-size: 32px ;
	letter-spacing: -3px ;
	text-transform: lowercase ;
	font-weight: normal ;
	line-height: 36px ;
	margin-top: 0px ;
	color: #AC0000 ;
}

h2 {
	font-size: 18px ;
	text-transform: lowercase ;
	letter-spacing: -1px ;
	font-weight: normal ;
	line-height: 22px ;
	margin-top: 0px ;
	color: #AC0000 ;
}

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	border: 1px solid #780000 ;
	background: #AC0000 ;
	color: #fff ;
	text-decoration: none ;
	font-size: 18px ;
	line-height: 22px ;
	letter-spacing: -1px ;
	text-transform: lowercase ;
	padding: 8px 12px ;
	text-align: center ;
	display: block ;
	margin: 5px 5px ;
}

a.button:hover {
	border: 1px solid #fff ;
	background: #780000 ;
}

#content {
	padding: 15px ;
}

a:link {
	color: #AC0000 ;
}
a:active,a:visited {
	color: #333333 ;
}
a:hover {
	color: #F70000 ;
}

.col_L {
	float: left ;
	width: 49% ;
}
.col_R {
	float: right ;
	width: 49% ;
}

.MB {
	border: 1px solid #AC0000 ;
	background: #fff ;
	padding: 1px ;
	margin-bottom: 15px ;
}
.MH {
	background: #AC0000 ;
	padding: 8px 12px ;
	font-size: 18px ;
	text-transform: lowercase ;
	color: #fff ;
	letter-spacing: -1px ;
}
.MC {
	padding: 10px ;
}

.float {
	float: right ;
	margin: 0px 0px 5px 15px ;
	clear: right ;
}
.border {
	padding: 1px ;
	background: #fff ;
	border: 1px solid #AC0000 ;
}
img.small {
	width: 200px ;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

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

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

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

/*Misc Standard Styles*/

.important {
	color: #711028;
}

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

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

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

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

.bad, .status0 {
	color: #711028;
}


/* BLOGS STYLES */

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

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

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

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

div.blogs_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blogs_date {
	font-style: italic;
	font-size: 1em; 
}

div.blogs_link {
	text-align: right;
}

img.blogs_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blogs_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blogs_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

table.blogs_comments {
	width: 100%; 
}

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

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

div.blogs_comment_action_end {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
	margin-bottom: 10px; 
}

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

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

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

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

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

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

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

.rightbar {
	color: #fff;
}

.rightbar a,
.rightbar a:link,
.rightbar a:active,
.rightbar a:hover,
.rightbar a:visited {
	color: #AC0000;
}

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
div.rightbar a:link,
div.rightbar a:active,
div.rightbar a:visited,
div.rightbar a:hover {
	color: #fff ;
	text-decoration: underline ;
}

div.rightbar a:hover {
	color: #ff0 ;
}

.shareThis {
	float: right ;
	margin-left: 20px ;
}

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

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