/* -------------------------------------------------------------- 
  
   CSS RESET
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;  /*sdfsdfdsf*/ 
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked ../images. */
a img {
	border: none;
}
a {
	outline: none;
	color: #333333;
	text-decoration: none;
	}
a:hover{
	color: #854CAF;
	text-decoration: underline;
}

/* -------------------------------------------------------------- 
  
   FLOATS FOR LAYOUT
   * Experiment - set all elements to float for less css code
   
-------------------------------------------------------------- */

div,table,ul,li,.box,.hnav a, .vnav a{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
	
}

.hnav li, .hnav a{ clear: none; }
.textcolumn ul.hnav li, .textcolumn ul.hnav li a{ width: auto; }
.hnav li.last{ padding-right: 0px; }


/* -------------------------------------------------------------- 
  
   MAIN
   * Sets page width and global typography
   
-------------------------------------------------------------- */


/* reset font size for all elements to standard (16 Pixel) */
html * {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
/* Page margins and background */

body {
	color: #434343;
	background-color: #BED6FD;
	font-size:0.8em;
	background-color: #FFF;
	background-image: url(../images/layout/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

p {

}
p.first{
}

h1 {
	color: #B20838;
	font-family: "Helvetica condensed","Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3.5em;
	width: 100%;
	clear: both;
	top: -20px;
	}
.marathon{
	color: #B20838;
	font-family: "Helvetica condensed","Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3.5em;
	width: 100%;
	clear: both;
	vertical-align:top;
	}
.cufon-active h1{
	line-height: 1em;
	/* font-size: 4em; */
	/* top: -4px; */
	/*position: relative;*/
}

h2 {
	font-size: 1.6em;
}


h3{
	font-size: 1.3em;
}

ol {
}

ul {
	list-style-type: none;
}

em{
	font-style: italic;
}


strong{

}

/*================================================================================= WRAPS */

#allwrap{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	float: none;

}


#header,#content,#footer{
	overflow: hidden;

}



/*================================================================================= HEADER */

#header{
	padding-left: 124px;
	width: 836px;
	padding-top: 5px;
	height: 38px;
}

#header p{
	color: #CCC;
	font-family: "Helvetica condensed","Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	
	float: left;
	clear: none;
	display: block;
	position: relative;
	width: auto;
}

#header .racecountdowntitle{
	padding-right: 5px;
	top: 4px;
}

#header .storetitle{
	top: 4px;
	padding-left: 30px;
	padding-right: 5px;
}

#header .countdownbox{
	clear: none;
	width: 216px;
	height: 32px;
	background-image: url(../images/layout/header-countdownbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header .countdownbox ul{
	width: 216px;
	margin-left: 3px;
}

#header .countdownbox li{
	clear: none;
	width: auto;
	margin-right: 6px;
	
	color: #FFF;
	font-family: "Helvetica condensed","Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.cufon-active #header .countdownbox li{
	font-size: 20px;
	top: -5px;
	left: 10px;
	margin-right: 10px;
}

#header .countdownbox strong{
	font-family: "Helvetica condensed","Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
}
.cufon-active #header .countdownbox strong{
	
	position: relative;top: 1px;
}

#header .endurafitlogo{
	clear: none;
	width: 156px;
	height: 47px;
	background-image: url(../images/layout/header-endurafit-logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	top: -5px;
}

#header .searchbox{
	clear: none;
	width: 200px;
	padding-left: 40px;
	padding-top: 2px;
	position: absolute;
	left: 730px;
	
}

#header .searchbox label{
	float: left;
	clear: none;
	width: auto;
}

#headersearchbox{

}

#headersearch{
	width: 121px;
	height: 24px;

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	margin: 0px;
	margin-right: 4px;
	padding: 0px;
	color: #828689;
	background-color: none;
	overflow: hidden;
	text-indent: 5px;
	clear: none;
	position: relative;
	top: 1px;
	line-height: 2em;
}

#searchbutton{
	width: 16px;
	height: 23px;
	background-image: url(../images/layout/headersearch-submit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
	position: relative;
	top: 1px;
	text-indent: -1000px;
	
	/* fix in IE6 */
	line-height: 999px; /* Set it higher than your image height */
	font-size: 0; /* FF2 doesn't like the above */
}

#headersearchbox label{

	float: left;
	position: relative;
	top: 2px;
	margin-right: 5px;
	
	color: #CCC;
	font-family: "Helvetica condensed","Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

.cufon-active #headersearchbox label, .cufon-active #header p{
	font-size: 20px;
	top: -1px;
}



/*================================================================================= FOOTER */

#footer {
	height: 112px;
	background-image: url(../images/layout/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 

/*================================================================================= CONTENT */

#content{
	background-image: url(../images/layout/home-pushthroughlady.jpg);
	background-repeat: no-repeat;
	background-position: 325px 0px;
}

