/* 
Name: Josh and Friends
Author: Nick Francis
Questions/Comments: nick@project83.com   
*/

/* main styles */
body {
	margin:0;
	padding:0;
	background:#DCD5C8 url(images/bg.jpg) repeat-x top left;
	text-align:center;
	}	

#wrap {
	text-align:left;
	margin:0 auto;
	padding:0;
	width:750px;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#11274B;
	background:#fff url(images/wrap_bg.gif) repeat-y top left;
	}	
	
a {
	color:#00539A;
	}	
	
a:hover {
	text-decoration:none;
	}	
	
.clear {
	clear:both;
	}	
	
.float-left {
	float:left;
	margin:0 10px 10px 0;
	}	

.float-right {
	float:right;
	margin:0 0 10px 10px;
	}

/* header */
#header {
	width:750px;
	height:327px;
	/*background:url(images/header_bg.jpg) no-repeat top left;*/
	background: url("http://www.joshandfriends.com/images/gi_josh_header.png") no-repeat top left;
}	
	
#header h1 {
	display:none;
	}	

/* navigation */	
#nav {
	width:718px;
	height:52px;
	background:#00539A;/* url(images/nav.jpg) no-repeat bottom left;*/
	margin:0 16px;
	}	
	
#nav ul {
	float:left;
	display:inline;
	/*margin:1px 0 0 86px; */
	padding:0;
	margin:0;
	list-style:none;
	}	
#nav li {
	float:left;
}
#nav a {
	display:block;
}
#nav span.navitem {
	display:none;
}
#nav a.home {
	background:url('images/nav.jpg') 0 0 no-repeat;
	width:102px;
	height:52px;
}
#nav a.home:hover {
	background:url('images/nav.jpg') 0 -60px no-repeat;
}
#nav a.store {
	background:url('images/nav.jpg') -102px 0 no-repeat;
	width:77px;
	height:52px;
}
#nav a.store:hover {
	background:url('images/nav.jpg') -102px -60px no-repeat;
}
#nav a.about {
	background:url('images/nav.jpg') -179px 0 no-repeat;
	width:129px;
	height:52px;
}
#nav a.about:hover {
	background:url('images/nav.jpg') -179px -60px no-repeat;
}
#nav a.media {
	background:url('images/nav.jpg') -308px 0 no-repeat;
	width:95px;
	height:52px;
}
#nav a.media:hover {
	background:url('images/nav.jpg') -308px -60px no-repeat;
}
#nav a.partners {
	background:url('images/nav.jpg') -403px 0 no-repeat;
	width:130px;
	height:52px;
}
#nav a.partners:hover {
	background:url('images/nav.jpg') -403px -60px no-repeat;
}
#nav a.contact {
	background:url('images/nav.jpg') -533px 0 no-repeat;
	width:151px;
	height:52px;
}
#nav a.contact:hover {
	background:url('images/nav.jpg') -533px -60px no-repeat;
}
#nav li.end {
	background:url('images/nav.jpg') -684px 0 no-repeat;
	width:34px;
	height:52px;
}

/*	
#nav li {
	float:left;
	text-indent:-9000px;
	}	
	
#nav a {
	display:block;
	margin:0;
	padding:0;
	height:35px;
	}	
	
body#home a.home, body#home a.home:hover {
	background:url(images/home_on.gif) no-repeat;
	} 	
	
#nav a.home {
	width:79px;
	background:url(images/home.gif) no-repeat;
	}	
	
#nav a.home:hover {
	background:url(images/home_hover.gif) no-repeat;
	}	
	
body#about a.about, body#about a.about:hover {
	background:url(images/about_on.gif) no-repeat;
	} 		
	
#nav a.about {
	width:101px;
	background:url(images/about.gif) no-repeat;
	}	
	
#nav a.about:hover {
	background:url(images/about_hover.gif) no-repeat;
	}		
	
body#store a.store, body#store a.store:hover {
	background:url(images/store_on.gif) no-repeat;
	} 	
	
#nav a.store {
	width:78px;
	background:url(images/store.gif) no-repeat;
	}		
	
#nav a.store:hover {
	background:url(images/store_hover.gif) no-repeat;
	}			
	
body#media a.media, body#media a.media:hover {
	background:url(images/media_on.gif) no-repeat;
	} 	
	
#nav a.media {
	width:84px;
	background:url(images/media.gif) no-repeat;
	}		
	
#nav a.media:hover {
	background:url(images/media_hover.gif) no-repeat;
	}			
	
body#partners a.partners, body#partners a.partners:hover {
	background:url(images/partners_on.gif) no-repeat;
	} 	
	
#nav a.partners {
	width:98px;
	background:url(images/partners.gif) no-repeat;
	}			
	
#nav a.partners:hover {
	background:url(images/partners_hover.gif) no-repeat;
	}					
	
body#contact a.contact, body#contact a.contact:hover {
	background:url(images/contact_on.gif) no-repeat;
	} 	
	
#nav a.contact {
	width:110px;
	background:url(images/contact.gif) no-repeat;
	}
	
#nav a.contact:hover {
	background:url(images/contact_hover.gif) no-repeat;
	}			
	*/
