/* **************************************
 *	    DEFAULT THEME CSS           *
 ************************************** */

/* BODY */
body {
	color: #262626; 
}

/* DEFAULTS */

h1, h2, h3, h4 { 
	margin-bottom: 0.2em; 
	font-weight:normal;
}
p { 
	padding: 0.5em 0 0.5em 0; 
	margin-bottom: 0.6em;
}

ul { list-style-type: none; margin-bottom: 0.3em; }
li { padding: 0.5em 0 0.5em 0; margin-left: 0; }
a { text-decoration: none; color: #821A1A; }
a:hover { color: #00c; background-color: #f8f8f8; }
form { padding: 1.0em; }
td { padding: 0.5em; }
small { font-size: 0.8em; }
del { text-decoration: line-through; }

/* LAYOUT */

.clear	{ clear: both; margin: 0; line-height: 0em; height: 0; } /* need line-height for IE */

/* ANNOUNCEMENTS */

#announcement {
	background-color: #f8f8f8;
	border-bottom: 1px solid #262626;
	padding: 0.4em;
	text-align: center;
}

/* HEADER */

#header { margin-left: 1.5em; margin-top: 0.6em; margin-bottom: 0.6em;}
#hd_title { float: left; }
#hd_title h1 { font-family: Verdana, Arial, sans-serif; Helvetica, Arial, display: inline; font-size: 2em; margin-right: 0.5em; text-shadow: 0.2em 0.2em 3px #999999;}    /* Site title */
#hd_title h1 a { color: #000000; font-weight: bold; text-shadow: 0.2em 0.2em 3px #999999;}
#hd_title h1 a:hover { color: #0188C6; font-weight: bold; text-shadow: 0.2em 0.2em 3px #999999;}
#hd_title h4 { display: inline; font-size: 1.1em; font-weight: normal;}

#navigation { margin-top: 0; padding: 0.3em 0 0.3em 0; background-color: #B42E2E; border-top: 1px solid #000; border-bottom: 1px solid #000;} /* wraps the navigation bar */
ul.navigation { float: left; list-style: none; margin: 0 0 0 0.6em; text-transform: uppercase; }
ul.navigation li { display: inline; font-size: .7em; font-weight: bold; }
ul.navigation li a { color: #F7F7F7; padding: 0 0.7em 0 0.7em; }
ul.navigation li a:hover { background-color: #B42E2E; color: #c00; }
ul.navigation li a img { vertical-align: middle; }
li#navigation_active a { color: #F9D50E; }
ul.nav_right { display: inline; float: right; }
#rss_icon { margin-top: -0.1em; }

#header_end { /* wraps the categories bar, etc. */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 0em; 
	margin-bottom: 0em;
	background-color: #B42E2E; 
	color: #FFF;
	font-size: .9em;
} 

#header_end a { /* wraps the categories bar, etc. */
	background-color: #B42E2E; color: #FFF;
	margin-top: 0em; 
	margin-bottom: 0em;
	font-size: .9em;
} 

#header_end a:hover { /* wraps the categories bar, etc. */
	background-color: #000; color: #fff;
	margin-top: 0em; 
	margin-bottom: 0em;
	font-size: .9em;
} 

/* BODY */

#main {
	padding-right: 2.0em;
	border-right: 1px solid #d0d0d0;
}

.message {
	margin: 1.0em auto 1.0em auto;
	width: 90%;
	padding: 0.8em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.green    { background-color: #99FF66; }
.yellow   { background-color: #fbe760; }
.red      { background-color: #FF6A55; color: #ffffff; }
.bold_red { color: red; font-weight: bold; }

h3 a { text-decoration: none; color: #000000; }
h3 a:hover { color: #cc0000;}

/* SITE CLOSED MESSAGE */

#site_closed { background-color: #fff; border-top: 2px solid #262626; border-bottom: 2px solid #262626; 
		text-align: center; margin-top: 4em; font-size: 1.6em; line-height: 1.8em; }
		
#site_closed_admin_link { font-size: 8pt; margin-top: 1.0em; }

/* BREADCRUMBS */

#breadcrumbs {
	font-size: 0.86em;
	margin-bottom: 1.0em;
}

/* PAGINATION */

#pagination {
	font-size: 0.9em;
	margin-top: 2.0em;
	text-align: right;
}

#pagination a {
	display: inline;
	padding: 0.3em 0.7em 0.3em 0.7em;
	border:solid 1px #F0F0F0;
}

#pagination .pagi_current {
	color: #fff;
	background-color: #262626;
	font-weight: bold;
	padding: 0.3em 0.7em 0.3em 0.7em;
	border:solid 1px #444444;
}

#pagination a:hover {
	border:solid 1px #444444;
	text-decoration: none;
}

/* FORMS */
input.submit {
	margin-top: 0.4em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	font-weight:bold;
}

/* SIDEBAR */

#sidebar { padding: 1.0em; }
#sidebar ul li { padding: 0.5em; border-bottom: solid 1px #f0f0f0; }
#sidebar a { color: #000000; }
#sidebar a:hover { color: #c00; }

/* FOOTER */

#ft {
	background-color: #ffffff;
	border-top: 0.1em solid #888;
	margin: 0.5em 0 0.5em 0;
	padding-left: 0.5em;
	text-align: left;
	font-size: 1.0em;
}

.debug { font-size: 0.8em; }

/* voting */
.vote_button_top, .vote_button_bottom {
	background: none;
	border: 0 none;
}
.vote_up a {
	background:transparent url('../images/vote_up.gif') no-repeat scroll 0 0;
	color: green;
	width="8" 
	height="12"
	}
.vote_color_top {
	border: 0 none;
	background: none;
	}		
.vote_button_count {
	font-size:1em;
	font-weight:bold;
	line-height:0.5em;
	width:40px;
	color: #000;
}
.vote_color_new {
	background: none;
	border: 0 none;
	}
/* end voting */