body.interior #content{
	background-image: url(../images/layout/interior-pushthroughlady.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*================================================================================= NAV HOLDERS */



/*================================================================================= NAV 1 */

.nav1{
	width: 260px;
	padding-left: 40px;
	clear: none;
	margin-top: 160px;
}

.nav1 li{
}

.nav1 li a{
	text-indent: -1000px;
	background-image: url(../images/layout/home-marathon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	height: 77px;
}

.nav1 li.n2 a{ 	background-image: url(../images/layout/home-halfmarathon.gif);height: 45px; }
.nav1 li.n3 a{ 	background-image: url(../images/layout/home-rothman.gif);height: 66px; }
.nav1 li.n4 a{ 	background-image: url(../images/layout/home-kidsfunrun.gif);height: 50px; }
.nav1 li.n5 a{ 	background-image: url(../images/layout/home-healthfitnessexpo.gif);height: 92px; }


.nav1 li a:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	/* IE 8 */
  filter: alpha(opacity=80);											/* IE 5-7 */
  -moz-opacity: 0.8;													/* Netscape */
  -khtml-opacity: 0.8;													/* Safari 1.x */
  opacity: 0.8;															/* Good browsers */	
}

.nav1 li.sel a, .nav1 li.sel a:hover{
	background-position: -260px 0;
}






body.interior .nav1{
	width: 216px;
	padding-left: 0px;
	clear: none;
	margin-top: 0px;
}

body.interior .nav1 li{
}

body.interior .nav1 li a{
	text-indent: -1000px;
	background-image: url(../images/layout/interior-marathon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	height: 49px;
}


body.interior .nav1 li.n2 a{ 	background-image: url(../images/layout/interior-halfmarathon.gif);height: 36px; }
body.interior .nav1 li.n3 a{ 	background-image: url(../images/layout/interior-rothman.gif);height: 49px; }
body.interior .nav1 li.n4 a{ 	background-image: url(../images/layout/interior-kidsfunrun.gif);height: 40px; }
body.interior .nav1 li.n5 a{ 	background-image: url(../images/layout/interior-healthfitnessexpo.gif);height: 66px; }


.nav1 li a:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	/* IE 8 */
  filter: alpha(opacity=70);											/* IE 5-7 */
  -moz-opacity: 0.7;													/* Netscape */
  -khtml-opacity: 0.7;													/* Safari 1.x */
  opacity: 0.7;															/* Good browsers */	
}

body.interior .nav1 li.sel a, body.interior .nav1 li.sel a:hover{	
	background-position: -216px 0;
}



/*================================================================================= NAV 2 */

.nav2wrap{
	width: 246px;
	height: 167px;
	background-image: url(../images/layout/home-fancynavbox.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	margin-bottom: 10px;
}

.nav2{
	width: 94px;
	padding-left: 34px;
	padding-top: 24px;
}

.nav2 li{
	margin-bottom: 27px;
}

.nav2 li a{
	text-indent: -1000px;
	background-image: url(../images/layout/home-register.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 94px;
	height: 17px;
}

.nav2 li.n2 a{ 	background-image: url(../images/layout/home-cheer.gif); }
.nav2 li.n3 a{ 	background-image: url(../images/layout/home-volunteer.gif); }

.nav2 li a:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	/* IE 8 */
  filter: alpha(opacity=60);											/* IE 5-7 */
  -moz-opacity: 0.6;													/* Netscape */
  -khtml-opacity: 0.6;													/* Safari 1.x */
  opacity: 0.6;															/* Good browsers */	
}

.nav2 li.sel a, .nav2 li.sel a:hover{
}


body.interior .nav2{
	width: 127px;
	padding-left: 76px;
	padding-top: 25px;
}
body.interior .nav2 li{
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
body.interior .nav2 li.last{
	border: none;
}

body.interior .nav2 li ul.subnav{
	margin-top: 3px;
}
body.interior .nav2 li ul.subnav li{
	border: none;
	margin: 0px;
	padding: 0px;
}
body.interior .nav2 li ul.subnav li a{
	background-image: none;
	text-indent: 0px;
	height: auto;
	padding-top: 3px;
	padding-bottom: 2px;
	margin: 0px;
	margin-left: 14px;
	width: 120px;

	font-size: .9em;
	line-height: 1.1em;
	color: #C13A60;
	
}
body.interior .nav2 li ul.subnav li.sel a, body.interior .nav2 li ul.subnav li.sel a:hover{
	color: #000;
}

/*================================================================================= NAV 3 */

.nav3{
	width: 167px;
	padding-left: 35px;
}

.nav3 li{

}

.nav3 li a{
	color: #b80f3f;
	font-family: "Helvetica condensed","Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	
	padding-bottom: 3px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	text-decoration: none;
}

.cufon-active .nav3 li a{
	font-size: 20px;
}

.nav3 li.first a{

}

.nav3 li.last a{
	border: none;
}


.nav3 li a:hover{
	/* color: #939598; */
	background-color: #F2F2F2;
	/* text-indent: 5px; */
}

.nav3 li.sel a, .nav3 li.sel a:hover{
	color: #FFF;
	background-color: #b80f3f;
	text-indent: 5px;
}

body.interior .nav3{
	width: 157px;
	padding-left: 0px;
	padding-top: 30px;
}

/*================================================================================= NAV 4 */

.nav4wrap{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	/* padding-left: 10px; */
	width: 200px;
	margin-top: 13px;
}

.nav4wrap h2{
	color: #666;
	font-family: "Helvetica condensed", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 10px;
	top: -10px;
	}
.quicklinks {
	color: #666;
	font-family: "Helvetica condensed", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 10px;
	top: -20px;
	}

.cufon-active .nav4wrap h2{
	font-size: 20px;
}

.nav4{
	width: 200px;
}

.nav4 li{

}

.nav4 li a{
	color: #999;
	font-family: "Helvetica condensed", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	margin-bottom: 2px;
	padding-left: 10px;
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;

}

.cufon-active .nav4 li a{
	font-size: 17px;
}
.nav4 li.last a{
	border: none;
}


.nav4 li a:hover{
	color: #000;
	background-color: #EFEFEF;
}

.nav4 li.sel a, .nav4 li.sel a:hover{
	color: #FFF;
	background-color:  #CCC;
}

body.interior .nav4{
	width: 157px;
}
/*================================================================================= NAV 5 */

.nav6{
	height: 20px;width: auto;
	padding-top: 47px;
	padding-left: 122px;
}

.nav6 li{
	margin-bottom: 27px;
	width: 19px;
	
	margin-right: 15px;
}

.nav6 li a{
	text-indent: -1000px;
	background-image: url(../images/layout/foot-facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 19px;
	height: 20px;
}

.nav6 li.n2 a{ 	background-image: url(../images/layout/foot-twitter.gif); }
.nav6 li.n3 a{ 	background-image: url(../images/layout/foot-blog.gif);width: 53px; }
.nav6 li.n4 a{  background-image: url(../images/layout/foot-flickr.gif); }

.nav6 li.n3{ width: 53px; }

.nav6 li a:hover{

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	/* IE 8 */
  filter: alpha(opacity=50);											/* IE 5-7 */
  -moz-opacity: 0.5;													/* Netscape */
  -khtml-opacity: 0.5;													/* Safari 1.x */
  opacity: 0.5;															/* Good browsers */

}

.nav6 li.sel a, .nav6 li.sel a:hover{
}

/*================================================================================= NAV 6 */

.nav5{
	height: 20px;width: auto;
	padding-top: 20px;
	padding-left: 122px;
}

.nav5 li{
	
	margin-right: 0px;
	padding-right: 30px;
	width: auto;
}

.nav5 li a{
	text-indent: -1000px;
	background-image: url(../images/layout/foot-aboutus.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 44px;
	height: 13px;
}

.nav5 li.n2 a{ 	background-image: url(../images/layout/foot-pressroom.gif);width: 51px; }
.nav5 li.n3 a{ 	background-image: url(../images/layout/foot-contactus.gif); width: 54px; }
.nav5 li.n4 a{ 	background-image: url(../images/layout/foot-home.gif); width: 35px; }

.home .nav5 li.n4 a {  display: none;  }

.nav5 li.n3{ width: 53px; }

.nav5 li a:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	/* IE 8 */
  filter: alpha(opacity=80);											/* IE 5-7 */
  -moz-opacity: 0.8;													/* Netscape */
  -khtml-opacity: 0.8;													/* Safari 1.x */
  opacity: 0.8;															/* Good browsers */	
}

.nav5 li.sel a, .nav5 li.sel a:hover{
	background-position: 0px -13px;
}


/*================================================================================= HEADER */




/*================================================================================= INTERIOR PAGE */

.textcolumn{
	width: 505px;
	clear: none;
	padding-right: 10px;
	padding-left: 69px;
}

.textcolumn  ul, .textcolumn ul li{
	width: 100%;
	display: block;
	float: left;

}

.textcolumn ul li{

}

.textcolumn > ul{
	width: 505px;
}
.textcolumn p{
	margin-bottom: 1em;
}

.leftnavcol{
	width: 216px;
	clear: none;
}

.rightnavcol{
	width: 156px;
	clear: none;
}

.runtoit{
	background-image: url(../images/layout/interior-runtoit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	width: 128px;
	height: 96px;
	margin-left: 75px;
	_margin-left: 37px;
	text-indent: -1000px;
	margin-top: 20px;
}

.runtoit:hover{
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	/* IE 8 */
  filter: alpha(opacity=80);											/* IE 5-7 */
  -moz-opacity: 0.8;													/* Netscape */
  -khtml-opacity: 0.8;													/* Safari 1.x */
  opacity: 0.8;															/* Good browsers */	
}

.contenttabs{
	width: 500px;
	margin-bottom: 5px;
}

.contenttabs li{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}


.contenttabs li a{
	font-family: "Helvetica condensed","Arial Narrow",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	padding: 4px;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: 6px;	
	float: left;
	width: auto;
}

.cufon-active .contenttabs li a{
	font-size: 1.3em;
}

.contenttabs li.last a{
	margin-right: 0px;
}

.contenttabs a:active, .contenttabs a:hover{
	background-color: #F2F2F2;
	color: #B20838;
}

.contenttabs li.sel a, .contenttabs li.sel a:active, .contenttabs li.sel a:hover{
	background-color: #B20838;
	color: #FFF;
}

/*================================================================================= HOME PAGE */

body.home .col1{
	padding-left: 156px;
	width: 500px;
	clear: none;
	
	min-height: 783px;
	height:auto !important;
	height: 783px;
}

body.home .col1-2{
	width: 267px;clear: none;

}

body.home .col1-3{
	width: 206px; clear: none;
}

body.home #footer{
	
}

.phillyraceweekend{
	width: 439px;
	height: 152px;
	background-image: url(../images/layout/home-phillyraceweekend.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	margin-bottom: 10px;
}

body .schedule{
	width: 121px;
	height: 152px;
	background-image: url(../images/layout/home-schedulebutton.gif); 

	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	margin-bottom: 10px;
	margin-left: 300px;
}
body .schedule:hover{
	background-position: 0px -152px;
}

body.interior .phillyraceweekend{
	width: 100%;
	height: 113px;
	background-image: url(../images/layout/interior-phillyraceweekend.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	margin-bottom: 10px;
	left: -9px;
}

body.interior .schedule{
	width: 89px;
	height: 113px;
	background-image: url(../images/layout/interior-schedulebutton.gif); 

	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
	margin-bottom: 0px;
	margin-left: 200px;

}
body.interior .schedule:hover{
		background-position: 0px -113px;
}
	
.logo{
	width: 295px;
	height: 154px;
	position: absolute;
	background-image: url(../images/layout/home-logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	top: 5px;
	left: 45px;
	text-indent: -10000px;

}

body.interior .logo{
	width: 216px;
	height: 114px;
	position: relative;
	background-image: url(../images/layout/interior-logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: none;
	top: 0px;
	left: 3px;
	text-indent: -10000px;
}

.sponsors{
	clear: none;width: 65px;margin-top: 70px;padding-right: 40px;
	text-align: center;
}
.charities{
	clear: none;width: 95px;margin-top: 70px;padding-right: 40px;
	text-align: center;

}

.sponsors h2, .charities h2{
	color: #999;
	font-family: "Helvetica condensed", "Arial Narrow", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.cufon-active .sponsors h2,.cufon-active  .charities h2{
	font-size: 19px;
}

.charities{
	padding-right: 0px;
	
}

#sponsorscycle{
	width: 65px; height: 65px;

}
#charitiescycle{
	width: 95px; height: 65px;
}



/*================================================================================= DATA TABLE */
   
table.data{
	clear: both;
	width: 100%;
	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #de92d4;

	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #fbfbff;
	background-color: #fbfbff;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

table.data strong{
	color: #79266F;
}

table.data td{
	margin: 0px;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffb0f5;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #ffb0f5;
}

table.data tr{
}

table.data th{
}

table.data .data_odd{
	background-color: #f4f3fb;
}

table.data .data_colodd{
	background-color: #f8f7fd;
}

table.data .data_col{
	background-color: #FFF;
}

table.data p{
	margin: 0px;
	padding: 0px;
}

/*================================================================================= PLUGINS */



cufon{
	
}

/* FEEDBACK BOXES */

.alert, .success, .loading{
	padding: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 15px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.myalert{
	background-color: #D01414;
	background-image: url(../images/common/alert.gif);
	border: 2px solid #FF0000;
	padding: 7px;
	padding-left: 25px;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 15px;
	width: 100%;
	color: #FFFFFF;
}

.myalert{
	width: 492px;
}

.myalert strong{ color: #FFCC00; }
.myalert p{ color: #FFFFFF; }


.alert p, .success p{
	line-height: 1.6em;
	color: #FFFFFF;
	display: block;
	padding: 0px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 25px;
}

	

.alert {
	background-color: #D01414;
	background-image: url(../images/common/alert.gif);
	border: 2px solid #FF0000;
}



.loading {
	background-color: #FFFFFF;
	background-image: url(../images/common/loadingbg.gif);
	border: 2px solid #CCCCCC;
}


.loading img{
}


.loading p{
	margin-top: -15px;
	margin-left: 25px;
	display: block;
	margin-right: 7px;
	margin-bottom: 7px;
	}



.alert a{
	background-color: #990000;
	padding: 2px;
	border: 1px solid #660000;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}


.alert a:hover{
	background-color: #CC0000;
	color: #FFFFFF;
	border: 1px solid #660000;
	text-decoration: none;
}



.alert strong{
	color: #FFCC00;
}


.success  {
	background-image: url(../images/common/success.gif);
	border: 2px solid #00CC00;
	background-color: #00CC00;
}



.success a{
	background-color: #007900;
	padding: 2px;
	border: 1px solid #003300;
	color: #33CC00;
	text-decoration: none;
	display: inline;
}

.success a:hover{
	background-color: #336600;
	color: #339900;
	border: 1px solid #003300;
	text-decoration: none;
}







.regularform{
	width: 490px;

}
.regularform p{
	margin-bottom: 0px;
}
.regularform ul{
	width: 489px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cee8ce;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8F4E8;
	border-left-color: #E8F4E8;
}
.regularform ul, .regularform ul ul{
	margin: 0px;
	padding: 0px;
}

.regularform li{
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cee8ce;
	position: relative;
}



.regularform label{
	position: absolute;
	padding-left: 10px;
	width: 137px; /* 30% of width - padding */
	display: block;
	left: 0px;
	top: 7px;
	color: #01804F;
}
.regularform .intro{
	padding: 0px;
	margin: 0px;
}
.regularform input, .regularform .box, .regularform select {
	width: 333px; /* 70% of width (- margin-right ) */
	margin-left: 147px; /* 30% of width */
	margin-right: 10px;
	position: relative;
	
}
.regularform select{
	width: auto;
}

.regularform .textbox{
	background-color: #FFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cee8ce;
	border-right-color: #cee8ce;
	border-bottom-color: #bbdbbb;
	border-left-color: #cee8ce;
	text-indent: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-style: solid;
	border-left-style: solid;
	/* adjust width for border ( width - (border-right + border-left)) */
	width: 331px;
}
body select{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.regularform .box select.textbox, .regularform select.textbox{
	text-indent: 0px;
	width: auto;

}

.regularform li.alt{
	background-image: url(../images/layout/green-formstripe.png);
	background-repeat: repeat;

}

.regularform .box input, .regularform .box .box, .regularform .box select {
	width: 233px; /* 70% of width (- margin-right ) */
	margin-left: 100px; /* 30% of width */
	margin-right: 10px;
	position: relative;
	
}
.regularform .box ul{
		border-style: none;
}

.regularform .box p, .regularform .box strong, .regularform .box em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.regularform .box .textbox{
	/* adjust width for border ( width - (border-right + border-left)) */
	width: 231px; 
}

.regularform .box li{
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	
		padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;top: 2px;
}

.regularform .box li.first{
	padding-top: 0px;
}
.regularform .box li label{
	top: 10px;
}
.regularform .box li.first label{
	top: 2px;
}


.regularform .submitholder{
	display: block;
	float: left;
	clear: both;
	width: 490px;
	background-image: url(../images/layout/formshadow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 20px;
}
.regularform .sendnowsubmit{
	float: right;
	padding: 0px;
	margin: 0px;
	width: 94px;
	height: 36px;
	background-image: url(../images/layout/green-submit.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
}

.regularform .box ul.checkboxes{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.regularform .box ul.checkboxes li{
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.regularform .box ul.checkboxes input{
	width: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 3px;
	left: 0px;
}

.regularform .box ul.checkboxes .jquery-checkbox{
	width: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.regularform .box ul.checkboxes label{
	margin: 0px;
	margin-left: 25px;
	position: relative;
	padding: 0px;
	top: 0px;
	float: left;
	clear: both;
	margin-bottom: 5px;
	width: 308px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.regularform li.addmore{
	text-align: right;
	position: relative;
	top: -1px;
	background-color: #FFF;
}

.regularform li.addmore a{
	padding: 5px;
	padding-left: 23px;
	background-image: url(../images/icons/add.png);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F4FBF4;
	color: #01804F;
	position: relative;
	top: -6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBDBBB;
	border-right-color: #BBDBBB;
	border-bottom-color: #80BB80;
	border-left-color: #BBDBBB;
	margin-right: 10px;
}

.regularform .twolines{
	     min-height:40px;  
     height:auto !important;  
     height:40px; 
}

/* ------------- GALLERY -------------- */



/* GALLERY */


ul#pagination{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	width: auto;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
ul#pagination li{
	float: left;
	clear: none;
	margin: 0px;
	margin-left: 10px;
	width: 14px;
	background-color: #FFF;
	padding: 2px;
	display:block;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	text-align: center;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
ul#pagination li.sel{
	border: 1px solid #FC0;
}
.thumbframe{
	position: relative;

	display: block;
	float: left;
	width: auto;
	clear: none;

}

.thumbframe span{
	width: 140px;

	display: block;
	clear: none;
	position: absolute;
	font-size: 85%;
	top: 113px;
	text-align: center;
}
.hascaption{
	margin-bottom: 20px;
}


.thumbs {
background-color:#F4F4F4;
border-color:#E2E2E2 #666666 #333333 #CCCCCC;
border-style:solid;
border-width:1px;
float:left;
margin-bottom:15px;
margin-right:22px;
padding:10px;
}

.gallery{

}

.galleryNavBar {
	width:610px;
	/*border:1px solid;*/
	padding-bottom:10px;
	padding-left:20px;
}

.galleryNav{
/*border:1px solid  #099;*/
float:right	;
}



.pgNumber {
padding:3px;
margin-left:1px;
text-decoration:underline;
}

.pgNumberSel a{
text-decoration:none;
}

.divThumbs{

 position: relative;
 display: block;
 float: left;
 clear: both;

}

.sbox{
	float: left;
	padding: 0px;
	margin: 0px;
}

#galleryForm{
	width: 50%;
	float: right;
	text-align: right;


}

#galleryForm select.textbox{
	margin: 0px;
	padding: 0px;
	float: none;
	clear: none;
	
}

.starbullet li{
background-image:url(../images/layout/starbullet.gif);
background-position:0 3px;
background-repeat:no-repeat;
list-style-image:none;
margin-bottom:3px;
margin-left: 0px;
padding-left:15px;
width: auto
}

ul.raceinfo {
	margin-bottom: 0;
}
ul.raceinfo ul {
	margin-bottom: 0;
}
ul.raceinfo>li,
ul.prizes>li,
ul.datedetails>li {
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.raceinfo>li div,
ul.prizes>li div,
ul.datedetails>li div {
	clear: none;
	/* width: 70%; */
	width: 69.9%;

}
ul.raceinfo>li div.bold,
ul.prizes>li div.bold,
ul.datedetails>li div.bold {
	/* clear: both; */
	width: 30%;
	font-weight: bold;
}

ul.raceinfo>li div.bold{

}

ul.floatleft {	
	clear:both;
	width: 33%;
}
ul.floatcenter {
	clear:none;
	width:33%;
}
ul.floatright {
	clear:none;
	width:34%;
}
ul.raceinfo>li div.fee {
	width: 25%;
}
ul.raceinfo>li div.feedate {
	width: 75%;	
}

/* ------------- Mike edits 6-2-10 -------------- */
ul.hnav.nav6 li a {
	/*display: none;*/
}
div#header>p,
div#header>div,
div#header>a {
	/*display: none;	*/
}
a.runtoit {
	display: none;
}
a.viewmap {
	display: none;
}
a.downloadmap,
a.registernow { 
	float:left
}
h2 {
	/* margin-top: 1em; */
	clear: both;
	text-transform: uppercase;
	color:#903;
	font-size: 2.5em;
	}

.cufon-active h2{
	/* font-size: 3em; */
}


ul {
	/* margin-bottom: 12.8px; */
}
ul.receive {
	margin-bottom: 10px;
}
ul.starbullet.shorten li {
	width: 93%;
}
ul.hotels li {
	margin-bottom: 12px;
}
ol.parkinglist {
	list-style-position: inside;
	list-style-type: 1;
	margin-bottom: 12px; 
}
ul.awards { 
	margin-bottom: 1em;
}




.rightside{
	position: relative;
	overflow: visible;
	width: 100%;
	height: 1px;
}

.rightside strong{
	position: absolute;
	right: 300px;
	top: -28px;
}




/*========================================= RUN TO IT (playlists) / IN THE LONG RUN (dedications) */


.playlists{
	margin-top: 10px;
}

.playlists, .playlists li{
	width: 486px;
}
.playlists h3 {
	font-weight: bold;
	color: #333;
	background-image: url(../images/layout/runtoit-title-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 6px;
	padding-left: 8px;
	padding-bottom: 2px;
}


.playlists li{
	padding-left: 75px;
	padding-right: 150px;
	position: relative;
	background-image: url(../images/layout/runtoit-footer-bg.gif);
	background-position: 75px bottom;
	background-repeat: no-repeat;
	
	padding-bottom: 14px;
	margin-bottom: 25px;
}
.dedicationlist li{
	background-image: url(../images/layout/inthelongrun-footer-bg.gif);
}
.dedicationpreview li{
	background-image: url(../images/layout/inthelongrun-footer-bg-preview.gif);
}

.playlists .profilephoto{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #CCC;
	border-bottom-color: #999;
	border-left-color: #E5E5E5;
	position: absolute;
	left: 0px;
	top: 0px;
}

.playlists li .rightcol{
	width: 70px;
	position: absolute;
	left: 415px;
	top: 0px;
	display: block;
	text-align: center;

	
}

.playlists li .rightcol p{
	font-size: .8em;
	position: relative;
	display: block;
	left: 0px;
}

.playlists li ul, .playlists li ul li{
	margin: 0px;
	padding: 0px;
	border: none;

}
.playlists li ul{
	float: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #E5E5E5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-color: #C7C7C7;
	border-left-color: #E5E5E5;
	width: 323px;

}
.playlists li ul li{
	padding-left: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	width: 280px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	clear: both;
	position: relative;
	background-image: url(../images/layout/number-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 5px;
}


.playlists li ul li strong, #playlistform li ul li strong{
	position: absolute;
	text-align: center;
	width: 22px;
	color: #B20838;
	top: 3px;
	left: 7px;
	display: block;
}

.playlists li ul li em{

}

.playlists .like{
	height: 43px;
	width: 70px;
	display: block;
	background-image: url(../images/layout/run-to-this-icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
	text-indent: -1000px;
	padding: 0px;

}

.playlists .like:hover{
	background-position: 0px -43px;
}

.playlists .rightcol .disabled, .playlists .rightcol .disabled:hover{
		background-position: 0px -86px;
}

.playlists .rank{
	width: 60px;
	position: absolute;
	top: 90px;
	left: 0px;
	color: #CCC;
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
}
.playlists .supporttotal{
	width: 60px;
	position: absolute;
	top: 90px;
	left: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	margin-top: 5px;
}
.playlists .postername{
	width: 60px;
	position: absolute;
	top: 60px;
	left: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	margin-top: 5px;
	height: 30px;
	font-weight: bold;
	color: #B20838;
}

#playlistform{
	width: 505px;
	display: block;
	position: absolute;
	top:-6px;
	left: 0px;
	background-color: #F8F8F8;
	z-index: 200;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #000;
	border-left-color: #999;
}
#playlistform .formsholder{
	width: 2000px;
}

#playlistform .step1, #playlistform .step2, #playlistform .step3{
	padding: 10px;
	padding-left: 30px;
	padding-right: 20px;
	

	display: block;
	float: left;
	width: 455px;
	clear: none;
}
#playlistform .step2{

}

#playlistform li{
	position: relative;
}

#playlistform li strong{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 15px;
	color: #000;
}



#playlistform input, #playlistform textarea,
.emailplaylistform input{
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #BEBEBE;
	border-left-color: #E0E0E0;
}
#playlistform ul{
	/* overflow: visible; */
}

#playlistform li{
	margin-bottom: 7px;
	display: block;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	overflow: visible;
}

#playlistform li ul li{
	/* width: 280px; */
	width: 325px;
}

#playlistform .artistinput{
	width: 177px;
	margin-right: 7px;
	margin-left: 20px;
}

#playlistform .songinput{
	width: 230px;
}

#playlistform .artistheader{
	position: absolute;
	top: 0px;
	left: 20px;
}

#playlistform .songheader{
	position: absolute;
	top: 0px;
	left: 214px;
}

#playlistform .playlistnameinput{
	width: 445px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#playlistform label{
	font-weight: bold;
}

#playlistform .titles{
	height: 17px;
	overflow: visible;
}

#playlistform .nameemail{

}
#playlistform .nameemail input{
	width: 177px;
}

#playlistform .nameemail .nameinput{
	margin-bottom: 7px;
}