/* content area */	
#content-home {
	width:688px;
	margin:0 16px;
	padding:15px;
	line-height:20px;
	}

#content {
	width:703px;
	margin:4px 0 0 16px;
	padding:0 15px 0 0;
	line-height:20px;
	background:#fff url(images/content_bg.gif) repeat-y top left;
	}	
	
h2 {
	margin:12px 0;
	padding:0;
	color:#AD0303;
	font-size:170%;
	}	
	
h2 span {
	color:#34291D;
	}		

#right h3 {
	font-size:140%;
	padding-left:22px;
	background:url(images/h3bg.gif) top left no-repeat;
	}		

.clear {
	clear:both;
}

p.home-page {
	float:left;
	width:380px;
	font-size:120%;
	line-height:26px;
	margin:0;
	padding:0;
	}	
	
p.product-image a {
	float:right;
	width:267px;
	height:106px;
	background:url(images/call-to-action.gif) no-repeat top left;
	border:none;
	text-indent:-9000px;
	}
p.product-image a:hover {
	float:right;
	width:267px;
	height:106px;
	background:url(images/call-to-action.gif) 0 -116px no-repeat;
	border:none;
	text-indent:-9000px;
	}
	
.separator {
	padding:10px 0;
	border-bottom:1px solid #ABABAB;
	}	
	
.img-wrap {
	float:left;
	}	
	
img.friend {
	padding:0 45px 0 0;
	margin:10px 0 0 0;
	border:none;
	border-right:1px dotted #070F0F;
	}
	
img.challenge {
	padding:10px 0 0 40px;
	margin:0;
	border:none;
	}		
	
.img-wrap p {
	text-align:right;
	padding:0 20px 0 0;
	margin:0;
	}	
	
/* right column */
#right {
	float:right;
	width:474px;
	padding:0 10px 0 20px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:95%;
	}
	
#right h2 {
	color:#004B92;
	font-size:170%;
	line-height:24px;
	}	
	
.red {
	color:#980D0D;
	}
	
.blue {
	color:#004B92;
	}		
	
#right ul {
	margin:0 40px;
	padding:0;
	}	
	
/* store */
.product-wrap {
	float:left;
	margin:0 50px 0 0;
	padding:20px 0 20px 20px;
	line-height:22px;
	}	
	
#right .product-wrap h3 {
	background:none;
	padding:0;
	margin:3px 0;
}		
	
.red {
	color:#BD010E;
	}
	
.free-shipping {
	padding:3px;
	background:#FFFAB5;
	font-size:85%;
	}
	
#addToCartLink img { 
	border:0 
	}
	
#flash {
	background-color: #d8f1da;
	color: #030;
	border: 1px solid #696;
	padding: 5px;
	}
	
.req {
	color: #B72323;
	}
#reqFields { 
	margin-left:40px; color: #B72323;
	}
	
.reqlbl {
	font-weight: normal;
	color: #B72323;
	text-align:right;
	padding-right:5px;
}

.lbl {
	font-weight: normal;
	color: #000;
	text-align:right;
	padding-right:5px;
}

#steps { 
	width: 100%; 
	}
	
.step { 	
	text-align:center;
	color: #999; 		
	}

#steps tr td a { 
	text-decoration: none; color: #999; 	
	}
#steps tr td a:hover { 
	text-decoration: underline; 
	}

#steps tr td.stepSel { 	
	text-align:center;
	border: 1px solid #9A0D0D;
	color: #9A0D0D;
	font-weight:bold; 	
	}
				
#orderDetails .lbl { 
	font-size: 13px;
	font-weight: bold;
	color: #9A0D0D;
	}
	
#lineItems tfoot .foot { 
	text-align:right;
	font-weight: bold;
	margin-right:2px;
	}
	
#lineItems tbody tr td { 
	vertical-align: top;
	}

#lineItems tbody tr td img { 
	margin-right:5px;
	}

tr.odd {
	background-color:#eee;
	}
	
tr.even {
	background-color: #F5F5F5;
	}
	
tr.hover {
	background-color: #F0DFDF;
}
.dashes {
	border-top: 1px dashed #999;
	border-bottom: 0;
	margin-top: 5px;
}	

label.error { /* used for form field validation */
	background:url(images/up.gif) top left no-repeat;
	color: #B72323;
	font-style: italic;
	margin-left: 10px;
	width: auto;
	display:block;	
	padding-left:22px;
}


#cart-details {	
	line-height:18px;
	}

#cart-details img {
	margin:5px 0;
	border:none;
	}
	
#cart-details input#quantity {
	font-size:90%;
	color:#11274B;
	padding:2px;
	border:1px solid #004B92;
}	

p.ups {
	font-weight:bold;
	margin:0;
	padding:0;
	}		
	
/* media */
.press {
	margin-left:20px;
	}	
	
.press a img {
	border:none;
	}	

a.pdf {
	padding:10px 0 10px 30px;
	background:url(images/pdf.gif) no-repeat top left;
	}
	
ul#video {
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
}

ul#video li {
	padding-left:22px;
	margin:10px 0;
	background:url(images/video.gif) no-repeat left center;
}
	
