/*
Theme Name: Bonaventure Theme
Theme URI: http://BonaventureDesign.com/
Description: Seeing is believing.
Version: 1.0
Author: David Brindle
Author URI: http://DavidBrindle.com/
Tags: orange

*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100% !important;
	margin: 0 auto -200px;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/main_bak_home.jpg);
	background-repeat: repeat-x;
	background-color: #eee9e3;
}
body#subpage {
	margin: 0;
	padding: 0;
	background-image: url(images/main_bak_subpage.jpg);
	background-repeat: repeat-x;
	background-color: #eee9e3;
}
#header_home {
	background-image: url(images/top_home.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 460px;
}
#header_subpage {
	background-image: url(images/top_subpage.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 172px;
}

#nav {
	height: 30px;
	width: 960px;
	position: absolute;
	top: 5px;
}
#nav ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li a {
	display: block;
	float: right;
	padding: 2px 10px 0 10px;
	color: #bcd3e7;
	text-decoration: none;
	border: none;
}
#nav li a:hover {
	color: white;
}

#main_content_home {
	width: 100%;
}
#main_content_subpage {
	width: 100%;
}

#main_content_home li, #main_content_subpage li {
	list-style: url(images/bullet.gif);
}
#work a img, #work a:visited img {
	border: 2px solid white;
}
#work a:hover img {
	border: 2px solid #8eb6d9;
}
#sidebar li, #sidebar ul {
	list-style:none;
	padding:0;
	margin: 0;
}
#sidebar {
	margin-bottom: 15px;
}
.navigation {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b5b5b5;
	color: #5f5f5f;
}

.navigation, .navigation a, .navigation a:visited {
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#footer_wrapper, .push {
	height: 200px;
}

#footer_wrapper {
	width: 100%;
	min-height: 200px;
	background-image: url(images/footer_bak.jpg);
	background-repeat: repeat-x;
}
#footer {
	min-height: 200px;
}
#footer p {
	color: #f1ebe7;
	font-size: 11px;
	line-height: 120%;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#footer ul {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
#footer li a {
	display: block;
	float: right;
	padding: 0 5px 0 5px;
	color: #f1ebe7;
	font-size: 12px;
}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */





/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
