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

body {
	padding:50px;
	background-color:#0f1f4d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#990000;
}
h1 {
	font-size:18px;
	font-style:italic;
	color:#990000;
	clear:left;
}
h2 {
	font-size:16px;
	font-style:italic;
	color:#990000;
}
h4 {
	font-size:12px;
	font-style:italic;
	color:#990000;
	margin-top:0px;
	padding-top:0px;
}
#wrapper {
	width:1000px;
	margin:0px auto;
	background-color:#FFFFFF;
	border:1px solid white;
}
#footer {
	width:1000px;
	height:200px;
	background-image:url(images/footer.jpg);
	text-align:center;
	color:#FFFFFF;
	position:relative;
	clear:both;
}
#footerText {
	width:1000px;
	position:absolute;
	bottom:0px;
	left:0px;
	text-shadow: 1px 1px 1px black;
}
#footerText a {
	color:#FFFFFF;
	font-weight:bold;
}
#emailListFooter {
	position:absolute;
	top:-25px;
	width:1000px;
	color:white;
	text-align:center;
}
#header {
	width:1000px;
	height:258px;
	background-image:url(images/newheader.jpg);
	position:relative;
}
#header a#homeLink {
	display:block;
	width:322px;
	height:241px;
	position:absolute;
	top:17px;
	left:17px;
	color:#ebbd4e;
}
#nav a {
	display:block;
	height:67px;
	font-size:1px;
	width:86px;
	position:absolute;
	top:173px;
	left: 345px;
	color:#ffe5c3;
	text-decoration:none;
}
#nav a:hover {
	background-color:#3366ff;
	filter:alpha(opacity=25);
	opacity:.25;
	color:#3366ff;
}
a#forumLink {
	left:889px;
	width:92px;
}
a#contactLink {
	left:793px;
	width:94px;
}
a#linkLink {
	left:721px;
	width:69px;
}
a#classifiedLink {
	left:611px;
	width:109px;
}
a#articleLink {
	left:527px;
	width:83px;
}
a#tipLink {
	left:343px;
	width:86px;
}
a#hotLink {
	left:431px;
	width:95px;
}
#content {
	background-image:url(images/contentBG.jpg);
	background-repeat:repeat-x;
	padding:10px;
	padding-right:262px;
}
#sidebar {
	border:1px solid #ddddbb;
	background-color:#ffffe3;
	padding:20px;
	width:200px;
	margin-right:10px;
	margin-top:18px;
	float:right;
	font-size:10px;
}
#latesthvp, #latesttips, #latestads, #latesttweets, #latestArticle {
	width:344px;
	padding:5px;
	background-color:#eeeeee;
	border-top:3px double #d6d6d6;
	border-bottom:3px double #d6d6d6;
	margin-right:10px;
	margin-top:10px;
	float:left;
}
#latestArticle {
	width:708px;
	float:none;
}
#latestNews {
	width:718px;
}
#latesttweets {
	width:708px;
}
.twitterButton {
	width:70px;
	height:70px;
	border:0px;
	float:left;
	margin-right:5px;
}
div.hr {
	margin:10px 0px;
	height:1px;
	background-color:#ddddbb;
}
div.hr hr {
	display:none;
}
#sidebar h1 {
	font-size:10px;
}
/* Article Submit */
#newarticle {
	width:650px;
	margin:0px auto;
}
#newarticle label.main {
	display:block;
	float:left;
	text-align:right;
	width:250px;
	margin-right:5px;
	margin-bottom:5px;
	color:#000000;
}
#newarticle label.main span.small {
	font-size:10px;
}
#newarticle input.article_text, #newarticle textarea, #newarticle select, #newarticle div.article_text {
	width:250px;
	margin-bottom:5px;
	display:inline-block;
	border:1px solid #990000;
}
div#recaptcha {
	margin-bottom:5px;
	display:inline-block;
}
#newarticle input.file {
	margin-bottom:5px;
}
#newarticle textarea {
	height:100px;
	width:350px;
}
#messagesent {
	display:none;
}
input.button {
	border:1px solid #990000;
	background-color:#ffffe3;
	color:#990000;
}
.warning {
	color:#FF0000;
	font-weight:bold;
}
div#warning {
	color:#FF0000;
	text-align:center;
	font-weight:bold;
}
#popwrap {
	background-color:#FFFFFF;
	color:black;
	padding:10px;
	margin:10px auto;
	width:450px;
	border:2px solid #ebbe51;
}
#popwrap img {
	text-align:center;
}
/* Thumbnail Viewer */
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #ebbe51;
	border:1px solid #0066ff;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}
