/*
Theme Name: Voelse-Architekten
Theme URI:
Description: Voelse standard theme.
Version: 1.0
Author: Patrick Lohse
Author URI:www.ecomplexx.com
*/

/* GLOBAL RESET ------------------------------------------------------------------------------------------------ */


html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, #menue ol, #menue ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
	font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
	color: #464545;
}

body {
	background: #dcdcdc url('pics/bg.jpg') repeat-x;
}


table 
{ 
	border-collapse: collapse; 
	border-spacing: 0; 
}
	
a, a:link, a:visited, a:hover, a:focus 
{ 	
	outline: 0;
	text-decoration: none; 
	color: #464545;
}

a:hover
{
	text-decoration: none;
}

ul li 
{ 
	list-style-type: none;
}

/* HEADER ------------------------------------------------------------------------------------------- */

div#header {
 	width: 817px;
	font-family: Arial, Helvetica;
	color: #ffffff;
 }
 
 	div#header a {
		color: #ffffff;
 	}

	div#header h1 {
		margin-top: 7px;
		margin-right: 16px;
		float: right;
		color: #ffffff;
	}
	
	div.header_bg {
		background-image: url('pics/head_titel.png');
		height: 69px;
	}

		.header_bg ul {
			margin-top: 5px;
			float: left;
		}

	.header_bg ul li {
		font-size: 10px;
		margin-right: 15px;
		display: inline;
		color: #ffffff;
	}

div.header_img {
	position: relative;
	right: 5px;
	overflow:	visible;
}

.text_box p {
margin-bottom:1em;
}


/* PAGE ------------------------------------------------------------------------------------------- */

div#page {
 	width: 816px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

 /* Safari */ 
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	div.object_safari { 
		margin-left: -3px;  
	} 
} 
 
object {
	margin-left: -2px;
}
 
/* CONTENT ------------------------------------------------------------------------------------------- */

div#content {
	width: 820px;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
}

	div#content h1 {
		font-size: 24px;
	}


div#content_loop {
	padding-left: 10px;
	margin-top: -35px;
	padding-bottom: 70px;
	float: left;
	width: 588px;
	overflow: hidden;
	background-color: #ffffff;
        font-family: Arial, Helvetica;
	font-size: 13px;
        min-height: 1050px;
}

         div#content_loop ul li { 
	        list-style-type: disc;
         }

         div#content_loop h2 { 
	        color: #75323F;
         }


div.save {
	display: inline;
	color: #68000a;
	font-weight: bold;
}
 
div.post { /* Whole post */
	margin-top: 40px;
	margin-left: 50px;
	margin-right: 40px;
	overflow: hidden;
}

div.meta { /* Date Time ... */
	margin-top: 20px;
}

div.storycontent p { /* Text from a post */
	margin-bottom: 15px;
}

div.shadow_right {
	float: right;
	margin-top: -4px;
}

div.shadow_left {
	float: right; 
	margin-top: 0px;
}

/* COMMENTS ------------------------------------------------------------------------------------------- */

div.comments {
	margin-left: 70px;
}

div.no_comments {
	margin-left: 190px;
	margin-top: -59px;
	background-color: red;
}

div.comment_writer {
	margin-top: 60px;
	margin-left: 50px;
}
	.comment_writer h1 {
		color: #000000;
		font-weight: lighter;
		font-size: 25px;
		padding-bottom: 20px;
	}
	
	div.comment_writer img {
		z-index: 1; 
		position: relative;
		top: 7px;
		right: 86px;
	}
	
div.comment_post {
	height: 40px;
}
	
#author, #url, #email, #comment {
	margin-bottom: 10px;
}

#submit {
	margin-top: 10px;
}

div.subscribe {
	margin-left: 23px;
	margin-top: -17px;
}

/* SEARCH ------------------------------------------------------------------------------------------- */

div#search {
	background-color: #ffffff;
	height: 39px;
	padding-top: 6px;
	margin-left: 18px;
}

	div#search form {
                  margin-top: 2px;
		margin-left: 3px;
	}

div.search_button {
	margin-top: -22px;
	margin-left: 135px;
}
	
div.search_left {
	float: left; 
	margin-top: -10px; 
	margin-left: -22px;
}

div.search_top {
	float: left; 
	margin-top: -10px; 
	margin-left: -4px;
}

/* Safari */ 
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	div.search_bottom_safari { 
		margin-top: -1px;  
	} 
} 

div.search_bottom {
	float: left; 
	margin-top: 5px; 
	margin-left: 0px;
}
	
/* SIDEBAR ------------------------------------------------------------------------------------------- */

div#menue {
	float: left;
	margin-left: 18px;
	width: 201px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}
	#menue ul {
			margin-left: 15px;
			margin-right: 5px;
			margin-bottom: 10px;
	}
	
	#menue ul li {
			margin-top: 0px;
	}

	#menue ul li ul {
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	/* Safari */ 
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
		#menue .element_purple ul li ul { 
			margin-top: 6px;  
		} 
		
		#menue .element_purple ul li ul li ul { 
			margin-top: 0px;  
		} 

		#menue .element_orange ul li ul { 
			margin-top: 11px;  
		} 
		
		#menue .element_orange ul li ul li ul { 
			margin-top: 0px;  
		}
	} 
	
	#menue ul li ul ul{
		margin-top: 0px;
	}

		#menue ul a {
				font-size: 11px;
				font-weight: normal;
		}

div.element_purple {
	background-image: url('pics/sidebar_bg_purple.png');
 	background-repeat: repeat-y;
}
	
	div.element_purple a:hover {
		color: #9e68cd;
	}

         .current_page_item a {
		color: #9e68cd;
	}

		.current_page_item li a {
			color: #464545;
		}
		
div.element_orange {
	background-image: url('pics/sidebar_bg_orange.png');
 	background-repeat: repeat-y;
}

	div.element_orange a:hover {
		color: #cc7b2b;
	}

	.current-cat a {
		color: #cc7b2b;
	}

		.current-cat li a {
			color: #464545;
		}

div.element_green {
	background-image: url('pics/sidebar_bg_green.png');
 	background-repeat: repeat-y;
}

	div.element_green a {
		color: #8d8d8d;
	}

	div.element_green a:hover {
		color: #aecf2a;
	}


div.element_blue {
	background-image: url('pics/sidebar_bg_blue.png');
 	background-repeat: repeat-y;
}

	div.element_blue a:hover {
		color: #3dacd1;
	}

div.element_blue img {
	margin-bottom: -12px;
}

div.correction {
	margin-top: -4px;
}

.position_top {
	position: relative;
	top: 6px;
}

.position_top_blue-purple {
	position: relative;
	top: 2px;
	margin-bottom: 11px;
}

/* FOOTER ------------------------------------------------------------------------------------------- */
div#footer {
	float: right;
	margin-right: 3px;
    font-family: Arial, Helvetica;
}

div.stripe {
	width: 594px;
	border-bottom-width: 3px;
  	border-style:solid;
  	border-color: #68000b;
}

#footer p {
	text-align: right;
	margin-top: 5px;
	font-size: 13px;
}
