html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center; /*this centers the container div in IE5 - and also the text so apply separate aligns where desired */
}
#container {
	background-color: #fff;
	margin: auto; /*Setting the margin to Auto evens the left/right margin out and therefore centering this div */
	text-align: left;
	width: 760px;
}
#wrapper {
	margin-top: 10px;
}

/*--- LINKS ---*/
a {
	text-decoration: none;
	color: #666;
}
a:link, a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #333;
}

/*--- FONTS ---*/
h1 {
	margin: 0;
	padding: 0;
}
	
/*--- HEADER ---*/
#header-block {
	margin-top: 10px;
}

/*--- FLASH BLOCKS ---*/
#main-flashpane-home {
	clear: both;
	background-color: #fff;
	height: 400px;
	width: 760px;
}
#main-flashpane-inside {
	clear: both;
	background-color: #fff;
	height: 100px;
	width: 760px;
}
#flash-gallery {
	width: 510px;
}

/*--- WP ELEMENTS ---*/
#sidebar {
	background-color: #000;
	text-align: left;
	float: right;
	width: 220px;
	padding: 0px;
	margin-bottom: 10px;
}	
#side-content {
	width: 200px;
	margin: 10px 10px 10px 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#searchdiv {}
#searchform {}

#side-content ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#side-content li {
	list-style-type: none;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}
#side-content li a {
	text-decoration: underline;
}
#side-content .widgettitle {
	text-transform: uppercase;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#side-content li h2.widgettitle {
   margin: 0;
   padding: 0;
}
#content {
	text-align: left;
	float: left;
	width: 500px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #333;
}
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#content p {
	color: #666;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contentbody {
	width: 760px;
	background-color: #f3f3f3;
	padding: 10px 0px 10px 0px;
}
#contentbody-inner {
	margin-left: 10px;
}
#contentbody a {
	text-decoration: none;
	color: #6699CC;
}
#contentbody a:link {
	text-decoration: none;
	color: #6699CC;
}
#contentbody a:hover {
	text-decoration: none;
	color: #333;
}
#productintro {
	width: 740px;
	margin: 0px 10px 0px 10px;
	padding: 8px 0px 8px 0px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
#productintro p {
	margin: 0px 0px 0px 10px;
	width: 720px;
}
.productrow ul {
	list-style: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.productrow li {
	display: block;
	float: left;
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.productimg {
	border: 4px solid #e7e7e7;
}
#sidebar-black {
	background-color: #000;
	text-align: left;
	float: right;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}	
#sidebar-black-inner {
	color: #CCC;
	font-size: 11px/16px;
	line-height: 14px;
	width: 200px;
	margin: 10px 10px 10px 10px;
	padding: 8px 0px 8px 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#sidebar-grey {
	text-align: left;
	float: right;
}
#sidebar-grey img {
	border: 4px solid #f3f3f3;
	margin-bottom: 10px;
}
#content-narrow {
	text-align: left;
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#content-narrow p {
	color: #666;
}
.pgtitle {
	font-family: georgia, times, serif;
	font-size: 15px;
	color: #6699cc;
	padding: 0px;
	text-indent: 20px;
}

/*--- BLOG POSTS ---*/
.entry {
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
	border-bottom: 2px solid #f3f3f3;
}
.entrytitle a {
	font-family: georgia, times, serif;
	font-size: 15px;
	color: #6699cc;
	text-decoration: none;
	border-bottom: none;
}

.entrymeta {}
.entrybody {}

.entrybody img {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 4px solid #f3f3f3;
}
.entrybody a {
	text-align: left;
	color: #6699CC;
}
.entrybody a:hover {
	text-align: left;
	color: #666;
}

/*--- COMMENTS ---*/
#commentblock {
	margin-top: 10px;
	background-color: #f9f9f9;
	padding: 10px 10px 10px 10px;
}
#commentblock h2 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 12px;
	color: #666;
}
#comments {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left; /*this centers the container div in IE5 - and also the text so apply separate aligns where desired */
	border-bottom: 1px solid #f3f3f3;
}

#comments h2 {}

#commentlist {
	border-bottom: 1px solid #f3f3f3;
}

#commentsform {}
#author {}
#email {}
#url {}
#submit {}

.comments-link {
	background: url(http://www.superchampionshop.com/_img/comments.gif) no-repeat;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	color: #6699cc;
}
.commenttext-admin {
	background-color: #FFF;
	font-style: italic;
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.commenttext {}
.commentname {}
.nocomments {}

.more-link {
	background: url(http://www.superchampionshop.com/_img/more.gif) no-repeat;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
}

/*--- OTHER ---*/
#pages {}
#searchdiv {}
#searchform {}

/*--- FOOTER ---*/
#footer	{
	background-color: #0f0f0f;
	color: #333;
	font-size: 11px/16px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 760px;
	height: 60px;
}
#live-nav {
	display: block;
	float: right;
	text-align: left;
	height: 60px;
	line-height: 60px;
	padding: 0 20px 0px 0px;
}
#live-nav ul {
   margin: 0; padding: 0;
	white-space: nowrap;
}
#live-nav li {
	display: inline;
	list-style-type: none;
}
#live-nav a {
	margin-left: 6px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #333;
}
#live-nav a:hover {
	text-decoration: none;
	color: #555;
	border-bottom: 1px solid #555;
}
#live-nav a.current-page {
	text-decoration: none;
	color: #222;
	border-bottom: none;
}
#copyright {
	display: block;
	float: left;
	width: 44%;
	height: 60px;
	line-height: 60px;
	background: url(http://www.superchampionshop.com/_img/footer-logo.gif) 20px no-repeat;
	text-align: left;
	padding: 0px 0px 0px 60px;
}