/*
Theme Name: Richmond Hockey Fights Cancer Layout
Theme URI: 
Description: Built for RHFC by Timothy Wood (codearachnid)
Version: 1.0
Author: Timothy Wood
Author URI: http://sitebytim.com
*/
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
		background: #dadada url('img/bg.png') top left repeat-x;
	margin:0;
	padding:0;
}
#header {
	width: 760px;
	margin: 0 auto 0;
	padding: 0;
}
#header {
	height: 46px;
}
#container {
	width: 805px; /*orig 805*/
	margin: 0 auto;
	padding: 0 0 0 0px;
	background:url('img/bg_container.gif') top left repeat-y #ffffff;
}

#left {
	float:left;
	width: 24px;
	/*padding:201px 0 24px 0;*/
	padding:0 0 24px 0;
}
#right {
	float:left;
	width: 781px;
	background-color:#ffffff;
	/*background: #ffffff url('img/bg_login.gif') bottom left repeat-x;*/
}

#wrapperHdr {
	width: 781px;
	height:48px;
	float: left;
}

#nav {
	float:left;
	width:517px; /*orig 567*/
	height:48px;
	/*padding-left:50px;*/
	font-size:11px;
	color:#333333;
	text-transform:uppercase;
	
}
/*
#nav ul {
	
}
*/
#nav #hdNavBG {
	z-index: 80;
	top:46px;
	position:absolute;
}
#nav #hdNavTXT {
	z-index:99;
	top:46px;
	position:absolute;

}
#nav li {
	float:left;
	display:block;
	list-style:none;
	text-align:center;
	width:108px;
	height: 37px;
	background: url('img/bg_nav_tabs.gif') top left no-repeat;
	padding:15px 0 0;
}

#nav a:active, #nav a:link, #nav a:visited {
	text-decoration: none;
	color: #333333;
	font-weight:none;
}

#nav a:hover{
	
	color: #ff9400;
}

#nav li.current_page_item, #nav li.current-cat, #nav li.current_page_ancestor {
	
	background: #6b6b6b url('img/bg_nav_tabs.gif') top left no-repeat;

}

#nav li.current_page_item a:active, #nav li.current_page_item a:link, #nav li.current_page_item a:visited, {
	color: white;
}

#subpages {
	list-style:none;
	margin-top:126px;
}
#subpages li {
	width: 24px;
	margin-top: 5px;
}
#subpages li img { float:left; }

#title {
	width:708px; /*orig 781*/
	border-bottom: 1px solid #bfbfbf;
	padding: 20px 0 20px 50px;
	float:left;
}

h1, h1 a {
	font-size:30px;
	color:#63009C;
	font-weight:bold;
	text-decoration: none;
}
h2, h2 a {
	font-size: 22px;
	color: #E1420D;
	font-weight:bold;
	text-decoration: none;
}

#content {
	width:639px;
	float:left;
	padding: 40px 50px 40px;
	font-size:13px;
	line-height:20px;
	background-color:#ffffff;
	color:#535353;
}
#content_narrow {
	width:430px;
	float:left;
	padding: 40px 50px 40px 50px;
	font-size:13px;
	line-height:20px;
	background-color:#ffffff;
	color:#535353;
}
#sidebar {
  float:left;
  width: 200px;
  border-left: 1px solid #ccc;
  padding:10px;
}

#content a:active, #content a:link, #content a:visited, #content_narrow a:active, #content_narrow a:link, #content_narrow a:visited {
	color:#ff9400;
}

#content a:hover,#content_narrow a:hover {
	color:#535353;

}

#content p, #content ul, #content_narrow p, #content_narrow ul{
	margin-bottom:14px;
}

#content ul li,#content_narrow ul li {
	margin-left:40px;
}
#wrapperFtr {
	width:781px;
	padding-left:24px;
	float:left;
	height:142px;
	background: url('img/bg_left.gif') bottom left no-repeat;


}

#footer {
	width:493px;
	float:left;
	height:79px;
	padding:39px 0 0 74px;
	border-top: 1px solid #bfbfbf;
	font-size:11px;
	color:#666666;
	background-color: #ffffff;
}

#logo {
	width:167px;
	height:79px;
	float:left;
	border-top: 1px solid #bfbfbf;
	padding:39px 0 0 47px;
	background-color: #ffffff;
}

#logIn {
	float:left;
	width:781px;
	height:24px;
	padding-bottom:20px;
	background: url('img/bg_login.gif') repeat-x;
}

#logIn ul {
	margin: 5px 0 0 10px;
}
#logIn li {
	display: inline;
	list-style:none;
	font-size:10px;
	margin-right:10px;
}

#logIn a:active, #logIn a:link, #logIn a:visited {
	color:#999999;
	text-decoration:none;
}

#logIn a:hover {
	text-decoration:underline;
} 



.clear {
	clear:both;
	overflow:hidden;
	height: 0px;
}
#socialnet {
	margin: 0px auto;
}
#socialnet li {
	border: 0; 
	margin: 10px 3px 0; 
	float: left;
	list-style: none;
	font-size: 10px;
	line-height: 22px;
}
textarea, input {
	border: 1px solid #B2B2B2;
	width: 650px;
	padding: 5px;
}
input.btn {
	border: 1px solid black;
	width: auto;
}
input.sfield {
	padding: 1px;
}

#search {
	width:171px;
	padding-top:14px;
	float:right;
}

#s {
	border: 1px solid #cccccc;
	width: 100px;
	height: 16px;
	font-size: 12px;
}
.alignleft {
	float:left;
	margin: 0 10px 10px 0;
}
.alignright {
	float:right;
	margin: 0 0 10px 10px;
}
