

/*  
Theme Name: Braunholz Standard Theme
Theme URI: http://www.braunholz.de/
Description: Braunholz Standard Theme.
Version: 0.2
Author: Serge
Author URI: http://serge.com/

	Braunholz Standard Theme v0.1

*/

/* @group Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white none;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	border-style: none;
}




#content {
	font-size: 1.2em;
}



.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

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

#footer {
	background: transparent none no-repeat;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

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

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

.entry p a:visited {
	/* color: #f6bb92; */

}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #0f0;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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

a {

	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h2 a:hover {
	text-decoration: none!important;
	font-weight: normal!important;
	font-style: normal!important;
	font-variant: normal!important;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



/* @end */

/* @group Structure */

body {
	margin: 10px 0 20px;
	padding: 0;
	}

#page {
	padding: 0;
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}

#header {

	padding: 0;
	height: 69px;
	margin: 0;
	background: url(images/cnt_head.jpg) repeat-x left top;
	clear: both;
}

#headerimg {
	margin: 0;
	width: auto;
	height: auto;
}

.narrowcolumn {
	float: right;
	width: 389px;
	overflow: hidden;
	margin: 0;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 15px 40px 25px;
	text-align: left;
	padding: 0;
}




.post p {

	line-height: 22px;
	color: #868686;
	font-size: 12px;
}
.narrowcolumn p {
	margin-left: 25px;
}
.post p {
	margin-left: 0px;
}

.post p img {
	margin-top: 10px;
	margin-bottom: 10px;
	
/* 	width: 345px;
	 height:90px; */
	 
	 	width: auto!important;
	height: auto!important;
	 
}

img.wp-smiley{
	width: auto!important;
	height: auto!important;
	margin: 0!important;
	padding: 0!important;
	
	border:medium none; 
	vertical-align:middle; 
	
}



.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

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

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

.postmetadata {
	clear: left;
}

#footer {
	margin: 0 auto;
	width: auto;
	clear: both;
	background-image: url(images/cnt_footer_simple.png);
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}



/* @end */

/* @group Headers */

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 15px 0 0;
	}

h2.pagetitle {
	margin-top: 15px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0 25px;
	line-height: 20px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}



/* @end */

/* @group 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 */

/* @group Lists */

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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

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

/* @end */

/* @group Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 340px;
	padding: 2px;
	margin: 0 20px 10px 0;
	border: 1px solid #c4c4c4;
}

#commentform #submit {
	margin: 0 0 10px 90px;
	float: none;
	clear: both;
	background-color: #fff;
	border: 3px solid #f57011;
	font-weight: bold;
	color: #f57011;
	text-transform: uppercase;
}

#commentform {
	margin-left:25px;

}

.wpcf7 {
	text-align: left!important;
	margin: 0!important;
	padding: 0!important;
	float: none!important;

}


.wpcf7 p,.wpcf7 label{
	text-align: left!important;
	margin: 0!important;
	padding: 0!important;
}

.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea{
	border: 1px solid #cdcdcd;
}



/* @end */

/* @group Comments */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-left: 25px;
	margin-right: 20px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}



/* @end */

/* @group Sidebar */

#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}



/* @end */

/* @group Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }



/* @end */

/* @group Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

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



.center {
	text-align: center;
	}

hr {
	display: none;
	clear: both;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;

}

.clearer {
	clear: both;

}



/* @end */

/* @group G2 Styles */




.g2_column	 {
	border: 0!important;
	width: 	876px!important;
	margin: 0!important;
	padding: 0!important;
	background: url(images/cnt_col_left.jpg) no-repeat left top;
}

.g2_column #microthumbnavigationcontainer {
		 display: inline;
	margin-left: 254px!important;
	background-color: transparent!important;
}
.g2_column #photoframe {

}


.g2_column #microthumbnavigation .microThumb img,
.g2_column #microthumbnavigation #active img {
	margin: 0!important;
	padding: 0 0 1px 12px;
	width: 60px!important;
	height: 39px!important;
	border-style: none!important;
	background: transparent url(images/cnt_border_w.png) repeat-x left bottom;
}


.g2_column #microthumbnavigation li {
	
}


.g2_column #microthumbnavigation li a {
	background-color: transparent!important;
	border-style: none!important;
}

.g2_column #microthumbnavigation li#active a {
	background: url(images/cnt_hilite.jpg) no-repeat left bottom;


}




