/*
Theme Name: Charlotte Roller Girls 2
Theme URI: http://www.charlotterollergirls.com/
Description: Second theme for Charlotte Rollergirls.
Version: 1.2
Author: Leslie Brucker
Author URI: http://madmonkeymediadesign.com/
*/

/* Begin Typography & Colors */


html {
	background: #23002d url(images/bg.gif) repeat scroll left top;
}
body {
	font-size: 66%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	padding:0;
	margin: 0;
	height:100%;
    background: transparent url(images/container_bg-3.jpg) no-repeat center top;
	
	min-width: 1125px;
	min-width: expression( document.body.clientWidth > 1125 ? "1125px" : "auto" ); /* sets max-width for IE */
	width:100%;
	display: table;

	}

#page {
	/*background-color: white;*/
	/*padding: 15px;*/
	}

div#container{
	color:#000000;
	width:1125px;
	min-width:1125px;
	min-width: expression( document.body.clientWidth > 1125 ? "1125px" : "auto" ); /* sets max-width for IE */
	padding:0px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	height: 925px;
	background: transparent;
}

/* HEADER */
div#header_align{height:145px;float:left;}
div#header_left{
	float:left;
	width:210px;
	height:145px;
	background-color: #transparent;
	padding:0px;
	margin:0px;
}
div#header_left a {
	width:210px;
	height:145px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	cursor:pointer;
}
div#header {
	height:145px;
	width:705px;
	padding:0px;
	margin:0px;
	background-attachment: scroll;
	background-image: url(images/header-pic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



div#header_right{
	float:left;
	width:210px;
	height:145px;
	background-color: #transparent;
	padding:0px;
	margin:0px;
}
/*  end header */







/* NAVIGATION */
div#nav_left{
	float:left;
	width:210px;
	height:60px;
	background-color: #transparent;
	padding:0px;
	margin:0px;
}


div#nav_align{
	height:60px;
	float:left;
	z-index: 30;
}

div#nav {
    max-height:60px;
	height: expression( document.body.clientWidth > 60 ? "60px" : "auto" ); /* sets max-width for IE */
	height: 60px;
	width:705px;
	padding:0px;
	margin:0px;
	background-attachment: scroll;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-align: center;
}

/*div#nav_links{
	height:60px;
	float:left;
	text-align: center;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}*/


#dd ul {
	height: 60px;
	width:705px;
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#dd li.news_btn a:link, #dd li.news_btn a:visited { width:91px; }
#dd li.teams_btn a:link, #dd li.teams_btn a:visited { width:77px;}
#dd li.schedule_btn a:link, #dd li.schedule_btn a:visited  { width:111px; }
#dd li.tickets_btn a:link, #dd li.tickets_btn a:visited  { width:85px; }
#dd li.media_btn a:link, #dd li.media_btn a:visited  { width:139px; }
#dd li.partners_btn a:link, #dd li.partners_btn a:visited  { width:108px; }
#dd li.about_btn a:link, #dd li.about_btn a:visited  { width:94px; }

#dd li.news_btn a:hover, #dd li.news_btn a:active {
	background-image: url(images/news_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dd li.teams_btn a:hover, #dd li.teams_btn a:active {
	background-image: url(images/teams_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dd li.schedule_btn a:hover, #dd li.schedule_btn a:active  {
	background-image: url(images/schedule_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dd li.tickets_btn a:hover, #dd li.tickets_btn a:active  {
	background-image: url(images/tickets_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dd li.media_btn a:hover, #dd li.media_btn a:active  {
	background-image: url(images/media_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dd li.partners_btn a:hover, #dd li.partners_btn a:active  {
	background-image: url(images/partners_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#dd li.about_btn a:hover, #dd li.about_btn a:active  {
	background-image: url(images/about_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#dd li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#dd li a.menu:link, #dd li a.menu:visited {
	display: inline-block;
	border:0px; 
	margin:0px;
	padding: 0px;
	 list-style: none;
	 height:60px;
}

#dd li a.menu:hover, #dd li a.menu:active {
	
}

.submenu {
	background: #FFF;
	visibility: hidden;
	position: absolute;
	margin:0px;
	padding:0px;
	z-index: 2;
	border: 0px;
	margin-top:-5px
}

#dd li div.submenu a:link, #dd li div.submenu a:visited {
	display: block;
	background: #23002d url(images/drop_link_bg.gif) no-repeat scroll left top;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	line-height:25px;
	padding: 0px;
	border: 0px;
	width: 95px;
	height:25px;
	margin: 0px;
}

#dd li div.submenu a:hover, #dd li div.submenu a:active  {
display: block;
	background: #9963a8 url(images/drop_link_ovr.gif) repeat scroll left top;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	line-height:25px;
	padding: 0px;
	border: 0px;
	max-width: 150px;
	height:25px;
	margin: 0px;
}


div#nav_right{
	float:left;
	width:195px;
	height:60px;
	background-color: #transparent;
	padding:0px;
	margin:0px;
}
/* end nav */

/* SIDEBAR left */
div#left{
	background-color: #transparent;
	float:left;
	clear:left;
	width:210px;
	min-height:570px;
	height: auto !important;
      height: 570px;
	overflow:hidden;
	margin:0;
	padding:0;
}
div#left_main {width:180px; text-align: center; padding:5px;margin:0px; margin-left:30px; margin-top:35px;}
/* end sidebar left */


/* MAIN CONTENT */
#content, #multimedia_content, #bio_content {
font-size: 1.2em;
	height: auto;
	margin: 0;
	padding:0;
	float: left;
	background-color: #FFF;
	min-height:570px;
	height: auto !important;
      height: 570px;
	width:705px;
}

