/* --------------------------------------------------------
				Belly Button Buddies.com Copyright 2008
				Site design and development by
				Trafick Interactive Media Solutions 
				Curtis Rostad - curtis@trafick.net 
				http://www.trafick.net
-----------------------------------------------------------*/

*{margin:0px; 
	padding: 0px;}
	
a {	color: #069; text-decoration: none; outline: none; overflow: hidden;
}
a:hover {color: #C00; text-decoration: none;}


body{
background-image:url("../images/bbb_site_bg.jpg");
background-repeat:no-repeat;
background-position:top;
background-color:#ffd202;
font:12px "Myriad Web", Tahoma, Arial, Helvetica, sans-serif;
text-align:center;
}

h1{ font-size:1.6em; letter-spacing:1px;
color:#333;}

h2{ font-size:1.2em;
color:#333;}


#wrapper{
	width:900px;
    background-image:url("../images/wrap_bg.jpg");
    background-color:#eae9e4;
	text-align:left;
	margin:0px auto;
}

#header{height:265px;
background-image:url("../images/bbb_header_top.jpg");
background-repeat:no-repeat;
}

#rtCol{
	float:right;
	background-image:url("../images/important_info.jpg");
	background-repeat:no-repeat;
	width:175px;
	padding:80px 15px 0 15px;
	margin: 0 20px 0 0;
	color:#333;
	background-color:#fff;
	line-height:1.4em;
}

#content{width:auto;
line-height:1.4em;
margin: 0 250px 0 20px;
padding: 15px;
border:1px solid #220190;
background-color:#fff;
}


#contentBox{
width:auto;
background-image:url("../images/box_bg.jpg");
border: 1px #ccc solid;
padding: .2em;
text-align:justify;
}

	#contentBox ul{list-style-image: url("../images/check.gif");
	padding-left:2.5em;
	line-height:.5em;}
	
	#contentBox li{
	line-height:1.5em;
	}
	
	#contentBox ol{padding-left:2.5em;}


#contactBox{
float:right;
width:175px;
margin: 5px 10px 0 10px;
background-color:#FFC;
border: 1px #ccc solid;
padding: .2em;
text-align:justify;
}	

	
#infoBox{
width:auto;
height:auto;
background-color:#FFC;
border: 1px #ccc solid;
padding: .2em;
text-align:justify;
}	

#footer{width:auto;
height:125px;
background-image:url("../images/bbb_footer.jpg");
background-repeat:no-repeat;
background-color:#ffd202;
}

	.footer{
	padding: 125px 15px 0 0;
	color:#06c;
}

.clearfloat {
clear:both;
height:0;
font-size:1px;
line-height:0;
}

/*----------------Navigation Nuts and bolds -------------*/

#nav{height:87px;
background-image:url("../images/bbb_header_navbg.jpg");
}

ul#nav li {
		list-style-type: none;
		float: left;
		cursor: pointer;
		}
		ul#nav li#first { margin-left: 0 }
		ul#nav li a { display: block; text-indent: -9999px;}
			
			ul#nav a#home { background: url("../images/home.jpg") no-repeat left top; height: 87px; width: 172px; }
			ul#nav a#about { background: url("../images/about.jpg") no-repeat left top; height: 87px; width: 159px; }
			ul#nav a#time4 { background: url("../images/time4.jpg") no-repeat left top; height: 87px; width: 176px; }
			ul#nav a#kids { background: url("../images/4kids.jpg") no-repeat left top; height: 87px; width: 113px; }
			ul#nav a#bbbfavs { background: url("../images/bbbfavs.jpg") no-repeat left top; height: 87px; width: 210px; }
			
			ul#nav a:hover#home, ul#nav a#home-here { background: url("../images/home.jpg") no-repeat left -87px; height: 87px; width: 172px; }
			ul#nav a:hover#about, ul#nav a#about-here { background: url("../images/about.jpg") no-repeat left -87px; height: 87px; width: 159px; }
			ul#nav a:hover#time4, ul#nav a#time4-here { background: url("../images/time4.jpg") no-repeat left -87px; height: 87px; width: 176px; }
			ul#nav a:hover#kids, ul#nav a#kids-here { background: url("../images/4kids.jpg") no-repeat left -87px; height: 87px; width: 113px; }
			ul#nav a:hover#bbbfavs, ul#nav a#bbbfavs-here { background: url("../images/bbbfavs.jpg") no-repeat left -87px; height: 87px; width: 210px; }

/* ------------------- Typography Control -------------------------*/

.smallprint{
font-size:.75em;
color:#999;
}

.largeprint{
font-size:125%;

}

hr{
	color: #FC0;
	width:80%;
	text-align:center;
}

/* ------------------- Reusable Junk --------------------*/

.fltrt {
float:right;
margin-left:8px;
}

.fltlft {
float:left;
margin-right:8px;
}

.fltrtBRD {
float:right;
margin-left:8px;
border:1px #666 solid;
}

.fltlftBRD {
float:left;
margin-right:8px;
border:1px #666 solid;
}

div.clear{
clear:both;}

