/*
Theme Name: Atahualpa
Theme URI: http://wordpress.bytesforall.com/
Description: Version 3.4 - 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
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
*/
 
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
/*
 * ======================================================================
 * Page specific classes
 * ======================================================================
 */

div#post-4, div#post-46
{
	margin: 0 0 0 0;
}	
	
/*
 * ======================================================================
 * Forms
 * ======================================================================
 */

table.options td
{
	padding: 4px 0 4px 0;
}

table.form td
{
	padding-bottom: 5px;
}

table.form td.star
{
	padding: 4px 4px 0 0;
	font-weight: bold;
	color: #FF0808;
}

span.star
{
	font-weight: bold;
	color: #FF0808;
}

.field-focus
{
	background: #FCFFBA !important;
}

textarea
{
	background: none !important;
	width: 196px !important;
}

input.error, textarea.error, select.error, checkbox.error, radio.error 
{ 
	background: #FFCDCD !important;
}

label.error
{
	display: block;
	padding: 3px 0 5px 0;
	font-weight: bold;
	font-size: .9em;
	color: #d21f26;
}

.hide
{
	display: none;
}

#error-container
{
	padding: 10px;
	margin: 0 0 12px 0;
	border: 2px solid #F94343;
	background: #FFCDCD;
}

#error-container a
{
	color: #b95915;
	text-decoration: underline;
}

#error-container h4
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

#error-container #errors
{
	margin: 1em 0 0 0;
}

#success-container
{
	padding: 10px;
	margin: 0 0 12px 0;
	border: 2px solid #1AD41D;
	background: #99F39B;
}

#success-container p
{
	padding: 0;
	margin: 0;
}


#success-container h4
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.success-container-spacer
{
	overflow: hidden;
	margin-bottom: 15px;
	border: none;
	height: 0; 
	color: #fff;
}
	
