/* top elements */
* { 
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal .70em/1.6em Verdana, Tahoma, sans-serif;
	color: #BDBDBD;
	background: #000;
	text-align: center;	
}
/* links */
a {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: inherit;	
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;	
}

h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase; font-weight: bold;}
h3 { font-size: 1.3em; font-weight: bold; }
hr { color: #FFFF66; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FFF;
}

/* images */
img {
	border: 3px solid #555;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px solid #555;
}
a:hover img {  
  border: 3px solid #CCC !important; /* IE fix*/
  border: 3px solid #555;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #0A1646;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	border: 1px solid #ccc;
	margin: 10px;
 	padding: 0 0 0 20px;  	
  	background: #0A1646;	
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	margin: 10px 15px; 
	padding: 0;
	background: #0A1646;	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform form{
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0; 
	width: 145px;
	border: 1px solid #777; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FFF;
	border: 1px solid #f2f2f2;
	color: #333;	
	width: 65px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	overflow: hidden;	
	background: #212B5C url(../images/bg.jpg) repeat-x 0 0; 
	margin: 10px auto 0 auto;	
	text-align: left;		
  	border-color: #444;
	border-style: solid;
	border-width: 1px 1px 5px 1px;	
}	
#wrap, #footer-wrap {
	width: 95%;
}

/* header */
#header {
	position: relative;
	height: 110px;	
	background: #7F8082 url(../images/header-bg.jpg) repeat-x 0% 100%;
	border-bottom: 5px solid #444;		
}
#header h1#logo {
	position: absolute;
	top: 5px; left: 10px;
	margin: 0; padding: 0;
	font: bolder 50px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;	
}
#header h2#slogan {
	position: absolute;
	top: 50px; left: 130px;
	color: #FFF;
	text-indent: 0px;
	font: bold 12px Tahoma, 'Trebuchet MS', Sans-serif; 
	text-transform: none;	
}

/* content-wrap */
#content-wrap {
	clear: both;
	float: left;
	margin: 0; padding: 0;
	overflow: hidden;
	width: 100%;
}

/* box */
.box {
	#margin: 10px 15px;			
	border: 1px solid #0A1646;	 	
	background-color: #1B2455;	
}

/* main */
#main {
	float: left;
	width: 76%;
	min-height: 100%;
	position: relative;
	padding-top: 20px;
}
#main .box {
	margin-left: 5px;
}

#main ul.faq: li {
        display: inline;
        list-style: none;
}

#main ul.faq li a {
        display: block;
        padding: 2px 5px 2px 15px;
        text-decoration: none;
        color: #CCC;
        #font-weight: bold;
        font: bold 1.3em 'Trebuchet MS', Tahoma, verdana,  sans-serif;
}

#main ul.faq li a:hover {
  color: #FF0000;
}

/* submission box */
.link_submit_box {
	position: relative;
	margin-left: 0px;
	height: 300px;
	#margin: 20px 0 5px 270px;
	#border: 1px solid #0A1646;	 	
	background-color: #1B2455;
}

.link_submit_box form {
        margin: 10px 15px;
        padding: 0;
        background: #0A1646;
}

.link_submit_box .table-wrapper {
	border: 1px solid #fff;
	width: 100%;
}

.link_submit_box .table-left {
	width: 50%;
}

.link_submit_box .table-right {
}

.link_submit_box .middle-separator {
       	width: 1px; 
	background: #000;
        border: 1px solid #eee;
}

.link_submit_box label {
        display:block;
        font-weight:bold;
        margin: 5px 0;
}

.link_submit_box input {
        padding: 2px;
        border: 1px solid #eee;
        font: normal 1em Verdana, sans-serif;
	height: 14px;
	background: #000000;
        color: #fff;
}

.link_submit_box input#verify_code {
        font: normal 1.5em Verdana, sans-serif;
	height: 20px;
	width: 125px;
	margin: 5px 0;
	background: #000000;
	color: #FFFF66;
}

.link_submit_box textarea {
        width: 250px;
        padding:2px;
        font: normal 1em Verdana, sans-serif;
        border:1px solid #eee;
        height:100px;
        display:block;
        color:#777;
}

.link_submit_box input.button {
        margin: 0;
	height: 20px;
        font: bold 1em Arial, Sans-serif;
        border: 1px solid #CCC;
        background: #FFF;
        padding: 2px 3px;
        color: #333;
}

/* contact us box */

.contact_us_box {
        position: relative;
	margin-left: 5px;
        height: 380px;
        #border: 1px solid #0A1646;
        background-color: #1B2455;
}

.contact_us_box form {
        margin: 10px 15px;
        padding: 0;
        background: #0A1646;
}

.contact_us_box .table-wrapper {
        border: 1px solid #fff;
        width: 100%;
}

.contact_us_box .table-left {
        width: 50%;
}

.contact_us_box .table-right {
}

.contact_us_box .middle-separator {
        width: 1px;
        background: #000;
        border: 1px solid #eee;
}

.contact_us_box label {
        display:block;
        font-weight:bold;
        margin: 5px 0;
}

.contact_us_box input {
        padding: 2px;
        border: 1px solid #eee;
        font: normal 1em Verdana, sans-serif;
        height: 14px;
        #background: #000000;
        color: #000000;
}

