/* CSS Document */

/*  
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: 10px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

	}
		
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
h1 {font-size: 240%; }
h2 {font-size: 180%; 

line-height: 1.1em;
font-family:Arial, Helvetica, sans-serif;
 padding: 0 0 .2em 0; margin: 2 0 1em 0; width: 100%;
}
h3 {font-size: 140%; }
h4 {font-size: 100%; }
h5 {font-size: 70%; }
h6 {font-size: 50%; }

code, pre {
	/* Firefox needs this */
	font-family:Arial, Helvetica, sans-serif;
	}

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: #000000; 
	color: #000; 
	margin: auto; 
	vertical-align:top;
	width:900px;
	
	}

#page-container {
	/* font-size: will be set in style.php */ 
	background: #000000; 
	min-width: 900px; 

	
	/* margin: will be set in style.php */ 
	/* font-family: will be set in style.php */ 
	}
			
#outer-column-container {
	border-left: solid 13em #fff; 
	float:left;
		background:#efc3c7 ;
	}

#inner-column-container {
	float:right;
	width: 100%; 
	
	
/*	border: dashed 1px #ccc;
	border-width: 0 1px; 
	margin: 0 -1px;*/
/*	background:#efc3c7 url(images/content_bg.png) repeat-y;
*/
/*Important*/
background:#efc3c7 url(images/content_bg.png) repeat-y;

	}
					
#source-order-container {
	float: left; 
	width:58%;
	padding-left:10px;
	
/*	width: 75%; 
*/	margin-right: -1px; 
/*	background:#efc3c7 url(images/content_bg.png) repeat-y;
*/
/*background-color:#00FF00;
*/	}
	
#left-column {
	float: right; 
	margin-left: -13em; 
	width: 25%; 
	margin-right: 15px; 
	position: relative;

	}
	
/*#middle-column {
	float: left; 
	width: 75%; 
	margin-left: -1px;
	background-color:#FFFFFF;
	}
*/	
#right-column {
	float: left; 
	margin-right: -14em; 
	margin-top:0px;
	margin-bottom:0px;
	width: 39%; 
	vertical-align:top;
	padding-left:10px;
	
	
/*		padding-left:20px;
margin-left: 1px; 
	background:#efc3c7 url(images/content_bg.png) repeat-y;*/
/*	background:	#efc3c7 ;
min-height:55em;
*/
/*background-color:#FFFFCC;
*/	}

.inside {
	margin: 30px; 
	}
	
/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR STYLES ----------------------------------------------- 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside {
	margin-left: 2px;		/* 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%; 
	/* font-size: will be set in style.php */ 
	margin-bottom: 5px; 
	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:15px;		
	}				
*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- SIDEBAR LINKS ------------------------------------------------ 
---------------------------------------------------------------------------------------------------- */	

#left-column .inside ul, 
#right-column .inside ul {
	list-style-type: none; 
	margin: 0; 
	padding:0px; 
	width: 298px;
	padding-left:0px;
	clear:both;	
		border-bottom:#a60412 2px solid; /*Border color of tabbed Menu*/
			border-top:#a60412 2px solid;
				border-right:#a60412 2px solid;
					border-left:#a60412 2px solid;

	}
	
#left-column .inside ul li, 
#right-column .inside ul li {
	margin: 0px 0 0px 0;  
	padding-left:0px;
	background-color:#FFFFFF;/*Content of the tabbed Menu*/
overflow: hidden;
padding: 6px;
/*border-bottom:#FFCCFF 1px solid;
*/	}
#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: underline; 
	font-weight: normal; 
	/* color: will be set in style.php */ 
	padding: 0 0 0 5px; 
	border-left: #FFFFFF none;
	color:transparent;
	/* 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 */ 
	
	text-decoration: none; 
	}
		

	
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; 

font-family:Arial, Helvetica, sans-serif;
font-size:180%;
line-height:1.1em;
padding:0 0 0.2em;
width:100%;

	/* 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; 
/*	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: 0; 
	position: relative; 
	padding-bottom: 10px;
	letter-spacing:2px;
height:49px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;

	}
	
.searchbox {
	float:right; 
	/* width: will be set in style.php */ 
	padding: 0; 
	margin: 10px 0px 0 0; 
	background: #000000; 
/*	border: 1px dashed #ccc; 
	*/	border-width: 1px 1px 0 1px
	}

.searchbox-form {
	margin: 5px 10px 5px 10px;
	width:100%;
	
	}
	
h1 { 
	letter-spacing:2px; 
	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: 5px 10px 8px 0px; 
	font-size:1.0em; 
	font-weight: bold; 

	/* color: will be set in style.php */ 
	}

.rss-icon {
	width: 70px; 
	height: 70px; 
	/*margin: 10px 0 0 0;  might be overwritten in style.php */	
	vertical-align:top;
	float: left;
	}
	
.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: 2px; 
	padding: 5px; 	
	width: 100%; 
	background: #000000; 
/*	border-top: dashed 1px #cccccc; 
*/	}
	
