/* Body */

body {
	background:  url(/images/v2/carbon.png);
	padding: 0;
	margin:  0;
	color: #AAAAAA; 
}

div { color: #AAAAAA;  }


/* Links */

a {
   text-decoration: none;
   color: gray;
}

a:visited {
   color: gray;
}

a:hover {
   background-color: red;
   color: black;
} 

.logo a:hover {
  background-color: transparent !important;
  border: 0x !important;
  text-decoration: none !important;
}

a img {
	border:  1px solid #333333;
}

#nav a, #nav a:visited {
	color:  white;
}

#nav a:hover {
	color:  black;
}

.logo a, .logo a:hover, .logo a:visited { background-color: auto; }

/* Page Elements */

#sign_in td { font-family:  arial; font-size:  11px; }
.sign_in_input {
	border:  1px gray solid;
	font-family:  arial;
	font-size:  11px;
}

.content_box {
   border: 1px #222222 solid; 
   background-color: #111111; 
   padding: 7px; 
   margin-bottom: 10px;
}

.bookmarks {
	font-size: 90%;
}

.icon {
	border:  1px solid #333333;
}

.blog_title {
	font-size:  20px;
	color:  white;
	margin-bottom:  3px;
}

.blog_title a, .blog_title a:visited {
	color:  white;
}

.blog_title a:hover {
	color:  black;
}

/* Pagination */

/*Credits: Dhttp://www.dynamicdrive.com/style/csslibrary/item/css-pagination-links/#selectcodeynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #444444;
text-decoration: none; 
color: white;
}

.pagination a:hover, .pagination a:active{
border: 1px solid red;
color: #000;
background-color: #CC0000;
}

.pagination li.currentpage{
padding: 0 5px;
border: 1px solid red;
background-color: #CC0000;
color: black;
font-weight:  bold;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #444444;
color: gray;
background-color: #222222;
}

.pagination li.nextpage{
background-color:  #222222;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}



/* Toggle Links */

.toggle_link_on {
   color: red;
   font-weight: bold;
   background-color: auto;
}

.toggle_link_on:hover{
   color: black;
   font-weight: bold;
   background-color: red;
}

.toggle_link_on:visited {
   color: red;
   font-weight: bold;
   background-color: auto;
}


/* Headers */

h1, h2, h3, h4, h5 {
	margin:  0px;
	padding:  0px;
	color:  #CC0000;
	font-family: sans-serif;
	font-weight:  normal;
	line-height:  auto;
}


h2, h3 { color:  white; }
h2 { margin:  7px; }

.ch {
	font-size:  15px;
	color: white;
}

/* Block Elements */

p {
	line-height:  17px;
	color:  #CCCCCC;
}

h4 p {
	margin:  0px;
	padding:  0px;
}

li {
	margin-bottom:  5px;
	list-style-type:square;
	color:  gray;
}

/* Layout */

#top_fade {
	background-image:  url(/images/v2/black_top.png);
	height: 130px;
	position:  absolute;
	width: 100%;
	top: 0px;
	left:  0px;
}

* html #top_fade {
	background-image:  none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/v2/black_top.png',sizingMethod='scale');
}

#container {
  width: 675px;
  text-align: left;
	margin-left:  100px;

	height:   500px;
	color: #AAAAAA; 
	font-family:  arial;
	position:  relative;
}

#content {
	margin-top: 132px;
	border:  1px gray solid;			
	background-image:  url(/images/v2/carbon_bg_2.png);
	font-family:  arial;
	font-size:  12px;
	color: #EEEEEE;
}

#nav {
	text-align:  right;	
	position:  absolute;
	top:  132px;
	left:  0px;
	width:  90px;
	font-family:  arial;
	color:  white;
}

#right_nav {
	position:  absolute;
	top:  132px;
	left: 775px;
/*	width: 90px; */
	font-family:  arial;
	color:  white;
}

#footer {
	font-size:  12px;
	margin-top:  10px;
	margin-bottom:  10px;
	color:  #CCCCCC;
	text-align:  right;
}

/* Clear */

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* clear fix */
/* --------------------- */

.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear {display: inline-table; min-height:1%;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
