@charset "utf-8";
/* By Brainwaves */
/* CSS Document */

body {
	background:#3B96BC url(images/bg.png) repeat-x top left;
	margin:0px;
	padding:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color: #fff;
}

img
{
	border:none;
}

a:link, a:visited
{
	color: #84252c;
	text-decoration: none;
	text-decoration:underline;
}

a:active, a:hover
{
	color: #ab1924;
	text-decoration: underline;
}

#wrap-out {
	margin:0;
	background: url(images/header.png) top center no-repeat;
	width:100&;
	height:200px;
}

#wrap-in {
	width:940px;
	margin:auto;
}

#wrap-in-sub {
	float:left;
}

.img-heading {
margin-bottom:1px;
}

#check-links {
	width:781px;
	margin-top:30px;
	margin-left:77px;
	margin-bottom:30px;
	float:left;
}

#check-links #ad
{
	float:left;
	width:127px;
	margin-left:33px;
	overflow:hidden;
	margin-top:27px;
}

/* check links form */
#check-links form
{
	width:621px;
	float:left;
}

#check-links textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    display: block;
	width:605px;
	height:209px;
    background: transparent url(images/link-box.png) no-repeat top left;
	border:none;
	color:#fff;
	margin-bottom:12px;
	padding-top:9px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:6px;
	margin-left:2px;
   max-width: 621px; /* safari rezise disable */
   max-height: 225px; /* safari rezise disable */
   outline: 0; /* safari glow */
} 

#check-links input[type="submit"]
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    display: block;
	width:176px;
	height:45px;
    background: transparent url(images/check-button.png) no-repeat top left;
	border:none;
	color:#fff;
	margin-top:12px;
}

#check-links label
{
	font-size:11px;
} 

#check-links input[type="checkbox"]
{
	margin:0;
	margin-left:3px;
	margin-right:7px;
} 

.divider
{
	margin:0;
	padding:0;
	float:left;
	width:940px;
	height:34px;
    background: transparent url(images/divider.png) no-repeat top left;
	border:none;
	outline:none;
	
}

/* Content box */
#content-box {
	margin-top:22px;
	margin-left:34px;
	float:left;
	margin-bottom:29px;
}

#content-box ul {
	margin:0;
	padding:0;
	float:left;
	margin-left:35px;
}

#content-box li a {
	color:#fff;
	text-decoration:none;
}

#content-box li a.hot {
	color:#6C1922;
}

#content-box li a:hover {
	text-decoration:underline;
}

#content-box li {
	margin:0;
	padding:0;
	background: transparent url(images/star.png) no-repeat top left;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	padding-left:30px;
	padding-bottom:4px;
	padding-top:2px;
}

/* Footer styles */

#footer {
	width:940px;
	float:left;
	margin-top:13px;
	margin-bottom:18px;
}

/*LINK CHECKER STATUS STYLES */
#loadingimg {
	margin-top:10px;
	float:left;
	text-align:center;
	width:621px;
}
#link-status {
	margin-top:18px;
	float:left;
	width:621px;
	font-weight:bold;
}
#link-status .g 
{
	text-align:center;
	color:#31e20e;
}
#link-status .y 
{
	text-align:center;
	color:#f4e21d;
}
#link-status .r 
{
	text-align:center;
    color:#ca0101;
}
#link-status .n 
{
	text-align:center:;
    color:blue;
}