/* styles.css */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.price {
	height: 41px;
	font-size: 14px;
	font-weight: bold;
	line-height: 41px !important;
	display: block;
	float: left;
	width: 65px;
	text-align: center;
	background-image: url(../images/price.png);
	background-repeat: no-repeat;
}

a.button {
    background: transparent url('../images/button-right.png') no-repeat scroll top right;
	color: white;
    display: block;
    float: left;
    font-size: 14px;
	font-weight: bold;
    height: 41px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-shadow: 1px 1px 0px #003300;
	cursor: default;
	outline: none;
}

a.button span {
    background: transparent url('../images/button-left.png') no-repeat;
    display: block;
	padding-left: 18px;
    line-height: 41px !important;
	cursor: default;
}

a.button:hover {
	background-position: center right;
	text-decoration: none;
	color: white;
}

a.button:hover span {
	background-position: center left;
}

a.button:active {
	background-position: bottom right;
	color: white;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
}


a.button-blue {
    background: transparent url('../images/button-blue-right.png') no-repeat scroll top right;
	color: white;
    display: block;
    float: left;
    font-size: 14px;
	font-weight: bold;
    height: 41px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-shadow: 1px 1px 0px #003300;
	cursor: default;
	outline: none;
}

a.button-blue span {
    background: transparent url('../images/button-blue-left.png') no-repeat;
    display: block;
	padding-left: 18px;
    line-height: 41px !important;
	cursor: default;
}

a.button-blue:hover {
	background-position: center right;
	text-decoration: none;
	color: white;
}

a.button-blue:hover span {
	background-position: center left;
}

a.button-blue:active {
	background-position: bottom right;
	color: white;
	outline: none; /* hide dotted outline in Firefox */
}

a.button-blue:active span {
	background-position: bottom left;
}


body {
	margin: 0 auto;
	font: 14px helvetica, arial, sans-serif;
	color: #333333;
	background-color: #8A9CAB;
	line-height: 140%;
	text-shadow: 0px 1px 0px white;
}

.row {
	clear: both;
}

.column_left {
	margin-right: 10px;
	margin-bottom: 30px;
	width: 305px;
	float: left;
}

.column_right {
	margin-left: 10px;
	margin-bottom: 30px;
	width: 305px;
	float: left;
}

.thumbnail {
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	float: left;
	width: 94px;
	height: 95px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1;
}


.thumbnail .img {
	display: block;
	width: 94px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	background-image: url(../images/thumbnail-overlay.png);
}

.thumbnail img {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 88px;
}

.thumbnail:hover .img {
	background-position: 0 -95px;
}

.thumbnail:active .img {
	background-position: 0 -190px;
}


#container {
	margin: 1em auto;
	width: 810px;
}

#content {
	background-image: url(../images/container_background.png);
	background-position: center;
	background-repeat: repeat-y;
}
	
#header {
	margin-top: 30px;
	padding-left:65px;
	height: 150px;
	background-image: url(../images/header_background.png);
	background-position: center;
	background-repeat:no-repeat;
}

#logo {
	float: left;
	display: block;
	width: 44px;
	height: 175px;
	background-image: url(../images/logo.png);
}

.entry-content {
	margin-bottom: 70px;
}

.banner_wide {
	margin-bottom: 50px;
	width: 100%;
}

a {
	color: #1048a6;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0385f3;
	text-decoration:underline;	
}

img {
   border: none;
}

h1 {
	margin-top: 0;
	font: 250% gill sans, helvetica, arial, sans-serif;
	color: #333333;
}

h2 {
	font: 200% gill sans, helvetica, arial, sans-serif;
}

.impressum {
	color: gray;	
}

.error-message {
	background-color: #FF9999;
	padding: 5px;
	height: 42px;
	font-weight: bold;
}

.success-message {
	background-color: #CCFF66;
	padding: 5px;
	height: 42px;
}

.image-left {
	float: left;
	margin: 10px 30px 10px 0;
}

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

.image-gallery {
	margin: 15px;
	padding: 0;
}

#right {
	float: right;
	width: 256px;
	margin-right: 80px;
	padding: 15px;
	margin-top:45px;
	background-color:white;
	border-top-color: #91B800;
	border-top-style: solid;
	border-bottom-color: #91B800;
	border-bottom-style: solid;
}

#left {
	width: 350px;
	margin-left: 65px;
	padding:15px;
	padding-top: 30px;
}

#bottom {
	clear: both;
	margin-right: 65px;
	margin-left: 65px;
	padding: 15px;
}

#main {
	margin-right: 65px;
	margin-left: 65px;
	padding: 15px;
}

#footer	{
	clear: both;
	min-height: 50px;
	background-image: url(../images/footer_background.png);
	background-position: top;
	background-repeat:no-repeat;
}

#copyright {
	text-align: center;
	color: #e6e6e6;
	font-size: 14px;
	text-shadow: 1px 1px 0px black;
}

.line {
	background-image: url(../images/hr.png);
	height: 2px;
	width: 100%;
	clear: both;
}

/* menu items */

.menu {
	width: 100px;
	height: 150px;
	float: left;
	background-position: bottom left;
}

.menu:hover {
	background-position: top left;
}

#sketchbox_menu {
	float: left;
	background-image: url(../images/icon_sketchbox_2.png);
	background-position: bottom left;
}

#lab_menu {
	background-image: url(../images/icon_lab_2.png);	
}

#newsstand_menu {
	background-image: url(../images/icon_newsstand_2.png);
}

#highlighter_menu {
	background-image: url(../images/icon_highlighter_2.png);
}

#firewords_menu {
	background-image: url(../images/icon_firewords_2.png);
}

#store-contact {
	margin-top: 75px;
	margin-left: 120px;
	float: left;
	width: 180px;
	height: 18px;
}

/* lightbox */

#lightbox{
	position: absolute;
	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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

