/* ======================== */
/* ! SITE COLORS            */
/* dark red #B71C21         */
/* peach #FAE7B6            */
/* dark peach #FBC689       */
/* ======================== */

BODY {
	margin:0px 0px 0px 0px; 
	background-color: silver; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #B71C21;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: gray;
	font-weight: normal;
}

#pagespace {
	width:1000px;
	margin:0 auto;
}

#pageBottom{
	clear: left;
	margin: auto;
	width: 1000px;
	background-color: #B71C21;
	background-image: url(images/copyright_back.png);
}

#copyright {
	color: white;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	height: 80px;
}

#copyright a {
	color: black;
}

#bottomLinks {
	float: right;
	text-align: right;
}

#bottomLinks a {
	color: white;
	font-weight: normal;
}

/* ========== */
/* ! General  */
/* ========== */

#indexLeft {
	margin: 10px 8px 0px 0px;
	padding: 0px;
	float: left;
	width: 691px;
}

#indexRight {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 300px;
}

.float_left {
	float: left;}

.float_right {
	float: right;}	
	
.altColor {
	background-color: #FBC689;
}

/* ========== */
/* ! Header   */
/* ========== */

#header {
	background-image: url(images/header_background.jpg);
	background-position: top;
}

#header_ad {
	align: center;
}

#header h1 {
	line-height: 20px;
	display:block;
	text-indent:-5000em;
}

.mainNav {
	background-color: black;
	color: red;
	font-size: 11px;
	line-height: 20px;
	word-spacing: 15px;
}

.mainNav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.mainNav a:hover {
	text-decoration: underline;
	color: silver;
}

/* ========== */
/* ! SEARCH   */
/* ========== */

.search, .searchButton { 	
	padding: 2px; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color: BLACK;
}
.searchButton { 
	color: #cc0033; 
	font-weight: bold; 
	border: 1px solid #cc0033;
}

form{display:inline;}

#searchBar {
	margin: 5px 0px 5px 0px;
	padding: 5px;
	width: 288px;
	border: 1px solid #000;
	background-color: #FAE7B6;
	font-weight: bold;
	background-image: url(images/tabs_boxer_background.jpg);
}

/* ========== */
/* ! TEXT     */
/* ========== */

.sectionhead1 {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	display: block;
	border: 1px solid #cc0033;
	background-image: url(images/section_header_background.gif);
}

.byline {
	font-size: 9px;
	font-weight: bold;
	height: 15px;
	padding-top: 5px; 
}

.commentsLink {
	font-weight: bold;
	line-height: 25px;
}

.artistName {
	font-weight: bold;
	font-size: 14px;
}

.boldLabelText {
	font-size: 12px;
	font-weight: bold;
}

.greenText {
	color: green;
}

.redText {
	color: #B71C21;
}

#reportBadVid {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #B71C21;
	text-decoration: none;
	border: 1px solid #B71C21;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
}
/* ================== */
/* ! QUICK LINKS BOX  */
/* ================== */

#recentHeadlines {
	margin-bottom: 2px;
	font-size: 11px;
}

#recentHeadlines div a {
	font-size: 15px;
	color: #B71C21;
	font-weight: bold;
	text-decoration: none;
}

#recentHeadlines div a:hover {
	text-decoration: underline;
}


#recentHeadlines img {
	margin-right: 5px;
	float: left;
}

#recentHeadlines div {
	padding-left: 10px;
	padding-right: 10px;	
	clear: left;
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-top: 5px;
}

#recentHeadlines p {
	padding: 0px;
	margin: 0px;
	height: 30px;
	padding-bottom: 2px;
}

#recentComments {
	margin-bottom: 2px;
	font-size: 11px;
}

#recentComments div a {
	font-size: 11px;
	color: #B71C21;
	font-weight: bold;
	text-decoration: none;
}

#recentComments div a:hover {
	text-decoration: underline;
}

#recentComments div {
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 2px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-top: 5px;
}

#recentComments p {
	margin: 0px;
	padding: 0px;
}

.recentCommentsByline {
	color: gray;
	font-size: 10px;
}

/* ========== */
/* ! BOXES    */
/* ========== */

.tagsBox {
	background-color: #000;
	border-left: 10px solid #B71C21;
	padding: 5px;
	color: white;
	font-weight: bold;
}

.tagsBox a {
	color: #FAE7B6;
}

.tagsBox a:hover {
	color: #ccc;
}

.rightSideBar {
	float: right;
	padding: 10px;
	background-color: #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.topGrayBox {
	height: 90px;
	padding-left: 10px;
	background-color: #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

.topGrayBox div {
	padding-top: 10px;
	line-height: 15px;
}

.topGrayBox img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
/* ============== */
/* !GLOBAL TABLE  */
/* ============== */

.tableList {
	width: 691px;
	background: #FAE7B6;
}

.tableHeader {
	font-weight: bold;
}

.tableList td {
	padding: 5px;
}