/*
Theme Name: Eutopia
Theme URI: 
Description: 
Version: 1.0
Author: Jan Krokaert
Author URI: 
Tags:

*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size: 13px;
	line-height: 18px;
	color: #58595b;
	background: white;
	font-family:helvetica;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
	padding-bottom: 5px;
}
p {
	padding-bottom:10px;
	text-align:left;
}
p a{
	text-decoration:underline;
	/*font-style:italic;
	color:#d1d3d4;*/
	color:#9d9e9f;
}
p a:hover{
	color: #e1c900;
}
ol, ul {
	color: #58595b;
}
li {
	padding:5px 0 0 5px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ////////////////////////////////////////// */

#page{
	width: 1000px; /* 960px */
	/*margin: auto;
	margin: 30px 0 0 30px;*/
	margin: 30px auto 0 auto;
	background: url(images/bg_dropshadow.jpg) right 0 repeat-y;
	}
#header{
	height: 100px;
	border-bottom: 0px solid #333;
	background: url(images/header_eutopia.jpg) 0 0 no-repeat;
	}
.navigation-container{
	width: 240px;
	float: left;
	border-left: 0px solid #333;
	padding: 20px 0 0 0;
	margin-right:40px;
	}
.navigation{

	padding: 0 0 0 30px;
	font-size: 13px;	}
ul.navigation{
	padding: 20px 0 0 0;
	list-style: none;
	}
ul.navigation li{
	padding-left: 30px;
	background: url(images/bullet.jpg) 12px 13px no-repeat;
	}
.navigation a{
	text-decoration: none;
	color: #58595b;
	}
.navigation .current_page_item a{
	/*text-decoration: underline;*/
	/*color: #d1d3d4;*/
	color:#687B95;
	}
.navigation .current_page_item ul a{
	text-decoration: none;
	/*font-size: 11px;
	color:#58595b;*/
	color:#687B95;
	}
.navigation .current_page_item ul a:hover,
.navigation a:hover{
	/*text-decoration: underline;*/
	color: #e1c900;
	}
	
.navigation .page_item ul{
	display: none;
	list-style: none;
	font-size: 12px;
	}
.navigation .current_page_parent ul,
.navigation .current_page_item ul{
	display: block;
	}
.lang_en{
	font-style:italic;
	color:#687b95;
}
.lang_en a{
	/*font-style:normal;*/
	color:#9d9e9f;
}
.align_right{
text-align:right;
margin-top:-15px;
}
	
/* IMAGEBROWSER */
.left-column{
	float: left;
	padding: 0;
	}
.left-column .flash{
	padding-top: 20px;
	}
.ngg-imagebrowser{
	padding: 20px 0 0 0;
	border:0;
	}
.ngg-imagebrowser h3{
	display: none;
	}
.column-2 .ngg-imagebrowser{
	width: 280px;
	margin-right:20px;
	}
	
.column-1 .post,
.column-1 .ngg-imagebrowser{
	width: 670px;
	border:0px pink solid;
	}
.column-1 .ngg-imagebrowser img{
	max-height:600px;
	width: auto;
	max-width: 670px;
	margin:auto;
	}
.post{
	width: 375px;
	float: left;
	margin-right: 20px;
	padding: 20px 25px 0 0;
	}
.pic{
/*	display:block;
	padding:0;
	vertical-align:top;*/
	border:0px pink solid;
}
.pic img{
	
}
#footer{
	clear: both;
	float: none;
	background: url(images/footer_eutopia.jpg) 0 bottom no-repeat;
	height: 35px;
	}
	
/* btn next */
div.ngg-imagebrowser-nav{
padding:0;
margin:0;
}
div.ngg-imagebrowser-nav div.next{
	padding: 0;
	margin: 2px;
	border:0;
}	
div.ngg-imagebrowser-nav div.next a{
	display: block;
	overflow: hidden;
	text-indent: -999px;
	/*background: pink;*/
	width: 20px;
	height: 20px;
	background: url(images/btn_next.jpg) 0 0 no-repeat;
	background-position: 0 0;
}

div.ngg-imagebrowser-nav div.next a:hover{
	/*background: red;*/
	background-position: -20px 0;
}

/* btn back */
div.ngg-imagebrowser-nav div.back{
	padding: 0;
	margin: 2px;
	border:0;
}	
div.ngg-imagebrowser-nav div.back a{
	display: block;
	overflow: hidden;
	text-indent: -999px;
	/*background: pink;*/
	width: 20px;
	height: 20px;
	background: url(images/btn_back.jpg) 0 0 no-repeat;
	background-position: -20px 0;
}

div.ngg-imagebrowser-nav div.back a:hover{
	/*background: red;*/
	background-position: 0 0;
}

/*thumbs player*/
.img_left{
	display: block;
	margin-top:-10px;
	float:left;
}
.img_right{
	display: block;
	margin-top:-28px;
	float:right;
}