@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	font-weight: bold;
}

/* ~~this fixed width container surrounds the other divs~~ */
#container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}


#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32B8F7;
}

/* ~~ These are the columns for the layout. ~~ */
#sidebar1 {
	float: left;
	width: 181px;
	padding-bottom: 10px;
	background-color: #FFF;
}

#content {
	width: 779px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#content ul, #content ol {
	padding: 0 15px 15px 40px; 
}
#content .innerwrap img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #999;
	float: left;
}
#content h3 {
	clear: both;
	padding-bottom: 0px;
	padding-top: 15px;
}




/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#leftcontent {
	float: left;
	width: 48%;
}


#rightcontent {
	float: right;
	width: 48%;
}

#content .innerwrap {
	margin-right: auto;
	margin-left: auto;
	width: 744px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content .innerwrap .piccaption {
	margin: 2px;
	padding: 2px;
	width: 238px;
	border: 1px solid #999;
	float: left;
}

.innerwrap .piccaption p {
	font-size: .8em;
	text-align: center;
}

.outofstock {
	font-size: 0.8em;
	font-style: italic;
	color: #C06;
}
.completed {
	text-decoration: line-through;
}
.currenttourn {
	font-weight: bold;
	color: #C00;
}
#container #sidebar1 #dets p iframe {
	margin-top: 0.3em;
}

