

/* General */

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a {
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {

}

img {
	
}

/* Aligning the image */

img.alignleft, img.left {
	float: left; 
	margin-right: 15px; 
	margin-left: 0px;
}

img.alignright, img.right {
	float: right;
	margin-left: 15px; 
	margin-right: 0px;
}

.clear {
	clear: both; 
	overflow: hidden;
}


/* Layout */

#contentContainer, #leftContainer, #headerContainer, #sidebarContainer, #footerContainer {
	overflow: hidden; 
	display: block;
	text-align: left;
}

#headerContainer {
	position: relative;
	width: 960px;
	height: 180px;
}

#contentContainer {
	width: 960px; 
	padding: 0; 
}

#leftContainer {
	width: 660px; 
	float: left; 
	margin: 0px;
	padding: 0px;
}

#sidebarContainer {
	width: 300px; 
	float: left;
}

#footerContainer { 
	width: 960px;
}

/* Header */

#headerContainer #headerLeaderboard {
	position: absolute;
	bottom: 80px;
	left: 0px;
}

#headerContainer #headerSearch {
	position: absolute;
	bottom: 80px;
	right: 0px;
}

#headerContainer #headerSearch .headerSearchTabs {
	
}

#headerContainer #headerSearch .headerSearchTabs UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#headerContainer #headerSearch .headerSearchTabs UL LI, #headerContainer #headerSearch .headerSearchTabs UL .selected {
	margin: 0px 3px 0px 0px;
	padding: 3px 7px 3px 7px;
	float: left;
	background: #666666;
	font-size: 11px;
	border-bottom: 1px solid #ffffff;
	border-top: 2px solid #ffffff;

}

#headerContainer #headerSearch .headerSearchTabs UL .selected {
	background: #cccccc;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #cccccc;
}

#headerContainer #headerSearch .headerSearchTabs UL LI:hover {
	background: #999999;
	border-top: 2px solid #999999;
}

#headerContainer #headerSearch .headerSearchTabs UL .selected:hover {
	background: #cccccc;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-top: 2px solid #cccccc;
}

#headerContainer #headerSearch .headerSearchTabs UL LI A {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


#headerContainer #headerSearch .headerSearchForm {
	padding: 10px;
	background: #cccccc;
}

#headerContainer .inputButton {
	background: #666666;
	padding: 4px 7px 4px 7px;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	color: #ffffff;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}

.inputField {
	font-size: 14px;	
}

#headerContainer #headerLogo {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 400px;
	border-bottom: 1px solid #999999;
}

#headerContainer #headerLogo IMG {
	padding-bottom: 8px;
}

#headerContainer #headerNavigation {
	position: absolute;
	bottom: 10px;
	right: 0px;
	height: 30px;
	border-bottom: 1px solid #999999;
}

#headerContainer #headerNavigation UL {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#headerContainer #headerNavigation UL LI {
	display: block;
	float: left;
	line-height: 30px;
	padding: 0px 9px 0px 9px;
	background: url(/_img/header-background.gif);
	border-left: 1px solid #999999;
	font-size: 11px;
	font-weight: bold;
}

#headerContainer #headerNavigation .firstItem {
	border-left: 1px solid #999999;
}

#headerContainer #headerNavigation UL LI A {
	text-decoration: none;
	color: #999999;
}

#headerContainer #headerNavigation UL LI A:hover {
	color: #000000;
}

/* Home Page */

#leftContainer .homeLeft {
	width: 330px;
	float: left;
}

#leftContainer .homeRight {
	width: 330px;
	float: right;
}

#leftContainer .postGroup {
	margin-right: 20px;
	margin-bottom: 20px;
}

#leftContainer .postGroup .postContent {

}

#leftContainer .postGroup .postContent H2, 
.postInfo, .infoHeader, 
#postDetail .postSidebar .postSidebarHeader {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	background: #a28b8c;
}

#leftContainer .postGroup .postContent .postTitle {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

#leftContainer .postGroup .postContent P {
	margin: 0px;
	padding: 0px;
}

#leftContainer .postGroup .postContent UL {
	padding: 1px 0px 1px 15px;
}

#leftContainer .postGroup .postContent .initialStory {
	line-height: 18px;
	font-size: 15px;
}

#leftContainer .postGroup .postContent .postTitleSmall UL LI {
	margin: 0px;
	padding: 7px 0px 7px 0px;
}


#leftContainer .homeSmall .postGroup .postContent UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

#leftContainer .homeSmall .postGroup .postContent UL LI {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	color: #999999;
	font-weight: bold;
}

