@charset "utf-8";
/* CSS Document */



/* Main CMS Styles */

/* Sets miscellaneous things like images and forms*/
form {margin: 0px; display: inline;}
hr {margin: 2; height: 1px; border: 0; color: #444444; background-color: #666666;}
img.mempic {border: 1px solid #000000;}
img.mempic_blank {border: 0px;}
img.sponsor {border: 0px;}

/*Default link properties*/
a:link, a:visited, a:active {color: #FFFFFF; text-decoration: underline;}
a:hover {color: #FFA200; text-decoration: underline;}
/*Drop down menu properties*/
#dropmenudiv {
	color: #FFFFFF;
	position: absolute;
	border: 1px solid #666666;
	border-bottom-width: 0;
	line-height: 14px;
	background-color: #333333;
	font-size: 10px;
}
    
#dropmenudiv a{
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	background-color: #333333;
}
    
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFA200;
}

/*Admin tables*/
table.admin {background-color: #bebebe; width: 485px;}
tr.admin {
	background: #ebebeb;
	color: #000000;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #d2d2d2;
	height: 18px;
}
tr.admin2 {
	background: #f1f1f1;
	color: #000000;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #d2d2d2;
	height: 18px;
}

tr.admin2 a {
	background: #f1f1f1;
	color: #000000;
}

/*span properties anyone?*/
span.heading
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;	
}

span.rheading
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFA200;
}

span.small {font-size: 9px;}

