@import url("colorbox.css");
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin:0px;
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:-100px 0px;
}

a:link,a:visited{
	color:#efefef;
	text-decoration:none;
}

a:hover{
	color:#fc5700;
}

#wrap{
	margin:auto 0px;
	float:right;
	width:761px;
}
#header{
	float:left;
	clear:right;
	width:761px;
}

#header-left{
	width:32px;
	height:133px;
	background-image:url(images/header-left.png);
	float:left;
}

#header-middle{
	width:500px;
	height:133px;
	background-image:url(images/header-middle.jpg);
	float:left;
}

#header-right{
	width:229px;
	height:133px;
	background-image:url(images/header-right.jpg);
	float:left;
	clear:right;
}

#left{
	float:left;
	width:32px;
}

#content{
	float:left;
	width:500px;
	min-height:808px;
	vertical-align:top;
	background-image:url(images/content_bg.gif);
}

#right{
	float:left;
	width:229px;
	vertical-align:top;
}

h2{
	color:#fc5700;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0px;
	padding:0px;
}

h3{
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

.postedon{
	font-size:10px;
	font-style:italic;
	text-align:right;
	border-bottom:1px dotted #be2d79;
}

.td-bottom{
	border-top:1px dotted #be2d79;
	font-weight:bold;
}

#errorMessage{
	background-color:#dd0000;
	color:#fff;
	cursor:default;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding-left:25px;
	background-image:url(/images/exclamation.png);
	background-repeat:no-repeat;
	background-position:3px 5px;
	margin:3px 0px 0px 0px;
}

.note{
	background-color:#440929;
	border:1px solid #8a2b5e;
	color:#fff;
	cursor:default;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	padding-left:25px;
	background-image:url(/images/error.png);
	background-repeat:no-repeat;
	background-position:3px 5px;
	margin:3px 0px 0px 0px;
}

.input-text{
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#222;
	border:0px;
}

.input-submit{
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:10px;
	background-color:#3d9b9a;
	border:0px;
	color:#fff;
}

.input-submit:hover{
	background-color:#d61474;
	cursor:pointer;
}

.video-thumb{
	border:0px;
	padding:1px;
}

.video-wrap{
	border:1px dotted #be2d79;
	padding:2px;
}

.video-wrap:hover{
	cursor:pointer;
	border:1px solid #FF28EE;
}

.video-wrap{
	max-height:100px;
	overflow:hidden;
}

.video-caption{
	font-size:10px;
	width:120px;
	margin-top:5px;
	text-align:center;
}

#vid-explode-caption{
	position:absolute;
	top:0px;
	background:#ccc;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-color:#F7830E;
}

#gallery-inner{
	padding-left:30px;
	padding-right:30px;
}

#social{
	position:absolute;
	right:730px;
	top:400px;
}

#captcha-header{
	background-color:#D61474;
	color:#fff;
	cursor:default;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:25px;
	background-image:url(/images/shield.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
	margin:7px 0px 7px 0px;
}

#subscriber-header{
	background-color:#D61474;
	color:#fff;
	cursor:default;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:25px;
	background-image:url(/images/user.png);
	background-repeat:no-repeat;
	background-position:3px 5px;
	margin:7px 0px 7px 0px;
}

#refresh{
	width:16px;
	height:16px;
	background-color:#fff;
	background-image:url(images/arrow_refresh.png);
	background-repeat:no-repeat;
	background-position:3px 5px;
	padding:3px;
}

.icon{
	opacity:0.75;
	filter:alpha(opacity=75);
}
.icon:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