#playlistform .closebox{
	position: absolute;
	top: 10px;
	right: 20px;
	padding-right: 17px;
	height: 20px;
	display: block;
	width: auto;
	background-image: url(../images/icons/cross.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-size: .8em;
	text-transform: uppercase;
	color: #B20838;
	padding-top: 1px;
	z-index: 400;
}

#playlistform .facebookconnect{
	width: 195px;
	clear: none;
}

#playlistform .facebookconnect p{
	font-style: italic;
	font-size: 0.9em;
	margin-top: 0px;
	color: #666;
}

#playlistform .facebookconnect .facebookbutton{
	display: block;
	height: 25px;
	width: 195px;
	background-image: url(../images/layout/facebook-connect-button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	margin: 0px;
	padding: 0px;
}
#playlistform .facebookconnect .facebookbutton:hover{
	background-position: 0px -25px;	
}
#playlistform .facebookconnect .sel{
	background-position: 0px -50px;	
}
#playlistform .facebookconnect .sel:hover{
	background-position: 0px -75px;	
}

#playlistform .facebookconnect .facebookform{
	width: 170px;
	padding-bottom: 7px;
	padding-top: 7px;
	display: block;

	padding-left: 14px;
	padding-right: 11px;
	text-align: right;
}
#playlistform .facebookconnect .facebookformholder{
	background-image: url(../images/layout/facebook-form-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#playlistform .facebookconnect .facebookform input{
	width: 164px;
	margin-bottom: 5px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #a6b6d8;
	color: #28427a;
}

