/*  
Theme Name: Atahualpa 
Theme URI: http://wordpress.bytesforall.com/
Description: v. 2.21 - Many improvements since v. 2.01. Fluid width, 2 or 3 column theme for WP 2.2 - WP 2.6 and WPMU. With rotating header images, customizable logo and options page. Includes 3 widgets for recent comments and popular post.
Version: 2.21
Author: BFA Webdesign
Author URI: http://www.bytesforall.com/
Tags: fluid width, options page, widget ready, 2 columns, 3 columns, left sidebar, right sidebar, custom header, rotating header images, seo friendly, gravatars, popular posts, related posts, wp-pagenavi, wp-print, wp-email, subscribe to comments, wpmu
 
*/
p.widget_text{
	margin-top: 20px;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	}
		
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
h1 {font-size: 240%; }
h2 {font-size: 180%; }
h3 {font-size: 140%; }
h4 {font-size: 100%; }
h5 {font-size: 70%; }
h6 {font-size: 50%; }

code, pre {
	/* Firefox needs this */
	font-family: "Courier New", Courier, monospace;		
	}


	
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- BASE LAYOUT -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/*
Credits:
Layout and browser compatibility hacks based on Ruthsarian's Skidoo Redux 
http://webhost.bridgew.edu/etribou/layouts/ - ruthsarian AT gmail DOT com
*/

body {
	/*background-color: #fff; */
	color: /*#000;*/#be873a; 
	padding: 0; 
	margin: 0; 
	}
*{
        padding:0;
	margin:0;
        border:0;
}
img{
	padding:0;
	margin:0;
        border:0;
}

#page-container {
	/* font-size: will be set in style.php */ 
	/*background: #fff ;*/ 
	min-width: 920px;
	max-width:920px;
        position:relative; 
        margin:auto;
	/* margin: will be set in style.php */ 
	/* font-family: will be set in style.php */ 
	}	
#outer-column-container {
    width: /*100%;*/ 398px; 
    margin: auto;
	/*border-left: solid 13em #fff; 
	border-right: solid 13em #fff; */
    /*background-color: #fff;*/
	}

#inner-column-container {
	width: /*100%;*/ 398px; 
	/*background-color: #fff;*/
	/*border: dashed 1px #ccc;*/
	border-width: 0 1px; 
	margin: 0 100px;
	}
					
#source-order-container {
	float: left; 
	width: 100%; 
	margin-right: /*-164px*/ -174px; 
	
	}
	
#left-column {
	float: left; 
	/*margin-left: -13em;*/
	/*width: 13em;*/ 
	position: relative;
	}
	
#middle-column {
	float: left;
	width: /*100%;*/400px; 
	background:#fff;
	margin-top: 15px;
	padding-left:3px; /*this 3 would be added to the 10px shift of inside to give the requiredd 13px left shift*/
	}
	
#right-column {
	float: left; 
	/*margin-right: -13em;
	width: 13em; */
	position: relative;
	}

.inside {
	margin: 0px 0px; 
    /*background: #fff;*/
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: /*2px;*/ 0px;  /* less margin for left side of left column, might be overwritten in style.php */
        margin-right: 0px;
        padding-left: 7px;
         background: #fff;
	padding-top: 0px; /*this is very small as it should add to the 10px from textwidget*/
	}

#right-column .inside {
	/*margin-left: /*2px;*/ /*-32px;*/  /* less margin for left side of left column, might be overwritten in style.php */
       /* margin-right: 26px;*/
        /*padding-left: 12px;*/
         background: #fff;
	padding-top: 0px;
	margin-top: -2px;
       padding-bottom:10px;
	padding-left: 13px;
	padding-right: 7px;
	}
#middle-column .inside {
	margin: 10px 0px 10px /*5px*/;  /* less margin for left side of left column, might be overwritten in style.php */
	padding-left: /*13px;*/ 10px;
    background: #fff;
	
	}
#middle-column .post-page {
	/*margin-left: /*2px;*//* -10px;  /* less margin for left side of left column, might be overwritten in style.php */
        /*margin-right: 25px;*/
         background: #fff;
	 margin: 0px 0 0px 0px;
	text-align: center;
	/*padding-right: 3px;
	padding-left: 2px;*/
	}
