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



ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 20px; 
	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: 180%; }
h2 {font-size: 120%; }
h3 {font-size: 100%; }
h4 {font-size: 70%; }
h5 {font-size: 70%; }
h6 {font-size: 50%; }

code, pre {
	/* Firefox needs this */
	font-family: "Courier New", Courier, monospace;		
	}

table {
	font-size: 100%; 
	}
	
td, th {
	vertical-align: top; 
	}
	
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- 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; 
	background-image: url("herztest.jpg");
	color: #000; 
	padding: 0; 
	margin: 0; 
	}

#page-container {
	/* font-size: will be set in style.php */ 
	background: #fff; 
	min-width: 900px;
	max-width: 900px;
	/* font-family: will be set in style.php */ 
	}
	
		
#outer-column-container {
	border-left: solid 13em #fff; 
	border-right: solid 13em #fff;
	}

#inner-column-container {
	width: 100%; 
	background-color: #fff;
	border-width: 0 0px;  
	margin: 0 0px;border-left: 1px dashed #000;border-bottom: 1px dashed #000; 
	}
#inner-column-container a:link, a:visited, a:active {
	color: #000; 
	font-weight: normal; 
	text-decoration: underline; 
	}
 #inner-column-container a:hover {
	color: #FF6600; 
	font-weight: normal; 
	text-decoration: none;  
	}
					
#source-order-container {
	float: left; 
	width: 100%; 
	margin-right: 0px;
	}
	
#left-column {
	float: left; 
	margin-left: -13em; 
	width: 13em; 
	margin-right: 0px; 
	position: relative;
	}
	
#middle-column {
	float: none; 
	width: 90%; 
	padding: 10px;
	margin-left: 0px;  border-left: 
	}
	
#right-column {
	float: right; 
	margin-right: -13em; 
	width: 13em; 
	margin-left: 0px; 
	position: relative; 
	}

.inside {
	margin: 15px; 
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: 15px;		/* less margin for left side of left column, might be overwritten in style.php */
	}
	
h3.widgettitle {
	/* color: will be set in style.php */
	width: 100%; 
	height: 20px;
	line-height:29px;
	/* font-size: will be set in style.php */ 
	border-left: 1px dashed #000;  
	border-bottom: 1px dashed #000;margin-bottom: 0px; padding-left:8px;
	padding-bottom: 8px; 
	}

/* uncomment the next style if you are using text widgets without heading 
and you want more space above the widget */

/*div.textwidget {
	padding-left:8px; text-decoration:none;list-style-image:none;
	list-style-type:none;
	
	}	
	#textwidget .li ul {
	list-style-image:none;
	list-style-type:none;}
		
*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	


#left-column .inside ul, 
#right-column .inside ul {
	list-style-type: none; 
	margin-left:15px; 
	padding: 0px; 
	width: auto;
	}
	
	
#left-column .inside ul li, 
#right-column .inside ul li {
	margin: 2px 0px 2px 0; 
	padding-bottom: 4px; 
	}
	
#left-column .inside ul li ul li, 
#right-column .inside ul li ul li {
	margin: 2px 0 2px 0px;  
	}
	
#left-column .inside ul li a, 
#right-column .inside ul li a {
	text-decoration: none; 
	font-weight: bold;
	font-size:0.9em; 
	/* color: will be set in style.php */ 
	padding: 0px 0 0px 0px; 
	/* 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 */ 
	}@charset "UTF-8";
/* CSS Document */


	
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; 
	}
	
.post-last {
	margin-bottom: 20px; 	/*different style for last post on page*/
	} 
	
.post-page {
	margin-top: 20px; 
	margin-bottom: 20px; 
	}
	
.entry {
	margin: 0px;
	/*overflow-x: hidden; */
	}

	
/* -------------------------------------------------------------------------------------------------
------------------------------------- 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;  
	padding: 0; 
	margin: 10px 0 10px 0; 
	display: block; 
	font-size: 1px; 
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER ------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	
	
.headerleft {
	float: left; 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 0; 
	position: relative; 
	padding-bottom: 0;
	}
	
.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: 0 10px 8px 0px; 
	font-size:1.2em; 
	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;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- HEADER IMAGE ------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#headerimage-top { 
	font-size: 1px;
	clear: both; 
	height: 0px; 
	padding: 0; 
	width: 100%; 
	background: #fff; 
	}
	
#headerimage-bottom { 
	font-size: 1px;
	clear: both; 
	height: 0px; 
	padding: 5px;
	width: 100%; 
	background: transparent;
	background-image: url("herztest.jpg"); 
	}	
	 
/* -------------------------------------------------------------------------------------------------
------------------------------------- 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; 
	padding-left: 20px;
	padding-bottom: 1px;
	}

#footer .inside, #footer .inside a {
	color: #999999; 
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- 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 #fff;
	}
	
ol.commentlist li {
	border-bottom: dotted 1px #fff;
	padding: 15px 10px;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.alt {
	background-color: #fff;
	border-bottom: dotted 1px #fff;
	height: 1%; /* for IE6 */
	}