body #playlistform .facebookform input.blur{
	color: #6c82b2;
}

#playlistform .facebookconnect .facebookform input.submit{
	background-color: #2b3f7c;
	color: #a6b6d8;
	font-weight: bold;
	font-size: .85em;
	padding: 3px;
	border: 1px solid #a6b6d8;
	width: auto;
}
#playlistform .facebookconnect .facebookform input.submit:hover{
	color: #FFF;
	border: 1px solid #FFF;
}

#playlistform .facebookform p{
	width: 170px;
	text-align: left;
	color: #FFF;
	font-size: .85em;
	font-style: normal;
	margin-bottom: 7px;
	line-height: 1.1em;
}
#playlistform .nameemail{
	width: 210px;
	clear: none;
	margin-right: 10px;
}

#playlistform .loginitem{
	padding-top: 10px;
	border: 1px dashed #DBDBDB;
	margin-top: 20px;
	padding-left: 19px;
	width: 434px;
	margin-bottom: 10px;
	background-image: url(../images/layout/or.gif);
	background-repeat: no-repeat;
	background-position: 213px 62px;
}

#playlistform .facebookbutton a{
	width: 176px;
	display: block;
	clear: both;
	float: none;
	color: #999;
}

#playlistform .submititem{
	text-align: right;
}