#middle-column .inside img{
         border:0px;
	}
h3.widgettitle {
	/* color: will be set in style.php */
	width: 100%; 
	/* font-size: will be set in style.php */ 
	margin-bottom: 10px; 
	padding-bottom: 0px; 
	}

/* uncomment the next style if you are using text widgets without heading 
and you want more space above the widget */
		
div.textwidget {
	margin-top:10px;		
	}				


/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside ul, 
#right-column .inside ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0 0 10px 0; 
	width: 100%;
        border-bottom:1px solid  #be873a;
	display: block;
	}
	
#left-column .inside ul li, 
#right-column .inside ul li {
	margin: 2px 0 2px 0;  
	}
	
#left-column .inside ul li{
	padding-left: 6px;
}
	
#left-column .inside ul li ul li, 
#right-column .inside ul li ul li {
	margin: 2px 0 2px 5px;  
	}
	
#left-column .inside ul li a, 
#right-column .inside ul li a {
	text-decoration: none; 
	font-weight: normal; 
	/* color: will be set in style.php */ 
	padding: 0 0 0 5px; 
	/* border-left: will be set in style.php */ 
	display: inline-block;
	}
	
#left-column .inside ul li a:hover, 
#right-column .inside ul li a:hover {
	/* color: will be set in style.php */ 
	/* border-left: will be set in style.php */ 
	}
	
div#search {
	float: right; 
	width: 15em; 
	text-align: right; 
	padding: 0.6em 0 0.2em 0; 
	margin: 0 1em; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST TITLE --------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

h2 {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	/* color: will be set in style.php */ 
	}

h2 a:link, h2 a:visited, h2 a:active  {
	/* color: will be set in style.php */ 
	text-decoration: none
	}

h2 a:hover  {
	/* color: will be set in style.php */ 
	text-decoration: none
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- POST BODY ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

.post {
	margin-bottom: 20px; 
        /*background:#fff;*/
	}
	
.post-last {
	margin-bottom: 20px; 	/*different style for last post on page*/
        /* background:#fff;*/
	} 
	
.post-page {
	margin-top: 20px; 
	margin-bottom: 20px; 
    background:#fff;
  /* margin-left: -50px;*/
	}
	
.entry {
	margin: 0px;
	/*overflow-x: hidden; */
	}
img{
	border: 0px;
}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- POST META DATA ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.postmetadata {
	clear:both; 
	margin: 15px 0 15px 0; 
	padding: 5px; 
	color: #999; 
	/*background: #f4f4f4;*/ 
	}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color: #777; 
	font-weight: normal;
	text-decoration: none;
	}	

.postmetadata a:hover {
	color: #777; 
	font-weight: normal;
	text-decoration: underline;
	}
	

/***************************************************/


.line1pix { 
	width: 100%; 
	height: 1px; 
	margin: 0px; 
	border-top: 1px dashed #ccc; 
	padding: 0; 
	margin: 10px 0 10px 0; 
	display: block; 
	font-size: 1px; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.headerleft {
	float: left; 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 20; 
	position: relative; 
	padding-bottom: 0;
        padding-left:/*10px;*/ 7px;
	}
	
.searchbox {
	float:right; 
	/* width: will be set in style.php */ 
	padding: 0; 
	margin: 10px -1px 0 0; 
	background: #fff; 
	border: 1px dashed #ccc; 
	border-width: 1px 1px 0 1px
	}

.searchbox-form {
	margin: 5px 10px 5px 10px;
	}
	
h1 { 
	letter-spacing:-1px; 
	line-height: 1.0em; 
	margin: 10px 20px 0 0; 
	padding:0; 
	/* font-family: and font-size: will be set in style.php */
	}
	
a.header:link, a.header:hover, a.header:active, a.header:visited {
	text-decoration: none; 
	/* color: will be set in style.php */
	}
	
p.header { 
	float: left; 
	margin: 10px 0 0 15px; 
	font-size:/*1em;*/ 8pt; 
	/*font-weight: bold;*/ 
	/* color: will be set in style.php */ 
	}

.rss-icon {
	width: 20px; 
	height: 20px; 
	float: right; 
	margin: 10px 0 0 0; /* might be overwritten in style.php */
	}
	
.logo-icon {
	margin: 10px 5px 10px 0; /* might be overwritten in style.php */
	padding: 0; 
	border: 0; 
	float: left;
	}

.blogtitle-box {
	float: left;
	 
	}
.my_header_wrapper{
     position:relative;
     margin:auto;
     width: /*930px;*/ 920px;
     height: 30px;
     margin-top:20px;
    /* border-bottom:1px solid  #B18042;*/
  }
/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER IMAGE ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#headerimage-top { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
	border-top: dashed 1px #cccccc; 
	}
	
