/* PAGE STRUCTURE */

body {
	background-color : #00091a;
	background-image: url(../../../images/Landing2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	}

#container{
	width:900px;
	margin:0 auto;
	}

#topbar{
	width:auto;
	display:block;
	height:180px;
	background:url(../../../images/header1.png) repeat-x;
	}

#navbar{
	width:auto;
	display:block;
	height:30px;
	}

#main{
	width:auto;
	display:block;
	background-color : #E5DBCF;
	background-image: url(../../../images/Dropshadow.png);
	background-repeat: repeat-x;
	}
	
#column_left{
	width:180px;
	margin-right:20px;
	float:left;
	text-align: left;
	}
	
#column_right{
	width:700px;
	float:left;
	text-align: left;
	}
	
#footer{
	width:auto;
	background:url(../../../images/Landing3.jpg) repeat-x;
	display:block;
	height:171px;
	border:0px;
	text-align:left;
	font-size: 9px;
	color: #555555;
	}

/* div.spacer, solve an issue with #container height */

div.spacer{
	clear:both;
	height:10px;
	display:block;
	}

/* column left navigation */

#side-nav{
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	}

#side-nav a{
	border-left:5px;
	font-size:11px;
	color:#000;
	text-decoration:none;
	}

#side-nav a:hover{
	color:#0066CC;
	text-decoration:none;
	}

#side-nav h1{ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
} 

#side-nav strong{ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	color: black;
	padding:2px;
	} 

/* Feed */

a.feed-button {
	display:block;
	width:96px;
	height:96px;
	margin:0 auto;
	padding-left:26px;
  background:url("../../../images/rss.png") 0 0 no-repeat;
  text-decoration: none;
	}
	
/* Main page */

#mainleft {
	width:33%;
	float:left;
	padding-bottom:10px;
	}
	
#maincenter {
	width:34%;
	float:left;
	padding-bottom:10px;
	}
	
#mainright {
	width:33%;
	float:left;
	padding-bottom:10px;
	}
	
#maintop {
	width:50%;
	float:left;
	padding-bottom:10px;
	}
	
#mainbottom {
	width:50%;
	float:right;
	padding-bottom:10px;
	}
	
#maindiv {
	width:100%;
	float:left;
	padding-bottom:10px;
	}
	
#maindiv strong{ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	color: black;
	padding:2px;
	} 
	
img.pictures {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Hx styles */

h1 {
	font-size: 13px;
	margin-bottom: 0.25em;
	letter-spacing:-1px;
	font-weight: bold;
	}
	
/* main page headers */
	
a.button{
	background:url(../../../images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	font-size: 13px;
	height:30px;
	line-height:29px;
	margin-bottom:5px;
	text-decoration:none;
	width:191px;
}
a:hover.button{
	color:#0066CC;
}

.fonts{
		background:url(../../../images/font.png) no-repeat 10px 7px;
		text-indent:35px;
		display:block;
	}

#pagination-digg li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-digg a           { border:solid 1px #9aafe5; margin-right:2px; }
#pagination-digg .previous-off,
#pagination-digg .next-off   { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination-digg .next a,
#pagination-digg .previous a { font-weight:bold; }	
#pagination-digg .active     { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ margin-right:2px; }
#pagination-digg a:link, 
#pagination-digg a:visited   { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-digg a:hover     { border:solid 1px #0e509e; }

/* image space */

img.floatLeft {
    float: left;
    margin: 4px;
}

img.floatRight {
    float: right;
    margin: 4px;
}

.special {
	display:none;
}

/* Footer */

#footleft {
	width:33%;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	font-weight: bold;
	}
	
#footcenter {
	width:34%;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	font-weight: bold;
	}
	
#footright {
	width:33%;
	float:left;
	padding-top:5px;
	padding-bottom:10px;
	font-weight: bold;
	}
	
#footer {
	font-size:9px;
	color:#ffffff;
	}