#playlistform .submititem a{
	color: #B20838;
	margin-right: 5px;
}

#playlistform .submit{
	background-color: #C40040;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #990033;
}
#playlistform .submit:hover{
	color: #FFDFDF;
	border: 1px solid #460016;
	background-color: #E10049;
}


.submitplaylistholder{
	height: 0px;
	overflow: visible;
	position: relative;
}

.textcolumn{
	z-index: 100;
}


.playlists .dedication{
	float: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #E5E5E5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-color: #C7C7C7;
	border-left-color: #E5E5E5;
	width: 410px; 	
	padding-left: 7px;
	margin-bottom: 0px;

}

.dedicationpreview .dedication{
	width: 370px;
	background-color: #FFF;
}

.playlists .hideshow{
	height: 78px;
}

.playlists .dedication .hideshow{
	height: 62px;
	overflow: hidden;
}

.dedicationpreview .dedication .hideshow{
	overflow: visible;
}

.playlists .dedicationdate{
	position: absolute;
	width: 70px;
	display: block;

	text-align: right;
	top: 8px;
	left: 415px;
	
}

.dedicationpreview .dedicationdate{
	left: 375px;
}

.playlists h3.dedicationheader{
	padding-top: 10px;
	padding-right: 85px;
	width: 335px;
	line-height: 1em;
	padding-bottom: 5px;
	background-image: url(../images/layout/inthelongrun-title-bg.gif);

}

