@charset "UTF-8";

/*
Theme Name: Bonanafana
Theme URI:
Description: Theme for Bonanafana
Author: Creative Corner
Author URI: http://www.creative-corner.co.uk
Version: 1.0
*/
 
* {	
    border:0
}

html {
    margin: 0;
	background-color: #000000;
}

body  {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-image: url(/wp-content/themes/bonanafana/images/curtain-background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: #ffffff;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

a {
	color: #FFFF00;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #FF0000;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #FF0000;
	font-weight: normal;
	text-align: center;
}
#Main_Content {
	width: 480px;
	margin: 0 auto;
	text-align: left;
}
#content {
	margin: 0 70px 0 70px;
}
h1 {
	color: #FFFF00;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 5px;
}
h3 {
	color: #FF0000;
}
p {
	margin-top: 0px;
}


/*	Images: Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
	
.aligncenter {
	margin: 10px auto 10px auto;
	}

.alignright {
	margin: 0 0 20px 20px;
	float: right;
	}

.alignleft {
	margin: 0 20px 20px 0;
	float: left
	}
	
.alignnone {
	margin: 5px 0 20px 0;
	}
		
.thumb {
	margin: 0 20px 20px 0;
	float: left
	}
	
.wp-post-image {
	margin: 5px 20px 20px 0;
	float: left;
	}	
		
.wp-caption-text {
	text-align: center;
	font-size: 85%;
	color: #FF3300;
	padding-top: 5px;
	margin-bottom: 10px;
}
#slideshow_1 {
	margin: 20px 0 30px 30px;
}