#headerimage-bottom { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
	border-bottom: dashed 1px #cccccc 
	}	
	 
/* -------------------------------------------------------------------------------------------------
------------------------------------- BLOCKQUOTES -------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */		
	
blockquote {
	height: 1%; 
	color: #555; 
	padding: 1em 1em; 
	background: #f4f4f4; 
	border: solid 1px #e1e1e1;  	/* hack for IE6 and older*/ 
	}
	
blockquote blockquote {
	height: 1%; 
	color: #444; 
	padding: 1em 1em; 
	background: #e1e1e1; 
	border: solid 1px #d3d3d3;  	/* hack for IE6 and older*/ 
	}
	
blockquote p {
	margin-top: 0
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FOOTER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
#footer {
	/*background-color: #fff; */
	/*border-top: dashed 1px #ccc;*/ 
        border-top:1px solid  #be873a;
	/*padding-bottom: 1px;*/
        margin:5px 0 0 0;
	}
#footer .inside{
        width: 920px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
}
#footer p{
        color: #be873a ;
}
#footer p a{
        color: #be873a ;
        font-size:/*14px;*/ 11pt;
        font-weight:bold;
}

#footer .inside, #footer .inside p a {
	/*color: #999;*/ 
	font-weight: normal;
	text-align: center;
        padding: 0 0 0 0;
	}

#modernbricksmenu2 {
	padding: 0; 
	width: /*910px;*/ 906px; 
        margin: auto;
	
	/*border-bottom: dashed 1px #ccc; 
	border-left: dashed 1px #ccc; */
	voice-family: "\"}\"";
	voice-family: inherit;
	height:14px;
	}
	
 #modernbricksmenu2 ul{
	font: /*bold 0.85em Arial;*/ bold 0.85em Helvetica; 
	margin-top:2px; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	height:14px;
	line-height:14px;
	}
	
 #modernbricksmenu2 ul li {
        width:100px;
        display: block;
        float: left;
       /* border-right: 1px solid #fff;*/
        margin-right:1px;
	   background: /*transparent;*/ #EFE4CC; 
	}
 #modernbricksmenu2 ul li a {
       padding: 0 0 0 6px !important;
       text-decoration: none;
       color: /*#fff;*/ /*#C96;*/ /*#C4BC96*/ /*#D8C57B*/ /*#D8C8AD*/ #D6C18A;
       text-transform:uppercase;
	   width:94px;
	  text-align:left !important;
	  vertical-align: middle;
}
 #modernbricksmenu2 a {
        width:100px;
        padding: 0 0 0 10px;
	display: block; 
	color: /*#666;*/#fff;
	text-decoration: none; 
	border-width: 0 0 0 0
	}
 #modernbricksmenu2 li:first-child {
	/*margin-left: 1px; 
        border-right: 1px solid #fff;
 	*/
	}
	
 #modernbricksmenu2 a:hover {
	/*color: #EFE4CC;*/ 
	/*background-color: #eee;*/ 
	}
	
 #modernbricksmenu2 li.current_page_item a {
	color: #fff !important;
	background-color: #b7b1a9;
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 
---------------------------------------------------------------------------------------------------- */

.navigation {
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	}
	 
.older {
	float: left; 
	width: 49%; 
	text-align: left; 
	margin:0; 
	padding:0;
	}
	
.newer {
	float:right; 
	width: 49%; 
	text-align: right; 
	margin:0; 
	padding:0; 
	}	

