/* ############ */
/* Tag #B22222efines*/
/* ############ */

body { 	font-family: Verdana, Tahoma, Arial;font-size: 11px;color: #000; margin: 0px; padding: 0px; background: #FFFFEF; }
td,tr,table { font-size: 11px; }
img         { border: none; }
acronym     { border-bottom: 1px dashed #000000; cursor: help; }
form        { margin: 0px;  }
button      { padding: 0px; margin: 0px; }
a           { text-decoration: none; color: #000; }
/* General padding class */
.padding1 { padding: 4px; }
/* ############ */
/* Picture align */
/* ############ */

.box_left { float:left; clear:left; margin:0px 20px 10px 0px; } 
.box_right {  float:right; clear:right; margin:0px 0px 10px 20px; } 
.box_center { float:left; clear: both; text-align: center; margin: 0px auto; } 
/* 
############ 
Very Important/Global classes 
--------------------------------
For the most part, the classes below, and the "design specific styles" control
around 90% of the sites overall look 
############ 
*/

/* Catagory titles/links */
.cat_title, .cat_title:link, .cat_title:hover, .cat_title:visited {
	font-size: 19px;
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}

/* Section titles/links. Main title used throught the site */
.main_title {
	font-size: 18px;
	color: #000;
	font-weight:bold;
}

/* Main article title */
.article_title,.article_title:link,.article_title:hover, .article_title:visited {
	font-weight:bold;
	font-size:14px;
	color:#000;
}

/* Header for popops */
.popup_header {
	padding: 6px;
	width: 100%;
	background-color: #C7A317;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:middle;
}

/* Defines the look of large & Featu#CCCC99 article boxes */
.large_headline {
   border-top: 1px solid #E8E8E8;
   border-bottom: 1px solid #E8E8E8;
   padding: 4px;
   width: 100%;
   background-color: #FFFFEF;
}

/* Horizontal line used to seperate article listing types */
.article_sep {
	border-bottom: 1px solid #E3E3E3;
}

/* Misc */
.control_box {
	border: 1px solid #F1F1F1;
	background-color: #FFFFEF;
        padding: 3px;
}

/* ############ */
/* Design specific styles */
/* ############ */

/*  Main Site links at the very top of the page */
.title_links:link,.title_links:active, .title_links:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}
.title_links:hover { text-decoration:underline; }

/*  Defines the look of the RIGHT sidebar */
.left_sidebar {
	vertical-align:top;
	background-color:#FFFFEF;
	border-right: 1px solid #C7A317;
}

/* Defines the look of the LEFT sidebar */
.right_sidebar {
	vertical-align:top;
	border-left: 1px solid #E8E8E8;
}

/* Defines the look of the main site navigation bar, with the main links */
.site_navigation {
	background-color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	color: #ffffff;
	font-size: 11pt;
	vertical-align: middle;
}

/* Defines the look of the breadcrumb trail */
.breadcrumb_trail {
	background-color: #FFFFEF;
	padding-left: 5px;
	font-size: 12px;
	vertical-align:middle;
}

/* Defines the look of the copyright row */
.copyright_row { height: 20px; background-color: #FFFFEF; padding: 2px; }

/*  This style controls the site name text showed throughout every page */
.big_title {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
.title_area {
	background-color:#C7A317;
	color: White;
}

/*  Special Button used for quick search and others */
.blue_button { font-size: 9px; background-color: #FFFFEF; border: 1px solid #B22222; }

/*  General small text class, used in many places */
.small_text {
	color:#7B7B7B;
	font-weight:100;
	text-decoration:none;
}

/* ############ */
/* Form classes */
/* ############ */

.submit_button {
	font-size: 11px;
	font-weight:bold;
	padding:1px;
}
.regular_button {
	padding:1px;
    font-size:11px;
}
/* Basic form row, used in pretty much all forms */
.form_row {
	height: 25px;
	padding-right:8px;
	padding-left:8px;
	vertical-align:middle;
	text-align:left;
}
/* Box for special form elements. Used in: Search Form, Quick Comment */
.form_box {
	padding:5px;
	background-color: #FFFFEF;
	border: 1px solid #FFFFEF;
}
/* Form Divider for optional stuff */
.form_optional {
	background-color:#FFFFEF;
	padding:5px;
	vertical-align:middle;
}
.dropdown {
	padding:2px;
	font-size: 10px;
}

/* ########### */
/* Article Display elements, used when viewing an INDIVIDUAL article */
/* ########### */

/* A box used for article elements. I.E. - Article Tools, author info, article page links, etc. */
.article_box {
	border: 1px solid White;
	background-color:White;
    clear:right;
	float:right;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 5px 5px;
	width: 250px;
}

/* Custom feild box in article view */
.custom_feild {
	font-size: 12px;
	padding: 5px;
}

/* Highlighted words in article view will use this class */
.highlite_word {
	color:#990000;
	background-color:#CCCCCC;
}


/* ### Author information boxes */
.author_title {
   font-weight: bold;
   margin: 2px 0px 8px 0px;
   font-size: 11px;
}
.author_pic { float: right; margin: 2px 2px 2px 2px; }

/* ############ */
/* Navigation classes */
/* ############ */


.right_panel_title {
	padding-left: 4px;
	height: 21px;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
		text-decoration: none;
	
}

/* Table for sidebar sections (Right side) */
.right_panel_table {
	width: 100%;
	font-size: 12px;
}

/* Table for sidebar sections (Left side) */
.left_panel_table {
	font-size:10px;
}

/* Table for sidebar sections (Left side) */
.left_panel_title {
	background-color: #FFFFEF;
	padding: 6px;
	font-size:11px;
	font-weight:bold;
}

/* ############ */
/* article listing/display styles */
/* ############ */

/* Box used to enclose author information in article list */
.info_box {
	height: 100%;
	padding: 2px;
	border-left: 1px solid White;
	float:right; 
	clear:right; 
	margin:0px 0px 10px 20px; 
    width: 220px; 
}

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

/* ############ */
/* Search Classes */
/* ############ */

/* Styles for showing whether viewing article/comment results */
.search_selected { font-weight:bold; padding:3px; }
.search_deselected { padding: 3px; }

/* Style for title of results */
.search_result_title:link, .search_result_title {
   font-weight: bold;
   text-decoration: underline;
   font-size: 13px;
}

/* ######################### */
/* inline error/messages */
/* ######################### */

.inline_message {
	border: 1px solid #CD5C5C;
	background-color: #FFFFEF;
	padding: 6px;
	font-size: 11px;
    width: 100%;
}
.inline_message_title { font-weight:bold; }
.inline_message_row { font-weight:100; vertical-align: middle; }

/* ############ */
/* Comment styles */
/* ############ */

/* Divides individual comments */
.com_divider {
	border-top: 1px solid #000;
	width: 100%;
}

/* ############ */
/* Misc */
/* ############ */

/* A tag that exists if a user can edit an article/comment */
.edit_box { padding: 2px; border: 1px solid #E8E8E8; background-color: #FFFFEF; }

/*  Javascript Classes */
.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=5);
	z-index:	10000;
}
hr 
{
	margin-left: 6px;
}

.side_cats_main, {
	padding-left: 3px;
	padding-right: 3px;
			background-color:#C7A317;
	color: White;
			text-decoration: none;
			font-weight: bold;
display: block;

}


.side_cats_main_text,.side_cats_main:link,.side_cats_main:hover, .side_cats_main:visited  {
	color: #ffffff;
			text-decoration: none;
			font-weight: bold;
display: block;

}
.side_cats_main_text:hover,.side_cats_main_text:visited,.side_cats_main_text:active {
	color: #000000;
			text-decoration: none;
			font-weight: bold;
display: block;

}
/* Selected cat in sidebar cat list */
.selected_cat {
	padding-left: 3px;
	padding-right: 3px;

	background-color: #FFFFEF;

color: #000000;
			text-decoration: none;
			font-weight: bold;
display: block;

			
}

.selected_cat:hover,.selected_cat:link,.selected_cat:visited,.selected_cat:active {
	color: #000000;
			text-decoration: none;
			font-weight: bold;
display: block;

}


