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

/*
DESIGNED AND DEVELOPED BY GO NEW CLEAR PRODUCTIONS | gonewclear.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.clr {
	clear:both;
}

body {
	font-family:Segoe UI,Arial,Verdana,sans-serif;
	font-size:14px;
	background-color:#1a1a1a;
	background-position:top;
	margin:20px 0px 0px 0px;
}

#container {
	width:950px;
	margin:auto;
	position:relative;
	right:1px;
}

#dst_success_msg {	
	color:#d81e05;
	background-color: #161616;
	font-size:15px;
	font-weight:bold;
	height:40px;
	padding:5px 0px;
	text-align:center;
	width:100%;
	position:absolute;
	top:0;
	z-index:99;	
}

#dst_error_msg {	
	color:#FFFFFF;
	background-color:#d81e05;
	font-size:15px;
	font-weight:bold;
	height:40px;
	padding:5px 0px;
	text-align:center;
	width:100%;	
	position:absolute;
	top:0;
	z-index:99;
}

#menu-siteid {
	height:60px;
	background-color:#161616;
}

#menu-links {
	height:35px;
	width:950px;
	background-image:url(images/menu-links-bg.jpg);
}
	
#feature {
	height:428px;
	z-index:1;
	position:relative;
}

	#feature-tease {
		width:465px;
		position:absolute;
		top:270px;
		z-index:5;
	}
	
	#feature-tease h3 {
		font-weight:normal;
		color:#FFFFFF;
		font-size:25px;
		margin:0px 0px 0px 20px;
	}
	
	#feature-tease img {
		margin:25px 0px 0px 10px;
	}
	
#subfeature-box-l {
	width:425px;
	height:322px;
	background-color:#161616;
	float:left;
	padding:20px;
	margin:0px 20px 20px 0px;
}

#subfeature-box-r {
	width:425px;
	height:322px;
	background-color:#161616;
	float:left;
	padding:20px;
	margin:0px 0px 20px 0px;
}

	.subfeature-overlay {
		z-index:5;
		background-image:url(images/subfeature-overlay.png);
		width:395px;
		height:55px;
		position:relative;
		top:246px;
		padding:20px 15px 0px 15px;
	}
	
	.subfeature-overlay h4 {
		font-weight:normal;
		font-size:23px;
	}
	
	.subfeature-overlay h4 a {
		text-decoration:none;	
		color:#FFFFFF;
	}
	
	.subfeature-overlay h4 a:hover {
		color:#d81e05;
	}
	
	.subfeature-overlay .minilink {
		float:right;
	}
	
	.subfeature-overlay .minilink img{
		position:relative;
		top:8px;
	}
	
	.subfeature-overlay .minilink a {
		font-size:12px;
		text-decoration:none;	
		color:#FFFFFF;
		position:relative;
		bottom:6px;
	}
	
	.subfeature-overlay .minilink a:hover {
		color:#d81e05;
	}
	
	.subfeature-image {
		width:435px;
		height:318px;
		position:relative;
		bottom:75px;
	}

#emailshare {
	width:910px;
	height:40px;
	background-color:#161616;
	padding:20px;
	margin:0px 0px 20px 0px;
}

	#emailshare .emails {
		width:330px;
		height:21px;
		background-color:#FFFFFF;
		padding:7px 10px 10px 10px;
		margin:0px 20px 0px 0px;
		border:none;
		color:#4a4a4a;
		font-size:18px;
		position:relative;
		bottom:14px;
                *bottom:7px;
        }

#socnets-auth {
	width:910px;
	height:40px;
	background-color:#161616;
	padding:20px;
	margin:0px 0px 20px 0px;
}

	#socnets-auth img {
		width:40px;
		height:40px;
		margin:0px 20px 0px 0px;
	}
	
	#authorized {
		font-size:12px;
		color:#4a4a4a;
		float:right;
		position:relative;
                bottom:-11px;
		*bottom:27px;
		right:10px;
	}
	
	#poll_output{
		margin:15px 5px 0 5px;
	}

	
	
	#poll_output td{
		list-style:none;
		padding:0 0 5px 0;
		margin:0px;
	}
	
	.poll-percent{
		font-weight:bold;
		color:#F00;
	}
	
	.poll-percent img{
		padding:6px 0 0 0;
	}