#bio_content div.bio_title {
	padding:0px;
	background-attachment: scroll;
	background-image: url(images/bio_h1_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	display: block;
	height: 50px;
	width: 705px;
	margin-bottom:0px;
	margin-top:5px;
	margin-right: 20px;
	margin-left: auto;
	font-weight: 500;
}
#bio_content div.bio h1 {
	text-align:center;
	margin:0px;
	padding:0px;
	letter-spacing: 1.5px;
	vertical-align: top;
	font-weight: 700;
	font-size: 20px;
	height: 35px;
	line-height: 22px;
	color: #000;
}
#bio_content h1 span.number {
	font-weight: 800;
	color: #404040;
}
div#bio_content img.pic, div#bio_content img {
	float:left;
	border: 5px solid #32113b;
	margin:0px;
	padding: 0px;
	/* background: #9963a8 url(images/bio_pic-bg.gif) repeat scroll left top; */
	clear: left;
	min-width: 225px;
	max-width: 225px;
	width: auto !important;
	width: expression( document.body.clientWidth > 225 ? "225px" : "auto" ); /* sets max-width for IE */
	width:225px;
	height: auto !important;
}
div#bio_content img.team {
	float:left;
	border: 0;
	margin:0px;
	margin-top:5px;
	padding: 0px;
	clear: left;
	width:225px;
}
#bio_content div.bio {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	float: right;
	width: 390px;
	height:510px;
	color: #333;
	overflow: hidden;
	background-attachment: scroll;
	background-color: #transparent;
	background-image: url(images/bio_paper-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin:0px;
	margin-top:-35px;
	margin-right:-10px;
	padding: 15px;
}
#bio_content div.bio b, span.post-meta-key {
	color: #242424;
	font-weight: 700;
}
#bio_content div.bio h1 {
	margin:0px;
	padding-top:15px;
}
#bio_content div.bio ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 15px;
	padding-top:10px;
	height: 420px;
	width:350px;
	overflow: auto;
	scrollbar-face-color: #fff;
 scrollbar-highlight-color: #32113b;
 scrollbar-3dlight-color: #32113b;
 scrollbar-darkshadow-color: #32113b;
 scrollbar-shadow-color: #333;
 scrollbar-arrow-color: #32113b;
 scrollbar-track-color: #fff;

}
#bio_content div.bio li {
	margin-bottom: 8px;
}

div#content_align{
	width:705px;
	float:left;
	min-height:570px;
	height: auto !important;
      height: 570px;
    margin-top:0;
    margin-right:auto;
    margin-bottom:0;
    margin-left:auto;
}	

div#content_main{padding:15px;padding-top:25px;}
div#content p{line-height:1.35em;}
div#content h1.page {text-align:left; margin-left:10px; margin-bottom:0px; margin-top:0px;letter-spacing: 1.5px;}
div#multimedia_content h1.page {text-align:left; margin-left:10px; margin-bottom:0px; margin-top:0px;letter-spacing: 1.5px}

div#content h1.center {
	text-align:center;
	margin-left:auto;
	margin-bottom:0px;
	margin-top:0px;
	margin-right: auto;
	padding:0px;
	letter-spacing: 1.5px;
}
/* end main content */



/* SIDEBAR right */

div#right{
	margin: 0;
	padding:0px;
	background-color:#transparent;
	float:left;
	width:210px;
		min-height:570px;
	height: auto !important;
      height: 570px;
	position: relative;
	z-index: 3;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#right form {
	margin: 0;
	}
