/*
Theme Name: Atahualpa
Theme URI: http://wordpress.bytesforall.com/
Description: Fixed or flexible width layout, with min/max width, 0 - 4 sidebars, very browser safe (incl. IE6), create custom widget areas, import/export styles, javascript color pickers, over 200 options. 
Version: 3.6.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
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
  #bacs {
        width:640px;
        float:right;
        color:#fff;
       	padding-right:5px;
	    font-family: arial, sans-serif; 
        margin-top:5px;
        background:#7F0F0F;
        overflow:hidden;
		border:3px solid #33ccff;
		/*opacity: 0.7;filter:alpha(opacity=70);zoom:1;*/
         -webkit-border-top-left-radius:20px;
         -webkit-border-top-right-radius:20px;
         -webkit-border-bottom-left-radius:20px;
         -webkit-border-bottom-right-radius:20px;

         -khtml-border-radius-topleft:20px;
         -khtml-border-radius-topright:20px;
         -khtml-border-radius-bottomleft:20px;
         -khtml-border-radius-bottomright:20px;

         -moz-border-radius-topleft:20px;
         -moz-border-radius-topright:20px;
         -moz-border-radius-bottomleft:20px;
         -moz-border-radius-bottomright:20px;}
 
 #bacs h4 {
        font-size: 1.4em; 
        color:#33ccff;
        font-variant: small-caps;
		letter-spacing:-1px;
		padding-top:10px;}
  #bacs img {
        padding-left:15px;
		padding-right:5px;}
 
 #bacs p {
        margin-left:15px;}
 
 
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
	
.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
	}
	
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
	}

.sticky {
	font-weight: normal;
}

.bypostauthor {
	font-weight: normal;
}
