/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Stylesheet */

/* ------ BACKGROUND ------ */

#background{
	background-color:white;
	background-repeat: no-repeat;
	margin:auto;
	max-width: 100%;
	background-image: url(../img/background.png);
	background-size: contain;
	-moz-background-size: contain;  /* Firefox 3.6 */
	background-position: center top; /* Internet Explorer 7/8 */	
}

/* ------ CONTAINER ------ */

#background #container{
	max-width:800px;
	margin:auto;
	font-size: 62.5%;
	margin: 0% 0,674%;
	padding: 0% 6%;
	border:1px #888 solid;
	background: rgb(255, 255, 255); /* The Fallback */
	background-color: rgba(255, 255, 255, 0.85);
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	position:relative;
	top:40px;
	background-image:url(../img/banner.png);
	background-repeat:no-repeat;
	background-position:right top; 
}

#background #container strong{
	font-weight:bold;
	font-size:1.1em;
	}	

#background #container a:link { 
	color: #175d4d;
}

#background #container a:visited { 
	color: #175d4d;
}

#background #container a:focus { 
	color: #175d4d;
}

#background #container a:hover { 
	color: #175d4d; 
}

#background #container a:active { 
	color: #175d4d;
}
	
	
	
/* ------ HEADER ------ */


#background #container #header {
	font-family: 'Signika Negative', sans-serif;
	color: #175d4d;
	height: 180px;
	width: 79,7%;
	border-bottom: 3px solid #175d4d;
	margin:auto;
}

#background #container #header #logo {
	float: left;
	height:120px;
	width: 120px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:center center; 
	position:relative;
	left: -8,9%;
	padding-top:60px;
}

#background #container #header #banner{
	float: right;
	width: 70%;
}

#background #container #header #banner .t_big{
	font-size: 10em;
	padding-left:1,2%;
	font-weight: 700;
	padding-top:20px;
	position: relative;
	left:-1%;
	text-shadow: -2px 2px 4px #707070;
}


#background #container #header #banner .t_small{
	font-size: 3em;
	padding-left:1,2%;
	font-weight: 700;
	text-shadow: -1px 1px 3px #707070;
}

#background #container #header #banner h2{
	font-size: 1.4em;
}

/* ------ NAVIGATION ------ */

#background #container #navigation{
	float: left;
	width: 20%;
	min-height: 400px;
	border-right: 3px solid #175d4d;
	position:relative;
	top:-65px;
	padding-top:100px;
}

#background #container #navigation strong{
	font-weight:normal;
}

#background #container #navigation ul li{
    list-style: none;
	padding: 5%;
}

#background #container #navigation ul a{
	/*text-decoration:none;*/
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
}

#background #container #navigation .{
	/*text-decoration:none;*/
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
}

#background #container #navigation .nav_strong{
	/*text-decoration:none;*/
	font-family: 'Signika Negative', sans-serif;
	font-weight: 400;
	font-size: 2.6em;
}

/* ------ SIDEBAR ------ */

#background #container #sidebar{
	float: right;
	height: 300px;
	width:22%;
	margin-top:14%;
	font-family: 'Signika Negative', sans-serif;
	letter-spacing:0.1em;
	line-height:1.5em;
}

#background #container #sidebar p{
	padding: 15px 15px 15px 15px;
	font-size:1.4em;
	border:1px solid black;
	margin:10px 0px 0px 10px;
}

#background #container #sidebar .big{
	padding: 15px 15px 15px 15px;
	margin:10px 0px 0px 10px;
	font-size:1.8em;
	font-weight:bold;
}

#background #container #sidebar img{
	padding-left:6%;
}

/* ------ CONTENT ------ */

#background #container #content{
	width:50%;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 2em;
	padding: 5.8% 5% 0% 4%;
	margin-left:25%;
}

#background #container #content ul {
	list-style: circle;
	font-size: 0.7em;
	margin: 0px 0px 25px 0px;
	letter-spacing:0.1em;
	line-height:1.2em;
}
	
#background #container #content img{
	max-width:400px;
	max-height:300px;
	width:96%;
	height:96%;
}

#background #container #content p{
	font-size: 0.7em;
	margin: 0px 0px 25px 0px;
	letter-spacing:0.1em;
	line-height:1.2em;
}

#background #container #content h2{
	font-size: 1.3em;
	margin: 0px 0px 25px 0px;	
}

#background #container #content h3{
	font-size: 1 em;	
	margin: 10px 0px 15px 0px;
}

#background #container #content h4{
	font-size: 0.8em;	
	margin:5px 0px;
}	

#background #container #content .tab{
	width:85px;
	display:block;
	float:left;
	margin-right:5px;
}	

#background #container #content .b_tab{
	width:85px;
	display:block;
	float:left;
	margin-right:80px;
}

#background #container #content .inline{
	display: inline;
	width:80px;
	float:left;
	margin-right:5px;
}	

#background #container #content input,textarea{
	outline-width: thin;
	outline-color:black;
	outline-style: solid;
}	

#background #container #content .notification{
	display: inline-block;
	color:red;
	font-size: 0.7em;	
}

/* --- IMAGE GALLERY --- */

#background #container #content .gallerycontainer{
	position: relative;
	height:480px;
	margin-top:20px;
	text-decoration: none;
}

#background #container #content .thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
	height:100px;
	width: 110px;
}

#background #container #content .thumbnail:hover{
	background-color: transparent;
}

#background #container #content .thumbnail:hover img{
	border: 1px solid black;
}

#background #container #content .thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #eeeeee;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	text-decoration: none;
}

#background #container #content .thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	height:480px;
	width: 433px;
}

#background #container #content .thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 110px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}


/* ------ FOOTER ------ */

#background #container #footer{
	clear:both;
	padding: 1% 0% 1% 0%;
	margin:auto;
	font-family: 'Droid Serif', serif;
	font-weight: 400italic;
	font-size: 1.3em;
	color: #868686;
}
