/* default style sheet for runwithus.com */

/*stops page jumping if the page is too short*/
html {
    overflow-y: scroll;
}

/*reset everything to zero to maximize browser similarity*/
html, body, div, span, p, ul, li, a, img{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/*site structure elements*/
body{
/*image is 900 px.  Wrap should be 900px wide*/
background:#f1f2ec url(images/sideburns.png) repeat-y scroll center top;
}

/*we wrap everything in a #wrap div instead of adding css to the body directly - avoids some conflicts with IE.*/
body #wrap {
	margin:0 auto;
	position:relative;
	/*wrap should be 900px wide to match body background*/
	width:900px;
	/* this background-color needs to match #sidebar */
	background-color:#539ab8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333333;
}

body #header {
background-color:#4A453F;
color:#CCCCCC;
padding:10px 0 8px;
text-align:center;
}

body #main {
	float:left;
	background-color:white;
	/*
	border-right:3px dotted #CCCCCC;
	*/
	padding:10px;
	width:620px;
}

/* note: the sidebar should always be shorter than the main content */
body #sidebar {
	float:right;
	padding:0 16px 0 0;
	width:228px;
	/* this background-color needs to match #wrap */
	background-color:#539ab8;
	text-align:center;
}
body #footer {
	clear:both;
	padding:5px 10px;
	background:#cc9;
	border-top:1px solid grey;
}

/*set general css for standard components.  In general, clear browser defaults like ul margins*/
h1{
font-size:16pt;
margin:12px 0 10px;
color:#000000;
}
h2{
font-size:14pt;
margin:10px 0 5px;
}
h3{
font-size:12pt;
margin:10px 0 5px;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
li {
	display:inline;
	margin:0;
	padding:0;
}
p{
margin:5px 0;
}

table div{
width:100%;
}
table td{
padding:5px;
}
a:link {
	color: #074279;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited {
color:#074279;
font-weight:bold;
text-decoration: none;
}
a:hover {
	/*color: #755615;*/
	color: #61453e;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #000000;
	text-decoration: none;
font-weight:bold;
}
img{
border:none;
}
img.floatLeft{
float:left;
padding:5px 8px 4px 0;
border:none;
}
img.floatRight{
float:right;
padding:5px 0 4px 8px;
border:none;
}

/*header*/

#headerBox{
margin:0 0 10px 0;
height:130px;
}

.headerBoxLeft{
background-color:white;
float:left;
height:130px;
margin-left:10px;

}
.headerBoxRight{
height:130px;
margin-right:10px;
position:absolute;
right:0;
}
#headerLogo{
background-color:white;
height:116px;
/*exta style for firefox - no harm done if a browser doesn't recognize this*/
/*
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomright:7px;
-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
*/
}

#logoDesc{
top:-8px;
color:#222222;
position:relative;
}
#headerImg {
margin:0;
width:900px;
}

ul#headerMural{

}

ul#headerMural li{
padding-left:4px;
padding-right:4px;
float:left;
margin-bottom:5px;
}
ul#headerMural li.firstChild{
padding-right:4px;
padding-left:0;
}
ul#headerMural li.lastChild{
padding-left:4px;
padding-right:0;
}
#rwuLogo{
margin:2px 7px 0;
}
#headerInfo{
background-color:#76726E;
bottom:0;
clear:both;
height:21px;
position:absolute;
text-align:right;
width:100%;
/*exta style for firefox - no harm done if a browser doesn't recognize this*/
/*
-moz-border-radius-bottomleft:7px;
-moz-border-radius-bottomRight:7px;
*/
}
#headerInfo p{
margin:2px 12px 0 0;
position:relative;
}
#menuMain {
background-image:url(images/button-gradient-new.jpg);
background-repeat:repeat-x;
clear:both;
height:30px;
position:relative;
width:100%;
}
#menuMain ul{
margin:0 0 0 2px;
}

#menuMain li div{
float:left;
margin:0 0 0 27px;
padding:4px 0;
position:relative;
}

#menuMain li a span{
float:left;
padding:2px 0 0 0;
position:relative;
text-align:center;
width:100%;
}
#menuMain li a{
cursor:pointer;
}

/*main*/
#frontPageImg{
width:100%;
}

