/*  
Theme Name: Atahualpa
Theme URI: http://wordpress.bytesforall.com/
Description: Build your own unique, professional and browser-safe WordPress theme: Over 200 theme options, drop down menus for pages and categories, fluid or fixed width layout, 1, 2 or 3 columns, rotating header images, auto image resizing, integrated Feedburner form, 4 extra widgets and more. WP 2.2-2.7 and WPMU. English plus DE, HU, PT, CZ, SI, TR, FR, PL, NL, BG, IT, VN, JP, ES. Support at the <a href="http://forum.bytesforall.com/">BFA WP Forum</a>
Version: 3.2
Author: BFA WebDesign
Author URI: http://www.bytesforall.com/
Tags: white, one-column, two-columns, three-columns, fixed-width, flexible-width,  custom-colors, custom-header, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post
 */
 
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	
/* v  v  v  to create a static CSS paste the output of 
yoursite.com/.../style.css.php below this line:  v  v  v */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

body {
	font:Arial, Helvetica, sans-serif;
	background-repeat:repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-color:#333333;
	font-size: 12px;
	color: #353537;
	line-height:1.66em;

	}


#container { 
	position: relative; 
	width: 85%;  
	background: #ffffff;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	border:#353537 10px solid;
} 

	

#header { 
	height: 250px; 
	background: #333335 url(http://venueartandwine.com/blog/wp-content/themes/atahualpa/images/blog_logo.png); 
	padding: 0 10px 0 20px;  
background-repeat:no-repeat;
background-position:center;
} 

p {
padding: 10px;	
text-align:left;
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p#sub {
	text-align:right;
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1, h2, h3{
	color:#333333;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}



/* more ... means additional styles are in header.php */


/* ------------------------------------------------------------------
---------- BASE LAYOUT ----------------------------------------------
------------------------------------------------------------------ */
body {
	text-align: center;  /* centering the page container, 
							text-align will be reset to left 
							inside the container */
	margin: 0;
	padding: 0;
        background-image: #333333 url(wp-content/themes/atahualpa/images/bg_stripes.png);
	/* more  ... */
	}

a:link, a:visited, a:active {
	/* more  ... */
	}
	
a:hover {
	/* more  ... */
	}
		
ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
padding-left: 10px;

	}

ul ul, ul ol, ol ul, ol ol {
	/* remove margins

text-decoration: none;
}