/* styles.css */

/* layout */

body {
	margin: 0;
	padding: 0;
	line-height: 130%;
	font: 75% hevetica, arial, sans-serif;
	text-align: center;
	color: black;
	background-color: #8A9CAB;
	/*background-image: url(../images/pattern_130.gif);*/
	background-attachment: fixed;
}

blockquote {
	font-family: courier; 
}

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

div {
	/*border-style: solid;*/
}

a {
	color: #637D00;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;	
}

img {
   border: none;
}

h1 {
	font: 300% helvetica, arial, sans-serif;
	color: black;
}

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

.announcement {
	font: 130% helvetica, arial, sans-serif;
}

.date {
	background-color: #91B800;
}

.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;
}

.news-item {
	clear: both;
	border-width: 3px 0 0px 0;
	border-color: white;
	border-style: solid;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#container {
	margin: 1em auto;
	width: 810px;
	text-align: left;
}
	
#header {
	margin-top: 50px;
	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: 243px;
	background-image: url(../images/logo.png);
}

#content {
	background-image: url(../images/container_background.png);
	background-position: center;
	background-repeat: repeat-y;
}

#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;
}

.menu-block {
	width: 320px;
	height: 320px;	
	display: inline;
}

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

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

#news {
	margin-top: 60px;
}

#gallery {
	clear: both;
	margin-right: 80px;
	margin-left: 80px;
	padding: 15px;
	border-top-color: white;
	border-top-style: solid;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-top-width: 3px;
	border-bottom-width: 3px;

}

#footer	{
	height: 100px;
	background-image: url(../images/footer_background.png);
	background-position: center;
	background-repeat:no-repeat;
}

/* menu items */

.sketchbox_menu {
	float: left;
	width: 100px;
	height: 150px;
	background-image: url(../images/icon_sketchbox_2.png);
	background-position: bottom left;
}

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

.lab_menu {
	float: left;
	width: 100px;
	height: 150px;
	background-image: url(../images/icon_lab_2.png);
	background-position: bottom left;
}

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

.newsstand_menu {
	float: left;
	width: 100px;
	height: 150px;
	margin-left: 125px;
	background-image: url(../images/icon_newsstand_2.png);
	background-position: bottom left;
}

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

.tags_menu {
	float: left;
	width: 100px;
	height: 150px;
	background-image: url(../images/icon_tags_2.png);
	background-position: bottom left;
}

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

.notedesk_menu {
	float: left;
	width: 100px;
	height: 150px;
	background-image: url(../images/icon_notedesk_2.png);
	background-position: bottom left;
}

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

.firewords_menu {
	float: left;
	width: 100px;
	height: 150px;
	background-image: url(../images/icon_firewords_2.png);
	background-position: bottom left;
}

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

#store-contact {
	margin-top: 75px;
	margin-left: 15px;
	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;
}
