/* Reseting values */

ul, li {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration:none;
}

/* General styles */

body {
	background-image:url(capoeira_angola_images/coffe-bag-site-back.jpg);
	background-position:center top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-color: #000000;
}
#wrapper {
	width: 913px;
	margin: 0 auto;
	padding: 0;
	background-image: url(capoeira_angola_images/content-back-repeat.gif);
	background-repeat: repeat-y;
} /* Setting margin to 0 auto will center this div */
#header {
	width: 100%;
	padding: 0;
	height: 239px;
	background-image: url(capoeira_angola_images/capoeira-angola-header.jpg);
	background-repeat: no-repeat;
	clear:both;
	position: relative;
} /* Change the height to whatever it needs to be */
/*#navbar { width: 100%; margin: 0; padding: 0; height: 50px; } /* Change the margin and padding to align, and height as needed */
#home_link {
	position:absolute;
	top:89px;
	left:7px;
}
#main {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:left;
	background-image: url(capoeira_angola_images/main-content-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 300px;
	background-color:#000000;
	background-image: url(capoeira_angola_images/footer-capoeira-photos.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

/* Sidebar and content */
 
#sidebar { width: 271px; } /* Change the width as needed */
#content { width: 642px; } /* Change the width as needed */
#content_display {padding-left: 46px; padding-right:20px; padding-top:35px; position:relative;} 

/* Float controls */
 
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.noshow { display: none; }

/* Menu controls */

#menu {
	padding-left: 34px;
	list-style-type: none;
	height: 27px;
	margin: 0px;
	}
#content #menu li {
	display: inline;
	height: 27px;
}
#content #menu li a {
	height: 27px;
}
#menu li img {
	padding: 8px 12px;
	border-right: 1px solid #000000;

}
#menu li img.no_border {
	border-right: 0px;
}


/* Homepage content */

#content .intro {
	font-size:16px;
	color: #7E6B41;
	line-height:24px;
	margin-top: 8px;
	margin-bottom: 35px;
}

/* Side bar 

#news {
	height:340px;
	width:229px;
	background-image:url(capoeira_angola_images/side-bar-news-back.jpg);
	background-repeat:no-repeat;
	margin-left:17px;
}*/
#news ul {
	font-size:12px;
	line-height: 18px;
	list-style-type: none;
	padding-left: 22px;
	color: #5A4E18;
}
#news li {
	background-image: url(capoeira_angola_images/news-list-back.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 13px;
	padding-right: 25px;
	padding-bottom: 5px;
}
#amazon_banner {
	width:220px;
	height:46px;
	margin-left:19px;
	margin-top:4px;
}
#newsletter {
	margin-top:20px;
	padding-top:15px;
	font-size:11px;
	margin-left:19px;
	background-image: url(capoeira_angola_images/side-bar-seperator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#info, #info_2, #news {
	width:227px;
	margin-top:24px;
	background-image:url(capoeira_angola_images/side-bar-info-back.jpg);
	background-repeat:no-repeat;
	margin-left:19px;
}
#info li {	
    background-image: url(capoeira_angola_images/info-list-back.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	font-size:13px;
	line-height: 25px;
    padding-left: 20px;
	margin-left:20px;
}
#info li a.cat_active { font-weight:bold; }
#info ul {
	margin-bottom:10px;
}
#info li a {	
	color: #5A4E18;
}
#info li a:hover {	
	color: #333300;
}
#content_display .entry-content a {
	color:#BA5305;
} 
#content_display .entry-content a:hover {
	text-decoration:underline;
} 
#google_ads {
	margin-left: 30px;
	margin-top:15px;
}
#google_ads_index {
	margin-left: 45px;
	margin-top:15px;
}
#footer_links {
	padding-top:270px;
	color:#E3DFC1;
	text-align:left;
	font-size:11px;
}
.copyright {
	padding-left:52px;
}
.credit {
	padding-right:37px;
}
#footer_links a:link, #footer_links a:visited {
	color:#7E6B41;
}
#footer_links a:hover {
	text-decoration:underline;
}

/* 404 page */

h1.error-status {
	font-size:20px;
}
#content_display .article_nav a, #content_display .error_link a {
	color: #5A4E18;
}
#content_display .article_nav a:hover, #content_display .error_link a:hover {
	color: #333300;
}