.g2_column #microthumbnavigation   {

	width: 70px;
	background-color: transparent;
}

.g2_column .gbNavigatorMicroThums   {
	background-color: transparent!important;


}

.g2_column #microthumbnavigationcontainer   {

	width: auto!important;
	background-color: transparent;
}

#microthumbnavigationbuttons table {
	background: url(images/g2_b-bg.png) repeat-y left top;
	height: 40px;
	margin: 0 0 0 12px;
	padding: 0;
	width: 60px;
}

#microthumbnavigationbuttons table td {
	background: url(images/g2_b-bg.png) repeat-y left top;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 30px;
}


#microthumbnavigationbuttons .buttonNext a {
	background: url(images/g2_b-r_h.png) no-repeat left top;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 28px;

}

#microthumbnavigationbuttons .buttonPrev a {
	background: url(images/g2_b-l_h.png) no-repeat left top;
	height: 39px;
	margin: 0 3px 0 0!important;
	padding: 0;
	width: 28px;

}

#microthumbnavigationcontainer_vertical #photo {

	width: 550px;
	overflow: hidden;
	height: 360px!important;
	float: right!important;
	margin: 0;
	padding: 0;
}




#photo {
	background: transparent url(images/g2_p-bg-tile.png) repeat!important;
	border-left: 1px solid #fff!important;
	width: 549px!important;
}

#photoframe,#photo img {
	border-style: none!important;
}

#photo img {
	border-bottom: 1px solid #fff!important;
	border-right: 1px solid #fff!important;
}

#photoframe {


}

#photoframe {

	padding: 5px!important;
}

/* @end */

/* @group Blog */

#sidebar_blog {
	float: left;
	background-color: #414141;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 366px;
}


.blog_item {
	width: 160px;
	height: 73px;
	margin: 0;
	padding: 0;
	background-image: url(images/cnt_blog_bg.png);
}

.blog_item p {
	margin: 0;
	font-size: 11px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}


 
.blog_item_date p{
	color: #787878;
	padding-top: 20px;
	padding-bottom: 2px;
}

.blog_item_title p{
}

.blog_item_title p a{
	color: #c7c7c7;
}

.blog_item_title p a:hover{
	color: #f57011;
	text-decoration: none;
}

small {
	margin: 0;
	padding: 0;
	color: #bfbfbf;
}

.narrowcolumn .navigation {

	height: 30px;
	width: 370px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 15px;
}


.alignright, .alignleft {

}

.alignleft {

	}


/* @end */



/* @group Nav */

#menu_g2{
	background-color: transparent;

	overflow: hidden;
	float: right!important;
	margin-top: 35px!important;
	padding: 0!important;
	margin-right: 10px!important;
}

#menu_g2 a{
	color: #c7c7c7!important;
	font-size: 9px;
	line-height: 16px;
}

#menu_g2 .current_page_item a, #menu_g2 .current_page_parent a{
	font-size: 12px;
	color: #fff!important;
	padding-left: 3px;
	padding-right: 7px;
	font-weight: bold;
}



#menu_g2  ul li ul {
	display: none;
	visibility: hidden;
}

/* @end */


#logo {
	width: 264px;
	height: 366px;
	background-image: url(images/cnt_col_left.jpg);
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
}

#randompix{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}


#left_col_container{
	margin: 0;
	padding: 0;
	float: left;
}

#left_col_content{
	margin: 1px 0 0;
	padding: 60px 0 0;
	width:486px;
	background: url(images/cnt_footer_tile.png) repeat-x left top;
}


.post h2 {
	margin: 15px 0 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 35px;
}

a {
color: #f57011;
}

a:hover {
color: #f57011!important;
}

.entry a {
	font-weight: bold;
	text-decoration: underline;
}

.entry h2 a,
.sya_container a {
	font-weight: normal;
	text-decoration: none;
}

.entry a:hover {
	color: #a24a0b!important;
}




blockquote {
	padding-left: 20px;
	background: url(images/cnt_quote.png) repeat-y left top;
	margin: 25px 0;
}

blockquote p {
	font-style: italic;
	font-size: 13px!important;
}







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

}

/* @group Override */

.g2_column	 {
	background: url(images/cnt_col_left_adc.jpg) no-repeat left top;
}


#logo {
	background-image: url(images/cnt_col_left_adc.jpg);
}



/* @end */