.dedicationpreview h3.dedicationheader{
	background-image: url(../images/layout/inthelongrun-title-bg-preview.gif);
}

.dedicationlist h3{

}

.dedicationlist .ratededications{
	width: 100%;
}

.playlists .readmore{
	position: relative;
	width: 323px;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	overflow: visible;
	display: block;
	border-right-style: solid;
	border-right-color: #E5E5E5;
	border-left-style: solid;
	border-left-color: #E5E5E5;
}

.playlists .readmore a{
		display: block;
	background-color: #FFF;
	width: 60px;
	padding-right: 20px;
	position: relative;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;

	border-bottom-color: #CCC;
	border-left-color: #E4E4E4;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: .85em;
	top: -1px;
	left: 220px;
	background-image: url(../images/layout/downarrow.gif);
	background-repeat: no-repeat;
	background-position: 72px 6px;
	 z-index: 20; 
}

.playlists .minify a{
	background-image: url(../images/layout/uparrow.gif);
	background-position: 72px 6px;
	width: 57px;
	padding-left: 13px;
}

.playlists .readmore a:hover{
	color: #B20838;
}

.dedicationlist .readmore{
	height: 5px;
	width: 400px;
	border-right-style: none;
	border-left-style: none;

}

.dedicationlist .readmore a{
	left: 300px;


}


