/*** Fix HTML Default Styles ***/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: normal;
}

img {
	border: 0;
}


/*** Index ***/

body {
	background: #2E5279 url("media/background.jpg") repeat-x;
	font: 0.7em "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 670px;
}

.shadow_right, .shadow_left {
	position: absolute;
	top: 0;
	width: 9px;
	height: 100%;
}

.shadow_right {
	right: -9px;
	background: url("media/shadows/right.png");
}

.shadow_bottom_right, .shadow_bottom, .shadow_bottom_left {
	position: absolute;
	bottom: -9px;
	height: 9px;
}

.shadow_bottom_right {
	right: -9px;
	width: 9px;
	background: url("media/shadows/bottom_right.png");
}

.shadow_bottom {
	left: 0;
	width: 100%;
	background: url("media/shadows/bottom.png");
}

.shadow_bottom_left {
	left: -9px;
	width: 9px;
	background: url("media/shadows/bottom_left.png");
}

.shadow_left {
	left: -9px;
	background: url("media/shadows/left.png");
}

#top {
	height: 19px;
	background: url("media/top.png");
}

#header {
	height: 135px;
	background: url("media/header.jpg");
}

.formLabel {
	font-size: 1.6em;
	// text-shadow: black -2px 2px 1px;
	color: white;
}

.formField {
	font-size: 1.6em;
	padding: .25em;
	color: #666;
}

#version {
	position: absolute;
	left: 31px;
	top: 119px;
	width: 210px;
	font-size: 0.9em;
	text-align: center;
	text-shadow: black -2px 2px 1px;
	color: white;
}

#version a {
	text-decoration: none;
	color: #D3D3D3;
}

#version a:hover {
	color: #ADD8E6;
}

#info {
	position: absolute;
	
}

#separator {
	height: 10px;
	background: url("media/separator.png");
}

#menu {
	height: 24px;
	background: url("media/menu/background.png");
	vertical-align: middle;
	text-align: center;
}

#menu .separator {
	background: url("media/menu/separator.jpg");
	padding: 4px 3px 3px 0;
}

#family_pack {
	position: absolute;
	top: 90px;
	left: -45px;
}

#olive {
	position: absolute;
	top: 530px;
	left: -55px;
}

#twitterBadge {
	position: absolute;
	width: 58px;
	height: 93px;
	//float: right;
	
	top: 0px;
	left: -70px;
	//background: url(twitter_med.png);

}

#footer {
	height: 18px;
	background: url("media/footer.png");
	line-height: 19px;
	text-align: center;
	font-size: 0.8em;
	color: #555;
}

#footer a {
	text-decoration: none;
	color: #000080;
}

#footer a:hover {
	color: black;
}


/*** Home ***/

#headline1 {
	background-repeat: no-repeat;
	height: 34px;
	background: url("media/headline1.png");
}

#headline2 {
	height: 34px;
	background: url("media/headline2.png");
}

.content {
	padding: 10px 14px 10px 18px;
	line-height: 16px;
	color: #333;
	overflow: auto;
}

.content img {
	float: right;
	margin-left: 20px;
}

.content .highlighted {
	font-weight: bold;
}

#content1 {
	background: white url("media/content1.png") repeat-x;
}

#content2 {
	background: #EDF7FF url("media/content2.png") repeat-x;
}


/*** Blog ***/

/*
h1 {
	height: 34px;
	background: url("media/headline.png");
	padding: 0 20px;
	line-height: 34px;
	font-size: 14px;
	text-shadow: #777 -1px 2px 1px;
	color: white;
}

#blog {
	display: table;
	width: 100%;
}

#blog_body {
	display: table-row;
}

#content, #sidebar {
	display: table-cell;
	padding: 10px 18px 10px 18px;
	line-height: 16px;
	color: #333;
}

#content {
	background: white url("media/content1.png") repeat-x;
}

h2 {
	font-weight: bold;
}

#sidebar {
	border-left: 1px solid #9C9C9C;
	width: 163px;
	background: #EDF7FF url("media/content2.png") repeat-x;
}

h3 {
	font-weight: bold;
}

#recent {
	margin: 5px 0 15px 0;
	list-style: none;
}

#archives {
	margin-top: 5px;
	list-style: none;
}



/*** Popups ***/

#coupon {
	position: absolute;
	top: 188px;
	left: 317px;
	display: none;
	width: 115px;
	height: 45px;
	background: white url("images/popup_bg.png") repeat-x;
	padding: 8px;
}

#code, #email,#lostcode_email {
	margin-bottom: 8px;
	width: 100%;
}

#code_ok, #email_ok, #name_ok {
	margin-left: 5px;
}

.button {
	cursor: pointer;
}

#invalid {
	position: relative;
	top: 3px;
	display: none;
}

#buttons {
	float: right;
}

#elist {
	position: absolute;
	top: 188px;
	right: 16px;
	display: none;
	width: 120px;
	height: 45px;
	background: white url("images/popup-bg.png") repeat-x;
	padding: 8px;
}


/*** Release Notes ***/

h1 {
	margin: 5px 0 5px 20px;
	font-size: x-large;
	color: #9AE939;
}

.version {
	margin: 0 0 2px 20px;
	font-weight: bold;
	color: white;
}
.version2 {
	margin: 0 0 2px 20px;
	font-weight: bold;
	color: white;
	font-size: 1.3em;
}

li {
	margin-left: 40px;
	color: white;
}


/*** TOC ***/

#terms {
	margin: 0 20px;
}

#terms p {
	margin: 10px 0;
	color: white;
}

#terms #copyright {
	text-align: center;
	font-weight: bold;
	color: #9AE939;
}

/*** Lightbox ***/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	