/*
Theme Name: BBox
Theme URI: http://wordpress.org/
Version: 1.0
Author: Benoit Gilloz
*/

@import 'reset.css';

body{
    font-size:0.8em;
	font-family:helvetica, arial;
	background:url(images/960_grid_12_col.gif) repeat-y top center;
}


.centergrid{
    width:960px;
    margin:0 10px;
}

.quarter{
	float:left;
	width:200px;
	margin:0 10px;
	padding:10px;
}

.clear{
	clear:both;
}

h1{
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:15px;
}

h2{
	font-size:1.4em;
	font-weight:bold;
}

#wrapper{
    width:960px;
	padding:0 25px; /* temporary, just to show the arrows for the slider*/
    margin:0 auto;
	background:url(images/storyboard_all.png) no-repeat top center;
}


body#homepage #wrapper{
	background:url(images/storyboard.png) no-repeat top center;
}

#header{
	margin:0 10px 10px 10px;
	height:110px;
}

	#logo{
		display:block;
		height:80px;
		width:150px;
		text-indent:-999em;
	}

	.phone_number{
		float:right;
	}

	#banner{
		height:286px;
	}

		#home_intro{
			width:480px;
			float:right;
			margin-top:50px;
			color:#fff;
		}

			#home_intro h3{
				font-size:1.2em;
				margin-bottom:10px;
			}

	
		.menu{ 
			padding-bottom:30px;
			line-height:30px;
			width:520px;
			float:right;
		}
	

		#access li{
			display:inline;
			margin-right:30px;
		}
		/* the rest is at the end with the superfish styling */

	
	.slider_text{
		padding:10px;
		float:left;
		width:280px;
		margin-right:10px;
		position:relative;
	}
	
		.slider_text h2{
			margin-bottom:10px;
		}
		
		.slider a.more-link{
			float:right;
		}

	.slider_image img{
		margin-left:10px;
	}

#container{
	float:left;
	width:720px;
}

	#content{
		margin:10px 10px;
		width:700px;
	}
	
	.hentry{
		line-height:1.6em;
	}
	
		.hentry p{
			margin-bottom:10px;
		}
	
	.homebox h3{
		margin-bottom:15px;
		font-weight:bold;
	}
	
	.homebox ul{
		margin-left:25px;
	}
		
		.homebox li{
			margin-bottom:5px;
		}


	.hentry img{
		border:3px solid #eee;
	}
		
	.navigation{
		height:1em;
		margin:10px 0;
		padding:10px 0;
		border:1px solid #eee;
		border-width:1px 0 1px 0;
	}
	
		.nav-previous{
			float:left;
			margin-right:10px;
		}
		
		.nav-next{
			float:right;
			margin-left:10px;
		}
		
		
.sidebar{
	float:right;
	margin:0 10px;
	width:200px;
	padding:10px;
}

	.sidebar ul{
		list-style:none;
	}
	
	.widget h3{
		font-weight:bold;
		font-size:1.4em;
		margin-bottom:15px;
	}
	
	.widget_text p{
		margin-bottom:10px;
		line-height:1.6em;
	}

#footer{
	clear:both;
	padding-top:20px;
}

	.footer-box{
		width:280px;
		margin:0 10px;
		padding:10px;
		float:left;
		background:#eee;
	}

	.footer_text{
		margin:0 10px;
	}