#right_main {
	width:210px;
	text-align: center;
	padding:0px;
	margin:0px;
	margin-left:20px;
	margin-right:20px;
	padding-right:10px;
}	
/* end sidebar right */



/* FOOTER */
div#footer_align{height:175px;float:left;}
div#footer_left{float:left;clear:left;width:210px;height:175px;background-color: #transparent;padding:0px;margin:0px;}
div#footer{
	color:#202020;
	width:705px;
	height:175px;
	background-attachment: scroll;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	margin:0px;
	margin-bottom:-150px;
	border:0px;
}
div#footer_right{float:left;width:210px;height:175px;background-color: #transparent;padding:0px;margin:0px;}
div#footer_main {
	text-align: center;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer_box{
	font-size:11px;
	padding-top:20px;
	margin-top:0px;
	display: inline-block;
	margin-bottom: 0px;
}
form input.input {
	border: 0;
	margin:0px;
	padding:0px;
	background-color: transparent;
	margin-top:4px;
	margin-left:15px;
	margin-bottom:0px;
	width:70px;
	cursor:pointer;
	}
	
form input.search {
		padding: 1px;
	background-color: #FFF;
	border: 0;
	margin:0px;
	margin-left:202px;
	height:13px;
	line-height:13px;
	color: #609;
	width:135px;
	font-weight: 600;
	font-size: 11px;
	vertical-align: middle;
	}	
div#footer_links {
	padding:5px;
	padding-bottom:15px;
	padding-top:20px;
	padding-left:40px;
	margin:0px;
}
div#footer_links a {
	color:#9963a8;
}
div#footer_copy {
	font-size:10px;
	line-height:12px;
	padding: 0px;
	padding-top:0px;
	margin:0px;
}
div#footer_copy a:link, div#footer_copy a:visited {
	color: #303030;
	border:0px;
}
div#footer_copy a:hover, div#footer_copy a:active {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
/* footer */


/* ANNOUNCEMENT */
div#announcement  {
	width:285px;
	height:95px;
position:relative;
	padding:0px;
	margin:0px;
	margin-top:-15px;
	margin-bottom:-15px;
	display: inline;
	clear: none;
	float: right;
		text-decoration: none;
	border: 0px dotted #ffffff;
}

div.buy-tix {
	left:0px;
	top:0px;
	width:158px;
	height:95px;
	float: left;
}

div.visit-store {
	left:158px;
	top:0px;
	width:127px;
	height:95px;
	float: right;
}

/* announcement */


/* COLUMNS */
.widecolumn .entry p {
	font-size: 1.05em;
	text-align:left;
	}

.narrowcolumn .entry, .widecolumn .entry, .bio_entry {
	line-height: 1.4em;
	margin:0px;
	padding-top:0px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	text-align:left;
	}
.narrowcolumn .search_entry {
	line-height: 1.4em;
	margin:0px;
	padding-top:0px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	text-align:left;
	}	
.narrowcolumn .search_entry a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #609;    
}
	

	
.centercolumn .entry, .centercolumn .entry {
	line-height: 1.4em;
	margin:0px;
	padding-top:5px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:50px;
	text-align:left;
	font-size: 1.05em;
	text-align:left;
	font-weight:normal;
	}
.entry_noheader {margin-top:0px; padding-left:15px;padding-right:25px;padding-top:0px;padding-bottom:0px;}	
.centercolumn h2 {
	font-weight: 600;
}
.centercolumn h3 {
	font-weight: 500;
}
.centercolumn h4 {
	font-weight: 500;
	font-size: 16px;
}
.centercolumn h5 {
	font-weight: 400;
	font-size:15px;
}

.post h1 {
	margin-top: 15px;
}

.post h2 {
	font-weight: 700;
}
.post h3 {
	font-weight: 600;
	margin: 5px;
}
.post h4 {
	font-weight: 500;
	font-size: 16px;
}
.post h5 {
	font-weight: 400;
	font-size:15px;
}

#multimedia_content h1 {
	text-align:left; margin-left:0px; margin-bottom:0px; margin-top:0px;letter-spacing: 1.5px;
}
#multimedia_content h2 {
	font-weight: 700;
	color: #412062;
	padding:0px;
	margin:0px;
	font-size:22px;
	line-height:24px;
}
#multimedia_content h3 {
	font-weight: 600;
	padding:0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: 1px;
}
#multimedia_content h4 {
	font-weight: 500;
	font-size: 15px;
	line-height:19px;
	padding:0px;
	margin:0px;
}
#multimedia_content strong {
	color: #333;	
} 