#footer a{
	border-left:5px;
	font-size:9px;
	color:#fff;
	text-decoration:none;
	}

#footer a:hover{
	color:#0066CC;
	text-decoration:none;
	}


/* login form */

div.box{
	clear:both;
  margin: 4px;
	display:block;
	}
	
box strong{ 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	color: black;
	padding:2px;
	} 
	
label{
	float: left;
	width: 120px;
	font-weight: bold;
	}

textarea{
	width: 180px;
	margin-bottom: 5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px;
	width: 250px;
	height: 150px;
	}

.boxes{
	width: 2em;
	margin-bottom: 0px;
	}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	}

/* graphics site */

.smalltext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	}
	
.medtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.setperpageselect {
	font-family: Georgia, "Times New Roman", Times, serif;
  color: #0f5475;
  font-size: 11px;
	}

.categoryselect {
	font-family: Georgia, "Times New Roman", Times, serif;
  color: #0f5475;
  font-size: 11px;
	}
	
.maincat {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
	}
	
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
	}
	
.imagerow1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.new {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FF0000;
	}
	
.row2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.row1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}

.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
	}

.head1:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
	}
	
.smilie {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none; cursor:hand;
	}
	
.sitemapinfo {
  font-size: 9px;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	color: #8794A7;
	}
	
.sitemaprow1 {
  background-color: #e1e1e1;
  color: #004c75;
	}

.sitemaprow2 {
  background-color: #efefef;
  color: #004c75;
	}

/*-- pm thingie -------------------------------------------------*/ 

.msg0 { 
background-color: #FFCECE; 
color: #2F6B9D; 
} 
.msg1 { 
background-color: #CEFFDD; 
color: #2F6B9D; 
} 

.msg_good { 
  background-color: #CEFFDD; 
  font-weight: bold; 
   border: 1px solid #5E6C80; 
   padding: 3px 3px 3px 3px ; 
   margin: 3px 0px 3px 0px ; 
} 

.msg_error { 
  background-color: #FFCECE; 
  font-weight: bold; 
   border: 1px solid #5E6C80; 
   padding: 3px 3px 3px 3px ; 
   margin: 3px 0px 3px 0px ; 
} 

.msg_plain { 
  background-color: transparent; 
  font-weight: bold; 
   border: 1px solid #5E6C80; 
   padding: 3px 3px 3px 3px ; 
   margin: 3px 0px 3px 0px ; 
} 
/*--BBCode--------------------------------------------------*/ 
input.bbcbutton { 
   background-color : #EFEFEF; 
   color : #000000; 
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; 
} 
.helpline { 
  width: 300px; 
  height: 30px; 
  overflow: hidden; 
   background-color: transparent; 
   border-style: none; 
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; 
   font-size : 10px; 
   color: #666666; 
} 
div.quotehead { 
   font-size: 11px; 
   color: black; 
   padding: 0px 24px 0px 24px ; 
} 
div.quoteblock { 
   border: 1px solid #5E6C80; 
   font-size: 10px; 
   padding: 8px 8px 8px 8px ; 
} 
div.codehead { 
   font-size: 11px; 
   color: black; 
   padding: 0px 24px 0px 24px ; 
} 
div.codeblock { 
   border: 1px solid #5E6C80; 
   font-family: Courier, 'Courier New', sans-serif; 
   font-size: 10px; 
   padding: 8px 8px 8px 8px ; 
   background-color: #F5F5F5; 
   white-space: pre; 
} 
/*--PM Mod--------------------------------------------------*/
.username_input {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 11px;
  width: 140px;
}
.username_input_button {
  font-family:  Tahoma,Verdana,Arial, Helvetica, sans-serif;
  background-color: #003366;
  color: #fcdc43;
  font-size: 11px;
  font-weight: bold;
  width: 120px;
}

.voted {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 9px;
	}
.thanks {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 9px;
	}
.static {
  color:#7C6843;
  font-size: 9px;
	}