/* josh challenge */
fieldset#challenge-signup {
	padding:0;
	margin:0;
	width:auto;
	border:none;
	}
	
fieldset#challenge-signup ul {
	margin:0;
	padding:0;
	list-style:none;
	}		

fieldset#challenge-signup li label {
	float:left;
	clear:right;
	width:145px;
	text-align:right;
	margin:0;
	padding-top:4px;
	}
	
fieldset#challenge-signup li input {
	margin:0 0 8px 15px;
	padding:2px;
	font-family:Arial, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
	color:#11274B;
	width:200px;
	}	

fieldset#challenge-signup input#challengesubmit {
	margin:20px 0 10px 310px;
	padding:3px;
	background:#003479;
	color:#fff;
	border:none;
	}

/* faq */
#faqpage ol {
	margin:0 0 0 20px;
	padding:0;
	}

#faqpage ol li {
	padding:5px 0;
	margin:0;
	}
	
/* contact page */
fieldset#contact-form {
	padding:0;
	margin:0;
	width:auto;
	border:none;
	}
	
fieldset#contact-form ul {
	margin:0;
	padding:0;
	list-style:none;
	}		

fieldset#contact-form li label {
	float:left;
	clear:right;
	width:95px;
	text-align:right;
	margin:0;
	padding-top:4px;
	}
	
fieldset#contact-form li input, fieldset#contact-form li select, fieldset#contact-form li textarea {
	margin:0 0 8px 15px;
	padding:2px;
	font-family:Arial, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
	color:#11274B;
	width:200px;
	}
	
fieldset#contact-form li textarea {
	width:auto;
	font-size:100%;
	}		

fieldset#contact-form input#contactsubmit {
	width:auto;
	margin:20px 0 10px 310px;
	padding:3px;
	background:#003479;
	color:#fff;
	border:none;
	}	

/* left column */	
#left {
	float:left;
	width:198px;
	margin:0;
	padding:4px 0 10px 0;
	background:#F5EED4 url(images/sidebar_bg.gif) repeat top left;	
	font-family:Arial, Helvetica, "Lucida Grande", "Trebuchet MS", sans-serif;
	}

#left h3 {
	margin:10px 0 6px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:120%;
	color:#9A0D0D;
	font-weight:normal;
	}
	
#left ul {
	margin:0;
	padding:0 6px 0 12px;
	list-style:none;
	}
	
#left li {
	margin-bottom:6px;
	}	
	
#left ul a {
	padding:12px 0 8px 20px;
	color:#002B6F;
	text-decoration:none;
	font-size:90%;
	}		
	
#left ul a:hover {
	text-decoration:underline;
	}	
	
#left ul a.active {
	font-weight:bold;
	text-decoration:underline;
	background:url(images/sidebar_bone.gif) no-repeat center left;
	}	
	
#left .separator {
	width:180px;
	height:24px;
	margin:15px 8px 15px 12px;
	padding:0;
	background:url(images/sidebar_separator.gif) no-repeat top left;
	border:none;
	}	
	
#left p {
	padding:0 8px 0 12px;
	}	
	
h3.sidebar-friend, h3.sidebar-challenge, h3.sidebar-store {
	margin:0 8px 0 12px;
	padding:0;
	width:204px;
	text-indent:-9000px;
	}	

h3.sidebar-store {
	background:url(images/store_cta.jpg) no-repeat top left;
	height:79px;
	}

h3.sidebar-friend {
	background:url(images/sidebar_friend.jpg) no-repeat top left;
	height:84px;
	}	

h3.sidebar-challenge {
	background:url(images/sidebar_challenge.jpg) no-repeat top left;
	height:89px;
	}	
	
#left p a {
	font-size:90%;
	color:#002B6F;
	font-weight:bold;
	}		
	
/* footer */
#footerbg-home {
	width:750px;
	height:21px;
	background:url(images/footer-home_bg.gif) no-repeat top left;
	}
	
#footerbg {
	width:750px;
	height:21px;
	background:url(images/footer_bg.gif) no-repeat top left;
	}
	
#footer-home, #footer {
	margin:0 auto;
	width:750px;
	}

#footer-home ul, #footer ul {
	margin:0 0 0 30px;
	padding:10px 0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	}
	
#footer li, #footer-home li {
	float:left;
	display:inline;
	}	
	
#footer ul a, #footer-home ul a {
	display:block;
	color:#473628;
	border-right:1px solid;
	padding:0 8px;
	font-size:11px;
	}		

/********** 2.0 STYLES ************/
.divider {
	border-right:1px solid #999999;
	
}
/* content */	
div.left{
	float:left;
	width:49%;
	margin-top:10px;
}
div.right{
	float:right;
	width:47%;
	margin-top:10px;
	padding-left:15px;
}
div.left p, div.right p {
	margin:15px;
}
div.left a, div.right a {
	text-transform:uppercase;
	color:#9c0e0d;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}
div.left span.head, div.right span.head {
	font-size:16px;
	text-transform:uppercase;
	color:#9c0e0d;
	font-weight:bold;
}