.playlists  .ratededications{
	position: relative;
	display: block;
	float: left;
	clear: both;
	width: 387px;

}
.playlists  .ratededications ul{
	width: 290px;
	border: none;
	margin-top: 3px;
}

.playlists  .ratededications li{
	padding: 0px;
	margin: 0px;
	font-size: .85em;
	width: 110px;
	float: left;
	clear: none;
	padding-left: 23px;
	margin-right: 10px;
	position: relative;
	background-image: none;
	border: none;
	margin-bottom: 5px;
	line-height: 1.1em;
	padding-top: 4px;
}

.playlists  .ratededications input{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #E0E0E0;
	
}

.playlists .ratededications p{
	margin: 0px;
	padding: 0px;
	color: #B20838;
}

.playlists .emailplaylist{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	width: 323px;

	display: block;
	float: left;
	clear: both;
}

.playlists .emailplaylist a{	
	position: relative;
	top: 3px;

	font-weight: bold;
	display: block;
	width: 150px;
	padding-left: 20px;
	height: 20px;
	background-image: url(../images/icons/email.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-left: 10px;
	color: #B20838;
	float: left;
	clear: both;
}

.playlists .emailplaylist a:hover{
}

#openplaylistform.sel a,#openplaylistform.sel a:hover,#openplaylistform.sel a:active{
	background-color: #F8F8F8;
	color: #B20838;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #F8F8F8;
	border-left-color: #CCC;
	position: relative;
	z-index: 500;

}

