/*
Theme Name: Superior Smiles
Theme URI: http://www.SuperiorSmiles.biz/
Description: Two-column fixed-width with top navigation
Version: 1.0
Author: Sandstone Digital
Author URI: http://www.SandstoneDigital.com/
Tags: blue, white, purple, fixed width, two columns, widgets, top menu
*/

*{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	}
body{
	font:100% Tahoma,Arial,Verdana,sans-serif;
	text-align:center;
	line-height:1;
	}
table{
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	}
p{
	margin:5px 0 10px;
	}
ul,ol{
	margin:5px 5px 20px 35px;
	}
h1,h2,h3,h4,h5,h6{
	font-size:150%;
	font-weight:normal;
	color:#7240a1;
	}
h2{
	font-size:137.5%;
	}
.entry h1{
	margin:0 0 25px;
	}
h3{
	font-size:125%;
	}
h4,h5,h6{
	font-size:112.5%;
	font-weight:bold;
	}
h5{
	font-size:100%;
	}
h6{
	font-size:90%;
	}
a:link,a:visited{
	color:#5f1472;
	text-decoration:none;
	}
a:focus,a:hover,a:active{
	text-decoration:underline;
	}
img,a img{
	text-decoration:none;
	border:0;
	/*CHECK WITH AND WITHOUT THIS STYLING - IT SHOULD BE UNNECESSARY*/
	}
blockquote{
	margin:5px 30px 15px;
	padding:10px;
	background:#ccc;
	}
blockquote p{
	margin:0;
	}
#wrap{
	width:902px;
	margin:0 auto;
	text-align:left;
	}
#head{
	height:273px;
	margin:0 0 12px;
	background:url('images/head-bg.jpg') no-repeat;
	}
#nav{
	float:left;
	width:100%;
	margin:190px 0 0 48px;
	}
#nav li{
	float:left;
	list-style:none;
	width:109px;
	height:79px;
	margin:0;
	padding:0;
	text-align:center;
	background:url('images/nav/rotate.php') no-repeat;
	}
#nav a:link,#nav a:visited{
	display:block;
	width:84px;
	height:54px;
	margin:25px auto 0;
	font-size:115%;
	color:#3e3e3e;
	}
#nav a:focus,#nav a:hover,#nav a:active,#nav .current_page_item a{
	color:#5f1472;
	text-decoration:none;
	}
/*
#nav a.pad1{
	height:64px;
	margin-top:15px;
	}
#nav a.pad2{
	height:54px;
	margin-top:25px;
	}
*/
#page{
	background:url('images/page-bg.gif') repeat-y;
	}
#sidebar{
	float:left;
	width:241px;
	margin:0 15px 0 45px;
	}
#div{
	padding:55px 25px 25px;
	background:#fffbfb;
	}
#sidebar p{
	margin:0;
	font-size:87.5%;
	line-height:1.2;
	}
#content{
	float:left;
	width:500px;
	padding:10px 25px 25px;
	font-size:87.5%;
	background:#fffbfb url('images/content-top.gif') no-repeat;
	}
#content h2{
	margin:0 0 20px;
	font-size:150%;
	}
#team p span{
	display:inline-block;
	width:90px;
	height:1.2em;
	font-weight:bold;
	}
#team p span.mid{
	width:175px;
	}
#foot{
	height:134px;
	padding:0 0 0 55px;
	font-size:87.5%;
	background:url('images/foot-bg.gif') repeat-x;
	}
#foot_nav{
	float:left;
	width:100%;
	margin:45px 0 5px;
	padding:0;
	}
#foot_nav li{
	list-style:none;
	float:left;
	width:auto;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	border-left:1px solid #5f1472;
	}
#foot_nav li:first-child{
	margin:0;
	padding:0;
	border:0;
	}
#foot .current_page_item a{
	text-decoration:underline;
	}
.bold{
	font-weight:bold;
	}
.small{
	font-size:87.5%;
	}
.clear-b{
	clear:both;
	}
.right{
	float:right;
	}
.left{
	float:left;
	}
.right img{
	margin:5px 0 5px 15px;
	}
.left img{
	margin:5px 15px 5px 0;
	}
.center{
	text-align:center;
	}
