/*
Theme Name: BTI Whitewater
Theme URI: http://www.btiwhitewater.com
Description: Three Column Design Custom WP Theme
Version: 1.0
Author: Sammy Russo
*/
body {
	margin:0px;
	padding: 0px;
	background:url(images/bg.jpg) repeat-x #006699;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#page {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
	clear:both;
	}
#header {
	width:100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	background:url(images/top.jpg) top no-repeat;
	}
#top {
	width: 980px;
	clear:both;
	margin: 0 auto;
	padding: 0px 10px;
	height: 120px;
}	
#title {
	width: 100%;
	margin: 0px;
	clear:both;
	padding: 0px;
	}
.titleleft {
	width: 530px;
	float: left;
}	
.titleright {
	width: 360px;
	float:right;
	padding: 5px 10px;
	}
#topRight {
	background:url(images/headRight.jpg) no-repeat top;
	height: 120px;
	width: 490px;
	}
.topRight {
	width: 300px;
	float: right;
	text-align: right;
	padding: 5px 15px;
	color: #FFFFFF;
	font-size:1.2em;
	}	
#wrapper {
	background: url(images/body_bg.jpg) repeat-y top #FFFFFF;
	width:100%;
	padding: 5px 0px 0px 0px;;
	margin: 0px;
	clear:both;
	}
#container {
	width:750px;
	clear:both;
	margin: 0px;
	padding: 0px;
	}	
#content {
	margin: 0px;
	padding: 10px 15px 15px 15px;
	}	
#sidebar {
	padding: 0 0 0 5px;	
	margin: 0px;
	}
#sidebar2 {
	margin: 0px;
	padding: 10px 5px 0px 0px;
	}	
#footer {
	width: 100%;
	height: 130px;
	background:url(images/footer_bg.jpg) bottom no-repeat;
	clear:both;
	}	
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
.sidecar {
	background-color: #ededed;
	border: 1px dotted #666666;
	padding: 7px;
	border-right: none;
	width: 182px;
	margin-bottom: 2em;
	}	
/*typography*/
p {
	font-size: 1.2em;
	line-height: 1.4em;
	}	
#header h2 {
	font-size: 1.7em;
	padding: 3px 5px 0px 25px;
	color: #006699;
	margin: 0px;
	letter-spacing:-1px;
	vertical-align:middle;
	}
#content h1 {
	font-size: 2em;
	color: #FF0000;
	margin: 0px;
	letter-spacing: -1px;
	vertical-align:middle;
	padding-bottom:10px;
	}	
#content h2 {
	color: #990000;
	font-size: 1.7em;
	margin: 0px;
	padding: 0px;
        letter-spacing: -1px;
	}
#content h3 {
	color: #666666;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	}	
#content ul li {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	}	
#content ul {
	margin-bottom: 3em;
	}
#sidebar h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	}			
a, a:link {
	color: #003366;
	text-decoration:underline;
	}
a:visited {
	color:#990000;
	}
a:hover {
	text-decoration: none;
	}
#breadcrumb {
	margin: 10px 0px 0px 25px;
	font-size: 1.1em;
    }		
.postmetadata {
	padding: 5px;
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	background-color:#0099CC;
	color:#FFFFFF;
	}						
/* Sidebar  / Ordered Lists */
#nav {
	padding-top: 5px;
	width: 205px;
	}

#nav ul li {
	display:block;
	list-style:none;
	margin: 0px;
	padding: 0px;
	margin-left: -3.5em;
	padding-top: 7px;
	}

#nav li {
	background: url(images/navBg.jpg) no-repeat;
	height:24px;
	width: 205px;
	}
#nav li a, #nav li a:link,  #nav li a:visited {
	padding: 10px 20px;
	color:#FFFFCC;
	font-size: 1.1em;
	margin-left: 1.5em;
	font-weight:bold;
	text-decoration:underline;
	}	
#nav li a:hover {
	color:#FF0000;
	text-decoration: none;
	}

.border {
	padding: 5px 7px 10px 7px;
	border: 1px dashed #999999;
	width: 180px;
	margin-left: 2.5em;
	margin-bottom: 2em;
	}
.borderRt {
	padding: 5px 0px 10px 7px;
	border: 1px dashed #999999;
	border-right:none;
	width: 190px;
	margin-bottom: 2em;
	}		
/* 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 */

/*--Table Classes--*/
table tr td.br {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	}	 
table tr td.bot {
	border-bottom: 1px solid #000000;
	}	
table tr td.rt {
	border-right: 1px solid #000000;
	}				
p.ff00ff {
        color: #ff00ff;
        font-size: 1.6em;
        font-weight: bold;
}
p.ff00ff a, p.ff00ff a:link, p.ff00ff a:visited {
       color: #ff00ff;
}
/*-- Color Boxes --*/
#sidebar.box, #sidebar2.box {
	width: 200px;
	clear:both;
	}
.topGrn{
	height: 11px;
	width: 200px;
	background:url(images/grnTop.jpg) no-repeat top;
	}
.bdGrn {
	width:200px;
	background:url(images/grnSlice.jpg)	repeat-y;
	}
.footerGrn	{
	width: 200px;
	height:11px;
	background:url(images/grnBottom.jpg) no-repeat top;
	}
.topYellow{
	height: 11px;
	width: 200px;
	background: url(images/ylwTop.jpg) no-repeat top;
	}
.bdYellow {
	width:200px;
	background: url(images/ylwBd.jpg) repeat-y;
	}
.footerYellow	{
	width: 200px;
	height:11px;
	background: url(images/ylwFooter.jpg) no-repeat top;
	}			
.topPurple{
	height: 11px;
	width: 200px;
	background: url(images/purpleTop.jpg) no-repeat top;
	}
.bdPurple {
	width:200px;
	background: url(images/purpleBG.jpg) repeat-y;
	}
.footerPurple	{
	width: 200px;
	height:11px;
	background: url(images/purpleFooter.jpg) no-repeat top;
	}	
.topPink{
	height: 11px;
	width: 200px;
	background: url(images/pinkTop.jpg) no-repeat top;
	}
.bgPink {
	width:200px;
	background: url(images/pinkBG.jpg) repeat-y;
	}
.footerPink	{
	width: 200px;
	height:11px;
	background: url(images/pinkFooter.jpg) no-repeat top;
	}
/*-- Right Sidebar -- */
#sidebar2 h2 {
	font-size: 1.2em;
	color:#990000;
	margin: 0px;
	}	
#sidebar2 h3 {
	color: #000000;
	font-size: 1.1em;
	margin: 0px;
	padding-left: 10px;
	}		
.h2padding {
	padding-left: 7px;
	}	
#sidebar2 ul li {
	display:block;
	list-style:none;
	margin-left: -10px;
	}
#sidebar2 li {
	padding-bottom: 1em;	
	}
ul.rtside {
	margin-top: 0px;
	margin-bottom: 5px;
	width: 155px;
	}		
#sidebar2 h1 a{
	font-size: 16px;
	text-decoration: none;
	}				
	