.faded{
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";	/* IE 8 */
  filter: alpha(opacity=40);											/* IE 5-7 */
  -moz-opacity: 0.4;													/* Netscape */
  -khtml-opacity: 0.4;													/* Safari 1.x */
  opacity: 0.4;															/* Good browsers */	
}

.emailplaylistform{
	padding-left: 10px;
	padding-top: 5px;
}

.dedicationsearch{
	height: 32px;
	position: relative;
	top: -35px;
	margin-bottom: -35px; 
	width: 220px;

	display: block;
	overflow: hidden;
	left: 345px;
}
.dedicationsearch label{
	width: 40px;
	float: left;
	clear: none;
	margin-right: 7px;
	top: 3px;
	position: relative;
}
.dedicationsearchsubmit{
	width: 20px;
	display: block;
	float: left;
	clear: none;
	height: 25px;
	background-image: url(../images/layout/dedication-search-submit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #B20838;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -1000px;
}
.dedicationsearchtext{
	width: 120px;
	display: block;
	float: left;
	clear: none;
	color: #000;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #E4E4E4;
	height: 13px;
}
.playlists .ratededications input.supportsubmit, .emailplaylistform input.emailplaylistsubmit{
	width: 87px;
	height: 29px;
	background-color:#B20838;
	background-image: url(../images/layout/addmessages.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	position: absolute;
	top: 30px;
	left: 300px;
}

.playlists .ratededications input.supportsubmit:hover, .emailplaylistform input.emailplaylistsubmit:hover{
	background-position: 0px -29px;
}
.playlists .ratededications input.disabled, .playlists .ratededications input.disabled:hover, .emailplaylistform input.disabled, .emailplaylistform input.disabled:hover{
	background-position: 0px -58px;
}
#playlistform .singlecheckbox{
	background-image: none;
}

.emailplaylistform{
	position: relative;
	display: block;

	padding-top: 17px;
	padding-bottom: 3px;

}
.emailplaylistform input.emailplaylistsubmit{
	background-image: url(../images/layout/emailplaylist.gif);
		left: 221px;
	top: 12px;
}

.socialbar{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: center;
	padding-top: 7px;
}
.emailplaylistform .emailfield{
	width: 190px;
}

.socialbar img, .socialbar .facebooklikeiframe{
		float: left;
	clear: none;
	
}

.socialbar p{
	font-size: .85em;
	width: auto;
	position: relative;
	float: left;
	clear: none;
	margin-right: 3px;

}
.socialbar .shareicons{
	clear:none;
	float: left;
	width: auto;
	margin-left: 30px;
	position: relative;
	top: 3px;
}

.socialbar .shareicons a{
	width: 16px;
	display: block;
	float: left;
	clear: none;
	margin-right: 4px;
}

.socialbar .shareicons a:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";	/* IE 8 */
  filter: alpha(opacity=60);											/* IE 5-7 */
  -moz-opacity: 0.6;													/* Netscape */
  -khtml-opacity: 0.6;													/* Safari 1.x */
  opacity: 0.6;															/* Good browsers */	
}

.socialbar .facebooklike{
	width: auto;
	margin-left: 0px;
}
.facebooklike p{
	position: relative;
	top: 4px;
}

#header .racecountdowntitle,
#header .countdownbox {
	display: none;
}
#header .storetitle {
	margin-left: 400px;
}


/*========================================= JQUERY PLUGINS */


/* clearField Plugin */
body .blur, #playlistform input.blur{
	color: #CCC;
	font-style: italic;
}
body .active, #playlistform input.active {

}

body .focus, #playlistform input.focus, #playlistform .facebookform input.focus{
		background-color: #FFFFE8;
	border-top-color: #FC3;
	border-right-color: #FC3;
	border-bottom-color: #FC3;
	border-left-color: #FC3;
	color: #ECB100;
}

/* tipsy (tooltip) plugin */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/plugins/tipsy.gif); float: none; width: auto; display: inline; overflow: visible; }
  .tipsy-inner {
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
  
/*--------------- mike edits 6-24-10 --------------*/
#charities li {
	position: relative;
	margin-bottom: 1em;
}
#charities li img {
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
}
/*#charities li .image {
	float: right;
}*/
#charities li .text {
	float: left;
	width: 370px;
}
/*-------------------------------------------------*/
#sidebar
{
	padding-left:10px; padding-top:10px;
}
#sidebar h2 {
	padding-top:5px;
	font-size:2em;
}

.wp-caption-text
{
	font-style:italic;
}


.registernow:hover{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";	/* IE 8 */
  filter: alpha(opacity=90);											/* IE 5-7 */
  -moz-opacity: 0.9;													/* Netscape */
  -khtml-opacity: 0.9;													/* Safari 1.x */
  opacity: 0.9;															/* Good browsers */	
}

.regnowhead {
	position: absolute;
	top: 0;
}
.regnowhead a {
	display: block;
	text-indent: -3000px;
	background-position: left top;
	background-repeat: no-repeat;
}
#regfull {
	left: 295px;
	}
#reghalf {
	left: 360px;
	}
#regfull a {
	width:56px;
	height:43px;
	background: url(../images/layout/regfull.jpg) left top no-repeat; 
	}
#reghalf a {
	width:171px;
	height:43px;
	background: url(../images/layout/reghalf.jpg) left top no-repeat; 
	}

#regfull a:hover,
#reghalf a:hover {
	background-position: left -50px;
}

#wp-calendar
{
-moz-box-sizing:border-box;
border-collapse:separate;
border-spacing:1px;
display:table;
margin-bottom:0;
margin-top:0;
text-indent:0;
}

#wp-calendar a
{
color:#C95273;
}


span.soldout {
	color: #B20838;
	font-weight: bold;
}