#headerimage-bottom { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #000000; 
/*	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: #000000; 
	border-top: dashed 1px #000000; 
	padding-bottom: 1px;
	vertical-align:bottom;
	min-width: 900px;
	height:20px;
	}

#footer .inside, #footer .inside a {
	color: #999; 
	font-weight: normal;
/*	text-align: center;
*/	min-width: 900px;
	}

/* -------------------------------------------------------------------------------------------------
------------------------------------- PAGE NAVIGATION NEXT/PREVIOUS -------------------------------- 
---------------------------------------------------------------------------------------------------- */

.navigation {
	display: block; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

	}
	 
.older {
	float: left; 
	width: 49%; 
	text-align: left; 
	margin:0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

	}
	
.newer {
	float:right; 
	width: 49%; 
	text-align: right; 
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

	}	

/* -------------------------------------------------------------------------------------------------
------------------------------------- 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: auto; 
/*	background: transparent; 
*/	
	background:#000000;
/*	border-bottom: dashed 1px #ccc; 
	border-left: dashed 1px #ccc; 
*/	voice-family: "\"}\"";
	voice-family: inherit;
        z-index:4500;
font-size:12px;
	}
	
#modernbricksmenu ul{
	font: bold 0.98em Arial; 
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	
	
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left; 
	display: block; 
/*	color: #666; */	
	color: #FFFFFF; 
	margin: 0 0 0 0; 		/*Margin between each menu item*/ 
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
	background-color: #000000; 
/*	border: dashed 1px #ccc; 
*/	padding:10px;
	border:thin solid #ccc;
	border-width: 0 1px 0 0;
  z-index:4500;
	}
	
#modernbricksmenu a:hover {
	color: #FFFFFF; 
	background-color: #8e8e8e; 
	padding:10px;
  z-index:4500;
	}
	
#modernbricksmenu li.current_page_item a {
color: #FFFFFF; 
	background-color: #FF0000; 	
	padding:10px;
	
	}
	
	
	/*////////For the RSS ICON////////////*/
	
	#modernbricksmenu1 {
	padding: 0; 
	width: 30%; 
/*	background: transparent; 
*/	
	background:#000000;
/*	border-bottom: dashed 1px #ccc; 
*/	border-left: dashed 1px #ccc; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu1 ul{
	font: bold 0.85em Arial; 
	width:50%;
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu1 li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase; 
	}
	
#modernbricksmenu1 li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu1 a {
	float: left; 
	display: block; 
/*	color: #666; */	
	color: #FFFFFF; 
	margin: 0 0 0 0; 		/*Margin between each menu item*/ 
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
	background-color: #000000; 
	border: dashed 1px #ccc; 
	border-width: 0 1px 0 0
	}
	
#modernbricksmenu1 a:hover {
	color: #FFFFFF; 
	background-color: #FF0000; 
	}
	
#modernbricksmenu1 li.current_page_item a {
color: #FFFFFF; 
	background-color: #FF0000; 	}
	
	/*////////For the RSS ICON////////////*/

/* -------------------------------------------------------------------------------------------------
------------------------------------- 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: 10px 10px 0 0;
	padding: 5px;
	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;
	}

.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: #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; 
	}
		
* 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; 
	background-color:#000000
	}
	
* html #source-order-container {
	margin-right: -100%; /* \*/ margin-right: -1px; 
	}
	


/*////////For the RSS ICON////////////*/
	
	#modernbricksmenu1 {
	padding: 0; 
	width: 30%; 
/*	background: transparent; 
*/	
	background:#000000;
/*	border-bottom: dashed 1px #ccc; 
*/	border-left: dashed 1px #ccc; 
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu1 ul{
	font: bold 0.85em Arial; 
	width:50%;
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu1 li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase; 
	}
	
#modernbricksmenu1 li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu1 a {
	float: left; 
	display: block; 
/*	color: #666; */	
	color: #FFFFFF; 
	margin: 0 0 0 0; 		/*Margin between each menu item*/ 
	text-decoration: none; 
	letter-spacing: 1px;
	border-width: 0 1px 0 0
	}
	
#modernbricksmenu1 a:hover {
	color: #FFFFFF; 
	background-color: #FF0000; 
	}
	
#modernbricksmenu1 li.current_page_item a {
color: #FFFFFF; 
	background-color: #FF0000; 	}
	
	/*////////For the RSS ICON////////////*/
#modernbricksmenu #subscribe { 
color:#FFFFFF;
float:left;
font-size:1.2em;
line-height:1.6em;

text-align:right;
}

    #modernbricksmenu #sub_button { 
display:block;
float:right;
margin:0;
padding-left:0;
position:absolute;
top:310px;
z-index:1500;
	}    
    #modernbricksmenu #subscribe a:hover {
	 color: #FF0000; 
	 background-color:#FF33FF; 
	 text-decoration: none; 
	 }
    #modernbricksmenu #subscribe span { 
	float: right;  
	display:block;
	font-size:10px;
	z-index: 1500;
	top: 250px; 
	}
    #modernbricksmenu #subscribe span a:hover, #modernbricksmenu #subscribe span a:visited, #modernbricksmenu #subscribe span a:link, #modernbricksmenu #subscribe span a:active { 
		color:#990000;
		background-color:transparent;
		font-size:10px;
	display:block;