#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	background-color: #ebbe51;
	color:white;
}
#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
div#hvpLegend {
	background-color:#eeeeff;
	border:1px solid #ccccdd;
	padding:5px;
	text-align:center;
}
div.hotvidpic, li.tips {
	border-bottom:1px dotted #0f1f4d;
}
div.center, img.center {
	text-align:center;
}
.jeff, .jeff a {
	font-weight:bold;
	color:#993300;
}
.mukhya, .mukhya a {
	font-weight:bold;
	color:#00CC00;
}
.sarabnam, .sarabnam a {
	font-weight:bold;
	color:#FF9900;
}
.reviews {
	clear:left;
}
.firstphoto {
	border:1px solid #990000;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
div#welcome {
	position:absolute;
	top:0px;
	right:10px;
	width:600px;
	text-align:right;
	font-weight:bold;
	color:#ffffff;
}
div#welcome a {
	color:#ffffff;
	text-decoration:underline;
}
p.small {
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:10px;
	text-align:center;
}
#addphotos {
	clear:both;
}
div.ad {
	height:25px;
	margin-left:10px;
}
div.ad img {
	margin-right:5px;
	float:left;
}
/* Email Popup Form */
form#emailpop {
	width:450px;
	margin:0px auto;
}
#emailpop input.text, #emailpop textarea {
	margin-bottom:5px;
	display:inline-block;
	border:1px solid #990000;
	width:300px;
}
#emailpop textarea {
	height:100px;
}
#emailpop label {
	margin-bottom:5px;
	display:block;
	float:left;
	width:135px;
	margin-right:5px;
	text-align:right;
}
#emailpop p {
	text-align:center;
}
.bordered {
	border:1px solid #990000;
}
.loginMessage {
	color:white;
	text-align:center;
}
.clear {
	clear:both;
}
p.right {
	text-align:right;
}
.profileInfo {
	text-align:center;
}
.profileInfo table {
	border:1px solid #e3e3e3;
}
.profileInfo th {
	color:#990000;
	text-align:right;
	vertical-align:top;
}
.profileInfo td {
	text-align:left;
}
.profileInfo th, .profileInfo td {
	padding:3px;
}
.altColor {
	background-color:#f3f3f3;
}
div.comment {
	border-bottom:1px dotted #990000;
	padding:10px;
	font-size:10px;
}
div.comment p.commAuthor {
	font-style:italic;
}
div.comment p.commText {
	margin-left:5px;
}
#commForm {
	width:500px;
	margin:10px auto 0px;
}
#commForm fieldset {
	border:1px solid #990000;
}
#commForm legend {
	color:#990000;
}
#commForm label.main {
	display:block;
	float:left;
	width:130px;
	text-align:right;
	margin-right:10px;
	margin-bottom:5px;
}
#commForm textarea, #commForm div.username {
	width:315px;
	display:inline-block;
	margin-bottom:5px;
}
#commForm p.center {
	text-align:center;
}
.hidden {
	display:none;
}
img.profilePic {
	float:left;
	border:1px solid #990000;
	margin-right:10px;
	margin-bottom:10px;
}
div#invisible {
	display:none;
}
	
