@charset "ISO-8859-1";
html
{
	height:100%
}

body 
{
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
}
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
	body 
	{
		font-size:400%;
	}
}*/

img#bhca_logo 
{
	width:60px;
	height:60px;
}

@media 
only screen and (min-device-width : 320px) and (max-device-width : 960px)
{
	img#bhca_logo 
	{
		width:40px;
		height:40px;
	}
}

div#container 
{
	width: 1250px;
	height:100%;
	background: #5AA699;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
}
div#container_top
{
	width: 1250px;
	height:80px;
	background: #5AA699;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
}

@media 
only screen and (min-device-width : 320px) and (max-device-width : 1250px)
{
	div#container 
	{
		width: 100%;
	}
	div#container_top
	{
		width: 100%;
		height: auto;
	}
}

div#logobar 
{
	background-color: #4A9689;
	width: 250px;
    float: left;
    height: 50px;
    padding: 15px 10px 15px 20px;
    z-index: 0;
}

@media 
only screen and (min-device-width : 320px) and (max-device-width : 960px)
{
	div#logobar
	{
		width: auto;
		height: auto;
		float: left;
		padding: 0;
		padding-bottom: 2px;
	}
}

div#logobar h3 {
	color: white;
}

div#topbar
{
    margin: 0 0 0 0px;
    height: 50px;
    background:#5AA699;
    padding: 15px 10px 15px 20px;
    z-index: 1;
}

@media 
only screen and (min-device-width : 320px) and (max-device-width : 960px)
{
	div#topbar
	{
		float: none;
		width: auto;
		height: auto;
		background:#4A9689;
		padding:0;
	}
}

div#sidebar 
{
	float: left;
	width: 250px;
	min-height:100%;
	background-color: #4A9689;
	padding: 15px 10px 15px 20px;
	z-index: 0;
}

div#sidebar select
{
	border: 0 ;
	height:20px;
	background-color: #8AC6B9;
	margin-bottom: 2em;
}

div#sidebar p 
{
	font-size:small;
	font-weight:bold;
	color: white;
	padding-left: 0px;
}

div#sidebar h1 
{
	font-weight:bold;
	font-size:large;
	
	color: white;
	padding-left: 0px;
	padding-top: 6em;
	padding-bottom: 3em;
}

div#sidebar input 
{
	font-size:medium;	
	color: white;
	padding-left: 0px;
	background-color:#1A6659;
	padding: 5px 15px 5px 15px;
	margin-top: 2em ;
	margin-bottom: 5em;
}

@media 
only screen and (min-device-width : 320px) and (max-device-width : 960px)
{
	div#sidebar
	{
		float: none;
		width: auto;
		min-height: initial;
	}

	div#sidebar h1 
	{
		padding-top: initial;
		padding-bottom: initial;
	}

	div#sidebar select
	{
		margin-bottom: 1em;
	}

	div#sidebar input 
	{
		padding: 5px 15px 5px 15px;
		margin-top: initial; 
		margin-bottom: initial;
	}
}
div#mainContent 
{
	float: initial;
	min-height:100%;
	margin: 0 0 0 280px;
	padding: 15px 20px 15px 20px;
	background: #5AA699;
	z-index: 0;
}

@media 
only screen and (min-device-width : 320px) and (max-device-width : 960px)
{
	div#mainContent
	{
		width:auto;
		min-height: initial;
		float:none;
		margin: 0;
		overflow: scroll;
	}
}

@media 
only screen and (min-device-width : 604px) /*and (max-device-width : 1024px)*/ and (orientation : landscape)
{
	div#mainContent
	{
		width:auto;
	}
}

div#topbar nav > a
{
	display: none;
}

div#topbar nav  li
{
	position: relative;
}

div#topbar nav ul ul 
{
	display: none;
}

div#topbar nav ul li:hover > ul 
{
	display: block;
}
	
