/*copyright punchout.gamebub.com*/
html, body {
	margin:0;
	padding:0;
}

body {
	background:#000 url(boxing_crowd.gif) bottom repeat-x fixed;
	color:#000;
	font-family:Trebuchet MS, sans-serif;
}

#container {
	margin:0 auto;
	width:760px;
	background:url(left_border_stars.png) repeat-y top left;
}

#inner_container {
	background:url(right_border_stars.png) repeat-y top right;
}

#header {
	margin:0 15px 0 15px;
	background-color:#b2daff;
	text-align:center;
}

#nav {
	margin:5px 15px;
	text-align:center;
}

#nav ul {margin:0; padding:0;}
#nav li {
	display:inline;
	padding:0 5px;
}

#nav li a {
	padding:0 0 0 20px;
	background:url(boxing_glove_sprite.gif) no-repeat left;
	font-size:120%;
}

#nav li a:hover {
	background:url(boxing_glove_sprite.gif) no-repeat 4px;
}

#goo {
	margin:0 -10px;
}

#content {
	margin:0 15px;
	padding:5px 10px;
	line-height:1.5;
	background-color:#b2daff;
}

#footer {
	padding:0 40px;
	margin:25px 0 0 0;
	font-size:70%;
	background-color:#b2daff;
	text-align:center;
}

#footer p {
	text-align:left;
}

a {font-weight:bold; color:#a00000; text-decoration:none;}/*225465*/
a:link {}
a:visited {}
a:hover {text-decoration:underline;}
a:active {}

a img {border:none;}

hr {
	color:#004466;
	background-color:#004466;
	border-style:none;
	height:3px;
}

blockquote {font-style:italic;}

#header #logo {
	margin:0;
	padding:20px 0 0;
	display:block;
}
#header #logo a {
	display:block;
	text-indent:-9999px;
	margin:0 auto;
	padding:0;
	background:url(logo.png) no-repeat;
	width:678px;
	height:119px;
}
#header #tagline {text-align:center; display:block; color:#046; font-size:100%; font-style:normal; font-weight:normal; margin:0;}

h1, h2, h3, h4, h5, h6, label, cite {color:#046;}
h1, h2, h3, h4, h5, h6, label {font-weight:bold;}
h2, h3, h4, h5, h6 {margin-bottom:0;}
.half_row h2, .row h2, .half_row h3, .row h3 {margin-left:0;}
h1 {text-align:center;}
#header h1 + #header h2 {margin:0;}
h1 + h2 {margin-left:40px;}
h2 {font-size:150%;}
h2.display_title {margin-left:0; font-size:100%; font-weight:normal; font-variant:normal;}
h3 {font-size:130%; margin-top:0;}
h2 + h3 {font-size:100%;}

.lrow, .rrow, .row, .lrow_opp, .half_row {
	margin:0 10px 20px;
	padding:10px 20px;
	border-width:10px;
	border-style:solid;/*outset*/
	border-color:#d6ebff #9ed0ff #8ac6ff #c7e4ff;
}

.lrow, .rrow, .row, .lrow_opp {
	clear:both;
	min-height:165px;
}

.half_row {
	width:270px;
	float:left;
	height:180px;
}

.last {
	float:right;
}



.lrow, .lrow_opp {background:url(big_star.png) top left no-repeat;}
.rrow {background:url(big_star.png) top right no-repeat;}

.lrow img {float:left; margin:0 0 5px 0; padding:0 5px; clear:left; border:0;}
.rrow img, .lrow_opp img {float:right; margin:0 0 5px 0; padding:0 5px; clear:right; border:0;}

.lrow ul li {margin-left:25px;}

ul.plain {
	list-style:none;
	margin:0;
	padding:0;
}

ul.plain li {
	margin:5px 0;
	padding:0;
}

ul.rowlist li {
	float:left;
	margin:5px 10px 5px 0;
	white-space:nowrap;/*ends up text justifying*/
	text-align:left;
	width:200px;
	min-width:200px;
	max-width:200px;
}

/*clear div replacement*/
.lrow:after, .rrow:after, .lrow_opp:after, ul.rowlist:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

table {
	border-collapse:collapse;
	color:#003;
}
th {
	padding:5px;
	background-color:#70b0d0;
	border:2px #60a0c0 solid;
}
td {
	padding:10px 5px;
	border:2px #70b0d0 solid;
}

table.plain th, table.plain td {
	border:none;
}

.date, .categories {
	font-size:80%;
}

#header h6, .date, .categories, #footer, .timestamp {
	color:#396880;
}

.categories img {
	vertical-align:middle;
}

.pages {
	font-size:80%;
	text-align:center;
	margin:20px 0;
}

.emoticon {
	vertical-align:text-bottom;
}

.minor {
	font-size:70%;
}

.error {
	color:#f00;
	background-color:#ffc;
}

button, input, select, textarea {
	font-family:Trebuchet MS, sans-serif;
	font-size:100%;
	padding:2px;
}

#email, #subject, #message {
	background-color:#000;
	color:#88CCEE;
}

.story {
	margin:0 0 20px;
}