html{color:#000;background:#FFF;}
body{margin:0;padding:0;}


/* ------------------------------------ Font Classes -----------------------------------------*/
.black11 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
.black12,.black12 a{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.black14,.black14 a{font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
.black18 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; }
.black28 {font-family: Arial, Helvetica, sans-serif; font-size: 28px; color: #000000; }
.blue11,.blue11 a {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #004e97; }
.blue12,.blue12 a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #004e97; }
.blue14,.blue14 a {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #004e97; }
.blue18 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #004e97; }
.blue22 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #004e97; }
.gray10,.gray10 a {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #3C3C3C; }
.gray12,.gray12 a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #3C3C3C; }
.gray22 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #3C3C3C; }
.green12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1fb25a; }
.green14 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #1fb25a; }
.green18 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #1fb25a; }
.green22 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #1fb25a; }
.navy11,.navy11 a{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #002d56; }
.navy12,.navy12 a{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #002d56; }
.navy14,.navy14 a{font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #002d56; }
.red12,.red12 a{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000; }
.red18 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #ff0000; }
.red22 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #ff0000; }
.white10 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; }



/* ----------------------------------- Links ------------------------------------------------*/
a { outline:0; }
a:link { color: #0053ff; text-decoration: none; }
a:active { color: #0053ff; text-decoration: none; }
a:visited { color: #0053ff; text-decoration: none; }
a:hover { color: #1fb25a; text-decoration: none;  }



/* --------------------------------------- Site Wide -------------------------------------------*/
.submitLink
{
	BACKGROUND-COLOR:transparent; 
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-RIGHT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #3366ff;
	FONT-SIZE: 12px; 
	cursor: pointer; 
}
.actionLink, .actionLink a /* This is for reply, edit, flag links */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366ff; 
}
.leftColumn
{
	width: 620px;
	vertical-align: top;
}
.rightColumn
{
	width: 250px;
	vertical-align: top;
}
.columnSpacer
{
	width: 10px;
}
.hiddenPopup {
	visibility: hidden;
	display: none;
	position:absolute;
}
.visiblePopup {
	width: 350px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	padding: 15px;
	z-index: 100;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
}
.visiblePopup a {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px; 
	text-decoration:underline;
}
/* This is for the ajax response - errors, updating..., successful, etc.. */
.responseText {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #1fb25a; }


/* ------------------------------------- HEADER --------------------------------------------------*/
.header {
	background-image: url('http://www.10to1.com/Images/Site_Images/header-bg.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	padding-left: 18px;
}
.headlinks {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002d55;
	padding-right: 19px;
	vertical-align: middle;
}
.header form input{
	
	vertical-align: middle;
}
.headlinks a:link, .headlinks a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002d55;
	font-weight: normal;
	text-decoration: none;
	margin-right: 16px;
	margin-left: 16px;
}
.headlinks a:hover{
	color: #002d55;
	text-decoration: underline;
}
.headlinks a:active{
	color: #002d55;
	text-decoration: none;
}
.searchbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-image: url('http://www.10to1.com/Images/Site_Images/search-bg.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 146px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: inline;
	padding-top: 4px;
	padding-left: 4px;
}
.toplinks {
	background-color: #002d55;
	background-image: url('http://www.10to1.com/Images/Site_Images/toplink-bg.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul#toplinks{
	list-style-type: none;
	float: left;
}
ul#toplinks li{
	display: inline;
	float: left;

}
ul#toplinks li a{
	display: block;
	float: left;
	height: 25px;
	padding-right: 16px;
	padding-left: 0px;
	margin-left:0px;
	/* background-image: url('http://www.10to1.com/Images/Site_Images/toplink-right.gif');
	background-repeat: no-repeat;
	background-position: right top; */
	padding-top: 10px;
}
ul#toplinks li a:link, ul#toplinks li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
ul#toplinks li a:hover{
	color: #ffffff;
	text-decoration: underline;
}
ul#toplinks li a:active{
	color: #ffffff;
	text-decoration: none;
}
.rss {
	vertical-align: middle;
	margin-top: 5px;
	padding-right: 10px;
}


/* ------------------------ Main Page --------------------------------------*/
.most-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d4dadf;
	border-right-color: #d4dadf;
	border-left-color: #d4dadf;
	width: 615px;
	background-image: url('http://www.10to1.com/Images/Site_Images/day-bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
.most-top h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #002d55;
	text-decoration: none;
	padding-left: 10px;
	padding-top:2px;
	margin-top:2px;
	padding-bottom:2px;
	margin-bottom:2px;
}
.sortSection
{
	float: right;
	padding-right: 10px;
}
.sortBy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002d56;
	text-decoration: none;
}
.sortBy a:link, .sortBy a:visited, .sortBy a:active {
	color: #002d56;
}
.sortBy a:hover{
	color: #002d56;
	text-decoration: underline;
}
.day {
	padding-top:4px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #009966;
	text-decoration: none;
}
.day a:link, .day a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009966;
	font-weight: normal;
	text-decoration: none;
}
.day a:hover{
	color: #009966;
	text-decoration: underline;
}
.day a:active{
	color: #009966;
	text-decoration: none;
}
.most-middle {
	margin:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d4dadf;
	border-left-color: #d4dadf;
	width: 595px;
	padding-right: 10px;
	padding-left: 10px;
}
.most-middle h2 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009966;
	font-weight: normal;
	text-decoration: none;
}
.most-middle h2 a:active{
	color: #009966;
	text-decoration: none;
}
.most-middle h2 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #33cc99;
	font-weight: normal;
	text-decoration: none;
}
.most-middle h2 a:hover{
	text-decoration: underline;
}
.story {
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4dadf;
}
.story h2
{
	margin:0px;
	padding:0px;
}
.votes {
	background-image: url('http://www.10to1.com/Images/Site_Images/votes-bg.gif');
	background-repeat: no-repeat;
	float: right;
	height: 54px;
	width: 69px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00b259;
	text-align: center;
	padding-top: 15px;
}
.votes-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-top: 4px;
}
.views {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	padding-top: 8px;
	padding-bottom: 5px;
}
.views img{
	vertical-align: middle;
}
.views a:link, .views a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}
.views a:hover{
	color: #003366;
	text-decoration: underline;
}
.views a:active{
	color: #003366;
	text-decoration: none;
}
.date {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
}
.date a:link, .date a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}
.date a:hover{
	color: #003366;
	text-decoration: underline;
}
.date a:active{
	color: #003366;
	text-decoration: none;
}
.most-bottom {
	background-image: url('http://www.10to1.com/Images/Site_Images/most-bottom.gif');
	background-repeat: no-repeat;
	height: 25px;
	width: 617px;
}



/* ------------------------ Right Side --------------------------------------*/
.welcome{
	background-image: url('http://www.10to1.com/Images/Site_Images/sidebar-bg.gif');
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.welcome a:link, .welcome a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;

}
.welcome a:hover{
	color: #003366;
	text-decoration: underline;
}
.welcome a:active{
	color: #003366;
	text-decoration: none;
}
.welcome-top{
	background-image: url('http://www.10to1.com/Images/Site_Images/welcome-top.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.welcome-bottom{
	background-image: url('http://www.10to1.com/Images/Site_Images/welcome-bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
}
.welcome h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #002d55;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 12px;	
}
.top10{
	background-image: url('http://www.10to1.com/Images/Site_Images/sidebar-bg.gif');
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.top10 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00b259;
	font-weight: normal;
	text-decoration: none;
}
.top10 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33cc99;
	font-weight: normal;
	text-decoration: none;
}
.top10 a:hover{
	color: #00b259;
	text-decoration: underline;
}
.top10 a:active{
	color: #00b259;
	text-decoration: none;
}
.top10-top{
	background-image: url('http://www.10to1.com/Images/Site_Images/top10-top.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.top10-bottom{
	background-image: url('http://www.10to1.com/Images/Site_Images/top10-bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 14px;
}
.top10 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 12px;
}
.top10 ul{
	list-style-type: none;
	padding-left:0px;
	margin-left:0px;
}
.top10 ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.similar-top{
	background-image: url('http://www.10to1.com/Images/Site_Images/similar-top.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
.boxGray { 
	background-color:#f3f4f9;
	padding:5px;
	border: 1px solid #666666;
	/* border: 2px solid #ebf1f5; */
}
.boxYellow { 
	background-color:#fffdea;
	padding:5px;
	border: 1px solid #666666;
	/* border: 1px solid #dcd069; */
}


/* --------------------------------- Footer -------------------------------------------*/
.footer {
	background-image: url('http://www.10to1.com/Images/Site_Images/footer-bg.gif');
	background-repeat: no-repeat;
	height: 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	padding-top: 10px;
}
.footer a:link, .footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
.footer a:hover{
	color: #003366;
	text-decoration: underline;
}
.footer a:active{
	color: #003366;
	text-decoration: none;
}.copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	padding-top: 10px;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C3C3C;
	padding-top:2px;
	padding-bottom:2px;
	margin:0px;
}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	}

html>body .entry li {
	margin: 2px 0 2px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
