/*
Theme Name: Media Camp
Theme URI: http://www.mediacamp.ca
Description: Media Camp Theme. 
Version: 1.0
Author: Kevin Element & Jason Whiteside
Author URI: http://www.mediacamp.ca/
*/
body{
	background: url('images/bgfinal.jpg') repeat scroll center top;
}
#shadowBox{
	margin:25px auto;
	width:740px;
	background: url('images/shadowBackground.jpg') repeat scroll center top;
}
#container{
	margin:0px auto;
	width:720px;
	background-color:white;
}
#header{
	width:720px;
	height:90px;
	background-color:white;
}
#header2{
	width:720px;
	height:80px;
	background-color:#958D82;
	padding:10px 0 0 0;
}
#header3{
	width:720px;
	height:250px;
	background-color:black;
}
#mainContent{
	width:516px;
	position:relative;
	min-height:300px;
	background-color:white;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:20px 0 0 0;
	line-height:20px;
	font-size:12px;
	color:#666666;
}
#contentBuffer{
	width:480px;
	margin:0 auto;
}
#footer{
	width:720px;
	height:5px;
	background:white;
	text-align:right;
	position:relative;
	float:left;
	display:block;
}
#sideBar{
	width:204px;
	position:relative;
	background-color:white;
	float:right;
	background-image:url(images/searchBackground.jpg);
}
#sideBar img{
	border:none;
	display:block;
}
#searchform input{
	font-size:10px;
	border:#999999 thin solid;
	width:100px;
}
/* Begin dTabs css */
#tabNavigation{
	width:720px;
	height:40px;
	background-color:#E7E7E7;
}
#tabbar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: block;
	width: 720px;
	vertical-align: bottom;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tabbarbox {
	margin: 0px auto 0px auto;
	padding: 15px 0 0 0;
	width: 720px;
	background: #E6E6E6 url("images/tabbar.jpg") no-repeat bottom center;
	vertical-align: bottom;
}
.tab, .tabselected{
	display: table-cell;
	text-align: center;
	width: 100px;
	height: 25px;
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
}
.tab {
	
	background: url("images/tab_grey.jpg") no-repeat top;
		font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tabselected{
	border-bottom-style: none;
	background: url("images/tab_white.jpg") no-repeat top;
}

.tab a, .tabselected a {
	display: table-cell;
	text-align: center;
	width: 100px;
	height: 20px;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	color:#780F26;
	text-decoration:none;
}
.dmenu {
	display: none;
	margin: 25px 0px 0px 2px;
	padding: 10px 20px 10px 0px;
	border: 1px solid #A2A2A2;
	background-color: #E6E6E6;
	position: relative;
	z-index: 100;
	min-width: 88px;
	text-align: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.dmenu ul{
	padding:0;
	margin:0px 0px 0px 17px;
}
.dmenu ul ul{
	padding:0;
	top:15px;
	margin:0px 0px 0px 10px;
	color:#000000;
	list-style:none;
}
.dmenu ul li{
	color:#333333;
	list-style:none;
	line-height:20px;
}
.dmenu ul li a{
	color:#333333;
	text-decoration:none;
}
.dmenu ul li a:hover{
	color:#990033;
}
/* End dTabs css */