@charset "UTF-8";
/* CSS Document */
html {overflow-y: scroll;}

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 1.8;
	text-align:left; /* Hack for IE */
	height: 20px;
}
a, .link {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}


hr {
 	color: #bbbbbb;
 	background-color: #bbbbbb;
	height: 1px;
	border: 0;
  	width: 100%;
}	

.clear { clear: both; }
.right_extras {
	float: left;
	margin-top: 40px;
}

.fine { font-size: 10px; }
.fine2 { font-size: 11px; }
.fine3 { font-size: 12px; }
.fine4 { font-size: 14px; }

img {
	border: 0px none #FFF;
	font-size: 11px;
	font-weight: none;
}

.bluelink { color:#59C }

.softcorner10-tl {
	background-image: url(/sitegraphs/softcorner10-tl.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.softcorner10-tr {
	background-image: url(/sitegraphs/softcorner10-tr.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.softcorner10-bl {
	background-image: url(/sitegraphs/softcorner10-bl.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.softcorner10-br {
	background-image: url(/sitegraphs/softcorner10-br.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/** HEADER **/

#header {
	height: 139px;
	width: 100%;
	background-color: #000;
	text-align: center;
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 2;
	margin-bottom: 6px
}
.container-header {
	position: relative;
	margin: 0 auto;
	width: 936px;
	padding-right: 1px; /* Hack for IE */
}
#logo {
	position: absolute;
	top: 10px;
	border: 0px;
	left: 8px;
}
#browsebar {
	position: absolute;
	left: 320px;
	top: 101px;
	height: 23px;
	width: 625px;
	font-size: 11px;
	text-align: right;
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	overflow: visible;
}



.browsebuttons {
	font-size: 11px;
	display: inline;
	padding: 8px;
}
#search {
	position: absolute;
	top: 16px;
	border: 0px;
	right: 20px;
	height: 24px;
	width: 509px;
	text-align: right;
}
#search form{
	margin:0;
	padding:0px;
	height:20px;
}
#search input[type=text]{
	position: absolute;
	margin:0;
	right:30px;
	bottom:0px;
	color:#999;
	border:1px solid #555;
	background-color: #222;
	width: 145px;
}
#search input[type=image]{
	position: absolute;
	right:4px;
	bottom:0px;
}
#login {
	position: absolute;
	border: 0px;
	right: 200px;
	width: 220px;
	text-align: right;
	height: 17px;
	font-size: 11px;
	color: #666;
	bottom: 1px;
	font-family: Verdana, Geneva, sans-serif;
}
#login a {
	font-weight: normal;
}
#login a:hover {
	text-decoration: underline;
}


/** FOOTER **/


#footer {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 0px;
	padding-top: 30px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	font-size: 11px;
	clear: both;
}

#footer2 {
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 0px;
	padding-top: 30px;
	background-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	text-align: center;
	font-size: 11px;
	clear: both;
}

/** GENERIC **/


#rightbox-225 {
	width: 225px;
	font-size: 11px;
	background-image: url(/sitegraphs/rightbox225-bg-mid.gif);
	background-repeat: repeat-y;
	line-height: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	margin-top: 26px;
	margin-left: 36px;
	margin-bottom: 26px;
}
#rightbox-225-top {
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(/sitegraphs/rightbox225-bg-top.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 225px;

}
#rightbox-225-bot {
	position: absolute;
	background-image: url(/sitegraphs/rightbox225-bg-bot.gif);
	height: 12px;
	width: 225px;
}

/** pagebar **/

.page_bar a{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
	border: 1px solid #AAA;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.page_bar a:hover {
	background-color: #6CF;
}



@media screen and (max-device-width: 480px) {
	#browsebar {
		-webkit-text-size-adjust: 100%;
	}

	body {
		-webkit-text-size-adjust: 110%;
	}

	#index-rss {
		-webkit-text-size-adjust: 105%;
	}
}