span.users {font-size: 9px; color: #848484;}

span.blue {color: #d7b92c;}
span.green {color: #146f05;}
span.gray {color: #6e6e6e;}
span.red {color: #b10a0a;}
span.yellow {color: #d7b92c;}

/*Basic form properties*/
select, input, textarea
{
	font-size: 10px;	
	font-family: Verdana;
	background: #ebebeb;
	color: #000000;
	border: 1px solid #BEBEBE;
}

option
{
	background: #f4f4f4;
	color: #4e4e4e;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #a5a5a5;
	background-color: #303030;
	border: 1px solid #444444;
	margin: 2px;
	padding: 2px;
	font-size: 9px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #a5a5a5;
	font-family: "courier new", "times new roman", monospace;
	font-size: small;
	line-height: 1.3em;
	border: 1px solid #444444;
	margin: 2px auto 1px auto;
	padding: 1px;
	width: 99%;
	white-space: nowrap;
	overflow: auto;
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #a5a5a5;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
	line-height: 1.2em;
}

/*All of the divs!*/
div.heading
{
	text-align: left;
	padding: 4px 0px 0px 6px;
}

div.archives {padding: 3px 0px 4px 0px;}

div.welcome {padding: 8px 0px 4px 0px;}

/* Highslide JS properties */
.highslide-image {border: 2px solid white; background: #ffffff;}
.highslide-caption {
	display: none;    
	border: 2px solid white;
	border-top: none;
	color: #444444;
	padding: 5px;
	background-color: white;
	text-align: center;
}
.highslide-display-block {display: block;}
.highslide-display-none {display: none;}
.highslide-loading
{
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
}
a.highslide-credits, a.highslide-credits i
{
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {color: white; background-color: gray;}

td.alt1 {
	background: #333333;
	border-bottom: 1px solid #000000;
	height: 18px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

td.alt2 {
	background: #666666;
	border-bottom: 1px solid #000000;
	height: 18px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

/*Content related table properties*/
th.alt
{
	height: 16px;
	background: #111111;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 4px;
}

td.pbody
{
	padding: 3px;
	border-bottom: 1px solid #bbbbbb;
}

td.map
{
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 3px;
}

table.body
{
	width: 99%;
	padding-left: 5px;
}






/* Main Template Styles */

body {
	background: url('http://www.buddahtribe.net/images/bg.jpg') repeat-x #292929;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin: 72px 0px 0px 0px;
}

/*Default link properties*/
a:link, a:visited, a:active {color: #FFFFFF; text-decoration: underline;}
a:hover {color: #FFA200; text-decoration: underline;}

img {
	border: none;
}
.clear {
	clear: both;
}
#container {
	width: 999px;
	background: url('http://www.buddahtribe.net/images/containerbg.jpg') repeat-y;
	margin: 0px auto;
}
	#container #maincontain {
		width: 971px;
		margin: 0px auto;
	}
		#container #maincontain #banner {
			width: 971px;
			height: 217px;
			background: url('http://www.buddahtribe.net/images/banner.jpg') no-repeat;
		}
		#container #maincontain #navigation {
			width: 971px;
			height: 43px;
		}
		#container #maincontain #toparea {
			width: 971px;
			height: 197px;
		}
			#container #maincontain #toparea .left {
				width: 253px;
				float: left;
				height: 197px;
			}
				#container #maincontain #toparea .left #latestnews {
					width: 253px;
					height: 33px;
					background: url('http://www.buddahtribe.net/images/latestnews.jpg') no-repeat;
				}
					#container #maincontain #toparea .left .latestnews {
						margin: 0px;
						padding: 0px;
					}
						#container #maincontain #toparea .left .latestnews .li1 {
							width: 253px;
							height: 18px;
							list-style: none;
							background: url('http://www.buddahtribe.net/images/news_li1.jpg') no-repeat;
							font-size: 10px;
						}
							#container #maincontain #toparea .left .latestnews .li1 .li_left {
								float: left;
								width: 206px;
								padding: 2px 0px 0px 5px;
							}
							#container #maincontain #toparea .left .latestnews .li1 .li_right {
								float: right;
							}
						#container #maincontain #toparea .left .latestnews .li2 {
							width: 253px;
							height: 18px;
							list-style: none;
							background: url('http://www.buddahtribe.net/images/news_li2.jpg') no-repeat;
							font-size: 10px;
						}
							#container #maincontain #toparea .left .latestnews .li2 .li_left {
								float: left;
								width: 206px;
								padding: 2px 0px 0px 5px;
							}
							#container #maincontain #toparea .left .latestnews .li2 .li_right {
								float: right;
							}

			#container #maincontain #matches .left {
				width: 253px;
				border-left: 1px solid #000000;
				margin: -11px;
			}							
					#container #maincontain #matches .latestmatches {
						margin: 0px;
						padding: 0px;
					}							
						#container #maincontain #matches .li1 {
							width: 253px;
							height: 18px;
							list-style: none;
							background: url('http://www.buddahtribe.net/images/news_li1.jpg') no-repeat;
							font-size: 10px;
						}
							#container #maincontain #matches .li1 .li_left {
								float: left;
								width: 206px;
								padding: 2px 0px 0px 5px;
							}
							#container #maincontain #matches .li1 .li_right {
								float: right;
							}
						#container #maincontain #matches .li2 {
							width: 253px;
							height: 18px;
							list-style: none;
							background: url('http://www.buddahtribe.net/images/news_li2.jpg') no-repeat;
							font-size: 10px;
						}
							#container #maincontain #matches .li2 .li_left {
								float: left;
								width: 206px;
								padding: 2px 0px 0px 5px;
							}
							#container #maincontain #matches .li2 .li_right {
								float: right;
							}
							
						
								
			#container #maincontain #toparea .middle {
				width: 465px;
				height: 197px;
				float: left;
			}
			#container #maincontain #toparea .right {
				width: 253px;
				height: 160px;
				float: left;
				background: url('http://www.buddahtribe.net/images/sponsors.jpg') no-repeat;
				padding: 37px 0px 0px 0px;
				text-align: center;
			}
		#container #maincontain #contenthead {
			width: 971px;
			height: 36px;
			background: url('http://www.buddahtribe.net/images/contenthead.jpg') no-repeat;
		}
			#container #maincontain #left {
				width: 719px;
				float: left;
				background: url('http://www.buddahtribe.net/images/contentbody.jpg') repeat-y;
			}
				#container #maincontain #left .newstitle {
					width: 675px;
					margin: 0px auto;
					font-family: Verdana;
					font-size: 12px;
					color: #ffa200;
					padding-top: 10px;
				}
					#container #maincontain #left .newstitle span {
						color: #bab2a0;
					}
					#container #maincontain #left .newstitle .left {
						float: left;
					}
					#container #maincontain #left .newstitle .right {
						float: right;
						text-align: right;
						font-size: 11px;
						color: #cfcfcf;
					}
				#container #maincontain #left .newstent {
					width: 650px;
					margin: 0px auto;
					font-family: Verdana;
					font-size: 12px;
					color: #FFFFFF;
					padding: 15px 0px 5px 0px;
				}
					#container #maincontain #left .newstent a {
						color: #FFFFFF;
					}
					#container #maincontain #left .newstent a:hover {
						color: #ffa200;
					}
				#container #maincontain #left .newscomments {
					width: 643px;
					height: 57px;
					background: url('http://www.buddahtribe.net/images/newsfoot.jpg') no-repeat;
					font-size: 12px;
					color: #bab2a0;
					margin: 0px auto;
					padding-top: 10px;
					padding-left: 2px;
				}
					#container #maincontain #left .newscomments a {
						color: #FFFFFF;
					}
					#container #maincontain #left .newscomments a:hover {
						color: #ffa200;
					}
					#container #maincontain #left .newscomments span {
						color: #ffa200;
					}
		#container #maincontain #right {
			width: 251px;
			float: left;
			background: url('http://www.buddahtribe.net/images/rightbg.jpg') repeat-y;
			padding-left: 1px;
		}
		#container #maincontain #xfirecontacts {
			width: 251px;
			height: 61px;
			background: url('http://www.buddahtribe.net/images/xfirecontacts.jpg') no-repeat;
		}
		#container #maincontain #xfire {
			width: 230px;
			margin: 0px auto;
			padding: 7px 0px 7px 0px;
			font-size: 10px;
			color: #FFFFFF;
			font-family: Verdana, Verdana;
		}
			#container #maincontain #xfire span {
				color: #FF0000;
				font-size: 10px;
			}
			#container #maincontain #xfire a {
				color: #939393;
				font-size: 10px;
				text-decoration: none;
			}
			#container #maincontain #xfire a:hover {
				color: #939393;
				font-size: 10px;
				text-decoration: underline;
			}
			#container #maincontain #xfire .left {
				width: 212px;
				float: left;
				text-align: right;
				padding-bottom: 5px;
			}
			#container #maincontain #xfire .right {
				float: left;
				padding-bottom: 5px;
			}
		#container #maincontain #latestmatches {
			width: 251px;
			height: 60px;
			background: url('http://www.buddahtribe.net/images/latestmatches.jpg') no-repeat;
		}
		#container #maincontain #matches {
			width: 230px;
			margin: 0px auto;
			padding: 10px 0px 10px 0px;
			font-family: Verdana, Verdana;
			font-size: 10px;
		}
			#container #maincontain #matches span {
				color: #ffae00;
			}
		#container #maincontain #leagues {
			width: 251px;
			height: 62px;
			background: url('http://www.buddahtribe.net/images/leagues.jpg') no-repeat;
		}
		#container #maincontain #footer {
			width: 971px;
			height: 26px;
			background: url('http://www.buddahtribe.net/images/footer.jpg') no-repeat;
		}