
.mainBody {
	background: black;
	margin-top: 0px;
}

.mainContent {
	margin-right: auto;
	margin-left: 10%;
}

.container1 {
	min-width: 820px;
	background: white;
	width: 90%;
	height: 65px;
	position: relative;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 3% 50%;
}

.container1:hover{
	cursor: pointer;
}

.container2 {
	min-width: 820px;
	background: #d10410;
	width: 90%;
	height: 30px;
	position: relative;
	top: 3px;
}


.navBarContainer {
	margin-left: 50%;
}

.navBar {
	width: 50%;
	min-height: 25px;
	position: absolute;
	background-image: url(images/backslash.gif);
	background-repeat: no-repeat;
	background-color: black;
	z-index: 50;
}

.navBarText {
	margin-top: 2px;
	text-align: center;
}

.navUpcoming{
	display: inline;
	color: white;
	font-family: sans-serif;
	font-weight: 900;
	margin-right: 10px;
	margin-left: 25px;
	font-size: 16px;
}

.navSubmit,
.navSignup,
.navLogoff,
.navTop,
.navLogin {
	display: inline;
	color: white;
	font-family: sans-serif;
	font-weight: 900;
	margin-right: 10px;
	font-size: 16px;
}


.navUpcoming a,
.navSubmit a,
.navSignup a,
.navLogoff a,
.navTop a,
.navLogin a {
	color: white;
	text-decoration: none;
}

.navUpcoming a:hover,
.navSubmit a:hover,
.navSignup a:hover,
.navLogoff a:hover,
.navTop a:hover,
.navLogin a:hover {
	color: red;
	text-decoration: none;
}


.mainContentBody {
	min-width: 820px;
	background: white;
	width: 90%;
	position: relative;
	margin-top: 6px;
}

.adsContainer {
	float: right;
	clear: both;
	position: relative;
	margin-right: 10px;
	top: 37px;
	text-align: right;
	width: 180px;
	height: 620px;
}

.linksDiv {
	float: right;
	clear: both;
	position: relative;
	margin-right: 20px;
	left: 30px;
	width: 180px;
	top: 30px;
}

.linkslink a {
	color: blue;
	font-family: sans-serif;
	font-weight: 500;
	font-size: 16px;
	position: relative;
	width: 90%;
	line-height: 16pt;
	text-decoration: none;
}

.linkslink a:hover {
	color: red;
	text-decoration: none;
}

.linksHeader {
	color: red;
	position: relative;
	letter-spacing: +2px;
	font-family: sans-serif;
	font-weight: 800;
	font-size: x-large;
	width: 140px;
	text-align: center;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
}


.storyList {
	margin-top: 4px;
	margin-left: 20px;
	width: 70%;
	min-height: 1000px;
	position: relative;
	top: 5px;
}