.contact_us_box input#verify_code {
        font: normal 1.5em Verdana, sans-serif;
        height: 20px;
        width: 125px;
        margin: 5px 0;
        background: #000000;
        color: #FFFF66;
}
        
.contact_us_box textarea {
        width: 350px;
        padding:2px;
        font: normal 1em Verdana, sans-serif;
        border:1px solid #fff;
        height:100px;
        display:block;
        color:#000;
}

.contact_us_box input.button {
        margin: 0;
        height: 20px;
        font: bold 1em Arial, Sans-serif;
        border: 1px solid #CCC;
        background: #FFF;
        padding: 2px 3px;
        color: #333;
}

/* sidebar */
#sidebar {
	float: right;
	margin: 0;
	padding-top: 20px; 	
	width: 23%;
}
#sidebar h1 {
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
       	color: #FFFF66; 
}
#sidebar ul.sidemenu {
	margin: 0 0 0 15px; padding: 0;	
	#background: #242424;		
	border-top: 5px solid #444;
}
#sidebar ul.sidemenu li {
	display: inline;
	list-style: none;		
}
#sidebar ul.sidemenu li a {
	display: block;	
	padding: 2px 5px 2px 15px;   
	text-decoration: none;
	color: #CCC;
	#font-weight: bold;  
	font: bold 1.3em 'Trebuchet MS', Tahoma, verdana,  sans-serif; 
} 
#sidebar ul.sidemenu li a:hover {
  color: #FF0000;
  #background: #A0A0A0;  
}

#sub_sidebar {
	position: relative;
	width: 250px;
        margin: 0;
        padding-top: 20px;
}
/* Footer */
#footer-wrap { 
	clear: both; 
	color: #FFF; 
	background: #000; 
	margin: 0 auto;
	padding: 0; 
	font-size: 88%;
}
#footer-wrap a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer-wrap .footer-left{
	float: left;
	width: 65%;	
	padding-bottom: 20px;	
}
#footer-wrap .footer-right{
	float: right;
	width: 30%;			
	padding-bottom: 20px;
}

/* menu tabs */
#header ul {
	position: absolute;
	top: 20px; right: 20px;
	margin:0; padding: 0;
	list-style:none;
	font: bold 1.3em 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	height: 2.3em;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float: left;
   margin:0;
   padding:3px 10px 2px 10px;
   text-decoration:none;	
	color: #CCC;
}
#header a:hover {
   	color: #FF0000;
	border-top: 2px solid #CCC;	
}
#header #current a {
   	color: #FF0000;
	border-top: 2px solid #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear 	{	clear: both; }
.gray  	{	color: #A0A0A0; }
.red	{	color: #FF0000; }
.yellow {	color: #FFFF66; }
.bluish {	color: #66FFFF; }
.purple {	color: #9900CC; }

.comments { 
	#text-align: right; 
	padding: 7px 15px;
	margin: 20px 15px 15px 15px;
	background: #0A1646;	 
}

.paging {
	text-align: right;
	padding: 7px 15px;
	margin: 20px 15px 15px 15px;
	border: 1px solid #A0A0A0;
	background: #0A1646;
}

.paging a {
	font-size: 1.5em;
	color: #FFFF66;
	text-decoration: none;
}

.paging a:hover {
	color: #FF0000;
}

/* submitted links */
#main .submitted_links a {
	font-size: 1em;
	text-decoration: none;
}

#main .submitted_links a:hover {
	color: #FF0000;
}

#main .submitted_links#:clicks {
	font-size: 1em;
}

#link_container { 
	position: relative; 
        padding: 0 0 0 5px;
	margin: 0px 15px 5px 15px;
        background: #0A1646;
	border: 1px solid #ccc;
        font: bold 1.0em/1.5em 'Trebuchet MS', Sans-serif;
}

.link_image {
	float: left;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
}

.link_title {
	text-decoration: none;
	width: 80%;
}

.link_title_image {
	text-decoration: none;
	height: 135px;
	width: 80%;
}

.link_broken {
	position: absolute;
	top: 0;
	left: 66%;	
	width: 15%;	
	text-align: center;
}

.link_spam {
	position: absolute;
	top: 0;
	left: 82%;
	text-align: center;
	width: 15%;
}
}

/* modal logic */

#overlay {
        #background-image: url(../images/overlay.png);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 90;
        width: 100%;
        height: 100%;
	background-color:#000;
    	filter:alpha(opacity=40);
    	-moz-opacity: 0.4;
    	opacity: 0.4;
}

* html #overlay {
        background-color: #333;
        background-color: transparent;
        background-image: url(blank.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
                        src="../images/overlay.png", sizingMethod="scale");
}

#box {
        color: #FFF;
        width: 300px;
        background: #2d2d2d;
        padding: 10px;
        border: 2px solid #eee;
}

#close {
        position: absolute;
        top: -5px;
        right: -5px;
        cursor: pointer;
}

/* date container */
#date-container {
	margin-bottom: 50px;
}

#date-container .left {
	position: absolute;
	left: 0;
}

#date-container .right {
	position: absolute;
   	right: 0;
   	text-align: right; /* depends on element width */
}