ol.commentlist li.authorcomment {
	background-color: #fff;
	}
		
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/ 
*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.font-size:h3; bei.menu
=================================================================== */

.menu {
	background-color: transparent; 
	background-image: url("herztest.jpg"); 
	margin-top:42px;
	width:900px; 
	height:31px; 
	
	position:relative; 
	z-index:100;
	border-right:0px solid #000;}
	
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:746px; w\idth:745px;}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;width:100px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	margin: 0 3px 0 0;
	font-size:1.1em;
	font-weight: bold; 
	text-decoration:none; 
	color:#330099;
	width:110px; 
	height:30px;
	border-left: 1px dashed #000;  
	border-bottom: 1px dashed #000; 
	border-width:1px 0 1px 1px; 
	background: #fff; 
	padding-left:10px; 
	line-height:31px;}
/* a hack so that IE5.5 faulty box model is corrected */
/* html .menu a, * html .menu a:visited {width:120px; w\idth:120px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #fff;}
/* style the second level hover */
.menu ul ul a.drop:hover{
	color: ff6600;
	background-color:#fff;
	}
.menu ul ul :hover > a.drop {
	background:#fff;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#fff;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#fff;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; width:100px;
	border-top:0px solid #000;
	}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:120px; top:0px; width:100px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff; 
	color:#000; 
	height:auto;
	font-size:0.9em; 
	font-weight: bold;
	line-height:1em; 
	padding-top:7px;
	padding-left:10px; 
	padding-bottom:7px;
	width:110px;
	border-width:0 1px 1px 1px;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:128px;}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover {
	font-weight: bold;
	color:#ff6600; 
	background:#fff;
	}
.menu :hover > a, .menu ul ul :hover > a {
	font-weight: bold;
	color:#ff6600;
	background:#fff;
	}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a:active {
  color:#fff;
  background: #fff;
  border-left: 0px solid black;
}

.menu .current_page_item a:active {
  color: #fff;
  font-weight: bold;
  background-color: #fff;
 
}

.menu ul .current_page_item ul a:active {
  color: #336699;
  font-weight: bold;
  background-color: #fff;
}

/*.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}



/*#modernbricksmenu {
	padding-top: 15px; 
	width: 100%; 
	background: transparent;
	background-image: url("herztest.jpg"); 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: bold 1em Arial;
	font-weight: bold;  
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0 2px 0 0;
	padding: 0; 
	text-transform: none; 
	}
	
/*#modernbricksmenu li:first-child {
	margin-left: 1px;
	}*/
	
/*#modernbricksmenu a {
	float: left;
	display: block;
	color: white;
	margin: 0 3px 0 0; /*Margin between each menu item*/
	/*padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;*/
	/*background-color: black; /*Default menu color*/
	/*border-bottom: 0px solid white;
	}
	
#modernbricksmenu a:hover {
	background-color: #7F2CBF;
	} /*Menu hover bgcolor*/
	

/*#modernbricksmenu #current a{ /*currently selected tab*/
	/*background-color: #7F2CBF; /*Brown color theme*/ 
	/*border-color: #7F2CBF;
	}/*Brown color theme*/ 
	

/*#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #7F2CBF; /*Brown color theme*/ 
	

/* -------------------------------------------------------------------------------------------------
------------------------------------- GRAVATARS ---------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

img.avatar {
	float: left; 
	margin: 0 8px 3px 0;
	padding: 2px;
	border: solid 1px #ccc;
	background-color: #fff;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 1px;
   	-khtml-border-radius: 1px;
   	-webkit-border-radius: 1px;
   	border-radius: 1px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- New WP 2.6 image classes ------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.entry img {
	margin: 10px 10px 0 0;
	padding: 3px;
	border: solid 1px #ccc;
	background-color: #fff;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 2px;
   	-khtml-border-radius: 2px;
   	-webkit-border-radius: 2px;
   	border-radius: 2px;
	}

.postmetadata img {
	border: none;
	margin: 0 0 -3px 0;
	padding: 0;
	}
				
img.alignleft {
	float: left; 
	margin: 10px 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: #fff;
   	padding-top: 4px;
   	margin: 10px 0 0 0;
   	/* optional rounded corners for browsers that support it */
   	-moz-border-radius: 2px;
   	-khtml-border-radius: 2px;
   	-webkit-border-radius: 2px;
   	border-radius: 2px;
	}

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

/* -------------------------------------------------------------------------------------------------
------------------------------------- qtranslate ----------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.qtrans_language_chooser li { 
	float: right;
	margin: 2px 2px 2px 2px;
	}
	
.qtrans_flag { 
	border: 5px solid #fff 
	}
	


/* -------------------------------------------------------------------------------------------------
------------------------------------- HACKS -------------------------------------------------------- 
---------------------------------------------------------------------------------------------------- */

.clear-columns { 
	/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px;	
	}

.clear-columns {
	clear: both; 
	}
		
* 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; 
	}