.userPageHeading {
	font-family: sans-serif;
	font-weight: 800;
	font-size: xx-large;
	height: 60px;
	background-image: url(images/smallCheck.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-top: 20px;
	margin-bottom: 20px;
}


.loginHeading,
.submitHeader,
.successHeader,
.signupHeader,
.topListHeader,
.dateHeader {
	font-family: sans-serif;
	font-weight: 800;
	font-size: xx-large;
	height: 60px;
	background-image: url(images/smallCheck.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.logoffHeader,
.Header404  {
	font-family: sans-serif;
	font-weight: 800;
	font-size: xx-large;
	height: 60px;
	padding-top: 40px;
}

.floodText {
	font-family: sans-serif;
	font-weight: 400;
	font-size: large;
	height: 60px;
	padding-top: 40px;
}


.articleHeadlineTable {
	
}

.articleHeadlineRow {
	vertical-align: bottom;
}

.articleBox {
	height: 90px;
}

.articleHeadline {
	font-family: sans-serif;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	top: -80px;
	left: 105px;
	width: 90%;
	line-height: 16pt;
}

.articleHeadline a {
	text-decoration: none;
}

.articleComments {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	position: relative;
	width: 120px;
	top: -88px;
	left: 205px;
}

.articleComments a {
	text-decoration: none;
	color: black;
	cursor: pointer;
	font-weight: 800;
}

.articleStrike {
	position: relative;
	left: 400px;
	top: -78px;
	width: 100px;
}

.articleDown {
	text-align: left;
	position: relative;
	width: 30px;
	left: 18px;
	top: -57px;
}

.articleUp {
	text-align: left;
	position: relative;
	width: 30px;
	left: -5px;
	top: -35px;
}

.voteText {
	text-align: left;
	color: black;
	font-weight: 800;
	position: relative;
	left: -5px;
	top: -33px;
	width: 90px;
}

.articleStrike img,
.articleDown img,
.commentUp img,
.commentDown img,
.articleUp img {
	border: 0px none;
}

.articleTime {
	display: none;
}

.articleControls {
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
	top: -70px;
	left: 125px;
}

.articleControls div {
	vertical-align: bottom;
}

.articleUser {
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
	top: -73px;
	left: 320px;
	width: 205px;
	font-weight: 800;
}

.articleUser a {
	text-decoration: none;
	color: red;
}

.articleVotesPositive,
.articleVotesNegative,
.articleVotesZero {
	color: red;
	margin-left: 20px;
	position: relative;
	top: -45px;
	left: -2px;
	letter-spacing: +2px;
	font-family: sans-serif;
	font-weight: 800;
	font-size: xx-large;
	width: 100px;
	text-align: center;
}

.articleVotesShadowPositive,
.articleVotesShadowNegative,
.articleVotesShadowZero {
	color: #414141;
	margin-left: 20px;
	position: relative;
	top: -5px;
	letter-spacing: +2px;
	font-family: sans-serif;
	font-weight: 800;
	font-size: xx-large;
	width: 100px;
	text-align: center;
}




.commentLogin {
	font-family: sans-serif;
}

.commentLead {
	padding-top: 40px;
	min-height: 90px; 
}

.commentBox {
	min-height: 70px;
	top: -40px;
	position: relative;
}

.commentVotesPositive,
.commentVotesNegative,
.commentVotesZero {
	color: red;
	position: relative;
	top: 2px;
	left: 32px;
	letter-spacing: +2px;
	font-family: sans-serif;
	font-weight: 200;
	font-size: 16px;
	width: 80px;
	height: 0px;
	text-align: center;	
}

.commentVotesShadowPositive, 
.commentVotesShadowNegative,
.commentVotesShadowZero {
	color: #414141;
	left: 33px;
	position: relative;
	top: 3px;
	letter-spacing: +2px;
	font-family: sans-serif;
	font-weight: 200;
	font-size: 16px;
	width: 80px;
	height: 0px;
	text-align: center;
}

.commentUser {
	font-family: sans-serif;
	font-size: 10px;
	position: relative;
	top: 2px;
	left: 101px;
	width: 400px;
	height: 0px;
	color: #888888;
	font-weight: 800;
}

.commentUser a {
	text-decoration: none;
	font-size: 11px;
}

.voteTextComment {
	font-family: sans-serif;
	color: black;
	font-weight: 300;
	color: #888888;
	width: 40px;
	position: relative;
	left: 35px;
	text-align: center;
}

.commentComment {
	font-family: sans-serif;
	font-size: 14px;
	text-align: left;
	color: black;
	position: relative;
	left: 100px;
	top: 18px;
	width: 80%;
}

.commentLeadReply {
	font-family: sans-serif;
	font-size: 10px;
	position: relative;
	left: 107px;
	top: -60px;
	width: 100px;
	font-weight: 800;
}

.commentLeadHeadline {
	font-family: sans-serif;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	min-height: 40px;
	top: -80px;
	left: 105px;
	width: 90%;
	line-height: 16pt;
}

.commentLeadReply a {
	text-decoration: none;
}


.commentBottomControls {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: 800;
	position: relative;
	left: 100px;
	top: 18px;
	height: 50px;
}

.commentReply {
	width: 100px;
	display: inline;
}

.commentReply a {
	text-decoration: none;
}

.commentEdit {
	display: inline;
}

.commentEdit a {
	text-decoration: none;
}

.commentDelete {
	display: inline;
}

.commentDelete a {
	text-decoration: none;
}

.commentControls {
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
	top: 24px;
	left: 19px;
	width: 120px;
	height: 0px;
}

.commentControls a {
	text-decoration: none;
}

.commentDown {
	text-align: left;
	position: relative;
	width: 30px;
	left: 53px;
	top: -20px;
}

.commentUp {
	text-align: left;
	position: relative;
	width: 30px;
	left: 30px;
	top: 2px;
}



.replyBox {
	position: relative;
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	color: black;
}

.replyBox a {
	text-decoration: none;
}

.replyBox textarea {
	width: 80%;
	min-width: 250px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-size: 12px;
	font-family: sans-serif;
}

.replyControls {
	height: 30px;
}

.replyHeader {
	display: inline;
	height: 16px;
}


.articleVotesBackground1Positive,
.articleVotesBackground1Negative,
.articleVotesBackground1Zero,
.articleVotesBackground6Positive,
.articleVotesBackground6Negative,
.articleVotesBackground6Zero {
	background-image: url(images/car2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.articleVotesBackground2Positive,
.articleVotesBackground2Negative,
.articleVotesBackground2Zero,
.articleVotesBackground7Positive,
.articleVotesBackground7Negative,
.articleVotesBackground7Zero {
	background-image: url(images/car3.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.articleVotesBackground3Positive,
.articleVotesBackground3Negative,
.articleVotesBackground3Zero,
.articleVotesBackground8Positive,
.articleVotesBackground8Negative,
.articleVotesBackground8Zero {
	background-image: url(images/car4.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.articleVotesBackground4Positive,
.articleVotesBackground4Negative,
.articleVotesBackground4Zero,
.articleVotesBackground9Positive,
.articleVotesBackground9Negative,
.articleVotesBackground9Zero {
	background-image: url(images/car5.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.articleVotesBackground5Positive,
.articleVotesBackground5Negative,
.articleVotesBackground5Zero,
.articleVotesBackground0Positive,
.articleVotesBackground0Negative,
.articleVotesBackground0Zero {
	background-image: url(images/car1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}



.statsTable {
	color: black;
	margin-left: 10px;
	letter-spacing: +1px;
	font-family: sans-serif;
	font-weight: 800;
	font-size: x-large;
}

.userPageBox {
	margin-left: 30px;
}


.bigHeading {
	color: black;
	margin-left: 10px;
	margin-top: 30px;
	letter-spacing: +1px;
	font-family: sans-serif;
	font-weight: 800;
	font-size: x-large;
	margin-bottom:10px;
}

.commentInArticle {
	font-family: sans-serif;
	font-weight: 500;
	font-size: 20px;
	width: 90%;
	line-height: 16pt;
	margin-bottom: 10px;
}

.commentInArticle a {
	text-decoration: none;
	color: blue;
}

.userPageCommentListItem {
	margin-top: 50px;
}

.listPageNavigation {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 51;
}

.listPageBack {
	display: inline;
	margin-left: 70%;
	text-align: left;
}

.listPageNext {
	display: inline;
	width: 50%;
	text-align: right;
}

.listPageBack a,
.listPageNext a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: blue;
}


.submitTable {
	margin-left: 20px;
}


.successText {
	margin-top: 20px;
	margin-left: 20px;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 500;
}


.topListTable {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 500;	
}

.topListTable td {
	width: 70%;
}

.topListTable a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: blue;
}

.formElements {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 500;	
}

.footer1 {
	min-width: 820px;
	background: #d10410;
	width: 90%;
	height: 30px;
	position: relative;
	top: -3px;
	font-family: sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	padding-top: 14px;
}

.footer1 a {
	color: white;
}