/* -------------------------------------------------------------------------------------------------
------------------------------------- COMMENTS ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

ol.commentlist {
	margin: 15px 0 25px 0;
	list-style-type: none;
	padding: 0;
	border-top: dotted 1px #ccc;
	}
	
ol.commentlist li {
	border-bottom: dotted 1px #ccc;
	padding: 15px 10px;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.alt {
	background-color: #f6f6f6;
	border-bottom: dotted 1px #ccc;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.authorcomment {
	background-color: #ffecec;
	}
		
ol.commentlist li p {
	margin: 2px 0 5px 0;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- FORMS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

form {
	margin: 0; 
	padding: 0; 
	}
	
form p {
	margin: 5px 0 0 0; 
	padding: 0; 
	}
	
label {
	margin-right: 0.5em; 
	font-family: arial;
	cursor: pointer; 
	}

form input {
	color: #000; 
	background: #f7f7f7; 
	padding: 2px; 
	margin:0; 
	border: 1px solid #ccc; 
	}
		
.submit input {
	margin-left: 4.5em; 
	color: #000; 
	background: #fff; 
	border: 2px outset #999; 
	height: 18px; 
	padding:0
	}
	
fieldset {
	border: 1px solid #781351; 
	width: 45em; 
	}
	
legend { 
	color: #000; 
	background: #ffb0b3; 
	border: 1px solid #781351; 
	padding: 2px 6px; 
	margin-bottom: 15px; 
	}
	
.comment-textarea{
	width: 96%; 
	padding: 0; 
	margin: 0; 
	}
	
#s {
	width: 75%;
	}

searchfield {
	/*float:left;*/
	position: relative;
	height: 1%; 
	/* width: will be set in style.php */
	} 

/* -------------------------------------------------------------------------------------------------
------------------------------------- TOP MENU BAR ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

/* Credits: Dynamic Drive CSS Library 
   URL: http://www.dynamicdrive.com/style/ 
*/
#modernbricksmenu {
	padding: 0; 
	width: /*910px*/ 906px; 
    margin: auto;
	height:14px;
	/*background: /*transparent;*/ /* #be873a; */
	/*border-bottom: dashed 1px #ccc; 
	border-left: dashed 1px #ccc; */
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: /*bold 0.85em Arial*/ normal 0.85em Helvetica; 
	margin-top:/*1.3px;*/ 2px; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
		height:14px;
	line-height:14px;
	
	}
	

#modernbricksmenu ul li {
        width:100px;
        display: block;
        float: left;
	    margin-right: 1px;
	    background: /*transparent;*/ #be873a; 
        /*border-right: 1px solid #fff /*transparent*/;
	   
	}
	
#modernbricksmenu a {
    width:100px;
	display: block;
	padding: 1px 0 0 10px;
	color: /*#666;*/#fff;
	text-decoration: none; 
	border-width: 0 0 0 0;
	}
	
#modernbricksmenu ul li a {
       padding: 0 0 0 6px;
       text-decoration: none;
       color: #fff;
       text-transform:uppercase;
       width:94px;
	   line-height:14px;
	   vertical-align: middle;
}


#modernbricksmenu li:first-child {
	/*margin-left: 1px; */
        /*border-right: 1px solid #fff;*/
	}

#modernbricksmenu ul li.current_page_item a{
	color: #fff !important; 
	background-color: #b7b1a9;
	}
#modernbricksmenu li a:active {
	color: #fff; 
	background-color: #b7b1a9 ;
	}


/* -------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 3px;
	border: solid 1px #ddd;
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   /*	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;*/
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 0px 10px 0 0;
	padding: 0px;
	/*border: solid 1px #ddd;*/
	background-color: #f3f3f3;
   	/* optional rounded corners for browsers that support it */
   /*	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 0px;*/
	}

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}
				
img.alignleft {
	float: left; 
	margin: 0px 10px 5px 0; 
	}
	
img.alignright {
	float: right; 
	margin: 10px 0 5px 10px; 
	}

img.aligncenter {
	display: block;
	margin: 10px auto;
	}

.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}

.alignleft,div.alignleft {
	float: left;
	margin: 10px 10px 5px 0;
	}

