/*  
Theme Name: MiekeWijnen originele layout.
Theme URI: www.miekewijnen.nl
Description: Mieke Wijnen WordPress Thema door D-Block
Version: 2.0
Author: Aphichat Panjamanee
Author URI: http://d-block.nl

	Copyright 2008 D-Block Rotterdam
*/
div.ngg-gallery-thumbnail { position: relative; }
span#imagedescriptionSpan { display: none!important; color: #000; position: absolute; bottom: 6px; left: 8px; background: #fff; padding: 2px; }
/* resets */
* {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
.padding {
	padding: 20px;
}
.margin {
	margin: 20px;
}
.center {
	text-align: center;
}

/*============= SETTINGS ============*/
body {
	background: #B9BCBF;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}

/*============= HEADER GRADIENT ============*/
.gradient {
	background: #B9BCBF;
	padding: 30px 10px;
	padding: 0;
}
.gradient h2 {
	font-size: 25px;
	color: 666;
	padding: 0 0 20px 0;
	letter-spacing: 10px;
}

.gradient span {
	background: url(images/gradient-grey.png) repeat-x;
	position: absolute;
	display: block;
	width: 400px;
	height: 29px;
}

/* jquery werkt ie wel?*/
.jquery h1 {
	font: bold 280%/100% "Century Gothic", Helvetica, Arial;
	position: relative;
	margin: 30px 0;
	color: #464646;
}
.jquery h1 span {
	background: url(images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}
.jquery p {
	margin: 10px 0 50px;
}

/*============= HEADERS ============*/

#header {
	height: 80px;
	background: url(images/header.png);
	padding: 10px;
}
#header img{
	border:0;
	padding-left: 40px;
	padding-top: 40px; float: left;
}#header img.none{
	border:0;
	padding-left: 235px;
	padding-top: 40px; float: left;
}
#header h1 {
   font-size: 0;
   text-indent: -1000px; }
   
	
/*============= FOOTER ============*/

#footer {
	height: 30px;
	background: url(images/footer.png) no-repeat;
        position: relative;
        z-index: 9;
}

#footer img {
	float: right;
}

#copyright {
margin: 350px 0 0 0;
float: left;
}


/*============= BOXES ============*/
#wrapper {
	width: 830px;
	margin: 0 auto 0 auto;
	float: none;
}
#container {
	width: 815px;
	float: left;
	
}

#container_1 { /*content box*/
	width: 815px;
	height: 375px;
	background: url(images/bg_main.png);
}

#content { /*inbox content */
	width: 300px;
	height: 100%;
	float: left;
	margin: 20px 100px 10px 70px;
	background: url(images/content_bg.png) no-repeat;
}
#opdrachtgevers-content { /*inbox content */
	width: 300px;
	height: 325px;
	overflow-y: scroll;
	float: left;
	margin: 20px 100px 10px 70px;
	background: url(images/content_bg.png) no-repeat;
}
#content_gallerij { /*inbox content */
	width: 350px;
	height: 100%;
	float: left;
	margin: 20px 0px 10px 70px;
}

#content_index2 { /*inbox content */
	width: 400px;
	height: 100%;
	float: left;
	margin: 20px 0px 10px 20px;
}
#content_index { /*inbox content */
	width: 400px;
	height: 100%;
	float: left;
	margin: 20px 0px 10px 20px;
	background: url(images/content_bg2.png) no-repeat;
}



/*============= SIDEBAR ============*/

#left-sidebar {
	width: 300px;
	float: left;
	text-align: right;
}
#left-sidebar a {
	color: #fff;
	text-decoration: none;
}
#left-sidebar a:hover {
	color: #000;
}

#left-sidebar li, ul {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
}

li, ul {
	list-style-type: circle;
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: 10px;
}

#left-sidebar ul li.current_page_item a {
	color: #000;
}


/*============= CONTENT ============*/

.info-content {
	padding: 10px 0 10px 0;
}

#text p {
/*	width: 145px;
	height: 270px;
	float:left;
	line-height: 17px;
*/	display:none;
}

#text_index {
	float: left;
}

#text_index p {
	/*padding-right: 20px;
	width: 175px;
	height: 270px;
	float:left;
	line-height: 17px;*/
	float: left;
	width: 300px;
	line-height: 19px;
}
#nummer4 p {
	/*padding-right: 20px;
	width: 175px;
	height: 270px;
	float:left;
	line-height: 17px;*/
	float: left;
	clear: right;
	width: 300px;
	line-height: 19px;
}

#rechts {
 	height: 250px;
	float: right;
	padding-top: 150px;
}
#links {
 	height: 250px;
	width: 50px;
	float: left;
	padding-top: 150px;
}

#text_index img{
	border: 0px solid #fff;
}
#text_login p{
	line-height: 17px;
}

#text_contact p {
	line-height: 17px;
}

#text_opdrachtgevers p {
	line-height: 22px;
}
#text_gallerij p {
	/*display: none;*/
}


/*login formulier stijl */
.login {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px;
	background: #fff;
}

#links img, #rechts img {
	border: 0;
}

.ngg-navigation { padding-bottom: 15px; position: relative; z-index: 99; }

