/* 
	Pure Bikes
	Author: Jessica Hedrick (jesshedrick@gmail.com)
	Created: 12/10/09
		
*/



/* General 
----------------------------------------------- */

 * { 
 margin: 0;  
 padding: 0;
 font-family: Helvetica, Arial sans-serif;
 font-size:13px;
 color: black;
 line-height: 18px;
}

body, html {
 height: 100%;
 width: 100%;
 background-color: black;
}

img {
border: none;
}

li {
 list-style-type: none;
}

h2 {
text-transform: uppercase;
font-size: 140%;
padding: 10px;
margin-top: 10px;
border: dotted 1px #eeeeee;
color: #f246d8;
background-color: #333333;
max-width: 250px;
}

p {
padding-bottom: 10px;
padding-top: 10px;
}

.small, .quote {
 font-size: 90%;
 font-family: trebuchet ms, georgia, serif;
 line-height: 20px;
}

.indent {
 margin-left: 15px;
 width: 600px;
}

.nested {
 margin-bottom: -10px;
}

.button {
 margin: 8px;
 margin-top:30px;
}

.thumbnail{
 padding: 5px 5px 15px 5px;
 background-color: #eeeeee;
 border: solid thin black;
 margin-top: 15px;
 }

.column {
 float: left;
 width: 300px;
 padding: 0px;
}


/* main layout
----------------------------------------------- */

#nav a {
 font: normal 120% courier, times, sans-serif;
 color: #4ABC04;
 text-decoration: none;
 display: block;
 padding:5px;
 margin: 5px;
 float: left;
 border: solid thin #eeeeee;
 background-color: #333333;
}

#nav a:hover {
text-decoration: none;
background-color: #f246d8;
color: white;
border: solid thin #f246d8;
}

#nav a#current {
 text-decoration: none;
 color: #f246d8;
 background-color: black;
 cursor: default;
 border: solid thin #eeeeee;
}

#header {
 background-image: url("images/purebg2.png");
 background-repeat: no-repeat;
 background-color: #eeeeee;
 min-width: 1024px;
 height: 400px;
 margin-left:-2px;
 margin-bottom: -50px;
}

#logo {
 position: absolute;
 width: 150px;
 height: 100px;
 margin-top: -340px;
 margin-left: 15px;
}

#nav {
 float: left;
 width: 800px;
 clear: both;
 margin-top: -20px;
 margin-left: 100px;
 margin-bottom: 20px;
}

.section {
 float: left;
 width: 280px;
 padding: 10px;
 margin-left: 25px;
}
.wsection {
 float: left;
 width: 600px;
 margin: 20px;
 margin-bottom: 0px;
 padding: 10px;
}

#content {
 width: 1022px;
 min-height: 450px;
 margin-bottom: -50px;
 background-color: #666666;
}

#bottom {
 background-color: #666666;
 width: 1022px;
 height: 300px;
}

#sidemain {
 float: left;
 width: 300px;
 height: 300px;
 border: solid thin;
 margin-left: 15px;
 margin-bottom: 50px;
}

/* bikes layout
----------------------------------------------- */
#ba,#paint,#pure {
 margin-left: 25px;
 margin-right: 25px;
 padding: 20px;
}

#ba, #pure {
 min-height: 250px;
}

#hours p {
 padding-left: 90px;
}

#hours {
 min-height: 400px;
 max-width: 500px;
}

#test {
 background-color: #f246d8;
 border:1px solid black;
  /* for IE */
 filter:alpha(opacity=60);
  /* CSS3 standard */
 opacity:0.6;
 height: 1%;
 margin-left: 100px;
 position: relative;
}

#test p {
 padding: 15px;
 font-size: 90%;
}

/* contact layout
----------------------------------------------- */

label {
 font: normal 100% helvetica, arial, sans-serif;
 color: #f246d8;
 text-transform: uppercase;
 clear: left;
 float: left;
 width: 6em;
 padding: 4px;
 text-align: right;
 margin-right: 1em;
 margin-top: 1em;
}

input {
 font: normal 100% Courier, times, serif;
 color: black;
 float: left;
 width: 200px;
 margin-top: 1em;
 border: solid 1px white;
 padding: 4px;
}
 
textarea {
 font: normal 100% Courier, times, serif;
 color: black;
 float: left;
 margin-top: 1em;
 border: solid 1px white;
 padding: 4px;
 width: 200px;
}

#submit {
 clear: left;
 float: left;
 width: 3.5em;
 margin: 20px 250px 15px;
 font: normal 120% courier, times, sans-serif;
 color: #f246d8;
 border: solid 1px white;
 background-color: black;
 padding: 5px;
}

#submit:hover {
 color: white;
 background-color: #f246d8;
 border: solid thin #f246d8;
}

#form {
 float: left;
 background-color: #333333;
 border: solid thin black;
 width: 420px;
 min-height: 400px;
 padding: 20px;
 margin: 40px;
 margin-left: 80px;
}

#form p, #pay p {
 float: left;
 color: #4ABC04;
 padding: 10px;
}

#pay {
 float: left;
 width: 450px;
 margin-left: 30px;
 height: 100px;
 background-color: #555555;
 border: solid thin #333333;
}

#pay label {
 color: white;
 text-transform: none;
 clear: none;
 margin-right: 5px;
 width: 4em;
}

#pay input {
 width: 5em;
 border: solid thin #4abc04;
 margin-right: 10px;
}

#pay #submit {
 clear: none;
 margin: 13px 20px;
 padding: 5px;
 width: 5em;
}

#pay #submit {
 border: solid 1px white;
}

#pay #submit:hover {
 border: solid 1px #f246d8;
}

#josh {
 float: left;
 width: 390px;
 margin-top: 25px;
}

#josh ul {
 float: right;
 width: 180px;
 margin-top: 135px;
}

#josh li {
 padding: 2px;
}

#half {
 background-color: #666666;
 width: 1022px;
}

#half img {
 margin-left: 800px;
 margin-bottom: 0px;
}

#footer {
 background-image: url("images/bottom.png");
 background-repeat: no-repeat;
 height: 25px;
 margin-left: -2px;
 margin-bottom: -2px;
 position: relative;
 min-width: 1024px;
}

/* 
	Lightbox v2 Project page styles	
	Author: Lokesh Dhakar http://www.lokeshdhakar.com
	Created: a long time ago (2006 I think)
	Table of Contents:
		layout
		typography
		
*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; overflow: visable;}

