/* ## RESET ## */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	color: #3b5999;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

/* ## MAIN ## */
body {
	font: 14px/1.2em 'Helvetica', Arial, Verdana, sans-serif;
}
#container {
	background: #f2f7ff;
	border: 1px solid #bcd5ff;
	margin: 30px auto;
	padding: 20px 10px;
	width: 810px;
}
#content {
	float: left;
	overflow: hidden;
	width: 500px;
}
#top_ad {
	margin: 0 auto 20px;
	width: 728px;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 20px 0;
	width: 100%;
}
#new_form {
	margin: 20px;
}
#new_form .input {
	width: 300px;
	margin-bottom: 8px;
	padding: 3px 8px;
}
h2 {
	font-size: 1.23em;
	font-weight: bold;
}
#lists ul {
	margin: 5px 0 20px;
}
#lists ul li {
	margin-bottom: 10px;
}
#lists ul li a {
	display: block;
	float: left;
	padding-left: 20px;
	width: 380px;
}
#sidebar #lists ul li a {
	display: block;
	float: none;
	padding-left: 20px;
	width: auto;
}
#lists ul li a.text {background: url('images/edit.png') no-repeat 2px 0;}
#lists ul li a.video {background: url('images/video.png') no-repeat 2px 0;}
#lists ul li a.picture {background: url('images/picture.png') no-repeat 2px 0;}
#latest_more, #top_more, #daily_more {
	display: block;
	font-weight: bold;
	margin: -10px 0 20px;
	text-align: center;
	outline: none;
}
#arrow {
	background: url('images/arrow-like.jpg') no-repeat;
	height: 38px;
	float: left;
	margin: 5px 0 30px 11px;
	width: 171px;
}
#fb_share {
	height: 80px;
	float: right;
	width: 100px;
}
#middle_ad {
	margin: 10px 0 50px;
	text-align: center;
	width: 500px;
}
#sidebar {
	float: right;
	width: 300px;
}
#sidebar #lists {
	background: #ffffff;
	border-top: 1px solid #315c99;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	margin-bottom: 20px;
	overflow: hidden;
	width: 298px;
}
#sidebar #lists h2 {
	background: #edeff4;
	border-bottom: 1px solid #c6cedd;
	color: #333333;
	font-size: 12px;
	padding: 5px;
}
#sidebar #lists ul {
	margin: 5px 0 0 0;
	padding: 5px;
}
#sidebar #lists ul li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
#sidebar #lists ul li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
}
#sidebar #lists ul li a.text {background: url("images/edit.png") no-repeat scroll 2px -1px transparent;}
#sidebar #lists ul li a.video {background: url("images/video.png") no-repeat scroll 2px -2px transparent;}
#header {
	background: #ffffff;
	height: 51px;
	margin-bottom: 15px;
	position: relative;
	padding: 15px;
}
#logo {
	background: url('images/logo.jpg') no-repeat;
	height: 51px;
	width: 242px;
}
#nav {
	color: #2c333e;
	display: block;
	font-size: 1.29em;
	font-weight: bold;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: 28px;
	right: 30px;
	width: 400px;
}
#nav li {
	float: left;
}
#nav li a {
	color: #2c333e;
	display: block;
	margin-left: 10px;
}
#footer .sharer {
	position: absolute;
	top: 10px;
	left: 730px;
	width: 60px;
}

#overlay {
	background: #ffffff;
	display: none;
	margin-left: -170px;
	position: fixed;
	top: 100px;
	left: 50%;
	width: 340px;
	z-index: 999;
}
#overlay h2 {margin: 10px 20px 0;}
#overlay form {margin-top: 10px;}
#overlay .input {width: 280px;}

#bg {
	background: #000000;
	height: 100%;
	display: none;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}

#online {
	margin: 0 auto 20px;
	width: 80px;
}
#affiliates {
	margin: 0 auto;
	text-align: center;
	width: 810px;
}
#video {
	margin-bottom: 20px;
}
#picture {
	margin-bottom: 20px;
	text-align: center;
}
#picture img {max-width: 810px;}




/* ## CLASSES ## */
.clear {clear:both;}
/* // For Image Headers, Hide Text // */
.title_image {z-index: 99999; text-indent: -2000em; display: block; font-size: 6px;}