padding:0px;
	}


.book{
padding-left:538px;

}
.book1{
background-color:#a60412;
color:#FFFFFF;
padding-left:1px;

}


  #headerleft #sub_button2 { 
float: right; 
line-height: 1.6em; 
color: #FFFFFF; 
font-size: 1.2em; 
width: 385px; 
text-align: right;
background-color:#00FFFF;

	}    

  #headerleft #sub_button3 { 
	position: absolute; 
	top: 260px; 
	margin: 0 0 0 2px; 
	float: right;
	z-index: 1500; display: block; 
background-color:#00FFFF;

	}    


    #headerleft #sub_button2 a:hover {
	 color: #FF0000; 
	 background-color:#FF33FF; 
	 text-decoration: none; 
 }
.test {
color:#387EC6;
display:block;
float:left;
font-size:12px;
margin:0;
padding-left:35px;
text-decoration:none;
}

.test  a:visited, .test a:active, .test a:link{
	color:#387EC6;
	text-decoration:none;
}
.test  a:hover{
	color:#387EC6;
	text-decoration:underline;

}
.test2 {
color:#387EC6;
display:block;
float:left;
font-size:12px;
margin:0;
padding-left:825px;
position:absolute;
top:328px;
z-index:1000;

}

.test2  a:visited, .test2 a:active, .test2 a:link{
	color:#387EC6;
}
.test2  a:hover{
	color:#387EC6;

}
.test1 {
color:#ffffff;
display:block;
float:left;
font-size:12px;
margin:0;
padding-left:735px;
position:absolute;
top:328px;
z-index:1000;

}
.facebook1 {
	position: absolute; 
	top: 8px; 
	margin: 0 0 5 10; 
	 display: block;
	padding-right:240px; 
	color:#FFFFFF;

}

.facebook1  a:visited, .facebook1 a:active, .facebook1 a:link{

	color:#FFFFFF;
}
.facebook1  a:hover{
	color:#FF0000;

}
.twitter {
	
	color:#FFFFFF;
display:block;
padding-left:550px;
position:absolute;
top:18px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

}

.twitter  a:visited, .twitter a:active, .twitter a:link{
	color:#666666;
}
.twitter  a:hover{
	color:#666666;

}

.comment{
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:10;
font-weight:normal;
border-bottom: 1px solid #ddd;
padding-bottom:10px;
}

 .comment a:visited, .comment a:active, .comment a:link{
color:#CCCCCC;

}

.comment a:hover,{
color:#CCCCCC;
}
.topics {
display:block;


vertical-align:middle;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
 .topics a:visited, .topics a:active, .topics a:link{
color:#000000;

}
.topics a:hover
{

color:#000000;
}


byline {
display:block;
float:left;
font-size:11px;
width:316px;
font-family:Arial, Helvetica, sans-serif;

}
.byline a:visited, .byline a:active, .byline a:link{
color:#CCCCCC;
}

.byline a:hover{
color:#990000;
}
.comment12{
border-bottom: 1px solid #ddd;
padding-top:5px;
padding-bottom:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}


.maincommnet{
display:block;
float:left;
font-size:0.900em;
font-weight:normal;
letter-spacing:0;
width:180px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}
.maincommnet a:visited, .maincommnet  a:active, .maincommnet a:link{
color:#CCCCCC;

}
.maincommnet a:hover{
color:#990000;
}

#block-block-8 form {
	margin: 0;
	height: 88px;
	width: 168px;
	background: url('http://awakenyourgenius.com/wp-content/themes/atahualpa/images/newsletter-background.png') top left no-repeat;
	position: relative;
}

#block-block-8 input.input {
	position: absolute;
	top: 58px;
	left: 7px;
	border: 0 none;
	width: 104px;
	font-size: 0.75em;
	padding: 4px;
	font-style: italic;
	vertical-align: middle;
}

#block-block-8 input:focus {
	outline: none;
	position: relative;
}

#block-block-8 input.submit {
	position: absolute;
	top: 62px;
	left: 121px;
	border: none;
	padding: 2px;
	font-size: 0.55em;
	color: #54a4d5;
	background: transparent;
}

#block-block-8 input.submit:hover {
	text-decoration: underline;
}
.footer22{

font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
line-height:30px;
color:#666666;

}
.footer22 a:visited, .footer22 a:link, .footer22 a:active, .footer22 a:hover{
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
line-height:30px;
color:#666666;

}
.twitterright {
	
	top:18px; 
	margin: 0 0 15 20; 
	 display: block;
	
	color:#666666;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;


}

.twitterright a:visited, .twitterright a:active, .twitterright a:link{
	color:#666666;
}
.twitterright a:hover{
	color:#666666;

}