#leftContainer .homeSmall .postGroup .postContent .postArrow {
	background: url(/_img/arrow.gif) 0px -2px no-repeat;
	padding-left: 10px;

}

#leftContainer .homeSmall .postGroup .postContent UL LI a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

#leftContainer .homeSmall .postGroup .postContent UL LI a:hover {
	color: #333333;
	text-decoration: underline;
}

#leftContainer .postGroup .postContent .postTitleLarge a {
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	color: #333333;
	letter-spacing: -2px;
	display: block;
	padding-bottom: 6px;
}

#leftContainer .postGroup .postContent .postTitle a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	color: #333333;
	letter-spacing: -1px;
	display: block;
	padding-bottom: 6px;
}

#leftContainer .postGroup .postContent .postTitle a:hover,
#leftContainer .postGroup .postContent .postTitleLarge a:hover, 
#leftContainer .postGroup .postContent .postTitleSmall a:hover {
	color: #999999;
}

#leftContainer .postGroup .postContent .postTitleSmall a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	color: #333333;
	letter-spacing: -1px;
	display: block;
	padding-bottom: 6px;
}

r {
	color: #999999;
}



#leftContainer .postGroup .postContent .postSingle {
	border-bottom: 1px solid #999999; 
	padding: 7px 0px;
}


#leftContainer .postGroup .postContent .postCredit {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0px;
	line-height: 12px;
}

.postCredit {
	font-weight: bold;
}

.postCredit A {
	color: #999999;
}

#leftContainer .postGroup .postContent .postReadAll {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	line-height: 15px;
	text-align: right;
}

#leftContainer .postGroup .postContent .postReadAll A {
	text-decoration: none;
	color: #660000;
	padding-left: 10px;
	background: url(/_img/arrow.gif) left no-repeat;
}

#leftContainer .postGroup .postContent .postReadAll A:hover {
	text-decoration: underline;
	color: #999999;
}

/* Sign in box */

.signIn {
	text-align: left;
	padding: 15px;
	font-size: 12px;
	width: 610px;
	background: #e5dbdc;
	margin-bottom: 10px;
}

.signInPromo {
	width: 400px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.signInPromo UL {
	margin: 0px;
	padding: 5px 15px;
}

.signInPromo LI {
	width: 185px;
	float: left;
}

.signInPromo P {
	margin: 0px;
	padding: 0px;
}

.signInPromo .header {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
}


.signInButtons {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;

}

.signInButtons A {
	background: #666666;
	padding: 4px 7px 4px 7px;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	color: #ffffff;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	width: 70px;
	display: block;
	text-decoration: none;
	float: left;
}


/* Content */

#postDetail {
	text-align: left;
	width: 640px;
}


#postDetail h1 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 36px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #660000;
	font-family: Arial;
}

#postDetail h1 a {
	color: #660000;
	text-decoration: none;
}

#postDetail h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

#postDetail .postArchive H2 {
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 10px 0px 2px 0px;
	margin: 0px;
}

#postDetail .postArchive P {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#postDetail .postArchive .postCredit {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 15px;
}

#postDetail h2 a, #postDetail .postArchive {
	text-decoration: none;
	color: #000000;
}


#postDetail h3 {

}

#postDetail h4 {

}

#postDetail h4 a {
	
}

#postDetail h4 a:hover {
	
}

#postDetail blockquote {
	
}

#postDetail .postEntry p {
	line-height: 18px;

}

.postBreadcrumb {
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
}

.postBreadcrumb A {
	color: #999999;
	text-decoration: none;
}

.postBreadcrumb A:hover {
	color: #cccccc;
	text-decoration: underline;
}

#postDetail .postSidebar {
	width: 140px;
	float: left;
}

#postDetail .postSidebarGroup {
	padding: 5px;
	background: #e5dbdc;
	font-size: 12px;
	line-height: 18px;
}


#postDetail .postEntry {
	width: 480px;
	float: right;
}

/* Top Vote */

.topVoteItem, .votelistind {
	padding: 5px 0px; 5px 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 1px solid #999999;
}

.topVoteCount, .votemicrotext {
	float: left;
	width: 35px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #cccccc;
	font-size: 12px;
	margin-right: 5px;
}

.topVoteHeadline A {
	color: #333333;
	text-decoration: none;
}

.topVoteHeadline A:hover {
	color: #999999;
}

/* Classifieds */

#postDetail .listTable {
	
}

#postDetail .listTable TH {
	padding: 5px;
	background: url(/_img/border-horizontal.gif) bottom repeat-x;
	font-weight: bold;
	text-align: center;
}