.alignright, div.alignright {
   	float: right;
   	margin: 10px 0 5px 10px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- IMAGE CAPTION (new in WP 2.6) -------------------------------- 
---------------------------------------------------------------------------------------------------- */
	
.wp-caption {
   	border: 1px solid #ddd;
   	text-align: center;
   	background-color: #f3f3f3;
   	padding-top: 4px;
   	margin: 10px 0 0 0;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 3px;
   	-khtml-border-radius: 3px;
   	-webkit-border-radius: 3px;
   	border-radius: 3px;
	}

.wp-caption img {
   	margin: 0;
   	padding: 0;
   	border: 0 none;
	}

.wp-caption p.wp-caption-text {
   	font-size: 0.8em;
   	line-height: 13px;
   	padding: 2px 4px 5px;
   	margin: 0;
   	color: #666;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- SMILEYS ------------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */
		
img.wp-smiley {
    	float: none;  
    	border: none; 
	margin: 0 1px -1px 1px; 
	padding: 0;
	background: none;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CALENDAR TABLE ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

#calendar_wrap {
	padding: 0;
	border: solid 1px #ccc;
	}
	
table#wp-calendar caption {
	width: auto;
	background: #eee;
	border: #999;
	padding: 3px;
	margin: 0 auto;
	color: #666;
	}
	
table#wp-calendar {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	/*background-color: #fff;*/
	margin: 0 auto;
	}
	
table#wp-calendar th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	background-color: #fff;
	text-align: center;
	}
	
table#wp-calendar td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #eee;
	/*background-color: #fff;*/
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- CLEARFIX ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; }
* html .clearfix {/* \*/  height: 1%;}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clear-columns { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px; 	
	}

.clear-columns {
	clear: both; 
	}
.clear-columns2 { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px; 	
	}

.clear-columns2 {
	clear: both; 
	width: 920px;
	}
		
* html #page-container { 
	/* \*/ height: 0.1%; position: relative; 
	}
	
* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {
	/* hide from IE/Mac \*/ overflow: visible; 
	/* hide from IE/Mac \*/ position: relative; 
	}
	
* html #middle-column {
	margin-right: -4px; margin-right/* */: 0; 
	}
	
* html #middle-column .inside { 
	margin-right: 14px; margin-right/* */: 10px;
	}
	
* html #footer { 
	/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;	 
	}
	
* html #footer .inside {
	margin-top: 0; margin-bottom: 0; margin/* */: 10px; 
	}
	
* html .inside {
	margin: 10px 0.75em; margin/* */: 10px; 
	}

* html #inner-column-container {
	display: block; 
	}
	
* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
	}

	
/*

* My added styles for the 2 column page layout for style and About Us Pages
* */
.below_content_container{
	position: relative !important;
}

.below_content_container ul{
	/*font: bold 0.85em Arial; */
	/*margin:1.3px; */
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
		height:80px;
	}
.below_content_container ul table {
        width:200px !important;
        display: block;
        float: left;
	   margin: 0px 0px 32px 0;
	padding: 0 0 0px 0;
	font-weight: bold;
	}	
.below_content_container ul table td{
	font-weight: normal;
	padding: 0 0 0px 0;
}
.below_content_container ul table .below_text{
	padding: 5px 0 0px 10px;
}
.below_content_container ul li {
        width:190px;
        display: block;
        float: left;
        border-bottom: 1px solid;
	   margin: 0px 5px 2px 0;
	padding: 0 0 9px 0;
	font-weight: bold;
	}

.below_content_container ul li a{
	padding-left:13px;
	text-decoration: none;
}
table,tr,td{
padding:0;
margin: 0;
}

#middle-column .below_content_container ul li.current_page_item a{
	  color: /*#666*/ #b7b1a9;
	}
	
.below_content_container ul table tr td li a:FOCUS {
	  /*color: #666;*/
	}


	/*
.below_content_container li{
	list-style-type: none;
	border-bottom: 1px solid;
	display: block;
	margin: 0 2px 2px 0;
	width: 196px;
}
*/
.inside .a_post{
	position:relative;
	margin:0 0px;
	width:600px;
	height:auto;
	border-bottom:1px solid  #be873a;
}

.inside .a_post .post_info{
	position:relative;
	width:200px;
	height:auto;
	float:left;
	margin: 0;
	padding: 0 0 0 0px;
}
.inside .a_post .post_info .post_title{
	display:none;
}
.inside .a_post .post_info p{
	padding:0 0 10px 10px;
}

.inside .a_post .post_info .date, .in_category{
	border-bottom:1px solid  #be873a;
}
.inside .a_post .post_content{
	position:relative;
	width:390px;
	height:auto;
	margin-left: 210px;
}