.widecolumn {
	line-height: 1.6em;

	}

.narrowcolumn  {
	text-align: left;

	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
/* end columns */



/* FONT ANCHOR AND HEADING FORMATTING */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.97em;
	line-height: 1.6em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h1{
	color:#333;
	font-size: 22px;
	font-weight: 900;
	margin: 0px;
	margin-top:-20px;
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 1.5px;
}
h2{
	color:#000;
	font-size: 18px;
	padding:0px;
	padding-left:25px;
	margin:5px;
}

h2.pagetitle {
	color:#333;
	font-size: 20px;
	font-weight: 900;
	margin: 0px;
	margin-top:5px;
	margin-bottom:-10px;
	margin-left:15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



h3 {
	font-size: 1.3em;
	margin-left:25px;
	padding-left:25px;
	color: #000;
	}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2 a, h3 a {
	color: #639;
	}
h2 a:visited, h3 a:visited {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #right h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #639;
	}
	

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height:1.3em;
	text-align: left;
	display: block;
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #E4E4E4;
	padding: 10px;
	border: 2px solid #CCC;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
h2 a:hover, h3 a:hover {
	color: #90C;
	text-decoration: none;
	border-bottom: 1px dotted #62007f;
	}
a:link, a:visited {
	color:#639;
	font-weight: 500;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #62007f;
	}
/* End Typography & Colors */



/* Begin Structure */



	
.links_page {
	text-align:left;
	margin: 0px;
	padding-bottom: 15px;
	padding-top:0px;
	padding-left:30px;
	padding-right:15px;

	}	
	
.links_page a {
	text-align:left;
	display: block;
	border:0px;
	}	
	
.links_page img { 
           padding-top:30px; 
		   padding-bottom:5px;
           max-height:250px;
		   height: expression( document.body.clientHeight > 250 ? "250px" : "auto" ); /* sets max-width for IE */
		   height:250px;
		   max-width:400px;
		   width: expression( document.body.clientWidth > 400 ? "400px" : "auto" ); /* sets max-width for IE */
		   width:400px;
}

.links_page h2 { margin-left:-10px;}

.widecolumn {
	padding: 10px 0 20px 0;
	/*margin: 5px 0 0 150px;*/
	/*width: 450px;*/
	}

.post {
	margin: 0 0 10px;
	text-align: center;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 3px;
	padding-bottom:3px;
	padding-left:25px;
	padding-right:25px;
	}
	

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */


#right h2 {
	padding: 0;
	margin: 0;
	margin-left:-10px;
	text-align: center;
	}


h3 {
	padding: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;
	}

h3.comments {
	padding: 0;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	}
h3#comments {
	padding: 0;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 45px;
	}	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	margin-right:15px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	/*list-style: none;*/
	text-indent: 0px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #right ul ul li:before, #left ul ul li:before {
	content: "\00BB \0020";
	list-style-position: inside;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#right p {
	margin-left: 20px;
	}
#left h2 {
	padding: 0;
	margin: 0;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	text-align: center;
	}	
#right h2, #left h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.3em;
	color: #000;
	}	
	
	
#left p {
	margin:0px;
	padding:0px; 
    margin-top:-3px; 
	margin-left:-3px; 
	margin-right:-3px; 
	margin-bottom:-12px; 
}	
	
#right ul, #right ul ol {
	margin: 0;
	margin-left:20px;
	padding: 0;
	}

#right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#right ul p, #right ul select {
	margin: 5px 0 8px;
	}

#right ul ul, #right ul ol {
	margin: 5px 0 0 10px;
	}

#right ul ul ul, #right ul ol {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}
	
	
#left strong {
	font-weight: 700;
	color: #333;
	font-size:12px;
	line-height: 13px;
	}	
#left ul, #left ul ol {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#left ul li {
	padding:0px;
	margin-top:5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right:0px;
	list-style-position: inside;
	list-style-type: square;
	text-align:center;
	}

#left ul p, #left ul select {
	margin: 5px 0 8px;
	}

#left ul ul, #left ul ol {
	margin: 5px 0 0 10px;
	}

#left ul ul ul, #left ul ol {
	margin: 0 0 0 10px;
	}
	

ol li, #right ul ol li, ol li, #left ul ol li {
	list-style: decimal outside;
	}

#right ul ul li, #right ul ol li, #left ul ul li, #right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#right #searchform #s, #left #searchform #s {
	width: 80px;
	padding: 2px;
	}

