@charset "UTF-8";
/* CSS WRITTEN BY RYAN JAMES RAGSDALE FOR IMPACT ZONE WRESTLING */

p {
	margin-bottom:24px;
	color: #060;
	font-size: 14px;
}

/* HYPERLINKS */
a, a:link {
border-bottom:1px solid #070;
color:#070;
padding-bottom:2px;
}

a:visited {
border-color:#639;
color:#639;
}

a:hover {
border-color:#933;
color:#933;
}

a:active {
	color:#090;
}

/* RESULTS FORMATTING */
dt {
font-weight:bold;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
color:#070;
font-size:18px;
text-transform:uppercase;
}

dd {
padding:24px 0;
}

#recentresults ul li, #newslink ul li {
border-bottom:1px dashed #999;
margin-bottom:24px;
padding:0 10px 23px 0;
}

#roster ul li {
	float:left;
	margin-right:24px;
	width:216px;
	color: #CCC;
}

#roster ul li.blkout {
width:432px;
padding-right:24px;
}

#roster p {
	font-size:12px;
	color: #FFF;
}

#results ul li.lastresult {
border-bottom:1px solid #999;
margin:0;
}

#results ul li, #newslink ul li, #history ul li {
border-bottom:1px dashed #999;
margin-bottom:24px;
padding:0 10px 23px 0;
}

#recentresults ul li.lastresult {
border-bottom:1px solid #999;
margin:0;
}

#newslinks ul li {
padding-bottom:24px;
}

#newslink a {
font-size:14px;
border:none;
}

/* HEADINGS */
h1, h2, h3 {
font-weight:bold;
}

h1, h2 {
color:#070;
}

h1 {
	font-size:36px;
	font-style:italic;
	line-height:48px;
	letter-spacing:-1px;
	margin:36px 0 12px 0;
	text-transform:uppercase;
	color: #CCC;
}

h2 {
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
font-size:18px;
}

h3 {
	color:#CCC;
	font-style:italic;
	text-align: center;
}

.clear {
clear:both;
}

#resultsbyyear a {
font-size:36px;
border-bottom:1px dashed #070;
line-height:48px;
}

#roster a {
font-size:12px;
text-transform:uppercase;
}
#container #results dl dd ul li strong {
	color: #CCC;
}

