@charset "utf-8";
/* CSS Document for StadiaDirectory */
/* ----------------------------------------------- main tags and objects -------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #CCCCCC;
	text-align: center;
	color: #58595B;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
	.leftImg {
		float: left;
		margin-right: 8px;
	}
	.rightImg {
		float: right;
		margin-left: 8px;
	}
	#column2 img {
		margin: 6px 0px;
	}
	img.valid {
		margin-top: 3px;
	}
	img.stadiatech {
		border: 1px solid #FAB71C;
		margin-top: 80px;
	}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
	#column2 h1, #column2 h2, #column2 h3 {
		padding: 5px;
		background-color: #DDDDDD;
		text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
	}
p {
	text-align: justify;
	margin: 0;
	padding: 0.7em 0;
}
a {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
	color: #58595B;
}
a:hover, a:active {
	text-decoration: underline;
	color: #58595B;
}
	#column3 h2 a:link, #column3 h2 a:visited {
		font-weight: bold;
	}
	#column3 a:link, #column3 a:visited {
		color: #FFFFFF;
		font-weight: normal;
	}
	#column3 h2 a:hover, #column3 h2 a:active {
		font-weight: bold;
	}
	#column3 a:hover, #column3 a:active {
		text-decoration: none;
		color: #CCCCCC;
	}
/* ------------------ home page buttons -------------------- */
#home_buttons {
	width: 380px;
	height: 380px;
	margin: 20px auto;
}
	#directory_btn, #news_btn, #about_btn, #submit_btn {
		float: left;
		width: 180px;
		height: 180px;
	}
		#directory_btn, #news_btn {
			margin-bottom: 20px;
		}
		#directory_btn, #about_btn {
			margin-right: 20px;
		}
			#directory_btn {background: url(../images/btn_directory01.png)}
				#directory_btn a:hover {background: url(../images/btn_directory01-hover.png)}
			#news_btn {background: url(../images/btn_news01.png)}
				#news_btn a:hover {background: url(../images/btn_news01-hover.png)}
			#about_btn {background: url(../images/btn_about01.png)}
				#about_btn a:hover {background: url(../images/btn_about01-hover.png)}
			#submit_btn {background: url(../images/btn_submit01.png)}
				#submit_btn a:hover {background: url(../images/btn_submit01-hover.png)}
.button_link {
	display: block;
	width: 100%;
	height: 100%;
}
/* ------------------------------------- */
a#rssImage {
	display: block;
	float: right;
	width: 28px;
	height: 28px;
	background: url(../images/rss.png) right top no-repeat;
}
table#stadium_info {
	text-align: left;
	margin: 5px 0;
	padding: 0;
}
	table#stadium_info td.title {
		font-weight: bold;
		padding-right: 10px;
		border-right: 1px dashed #FAB71C;
	}
	table#stadium_info td.data {
		padding-left: 10px;
	}
table#social_links {
	margin: 0 auto 5px;
}
	table#social_links td {
		padding: 2px 6px;
	}
.breadcrumbs {
	text-align: left;
}
#PageComments_holder {
	text-align: left;
}
.newsDate {
	color: #444442;
}
fieldset {
	border: none;
}
#column1 form {
	margin-top: 10px;
}
	#column1 form input.action {
		margin-top: 7px;
	}
ul#SearchResults li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #FAB71C;
	margin-bottom: 10px;
}

#cloud {
	text-align: justify;
	padding-left: 12px;
}
	#cloud a:link, #cloud a:visited {
		color: #CCCCCC;
	}
	#cloud a:hover, #cloud a:active {
		color: #FAB71C;
		text-decoration: none;
		border-bottom: 1px dotted #FAB71C;
	}
/* ---------------------- form style ------------ */
.cellQuestion {
	text-align: right;
	padding-right: 10px;
}
.cellAnswer {
	text-align: left;
}
.cellSubmit {
	text-align: center;
}
.form_sent {
	font-weight: bold;
}
.form_error {
	color: #CC0000;
	font-weight: bold;
}
/* ------------------------------------------- page sections -------------------------- */
#wrapper {
	width: 970px;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
}
/* ----------------------------- header ---------------------- */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 210px;
	background: url(../images/header_mask.png) top left no-repeat;
	text-align: left;
	padding: 30px 0px 0px 20px;
}
/* ----------------------------- content --------------------- */
/* -------------- columns ------- */
#column1 {
	float: left;
	width: 175px;
	margin-top: 239px;
}
#column2 {
	float: left;
	width: 474px;
	margin-top: 268px;
	padding: 0px 12px 0px 12px;
	font-size: 1.2em;
	border-right: 1px dashed #FAB71C;
}
	#column2 ul {
		text-align: left;
		list-style-type: none;
	}
#column3 {
	float: left;
	width: 284px;	
	padding: 116px 0px 0px 12px;
	color: #FFFFFF;
}
	#text_area {
		padding: 20px;
		background-color: #818285;
		margin-top: 3px;
		font-size: 1.2em;
	}
/* -------------- menu ---------- */
	#column1 ul#main_nav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: left;
		border-bottom: 2px dotted #FAB71C;
	}
	#column1 ul#main_nav li {
		display: block;
		width: 175px;
		height: 38px;
		font-weight: bold;
		font-size: 1.4em;
		border-top: 2px dotted #FAB71C;
	}
		#column1 ul#main_nav li a {
			display: block;
			width: 163px;
			height: 28px;
			padding: 10px 0px 0px 12px;
		}
	#column1 ul#main_nav li#last {
		border-bottom: 2px dotted #FAB71C;
	}
	#column1 ul#main_nav li a:hover, #column1 ul#main_nav li a:active {
		text-decoration: none;
		color: #333333;
		background: url(../images/nav_bk_hover.png) center center no-repeat;
	}
/* -------------- partners list ---------- */
	ul.partner_list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	ul.partner_list li {
		display: block;
		width: 120px;
		height: 60px;
		margin: 0 auto;
		padding-top: 12px;
	}
	ul.partner_list li a {
			display: block;
			width: 100%;
			height: 100%;
	}
/* ----------------------------- footer ---------------------- */
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 12px 22px 12px;
}
	#privacy_sitemap {
		color: #FAB71C;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}
		#privacy_sitemap a:link, #privacy_sitemap a:visited, #privacy_sitemap a:hover, #privacy_sitemap a:active {
			color: #FAB71C;
		}
	#copyright {
		text-align: left;
		float: left;
		width: 50%;
	}
	#design {
		margin-left: 50%;
		text-align: right;
	}
		#copyright a:link, #copyright a:visited, #design a:link, #design a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#copyright a:hover, #copyright a:active, #design a:hover, #design a:active {
			color: #FFFFFF;
			text-decoration: underline;
		}
/* ----------------------------- clearing -------------------- */
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