#right #searchsubmit, #left #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/*select {
		color:#62007f;
	margin-top:0px;
	background-image: url(images/nav_ovr_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:60px;
	}*/


.emailform_wrapper {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	height: auto;
	width: 48%;
	background-color: #EBEBEB;
}
.emailform_wrapper b {
	font-size: 16px;
	font-weight: 700;
	color: #464646;
}

.input2 {
	width: 100px;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 20px;
	border: 2px solid #666;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
	}

#commentform {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 50px;
	float: left;
	width:400px;
	}
.textarea3 {
	width: 100px;
	height:60px;
	padding: 2px;
	background-color: #DADADA;
	border: 2px solid #999;
	font-weight: 600;
	color: #609;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	}	
.textarea2 {
	width: 120px;
	padding: 3px;
	background-color: #DADADA;
	border: 2px solid #999;
	font-weight: 600;
	color: #609;
	text-align: left;
	display: inline-block;
	margin-bottom:5px;
	}
.textarea {
	padding: 0px;
	background-color: #FFF;
	border: 0;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	height:13px;
	line-height:13px;
	color: #609;
	width:135px;
	font-weight: 600;
	font-size: 11px;
	vertical-align: middle;
	}
	


#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	float: right;
	background-color: #DADADA;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 25px;
	margin-left: auto;
	border: 2px solid #999;
	}
.inp_style {
	background-color: #DADADA;
	margin-top: 0px;
	padding:0px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	border: 2px solid #999;
	}	
	
.bouts_events_txt {
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	margin-bottom:43px;
	height: 200px;
}
.input {
	border: 0;
	margin:0px;
	padding:0px;
	background-color: transparent;
	margin-top:4px;
	margin-left:15px;
	margin-bottom:0px;
	width:70px;
	cursor: pointer;
	}


		
	
div.btns a:link.subscribe_btn, div.btns a:visited.subscribe_btn {
	width:155px;
	height:30px;
	border:0px;
	display: block;
	bottom: 0px;
	padding:0px;
	margin:0px;
	}