/*sidebar*/
#sidebar a:visited{
color:#ddd;
}
#sidebar a:link{
color:#eee;
}
#sidebar a:hover{
	color: #755615;
}
#sidebar a:active{
color:black;
}
#sidebar div{
margin:10px 0;
}
#sidebar h1, #sidebar h2, #sidebar h3{
text-align:center;
}
#sidebar ul{
margin:10px 0;
}
#sidebar ul li{
margin:10px 0;
display:block;
}

#brandLogosHeader{
background-color:#CCCC99;
margin:20px 0 0 0;
padding:10px;
}
#sidebar ul#brandLogos{
margin:0;
padding:0;
}
#brandLogos li{
background-color:white;
margin:10px;
padding:7px;
text-align:center;
}

#sidebar img{
max-width:100%;
}
div.sidebarAd{
background-color:#093272;
margin:10px 0;
padding:6px;
}
div.sidebarAd a:hover{
color:#CCCC99 !important;
}
div#trainingProgramAd h3{
margin-top:0;
}

/*footer*/
#footer p {
	margin:0;
}
	
/* IE fix */
* html #footer {
	height:1px;
}

/*menuFooter centered with '50%' method - see http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support*/

#menuFooter{
font-size:11pt;
height:20px;
letter-spacing:0.5pt;
padding:8px 0 0;
margin:0;
overflow:hidden;
width:100%;
position:relative;
}
#menuFooter ul{
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;


}
#menuFooter ul li{
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#menuFooter ul li div{
	border-color:#777777;
	border-style:solid;
	border-width:0 1px 0 0;
	padding:0 8px;
	position:relative;
}


#menuFooter li:last-child div{
	/*
	border-color:#777777;
	border-style:solid;
	border-width:0 1px 0 1px;
	*/
	border:none;
}

#menuFooter li a span{
text-align:center;
width:100%;
}
#copyright{
clear:both;
margin:10px 0 5px 0;

}
#copyright p{
font-size:7pt;
letter-spacing:0.5pt;
text-align:center;
}

/*use this for clearing divs*/
.dividerDiv{
height:1px;
clear:both;
width:100%;
}

/* IE fix */
/*
* html .dividerDiv {
	height:1px;
}
*/
/*end confirm delete this later*/

.commentSign{
text-align:right;
}
/*end general css*/


/*pages specific items*/
/*home page*/
.homePage{
padding:8px;
background-color:#DCE7EE;
margin-top:10px;
}
.homePage h3, .homePage h2{
margin:30px 0 20px 0;
}
.homePage h1, .homePage h2{
clear:both;
}
.homePage h1{
background-color:#CCCC99;
margin:0 0 3px;
padding:8px;
}

img#footType{
background-color:white;
float:left;
margin:4px 8px 4px 0;
border:none;
}
ul#winBostonTrip + a{
margin:10px;
}
ul#winBostonTrip li{
display:list-item;
list-style:square;
list-style-position:inside;
}
#socialNetworkDiv{
margin:30px 0;
}
#facebookDiv{
position:relative;
float:left;
}

#joinSocial{
float:left;
margin:0 0 0 15px;
position:relative;
width:47%;
}
#joinSocial div{
margin:15px 0 15px 0;
text-align:center;
}
#joinSocial h3{
background-color:#CCCC99;
margin:0 0 8px;
padding:8px;
text-align:center;
}

#facebookLink{
position:relative;
text-align:center;
clear:both;
}
#dotEasyStuff{
bottom:265px;
clear:both;
margin:10px;
position:absolute;
width:67%;
}
#dotEasyLeftSide{
background-color:#DDDDDD;
height:170px;
left:0;
margin:0;
padding:10px;
position:absolute;
width:150px;
}
#dotEasyMailList{
background-color:#DDDDDD;
height:130px;
left:180px;
padding:30px 15px;
position:relative;
width:410px;
top:190px;
}
#mailListDesc{
	float:right;
	position:relative;
	top:6px;
	width:230px;
	background-color: #DCE7EE;
}
#mailListForm{
position:relative;
}
#dotEasyTellAFriend{
float:left;
position:absolute;
}
#dotEasyCounter{
margin-top:100px;
position:absolute;
}

