/* GENERAL RESET *************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0pt none;
	font-family:inherit;
	font-size: 100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	padding:0pt;
	vertical-align:baseline;
}

/* GENERAL RESET *************************************************************/
ul {
	list-style: none;
	list-style-position: outside;
}

/* HELPER ********************************************************************/
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}


/* ENABLED CLASSES **********************************************************/
.enabled { cursor: pointer; }
.disabled { cursor: default; }



/* LINKS ********************************************************************/
a {
	color: #797979;
	font-weight: bold;
}

a:hover {
	color: #000000;
	font-weight: bold;
}



/* MAIN SITE CONTAINER *******************************************************/
#siteContainer {
	position: relative;
	margin: auto;
	width: 1000px;
	border: 0px solid black;
	background-color: #fffffc;
}

#siteContainer #bottomMenu {
	position: relative;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	border-top: 1px solid #797979;
	height: 60px;
	width: 880px;
	clear: both;
}



/* INDEX *********************************************************************/
#siteContainer #topHeader {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}



#siteContainer #thebox {
	position: relative;
	margin: auto;
	width: 989px;
	border: 0px solid black;
	background: #0090ff url('images/backgroundTop.jpg') no-repeat top;
}

#siteContainer #thebox #moveLeft { 
	position: absolute;
	top: 110px;
	left: 130px;
	margin: 5px; 
	display: none; 
	/* background: url('images/arrowToLeft.gif') no-repeat;  */
	height: 56px;  
	width: 56px;
	cursor: pointer;
}

#siteContainer #thebox #moveRight { 
	position: absolute;
	top: 110px;
	right: 130px;
	margin: 0px; 
	display: none; 
	/* background: url('images/arrowToRight.gif') no-repeat;  */
	border: 0px;
	height: 57px; 
	width: 57px;
	cursor: pointer;
}


#siteContainer #thebox #slideContainer {
	position: relative;
	margin: auto;
	width: 600px;
	top: 10px;
	border: 0px solid blue;
	overflow: hidden;
	height: 230px;
	background-color: #ffffff;
}


#siteContainer #thebox #slideContainer #slideWrapper {
	position: absolute;
	left: -600px;
	width: 1800px;
	border: 0px solid red;
	background-color: #ffffff;
}


#siteContainer #thebox #slideContainer #slideWrapper .slide {
	position: relative;
	float: left;
	width: 580px;
	padding: 10px;
	border: 0px solid orange;
	background-color: #ffffff;
}


#siteContainer #thebox #slideContainer #slideWrapper .slide .slideid {
	position: relative;
	display: none;
	float: left;
	width: 20px;
	background-color: #ffffcc;
}


#siteContainer #bottombox {
	position: relative;
	margin: auto;
	width: 989px;
	height: 50px;
	border: 0px solid orange;
	background: url('images/backgroundBottom.jpg') no-repeat top;
}


#siteContainer #rating {
	position: relative;
	margin: auto;
	height: 90px;
	width: 900px;
	border: 0px solid red;
}


#siteContainer #rating .bigger { font-size: 26px; float: left; border: 0px solid red; height: 26px; padding-top: 42px; margin-left: 40px;  }


#siteContainer #rating #approve.enabled { cursor: pointer; float: left; }
#siteContainer #rating #disapprove.enabled { cursor: pointer; float: left; }

#siteContainer #rating #approve.disabled { cursor: default; float: left; }
#siteContainer #rating #disapprove.disabled { cursor: default; float: left; }

#siteContainer #rating #socialPlugin { float: right; border: 0px solid green; width: 680px; height: 80px; }






/* ADD VENT ******************************************************************/
#siteContainer #ventForm #categoryImages {
	float: left;
	border: 1px solid #797979;
	padding: 10px;
}

#siteContainer #ventForm #categoryImages img {
	cursor: pointer;
}

#siteContainer #ventForm #tipBox {
	border: 1px #797979;
	color: #797979;
	width: 400px;
	padding: 5px;
	margin-right: 195px;
	float: right;
	border: 1px solid #797979;
}

#siteContainer #ventForm #entryText {
	width: 800px;
	height: 200px;
	border: 1px solid #797979;
	float: left;
}


#siteContainer #ventForm #mainCategoryPicture {
	margin-top: 0px;
	float: right;
	border: 0px solid #797979;
	display: none;
}

#siteContainer #ventForm #messageError {
	color: #cc0000;
	float: left;
}

#siteContainer #ventForm #characterCounter {
	color: #797979;
	border: 0px solid red;
	float: right;
	margin-right: 195px;
}

#siteContainer #ventForm label {
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 20px;
}




/* ARCHIVE / CATEGORY LIST / TOP RATED ***************************************************/

#siteContainer #olderLink {
	float: left;
	width: 445px;
	margin-bottom: 10px;
	border: 0px solid red;
}

#siteContainer #newerLink {
	float: right;
	text-align: right;
	width: 550px;
	margin-bottom: 10px;
	border: 0px solid red;
}



#siteContainer .entryText {
	border: 0px solid #0000cc;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 600px;
}

#siteContainer .entryText .ratingBox {
	height: 41px;
	width: 120px;
}

#siteContainer .entryText .ratingBox .bigger {
	float: left;
	font-size: 18px; 
	border: 0px solid red; 
	height: 18px; 
	padding-top: 23px; 
	margin-left: 10px;
}

#siteContainer .entryText .ratingBox .archiveImageApproveEnabled {
	float: left;
	width: 30px;
	height: 41px;
	background: url('images/approvesmall.jpg') no-repeat top;
	cursor: pointer; 
}

#siteContainer .entryText .ratingBox .archiveImageApproveDisabled {
	float: left;
	width: 30px;
	height: 41px;
	background: url('images/approvesmallgrey.jpg') no-repeat top;
	cursor: default; 
}

#siteContainer .entryText .ratingBox .archiveImageDisapproveEnabled {
	float: left;
	width: 30px;
	height: 41px;
	background: url('images/disapprovesmall.jpg') no-repeat top;
	cursor: pointer; 
}

#siteContainer .entryText .ratingBox .archiveImageDisapproveDisabled {
	float: left;
	width: 30px;
	height: 41px;
	background: url('images/disapprovesmallgrey.jpg') no-repeat top;
	cursor: default; 
}