#postDetail .listTable TD {
	padding: 5px;
	background: url(/_img/border-horizontal.gif) bottom repeat-x;
}

/* sidebarContainer */

#sidebarContainer .infoBox, #sidebarContainer .infoBoxLarge {
	background: #e5dbdc;
	padding: 10px;
}

#sidebarContainer .infoBox UL, #sidebarContainer .infoBoxLarge UL {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidebarContainer .infoBox LI, 
#sidebarContainer .infoBoxLarge LI {
	padding: 1px 0px 3px 10px;
	margin: 0px;
	list-style: none;
	background: url(/_img/arrow.gif) top left no-repeat;
}

#sidebarContainer .infoBoxLarge LI {
	font-size: 14px;
}

#sidebarContainer .infoBoxLarge H2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: -1px;
}

#sidebarContainer .infoBox A,
#sidebarContainer .infoBoxLarge A {
	color: #000000;
	text-decoration: none;
}

#sidebarContainer .infoBox A:hover,
#sidebarContainer .infoBoxLarge A:hover {
	text-decoration: underline;
	color: #999999;
}



#sidebarContainer h2 {

}

#sidebarContainer h3 {

}

#sidebarContainer p {
	
}

#sidebarContainer ul {
	
}

#sidebarContainer ul li {
	
}

#sidebarContainer a {

}

#sidebarContainer a:hover {
	
}

/* Footer */

#footerContainer {
	width: 100%;
	text-align: center;
}

#footerContainer .footerContent {
	width: 960px;
	text-align: center;
}



/* Comments */

.commentGroup {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.commentGroup P {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.commentGroup .commentCredit {
	font-weight: bold;
	padding: 10px 0px 2px 0px;
	background: url(/_img/border-horizontal.gif) top repeat-x;
}

.commentsButton {
	background: #990000;
	padding: 0px 7px 0px 7px;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	float: left;
	margin-right: 10px;
}

.commentsButton:hover {
	background: #330000;
}

/* Page Numbers */

.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

.navigation a, .navigation span {
	line-height: 20px;
	margin-right: 3px;
	padding: 3px;
}

/* Forms */

.formText, .formDescription, .formOptionItem, .formOption  {
	background: #dcdcdc;
	font-size: 14px;
	font-family: Arial;
}

.formText {
	padding: 3px;
	width: 400px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.formDescription {
	padding: 3px;
	width: 400px;
}

.formOption {
	padding: 1px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.formOptionItem {
	padding: 1px;
	border: 0px;
}

/* Category */

.groupContainer {
	width: 640px; 
}

.groupContainer .groupLeft {
	width: 320px; 
	float: left;
}

.groupContainer .groupRight {
	width: 320px; 
	float: right;
}

.groupContainerThree {
	width: 640px; 
}

.groupContainerThree .groupLinks {
	width: 210px; 
	float: left;
}

/* Form Row */

.formRow {
	position: relative;
	margin: 0px 0px 4px 0px;
	font-size: 1em;
}

.formRowPlus {
	position: relative;
	margin: 10px 0px 2px 0px;
}

.formHeader {
	margin-left: 130px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

/* Form Field Elements */

.formLabel {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	padding: 2px 5px 0px 0px;
	width: 120px;
	font-size: 11px;
}

.formLabelNoForm {
	position: absolute;
	text-align: right;
	padding: 0px 5px 0px 0px;
	width: 120px;
	font-size: 11px;
}

.formField {
	position: relative;
	top: 0px;
	left: 125px;
	font-size: 11px;
}

.formField IMG {
	vertical-align: bottom;
}

.formFieldInput {
	background-color: #eeeeee;
	margin-right: 0px;
	margin-left: 2px;
	font-weight: normal;
	font-size: 14px;
	padding: 2px 0px 2px 2px;

}

.formFieldInput TEXTAREA {
	
}

.formSubmit {
	width: 750px;
	display: block;
	padding: 5px 0px 0px 125px;
	clear: both;
}

/* Form Label Text Attributes */

.formError {
	color: #cc0000;
}

.formErrorSmall {
	color: #cc0000;
	font-size: 10px;
}

.formError B, .formError LI, .formError P {
	font-weight: bold;
}

.formError UL {
	margin-top: 0px;
}

.formLabelApproved {
	color: #339900;
	font-weight: bold;
}

.featuredListings {
	padding: 0px 15px;
	border: 1px solid #666666;
	background: #efefef;
	margin-top: 10px;
}

.featuredListings LI {
	font-size: 14px;
}

.featuredListings A, .standardListings A {
	font-weight: bold;
}

.standardListings LI {
	padding-bottom: 5px;
}