div.btns a:hover.subscribe_btn, div.btns a:active.subscribe_btn {
	background-image: url(images/subscribe_btn.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	}	
	
div.btns a:link.join_us_btn, div.btns a:visited.join_us_btn {
	width:155px;
	height:35px;
	border:0px;
	display: block;
	bottom: 0px;
		padding:0px;
	margin:0px;
	}
div.btns a:hover.join_us_btn, div.btns a:active.join_us_btn {
	background-image: url(images/join_us_ovr.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	}
	
	
div.btns a:link.store_btn, div.btns a:visited.store_btn {
	width:155px;
	height:35px;
	border:0px;
	display: block;
	bottom: 0px;
		padding:0px;
	margin:0px;
	}
div.btns a:hover.store_btn, div.btns a:active.store_btn {
	background-image: url(images/store_btn_ovr.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	}	


div.btns {
	padding: 0px;
	width:155px;
	height:105px;
	display:block;
	border:0px;
	text-decoration: none;
	margin-top:-35px;
	margin-left:48px;
	margin-bottom:0px;
	bottom: 0px;
	position: static;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 145px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 10px;;
	margin-left: auto;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 80%;
	}

#wp-calendar td {
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:20px;
	margin-right:20px;
	}
	
.postmetadata {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left:20px;
	margin-right:20px;
	background-color: #E4E4E4;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #B4B4B4;
	border-left-color: #B4B4B4;
	}
.postmetadata a {
	padding: 0px;
	margin: 0px;
	}		
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.aligncenter img {
	display: inline-block;
	margin-right: 5px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.contentExcerpt {
		font-size: 12px;
	background-color: #E4E4E4;
	padding: 0px;
	padding-top:5px;
	margin: 0px;
	margin-top: 5px;
}
#contentFooter {
	font-size: 12px;
	background-color: #E4E4E4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:15px;
	padding-left:15px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}
#contentHeader h2, #contentHeader {padding-left:20px; padding-top:5px; padding-bottom:0px; margin:0px;}
#contentHeader a:link, #contentHeader a:visited {
	color:#62007f;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #609;
}
#contentHeader a:hover, #contentHeader a:active {
	color:#000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

a.post-edit-link {margin-left:5px;margin-right:5px;}

.page_detail {
	font-size: 11px;
	text-align: right;
	display: inline-block;
	padding:0px;
	margin:0px;
	padding-left: 20px;
}



.p_padded {
	padding-bottom:25px;
	padding-top:25px;
	text-align:left;
}

.p_padded2 {
	padding-bottom:5px;
	padding-top:0px;
	text-align:left;
}


a:link.t_large, a:visited.t_large {
	font-size:16px;
	font-weight:700;
	line-height: 18px;
	color: #62007f;
	text-decoration: none;
	display: block;	
}
a:hover.t_large, a:active.t_large {
	color:#000;
	border: 0px;
}

table.skater_stats {
	margin-top:5px;
	margin-bottom:15px;
	margin-left:15px;
	font-weight: 500;
	font-size:14px;
	color: #333;
	background-attachment: scroll;
	background-image: url(images/table_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:660px;
}

div.skater_stats {
	margin-top:5px;
	margin-bottom:15px;
	margin-left:5px;
	font-weight: 500;
	font-size:14px;
	color: #333;
	background-attachment: scroll;
	background-image: url(images/table_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:270px;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	float: left;
	padding-left: 5px;
}

div.skater_stats span.num {
	width:60px;
	text-align: right;
	padding:0px;
	padding-right:15px;
	margin-bottom:5px;
	display: inline-block;
}

table.skater_stats a {
	font-weight:600;
}

div.skater_stats a {
	font-weight:600;
	margin-bottom:5px;
}

div.skater_stats br {
	line-height:20px;
	
	}


table.schedule_stats {
	margin-bottom:15px;
	color: #494949;
	margin-right: auto;
	margin-left: 5px;
	font-size:13px;
	font-weight:500;
	background-attachment: scroll;
	background-image: url(images/table_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width:650px;
}
table.schedule_stats2 {
	margin-bottom:15px;
	margin-top:0px;
	color: #494949;
	margin-right: auto;
	margin-left: 5px;
	font-size:13px;
	font-weight:500;
	width:650px;
}

div.schedule_stats {
	margin-bottom:15px;
	color: #494949;
	margin-right: auto;
	margin-left: 5px;
	font-size:13px;
	font-weight:500;
	background-attachment: scroll;
	background-image: url(images/table_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width:650px;
}
div.schedule_stats2 {
	margin-bottom:15px;
	margin-top:0px;
	color: #494949;
	margin-right: auto;
	margin-left: 5px;
	font-size:13px;
	font-weight:500;
	width:650px;
}

table.schedule_stats strong, table.schedule_stats strong a, table.schedule_stats2 strong, table.schedule_stats2 strong a, 
div.schedule_stats strong, div.schedule_stats strong a, div.schedule_stats2 strong, div.schedule_stats2 strong a{
	color: #353535;
}
table.schedule_stats a:link, table.schedule_stats a:visited, table.schedule_stats2 a:link, table.schedule_stats2 a:visited, 
div.schedule_stats a:link, div.schedule_stats a:visited, div.schedule_stats2 a:link, div.schedule_stats2 a:visited{
	color: #494949;
	font-size:13px;
	font-weight:500;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #636;
}

table.schedule_stats a:hover, table.schedule_stats a:active, table.schedule_stats2 a:hover, table.schedule_stats2 a:active, 
div.schedule_stats a:hover, div.schedule_stats a:active, div.schedule_stats2 a:hover, div.schedule_stats2 a:active{
	border-bottom-color: #000;
	color:#639;
}

.attachment_img {
	text-align: center;
	margin: 15px;
	border: 5px solid #609;
	padding:5px;
	background:#FFF;
	}
	
.img_caption {
	font-size: 18px;
	font-weight: 600;
	color: #3B3B3B;
	display:inline-block;
	padding:10px;
	margin:0px;
}
.link_btn {
	font-size: 12px;
	background-image: url(images/btn_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	height: 30px;
	width: 153px;
	margin:10px;
	border:0px;
}


.linkcat li {
	list-style-type: none;
}

.linkcat a {
	font-size: 14px;
	font-weight: 600;
	border:0px;
	border-bottom: 1px dotted;
	text-decoration: none;
	text-align: left;
	display: inline;
	margin-left: -10px;
}

.linkcat img {
	border:0px;
	text-align: center;
	display: inline-block;
	margin-: 0;
}

.random_links {
	height:165px;
	width:150px;
	text-align: center;
	font-size: 15px;
	vertical-align: top;
	display: block;
	margin-left:0px;
	margin-right:30px;
	margin-top: 40px;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 18px;
	padding: 0px;
	padding-right:15px;
	padding-bottom:15px;
	overflow:visible;
	color: #464646;
	position: relative;
	z-index: 1;
}	

a.random_links2  {
	height:15px;
	width:120px;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	font-weight: 600;
	line-height: 15px;
	padding: 0px;
	margin-right:50px;
	overflow:visible;
}

.random_links a {
	width:130px;
	text-align: center;
	vertical-align: top;
	display: block;
	margin-left:0px;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0;
	font-weight: 600;
	border:0;
}	

.random_links img {
	max-width: 130px;
	width: auto !important;
	width: expression( document.body.clientWidth > 130 ? "130px" : "auto" ); /* sets max-width for IE */
	width:130px;
	max-height: 150px;
	height: auto !important;
      height: expression( document.body.clientHeight > 150 ? "150px" : "auto" );
	border:1px solid #609;
	padding:3px;
	background-color:#FFF;
	display: block;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

a.lft_tl_links  {
	font-weight: 500;
	color: #639;
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-left:3px;
	margin-right:3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #609;
}

a:hover.lft_tl_links  {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #639;
}

div.new_bout_tmb {
	
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	height: 160px;
	width: 107px;
	background-attachment: scroll;
	display: inline-block;
	padding: 0px;
	border:0px;
	background-color: transparent;
}

div.new_bout_tmb img {
	padding:5px;
	padding-top:13px;
	margin:0px;
	max-height: 130px;
	height: auto !important;
	height: expression( document.body.clientHeight > 130 ? "130px" : "auto" ); /* sets max-width for IE */
	height: 130px;
	max-width: 85px;
	width: auto !important;
	width: expression( document.body.clientWidth > 85 ? "85px" : "auto" ); /* sets max-width for IE */
	width: 85px;
	display: inline-block;
	border:0px;
	background-color: transparent;
}

img.bout_tmb {
	vertical-align: middle;
	padding:0px;
	margin:0;
	margin-top:13px;
	margin-left:1px;
}


a:link.img_link, a:visited.img_link {
	border: 4px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	margin: 0px;
	padding: 5px;
}
a:hover.img_link, a:active.img_link {
	border: 4px solid #639;
}

div.moretext {
	text-align: right;
	margin:0px;
	margin-right:15px;
	height:20px;
	clear: both;
}
a.more-link {
	text-align: right;
	margin:0px;
	margin-right:15px;
	height:20px;
}
    .eemStyleSFMainInner
    {
        padding: 0px;
    }
  
    .eemStyleSFCompletion
    {
        font-family: Verdana;
        font-size: small;
        color: green;
        font-weight: bold;
    }
    .eemStyleSFCompletion_BGIsRedish
    {
        font-family: Arial;
        font-size: small;
        Filter: glow(color=yellow, strength=3);
        color: green;
        font-weight: bold;
    }
    .eemStyleSFLogoDisplay
    {
    }
    .eemStyleSFLogoHide
    {
        display: none;
    }
  
    .eemStyleSFTitleOuter
    {
        padding: 0px;
        text-align: left;
        border: solid 0px green;
    }
    .eemStyleSFTitleInner
    {
        padding: 5px;
        background-color: Transparent;
        border: solid 0px gray;
    }
    .eemStyleSFTitle
    {
        font-size: larger;
        font-weight: bold;
    }
	
    .eemStyleSFErrorOuter
    { width: 450px;
        padding: 0px;
        text-align: left;
        border: solid 0px gray;
    }
    .eemStyleSFErrorInner
    {
        padding: 5px;
        background-color: Transparent;
        border: solid 0px gray;
    }
    .eemStyleSFError
    {
        color: Red;
        font-size: x-small;
        font-family: Verdana;
        font-weight: bold;
    }
    .eemStyleSFError_BGIsRedish
    {
        Filter: glow(color=yellow, strength=3);
        color: Red;
        font-size: x-small;
        font-family: Verdana;
        font-weight: bold;
    }
    .eemStyleSFContentOuter
    {
        padding: 0px;
    }
    .eemStyleSFContentInner
    {
        padding: 0px;
    }
    .eemStyleSFSectionQuestionOuter_Vertical
    {
        margin-bottom: 4px;
        padding: 0px;
        overflow: auto;
        border: solid 0px gray;
        width: auto;
        float: none;
    }
    .eemStyleSFSectionQuestionOuter_Horizontal
    {
        margin-bottom: 0px;
        padding: 0px;
        overflow: auto;
        border: solid 0px gray;
        width: 48%;
        float: left;
    }
    .eemStyleSFSectionIntGrpOuter_Vertical
    {
        padding: 0px;
        overflow: auto;
        border: solid 0px gray;
        width: auto;
        float: none;
    }
    .eemStyleSFSectionIntGrpOuter_Horizontal
    {
        padding: 0px;
        overflow: auto;
        border: solid 0px gray;
        width: 48%;
        float: right;
    }
    .eemStyleSFSectionHeadingInner
    {
        height: 100%;
        padding: 2px;
        border: solid 0px gray;
    }
    .eemStyleSFSectionHeading
    {
        padding: 5px;
        background-color: #FFFFFF;
        font-size: small;
        color: #000000;
        font-weight: bold;
    }
    .eemStyleSFSectionContent
    {
        padding: 5px;
    }
    .eemStyleSFIntGrpContent
    {
        padding: 5px;
        border: 1px solid #D9E1E8;
    }
    .eemStyleSFText
    {
        font-size: x-small;
        color: #000000;
    }
    .eemStyleSFTextDisabled
    {
        font-size: x-small;
        color: Gray;
        font-weight: bold;
    }
    .eemStyleSFReq
    {
        font-style: italic;
        font-size: x-small;
        vertical-align: baseline;
        color: Red;
        font-weight: bold;
    }
    .eemStyleSFReq_BGIsRedish
    {
        font-style: italic;
        font-size: x-small;
        Filter: glow(color=yellow, strength=3);
        vertical-align: baseline;
        color: Red;
        font-weight: bold;
    }
    .eemStyleSFReqError
    {
        background-color: Red;
    }
.eemStyleSFForm {
	display: block;
	width: 450px;
	margin: 0px;
	padding: 0px;
}
	
.title_box {
	font-size:16px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top:4px;
	padding-bottom:4px;
	height: auto;
	width: 500px;
	background-color: #B4B4B4;
	font-weight: 700;
	color: #333;
}	
.content_box {
	font-size:14px;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin: 5px;
	margin-top:-45px;
	padding: 5px;
	height: auto;
	width: auto;
	float: right;
}
.addy_box_wrapper {
	font-size:16px;
	text-align: left;
	vertical-align: top;
	display: block;
	padding-left:15px;
	padding-right:0px;
	height: auto;
	width: 250px;
	background-color: #E1E1E1;
	border: 2px solid #CCC;
	font-weight: 600;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.align_rt_video {
	background: url(images/video_bg.gif) repeat scroll left top;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top:12px;
	clear: none;
	float: right;
	height: 137px;
	width: 170px;
	margin:0px;
	margin-right: 60px;
	margin-top: 60px;
}
.addy_box {
	margin-left:15px;
	width:200px;
	text-align:left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.schedule_bx-1 {
	margin: 10px;
	padding: 10px;
	float: left;
	height: 120px;
	width: 180px;
	text-align: left;
	display: block;
	border: 1px solid #CCC;
}
.schedule_bx-2 {
	margin: 10px;
	margin-bottom:20px;
	padding: 10px;
	float: right;
	width: 370px;
	background-color: #E2E2E2;
	text-align: left;
	display: block;
	border: 1px solid #CCC;
}

p.intra_teams {
	padding:15px;
	padding-top:20px;
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
	display: block;
	color: #333;
}




table.store p.item_desc {
	color: #23002d;
	font-size: 12px;
	font-weight: 400;
	padding:5px;
}
 
#sizeform {
	/*background-image: url(images/sizes_btn.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 81px;
	height: 30px;
	padding:0px;*/
} 
#sizeMenu {
	border: 1px solid #639;
	background-color:#EEE;
	margin-bottom:3px;
}

hr.store {
	height:7px;
	background-color: #CCC;
	margin-bottom:25px;
	margin-top:15px;
}


.records {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin:0px;
	margin: 16px;
	margin-bottom:-30px;
	margin-right:-45px;
	padding: 15px;
	padding-left: 35px;
	padding-top:16px;
	float: right;
	height: 72px;
	width: 313px;
	background-image: url(images/records_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: top;
	letter-spacing: 4px;
}

.records b {
	font-size: 16px;
	font-weight: 700;
	color: #202020;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0px;
	line-height:19px;
	padding-bottom:7px;
}


.records div.score {
	float: left;
	margin-left: 10px;
	padding-left: 5px;
}

.records div.score2 {
	float: left;
	margin-left: -2px;
	padding-left: 5px;
}

.records span.smaller {
	font-size: 15px;
	font-weight: 700;
	color: #202020;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0px;
	line-height:19px;
	padding-bottom:7px;
}

h2#shopping-cart
{
position:absolute;
width: 100px;
height: 40px;
border-style: solid;
border-width: 2px;
background-color: #ffffff;
margin-top:-20px;
float:right;
} 

tbody#users tr#user-1 {
	display: none !important;
}