div#topbar nav ul 
{
	background: #efefef; 
	background: linear-gradient(to bottom, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 10px;
	border-radius: 5px;  
	list-style: none;
	position: relative;
	display: inline-table;
}

div#topbar nav ul:after 
{
	content: ""; clear: both; display: block;
}
	
div#topbar nav ul li 
{
	float: left;
}
	
div#topbar nav ul li:hover 
{
	background: #4b545f;
	background: linear-gradient(to bottom, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}
		
div#topbar nav ul li:hover a 
{
	color: #fff;
}

div#topbar nav ul li a > span:after
{
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #757575;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

div#topbar nav ul li:hover a > span:after
{
	border-top-color: #fff;
}

div#topbar nav ul li a 
{
	display: block; 
	padding: 10px 20px;
	color: #757575; 
	text-decoration: none;
}
	
div#topbar nav ul ul 
{
	background: #5f6975; 
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 100%;
	width: 200px;
}
	
div#topbar nav ul ul li 
{
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}
div#topbar nav ul ul li a 
{
	display: block; 
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
}	

div#topbar nav ul ul li a:hover 
{
	background: #4b545f;
}
			
			
div#topbar nav ul ul ul 
{
	position: absolute; 
	left: 100%; 
	top:0;
}

@media 
only screen and (min-device-width : 320px) and (max-device-width : 960px)
{
	div#topbar nav
	{
		position: relative;
		padding: 2px;
	}
		div#topbar nav > a
		{
			width: 2.5em;
			height: 2.5em;
			text-align: left;
			text-indent: -9999px;
			background-color: #efefef;
			position: relative;
		}
			div#topbar nav > a:before
			{
				position: absolute;
				border-top: 0.9em double #757575;
				border-bottom: 0.35em solid #757575;
				top: 22%;
				left: 20%;
				right: 20%;
				height: 0.25em;			
				content: '';
			}
	
		div#topbar nav:not( :target ) > a:first-of-type,
		div#topbar nav:target > a:last-of-type
		{
			display: block;
			margin-left:auto;
			margin-right:0;
		}
	
	/* first level */
	
	div#topbar nav > ul 
	{
		background: #efefef; 
		/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
		padding: 0 0;
		border-radius: 0px;  
		position: relative;
		display: none;
		left:0;
		right:0;
		margin:0;
	}
        div#topbar nav:target > ul
		{
			display: block;
		}
		div#topbar nav ul ul 
		{
			padding-left:10px;
			width: 100%;
			position: relative;
		}
		div#topbar nav > ul > li
		{
            width: 100%;
            float: none;
        }
		
	/* second level */
	div#topbar nav li ul
	{
        position: static;
    }
	
	/* third level */
	div#topbar nav ul ul ul 
	{
		padding-left:20px;
		position: relative; 
		left: 0; 
		top:0;
	}
	
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
@media 
only screen and (min-device-width : 320px) and (max-device-width : 960px)
{
	h3#bhca_logo_heading
	{
		margin-bottom: 0;
	}
}

#table_formal {
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
    width: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	min-width: 500px;
	max-width: 730px;
}
#table_formal td, #table-2 th {
	padding: 5px;
	color: #333;
}
#table_formal thead {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4B4B4B;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
#table_formal th {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-shadow: white 1px 1px 1px;
}
#table_formal td {
	line-height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#table_formal td:hover {
	background-color: #fff;
}

#table_archer_stats 
{
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
	/*width: 100%;*/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/*min-width: 500px;*/
	max-width: 730px;
}

#table_archer_stats thead 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: .2em 0 .2em .5em;
	text-align: left;
	color: #4B4B4B;
	background-color: #C8C8C8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));
	background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);
	border-bottom: solid 1px #999;
}
#table_archer_stats th
{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-shadow: white 1px 1px 1px;
	vertical-align: top;
	padding: 5px;
	color: #333;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
#table_archer_stats thead th 
{
	border-bottom: 0px;
	border-top: 0px;
	font-size: 17px;
	font-weight: normal;
}
#table_archer_stats td 
{
	line-height: 20px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 5px;
	color: #333;
}
#table_archer_stats td:hover 
{
	background-color: #fff;
}