#spacerForDotEasyMailDiv{
height:300px;
clear:both;
/*the doteasy mailist is not behaving well with the absolute positioning.  this is a hack to fix it.*/
visibility:hidden;
}

#reviewQuotes{
color:black;
font-size:12pt;
font-style:italic;
font-weight:bold;
text-align:center;
border-bottom: 4px solid;
border-top: 4px solid;
border-color:#ddd;
}
.quoteSource{
clear:both;
color:#BABABA;
font-size:10pt;
font-weight:bold;
margin-bottom:20px;
text-align:right;
}
.yelpTag{
font-style:normal;
font-weight:normal;
}
/*footwear*/

#footwearMainImg{
position:absolute;
z-index:1;
}
.footwearHeader{
background-color:#CCCC99;
margin:0 0 8px;
padding:8px;
}
.footwearLogo{
float:left;
}
table#footwearShoeGrid{
position:relative;
text-align:center;
z-index:2;
margin:25px 0;
height:468px;
}
table#footwearShoeGrid td{
text-align:center;
}
table#footwearShoeGrid td a{
padding:4px;
}
table#footwearShoeGrid img{
padding:3px;
background-color:white;
}


#shoeBrandsTitle {
color:#82230b;
padding:5px 0;
background-color:#CCCC99
}
ul#shoeBrands{
background-color:#999999;
margin:6px 0;
padding:2px;
}
ul#shoeBrands li{
clear:both;
height:17px;
margin:7px 0;
padding:3px 4px;
position:relative;
}

ul#shoeBrands li .brandHook{
float:left;
margin:0;
text-align:left;
color:#82230b;
font-weight:bold;
font-size:11pt;
}
li.currentBrand .brandHook{
color:#074279 !important;
font-style:italic;
}
ul#shoeBrands li .brandHook:hover{
color: #61453e !important;
}
ul#shoeBrands li p{
float:right;
font-size:9pt;
text-align:right;
padding:1px 0;
margin:0;
}
.productPage table{
width:100%;
}
.productPage table tr{
}
li.currentBrand{
background-color:#DCE7EE;
}

li.currentBrand p a{
color:#666666 !important;
}
.currentBrandGender{
color:#074279;
font-style:italic;
}

ul#shoeBrands li.currentBrand p a:hover{
color: #61453e !important;
}

/*club-team and elite-team*/
.teamResults{
width:100%;
}
.teamResults h1{
text-align:center;
}

div.teamResults > div{
margin:15px 0 5px 0;
padding:4px;
}
div.teamResults ul li{
margin:15px 0 5px 0;
padding:4px;
}
div.teamResults > table, div.teamResults div > table{
background-color:#E4E4E4;
border:2px solid #BBBBBB;
margin:4px 0;
padding:0;
width:100%;
}
.resultsComments{
background-color:#DCE7EE;
margin:5px;
padding:12px;
vertical-align:top;
width:300px;
font-weight:bold;
border:1px solid #CCCCCC;
}
img.threeRow{
float:left;
padding:0 1px 0 7px;
width:174px;
}
}
/*finds <td>NAME:</td> and it's first sibling, which is actual name itself*/
.resultsName, .resultsName + td{
font-weight:bold;
padding-top:15px;
}
.raceTitle{}

.clubInfoMain table{
width:100%;
}
.clubInfoMain h2{
text-align:center;
}

/*recycle shoes*/
#recycleAdvice p{
margin:20px 0;
}
#recycleAdvice div{
margin:20px 10px;
}
.clearLine{
clear:both;
padding:20px 0;
position:relative;
top:5px;
}
/*about page*/
.aboutPage {
padding:5px;
background-color:#DCE7EE;
}
.aboutPage h3{
text-align:center;
}
.aboutPage h2{
margin:18px 0 10px;
}
div.upsLogo{
background-color:white;
margin:0 0 10px 0 !important;
}
/*contact page*/
.contactPage{
background-color:#DCE7EE;
/*C6D9D?D*/
padding:8px;
}
.contactPage h1{
background-color:#CCCC99;
margin:5px 0;
padding:10px;
text-align:left;
}
.date{
font-weight:bold;
}
div.contactSidebar{
background-color:#999999;
padding:5px;
}