.inside .a_post .post_content img{
	max-width:390px;
	height:auto;
	border:0px;
	padding:0px 0 10px 0;
}
.inside .a_post .post_content span img{
        width: 390px;
	max-width:390px;
	height:auto;
	border:0px;
	padding:0px 0 10px 0;
}

.inside .a_post .post_content p{
	margin:0px;
	padding:10px 0 10px 0;
}

/*===========================================================================
* Newsletter Page form styles
*===========================================================================
* */

#form1 table {
	font-family: /*Arial, Helvetica, sans-serif;*/ Helvetica;
	font-size: /*12px;*/ 100%;
	width:400px;
	height:auto;
	border:0px;
	background-color:#FFF;
}
#form1{
	margin-top: 10px;
}
#form1 table tr td #lastname{
    width:190px;
	height:inherit; /*Inheriting from its td parent in the hierarchy*/
	padding-left:5px;
}
table tr td input{
	border-color: #be873a;
	background-color: #fff;
	color: inherit;
}
#form1 table tr td #vorname{
    width:185px;
	height:inherit; /*Inheriting from its td parent in the hierarchy*/
	margin-left:5px;
	/*padding-left:5px;*/
}
#form1 table tr td #email{
    width:390px;
	height:inherit; /*Inheriting from its td parent in the hierarchy*/
	padding-left:5px;
}
 #submit{
    width:190px;
	height:inherit; /*Inheriting from its td parent in the hierarchy*/
	background-color:#be873a;
	color:#FFF;
	border:0px;
    text-align:left;
	cursor:pointer;
	padding-left: 5px;
}
#form1 table tr td input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
margin-bottom:15px;
}
#form1 #unsubscribe{
	padding-left:5px;
}
#unsubscribe a{
	text-decoration:none;
}

.error{
color: red !important;
}
.comments_thumb{
	width: 68px;
	height: 68px;
}

#flags_language_selector img{
      margin:1px;
      border:0px solid #333;
      float:right;
     /*width:25px;*/
}
#flags_language_selector{
	 margin-right: /*10px;*/ 6px;
	 padding-top:12px;
	/*display: none;*/
}
#flags_language_selector a{
	border:0;
}

/*special styling for the about, contact and newsletter top page menus. In conformity with the classy wp-list-pages function*/

#modernbricksmenu li.classy-about a, #modernbricksmenu li.classy-contact a, #modernbricksmenu li.classy-newsletter a,
#modernbricksmenu li.classy-de-about-de a, #modernbricksmenu li.classy-de-contact-de a, #modernbricksmenu li.classy-de-newsletter-de a{
	color: #D6C18A !important;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 68px;
    height: 68px;
    background: #E8E8E8;
    padding: 0 2px 0 0;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
</style><![endif]-->

.centralise_thumb{
	padding: 0 2px 0 0;
	border:0;
	width:68px; 
	height:68px;
	max-width:68px; 
	max-height:68px; 
	text-align:center; 
	display:inline-block;
	background: #E8E8E8; 
	vertical-align: middle;
}

#modernbricksmenu ul li.current_page_ancestor a, #modernbricksmenu2 ul li.current_page_ancestor a{
	color: #fff !important; 
	background-color: #b7b1a9 !important;
	}
#modernbricksmenu ul li.leftover{
	 width:/*202px;*/199px;
	}
#modernbricksmenu2 ul li.classy-contributors,#modernbricksmenu2 ul li.classy-de-contributors-de{
        width:150px;
}

#modernbricksmenu2 ul li.classy-contributors a, #modernbricksmenu2 ul li.classy-de-contributors-de a{
	    width:144px;
       /* color: #fff;*/
}

#modernbricksmenu2 ul li.copyright{
        /*width:154px;*/
	    width: /*454px;*/ 451px;
        color: /*#fff;*/ /*#C96;*/ /*#C4BC96*/ /*#D8C57B*/ /*#D8C8AD*/ #D6C18A !important;
        margin-right: 0px !important;
        font-family: Helvetica !important;
        text-align:right;
}
#modernbricksmenu2 ul li span{
	padding-left: 25px;
	padding-right: 10px;
}
#topmenu{
	width: /*930px;*/ 920px;
	border-top: 1px solid #be873a;
}
