/* CSS Document */

html {
margin: 0;
padding: 0;
}

body {
margin: 10px auto;
padding: 0;
text-align: center;
background-color: #cccccc;
font-family: sans-serif;
}

div#container {
background: url(http://www.takenbythesky.com/images/takenbanner2.jpg) no-repeat;
margin: 0 auto 0 auto;
width: 700px;
padding: 225px 0 0 0;
border: 2px #cc66cc solid;
background-color: #ffffff;
text-align: center;
}

div#navbar {
margin: auto;
width: 675px;
text-align: center;
font-variant: small-caps;
word-spacing: 2px;
}

ul a:link, ul a:visited, ul a:hover, ul a:active, #navbar a:link, #navbar a:visited, #navbar a:hover, #navbar a:active {
color: #cc66cc; 
text-decoration: none;
font-weight: bold;
}

ul a:hover,  #navbar a:hover {
text-decoration: line-through;}

div#content
{
margin: auto;
padding: 20px 10px 20px 10px;
width: 675px;
text-align: left;
}

h1.title {
font-family: serif;
font-variant: small-caps;
text-transform: capitalized;
border-bottom: 2px #cc66cc solid;}

textarea, input, select, fieldset {
background-color: #cccccc;
border: 2px #cc66cc solid;}

textarea, fieldset {
padding: 5px;
}

#events {
text-align: center;}

#events table {
margin: auto;
border: 2px #cc66cc solid;
background-color: #cc66cc;
}

#events th {
padding: 4px;
background-color: #cccccc;
}


#events td{
text-align: left;
padding: 4px;
background-color: #ffffff;
}

a:link, a:visited,  a:hover,  a:active {
color: #000000; 
text-decoration: none;
font-weight: bold;
text-transform: capitalize;
}

a:hover {
text-decoration: line-through;}

.gallery {
margin: auto;
float: left;
}

.gallerypic {
border: 1px #cc66cc solid;}

.storepic {
border: 1px #cc66cc solid;
margin: 5px;}

div.storediv {
margin: 5px;
padding: 5px;
float: left;
text-align: left;
background: #cccccc; 
width: 175px;
height: 200px; 
border: 2px #cc66cc solid;
}

.storeshop a:hover {
text-decoration: none;}

.storepicmain {
border: none;}

.center {
text-align: center;
}

label {
margin: 5px;}

.clear {
clear: both; }

table {
margin: auto;}

td {padding: 5px;
vertical-align: top;
}

.saleitems td
{padding: 0 0 5px 0;}

tr {background: #cccccc;
border: 2px #cc66cc solid; }

span.suggested {
font-size: smaller;
}

#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(http://www.takenbythesky.com//images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.takenbythesky.com//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: 500px; background-color: #000; }
