*{margin:0; padding: 0;}

html, body {
	height: 100%; 
	width: 100%; 
	font-family: arial, helvetica, sans-serif;
}

body {background: #2B2B2B; margin-top: 10px;}


#container {
	margin: 0 auto; 
	padding: 0; 
	font-size: 12px;
}

/* sitewide link colors */
a img {border: 0}
a, a:visited {color: #666; font-weight: normal;}
a:hover {color: #000; font-weight: normal;}

.post .title a:hover, 
.post a:hover, 
.view-post a, 
.staff a:hover {color: #d41408;}

.byline a {
	font-weight: bold;
	text-decoration: none;
}

#footer a, 
#footer a:hover, 
#footer a:visited {color: #fff; text-decoration: none;}
/* end link colors */

p {margin-top: 10px}
#left-column ul {list-style-type: none;}

#header h1 {color: #999; position: relative; top: 31px; left: 10px}

#center-column h1 {color: #ccc; }

table {width: 100%; border-collapse: collapse;}
talbe tr td, table tr th {vertical-align: top; padding: 2px 5px;}
th {text-align: left;}
h1 {text-align: left; font-size: 25px;}
h2 {margin-bottom: 1em;}

.row1 {background: #bbb!important;}
.row2 {background: #ccc!important;}

.errorExplanation h2 {color: red;}

.clear {clear: both;}



#header {background: #2B2B2B;}

#footer {background: #000000;}

#header #right {
	padding: 5px; 
	float: right; 
	text-align: right; 
	width: 400px; 
	font-size: 12px;
}

#header {
	height: 75px; 
	font-size: 1.2em; 
	color:#fff; 
	clear: both;
}






.notice {
	color: green; 
	padding: .5em 1em .5em 0; 
	font-weight: bold; 
	margin: 0 auto; 
	position: relative;  
	background: #fff;
}

#footer {
	background: #d41408;
	padding: 10px;
	height: 17px;
	text-align: right;
	color: #fff;
	clear: both;
	font-size: 10px;
	font-weight: normal;	
}

hr {
	margin:15px 0px; 
	border-top:0px; 
	border-left:0px; 
	border-right:0px;
	line-height:0px;
	height:1px
}

/************************ paginator classes below (for "will_paginate" plugin)**********************************/
.pagination {
    padding: 0;
    margin: 0;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-weight: normal;
}
  
.pagination a {
	padding: 0;
    margin: 0;
    text-decoration: none;
    color: #666;
}

.pagination a:hover, .pagination a:active {
    border: none;
    color: #000;
}
  .pagination span.current {
    color: #999;
}

.pagination span.disabled {
    color: #ccc;
}

#back {
 background: #fff;
}

#next {
 background: #fff;
}
/************* end paginator ********************/