/*  
Theme Name: Studio Magnolia
Theme URI: http://studiomagnolia.nl/
Description: Speciaal ontwikkeld voor Studio Magnolia.
Version: 1.0
Author: Ellen Pronk
Author URI: http://lfs.nl/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	/* Resets 1em to 10px */
	font-family: Georgia, Serif;
	color: #000;
	background-image: url(images/bg.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.clear
{
	clear:both;
}

#page 
{
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

#header 
{
	position: relative;
	margin: 0; 
	padding: 100px 0 0 0; 
}

#header h1
{
	display: none;
}

#header div
{
	position: absolute;
	z-index: 1;
	top: 36px;
	left: 50%;
}

#nav
{
	position: relative;
	height: 36px;
}

ul#top-nav
{
	z-index: 10;
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
}

ul#top-nav li
{
	float: left;
	display: inline;
	margin: 0;
}

ul#top-nav li a:link,
ul#top-nav li a:visited
{
	display: block;
	width: 150px;
	padding: 5px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #BBB;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	font-size: 13px;
	color: #000;
	text-align: center;
	text-decoration: none;
}

ul#top-nav li a:hover,
ul#top-nav li a:active 
{ 
	color: #681a74;
	/*font-weight: bold;*/
	/*background-color: #f0e8f1;*/
}

#nav-home
{
	position: absolute;
	z-index: 20;
	top: 26px;
	height: 30px;
	width: 125px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	border-right: 1px solid #BBB;
}

#nav-projecten
{
	position: absolute;
	z-index: 20;
	top: 26px;
	left: 150px;
	height: 30px;
	width: 150px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	border-right: 1px solid #BBB;
	border-left: 1px solid #DDD;
}

#nav-blog
{
	position: absolute;
	z-index: 20;
	top: 26px;
	left: 300px;
	height: 30px;
	width: 150px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	border-right: 1px solid #BBB;
	border-left: 1px solid #DDD;
}

#nav-inspiratie
{
	position: absolute;
	z-index: 20;
	top: 26px;
	left: 300px;
	height: 30px;
	width: 150px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	border-right: 1px solid #BBB;
	border-left: 1px solid #DDD;
}

#nav-over
{
	position: absolute;
	z-index: 20;
	top: 26px;
	left: 450px;
	height: 30px;
	width: 150px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	border-right: 1px solid #BBB;
	border-left: 1px solid #DDD;
}

#nav-contact
{
	position: absolute;
	z-index: 20;
	top: 26px;
	left: 600px;
	height: 30px;
	width: 150px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	border-left: 1px solid #DDD;
}

* html #nav-home
{
	top: 37px;
	left: 0px;
	height: 21px;
}

* html #nav-projecten
{
	top: 37px;
	left: 150px;
	height: 21px;
}

* html #nav-inspiratie
{
	top: 37px;
	left: 300px;
	height: 21px;
}

* html #nav-over
{
	top: 37px;
	left: 450px;
	height: 21px;
}

* html #nav-contact
{
	top: 37px;
	left: 600px;
	height: 21px;
}

#main 
{	
	clear: both;
	margin: 19px 0 0 0;
	padding: 0;
	background-color: #FFF;
	/*background-color: rgba(255,255,255,0.9);*/
	border-top: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	font-size: 13px;
	line-height: 1.6em;
}

#content
{
	margin: 0 0 0 150px;
	padding: 0 20px 20px 10px;
	font-size: 14px;
	line-height: 1.6em;
}

#content-home
{
	margin: 0 0 0 150px;
	padding: 0 20px 0 10px;
	font-size: 14px;
	line-height: 1.6em;
}

#content-over
{
	margin: 0 0 0 150px;
	padding: 0 20px 0 10px;
	font-size: 14px;
	line-height: 1.6em;
}

ul#sub-nav
{
	float: left;
	width: 140px;
	margin: 19px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;	
}

ul#sub-nav li ul
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

ul#sub-nav li,
ul#sub-nav li ul li
{
	width: 100%;
}

ul#sub-nav a:link,
ul#sub-nav a:visited
{
	display: block;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #DDD;
	color: #555;
	text-decoration: none;
}

ul#sub-nav a:hover,
ul#sub-nav a:active
{
	border-bottom: 1px solid #999;
	color: #681a74;	
}

.projecten-thumb
{
	width: 146px;
	margin: 1px;
	float:left;
}

* html .projecten-thumb
{
	width: 146px;
	margin: 1px 1px 1px 0px;
	float:left;
}

.projecten-thumbs
{
	margin: 0 0 0 150px;
}


a:link img,
a:visited img
{
	border: 1px solid #FFF;
}

a:hover img,
a:active img
{
	border: 1px solid #000;
}

#footer 
{
	background: #FFF; 
	margin: 20px auto 30px auto;
	width: 750px;
	clear: both;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

#footer p
{
	padding: 0px 5px;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	line-height: 0.7em;
	color: #333;
}

* html #footer p
{
	padding: 10px 5px;
}

hr 
{
	display: none;
	clear: both;
}



/* Begin Typography & Colors */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 18px;
	}


h2 {
	font-size: 16px;
	}

h2.titel-projecten
{
	font-size: 20px;
	color: #999;
	padding: 0 0 0 20px;
	font-style: italic;
	font-weight: normal;
}

h2.pagetitle {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, 
h2 a:hover, 
h3 a:hover 
{
	color: #681a74;
	text-decoration: none;
}

a:hover {
	color: #681a74;
	text-decoration: underline;
	}

#prev a {
	font-size: 9pt;
	}

/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0;
	padding: 0 0 5px 0;
	}



.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 19px 0 10px 0;
	}

h2 {
	margin: 19px 0 10px 0;
	}

h2.pagetitle {
	margin-top: 30px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}


/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 0px;
	padding-left: 20px;
	border-left: 3px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}


a img {
	border: none;
	}

/* End Various Tags & Classes*/

.twitter {
	overflow: hidden;
}
.twitter-share-button {
	float: right;
}

