/*
Theme Name: Atahualpa
Theme URI: http://wordpress.bytesforall.com/
Description: Version 3.4.1 - Atahualpa is a WordPress/PHP/CSS Framework that lets you build your own unique, professional and browser-safe WordPress theme: 1-5 columns, fluid or fixed width, rotating header images and over 200 theme options. Tutorials, downloads and support at the <a href="http://forum.bytesforall.com/">BFA WP Forum</a>
Version: 3.4.1
Author: BytesForAll
Author URI: http://forum.bytesforall.com/
Tags: white, one-column, two-columns, three-columns, four-columns, fixed-width, flexible-width,  custom-colors, custom-header, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, translation-ready
*/
 
 
#header {
	display:none;
}
#text-4 {
	margin:0px;
}

body {
	margin:10px 13px 10px 10px;
}
 
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
div.post-headline h1 {
	color:#6E5F73;
	font-family:Arial Narrow;
	font-size:40pt;
	letter-spacing:4px;
	font-weight:normal;
}
td#left {
	width:280px;
	padding-right:40px;
}

body, td, div, a {
	color:#000000;
	font-family:Arial,Verdana;
	font-size:12pt;
}

.post-bodycopy li {
	font-size:10pt;
	padding-top:7px;
}

#text-3 .textwidget {
	color:#FFFFFF;
	font-family:Arial Narrow;
	font-size:85%;
}



div.page h1 {
	color:#6e5f73;
	font-family:Arial Narrow;
	font-size:40pt;
	font-weight:normal;
	letter-spacing:4px;
}
div.page h2 {
	color:#FF6B00;
	font-family:Arial Narrow;
	font-size:30pt;
	font-weight:normal;
	letter-spacing:5px;
}
div.page h3 {
	color:#7267AA;
	font-family:Arial Narrow;
	font-size:13pt;
	font-weight:normal;
	letter-spacing:2px;
}

/* ======================================== */
/* left menu */
/* all menu items must be aligned to the right */
.widget_pages {
}
.widget_pages li {
	text-align:right;
}
/* all links has no border */
.widget_pages a {
	border:0px;
	text-decoration:none;
	font-family:Arial Narrow;
	font-size:85%;
	font-weight:normal;
	letter-spacing:2px;
	text-align:right;	
}
/* color of current menu item is orange*/
.widget_pages .current_page_item a {
	color:#FF6B00;
}
/* color of hovered menu item is orange*/
.widget_pages a:hover {
	color:#FF6B00 !important;
}

/* subpages links must be black */
.widget_pages .current_page_item li a {
	color:#000000;
}

/* subpages must have orange arrow at the right of it */
.widget_pages ul li ul li {
	background-image:url(http://lizatec.com/layout/menu_arrow2.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
}
/* subpages have some padding-right */
.widget_pages ul li ul li {
	padding-right:10px;
}

/* by default the second menu level is hidden */
.widget_pages ul li ul {
	display:none;
	padding-bottom:5px;
}

/* when the item or subitem is selected its child items are shown */
.current_page_item ul, .current_page_ancestor ul {
	display:block !important;
}


/* ================================================== */
/* content area */
div.page, div.page p {
	font-family:Arial;
	font-size:10pt;
	color:#000000;
}
div.page a {
	color:#405565;
	text-decoration:underline;
	font-size:10pt;
}
div.page a:hover {
	color:#000000;
}




.searchfield input {
	background-image:none !important;
	background-color:#E1E1E1 !important;
	border:0px !important;
	color:#000000;
	height:20px;
	padding:1px 1px 1px 3px;
	width:98px;
}
.heading2 {
	color:#7267AA;
	font-family:Arial Narrow;
	font-size:13pt;
	font-weight:normal;
	letter-spacing:2px;
}

/* textboxes */
.floatframeTrans { float:left; padding:10px; padding-left:0px; }
.floatframeRightTrans { float:right; padding:10px; padding-right:0px; }
.floatframe { float:left; padding:5px; margin:5px; margin-left:0px; border:1px solid #A399D4; font-size:9pt; font-family:Arial; width:200px; height:50px; letter-spacing:1px}
.floatframeRight { float:right; padding:5px; margin:5px; margin-right:0px; border:1px solid #A399D4; font-size:9pt; font-family:Arial; width:200px; height:50px; letter-spacing:1px}
.floatframeBg { float:left; padding:5px; margin:5px; margin-left:0px; font-size:10pt; font-family:Arial; width:200px; height:50px; background-color:#697F8D; color:#FFFFFF; }
.floatframeRightBg { float:right; padding:5px; margin:5px; margin-right:0px; font-size:10pt; font-family:Arial; width:200px; height:50px; background-color:#697F8D; color:#FFFFFF; }


.execphpwidget div {
	text-align:left;
}

.execphpwidget a {
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
}
.execphpwidget a:hover {
	text-decoration:underline;
}


/* contact form */
.cform label {
	width:110px;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:0px;
	padding:0px;
}
.cform input {
	margin-right:5px;
}
fieldset.cf_hidden {
	display:none !important;
}