* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	line-height: 1.5em;
	min-width: 760px;
	max-width: 1400px;
}
img {
	display: block;
	border: none;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #578BB6;
	margin-bottom: 1.5em;
	clear: left;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.3em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
	color: #578BB6;
	border-bottom: 1px solid #CCCCCC;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	height: 22px;
	padding: 3px 16px 0;
	margin: 5px 0 -5px 5px;
	background: url(../images/title.gif) #718699 no-repeat center top;
	overflow: hidden;
}
h5 {
	clear: left;
	font-size: 1em;
	font-weight: bold;
	background-color: #EBEBEB;
	margin: 2em -30px 0.5em;
	padding-left: 30px;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #7F94A5;
}
h6.spec {
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 2em;
}

/* Anchors --------------------------------------------------------------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #657A8F;
}
#content a {
	font-weight: bold;
}
#content a:hover, #footer a:hover {
	border-bottom: 1px solid #C8C8C8;
	color: #475D6F;
}
h4 a {
	color: #FFFFFF !important;
}
h4 a:hover {
	border: none !important;
	color: #E4ECF3 !important;
}
.more a, #archive ul a, #tree a, #tags a {
	background: url(../images/bullet.gif) no-repeat left top;
	padding: 0.1em 0 0.1em 2em;
	color: #666666;
}
.more a:hover, #archive ul a:hover, #tree a:hover, #tags a:hover {
	background-position: 2px 0;
	color: #475D6F !important;
}
#tree a, #tags a {
	background-image: url(../images/bullet_gray.gif);
	margin-right: 2em;
}
#tree a:hover, #tags a:hover {
	border-bottom: none;
}
a.down, a.up {
	color: #666666;
	font-weight: normal !important;
	background: url(../images/bullet_down.gif) no-repeat left top;
	padding: 0.1em 0 0.1em 17px;
	font-size: 0.9em;
}
a.up {
	background-image: url(../images/bullet_up.gif);
	background-position: left bottom;
}
a.down:hover, a.up:hover {
	border: none !important;
	color: #578BB6;
	background-position: left 1px;
}
#results a {
	line-height: 1.4em !important;
	display: block;
	background-position: left 2px;
}
#results a:hover {
	border: none;
}
#banners a img {
	border-top: 1px solid #356892;
	border-bottom: 1px solid #91B5D1;
}
#banners a:hover img {
	border-top-color: #B9D3E7;
	border-bottom-color: #DFEAF2;
}
#logo a {
	color: #FFFFFF;
}
a.spec {
	margin: 2em 0 0 2em;
	
}

/* Forms --------------------------------------------------------------------------------------------------------------------------*/
input, textarea, select {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.2em;
	width: 145px;
	color: #666666;
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border-color: #578BB6;
}
input.chbox {
	width: auto;
	border: none;
	padding: 0;
}
input.btn {
	background-color: #FFFFFF;
	margin-top: 1em;
}

/* Header --------------------------------------------------------------------------------------------------------------------------*/
#header {
	background: url(../images/header.jpg) #598bb7 no-repeat center;
	height: 165px;
	color: #FFFFFF;
}
#logo {
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 118px;
	width: 250px;
}
#subnav {
	float: right;
	font-size: 0.9em;
	margin-top: 32px;
	height: 21px;
	overflow: hidden;
}
#subnav ul {
	list-style: none;
	background: url(../images/subnav.gif) repeat-x;
	border: 1px solid #88B9E1;
	border-bottom: none;
	height: 20px;
	float: left;
}
#subnav li {
	float: left;
}
#subnav a {
	display: block;
	float: left;
	color: #EAF2F8;
	height: 20px;
	padding: 0 0.8em;
}
#subnav ul a.in {
	background-image: url(../images/subnav_in.gif);
}
#subnav ul a:hover {
	color: #FFFFFF;
	background-image: url(../images/subnav_up.gif);
}
#swap_panel {
	float: right;
	background: url(../images/panel_hide.gif) no-repeat left;;
	border: 1px solid #88B9E1;
	border-bottom: none;
	height: 20px;
	text-indent: 18px;
	margin: 0 3px;
}
#swap_panel:hover {
	background-image:url(../images/panel_hide_up.gif);
}
#swap_panel.show {
	background-image:url(../images/panel_show.gif);
}
#swap_panel.show:hover {
	background-image:url(../images/panel_show_up.gif);
}

/* Panel --------------------------------------------------------------------------------------------------------------------------*/
#panel {
	width: 190px;
	position: absolute;
	left: 0;
	/*float: left;*/
}
#banners {
	margin-top: 1em;
	color: #FFFFFF;
}
#banners img {
	margin-bottom: 1em;
}

/* Content --------------------------------------------------------------------------------------------------------------------------*/
#content {
	padding: 1px 0 5px 190px;
	margin-top: -1px;
	background: url(../images/panel.jpg) repeat-y left top;
	border-bottom: 1px solid #E9E9E9;
}

#cont {
	margin-right: 200px;
	min-height: 400px;
}
#cont p {
	margin-top: 0.5em;
}
.block {
	background: url(../images/fill_big.gif) #F2F2F2 repeat-x top;
}
.block p {
	margin-bottom: 1em;
}
.block img {
	float: left;
	margin: 0 2em 0.5em 0;
	padding: 2px;
	border: 1px solid #D3D3D3; 
}
.block ul {
	margin-left: 2em;
}
.block div h3 {
	abackground: #dadada;
	clear:left;
}
.block div img {
	float: left;
	clear: left;
	margin-top: 5px;
	position: relative;
	z-index: 100;
}
.block object, .block embed, .block iframe {
	float: left;
	margin: 0 1.5em 1em 0;
}
.video span { display: block; }
.video a:hover span { text-decoration: underline; }
.video img { margin: 0; float: none; }
.video img:hover { border: 1px solid #657A8F; }
.video a { display: inline-block; vertical-align: top; margin: 0.2em 0.5em 0; width: 110px; }
.video a:hover { border: none !important; }
* html .video a { display: inline; }
* + html .video a { display: inline; }
#tree, #tags {
	font-size: 10px;
	margin: 5px 0 -5px 5px;
}
#tags {
	background-color: #FFFFFF;
	padding: 3px 30px;
	margin: 2em -30px -30px;
}
#tags span {
	margin-right: 1em;
}
#banners2 {
	margin: 5px 0 0 5px;
}
#banners2 a {
	margin: 0 5px 5px 0;
}
#banners2 a:hover {
	border: none;
}
#banners2 img {
	display: inline;
}
.block2 {
	width: 50%;
	float: left;
}

.block2 p, .block2x p {
	padding-bottom: 0.5em;
}
.block3 {
	width: 33%;
	float: left;
}
.block3 div {
	padding: 15px;
}
.block3 h4 {
	padding-left: 15px;
}

.block, .block2 div, .block2x div, .block3 div, #float_blocks .block {
	border: 1px solid #E7E7E7;
	padding: 15px;
	margin-top: 5px;
	margin-left: 5px;
	background: url(../images/fill_small.gif) #F2F2F2 repeat-x top;
}
.block2 img, .block2x img, .block3 img {
	padding: 1px;
	float: right;
	margin: 0 0 0.5em 1em;
	border: 1px solid #D3D3D3; 
	width: 150px;
}
#panel .block {
	margin: 0;
	margin-right: 6px;
}
#panel h4 {
	margin-left: 0;
	margin-right: 6px;
}
#float_blocks {
	width: 200px;
	float: right;
}
#float_blocks .block {
	float: none;
	width: auto;
	padding: 8px;
}
#float_blocks .block ul {
	margin: 0;
}
#float_blocks h2 {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
#float_blocks h4 {
	padding-left: 10px;
}
#float_blocks h5 {
	padding-left: 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.more {
	font-size: 0.9em;
	list-style: none;
	margin-bottom: 1em;
}
.more p {
	margin: 0 0 0.5em 0 !important;
}
.date {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #999999;
}
.short {
	font-style: italic;
}
h4.expand, .block2x h4  {
	background: url(../images/title_tile.gif) #718699 repeat-x;
	padding-top: 0;
}
h4.expand span, .block2x h4 span {
	display: block;
	background: url(../images/title.gif) no-repeat center;
	height: 22px;
	padding-top: 3px;
	padding-left: 30px;
	margin: 0 -30px;
}
.pages {
	margin: 1em 0 0 !important;
	height: 20px;
}
.pages li {
	float: left;
	list-style: none;
}
.pages li a {
	font-size: 0.9em;
	background-color: #FFFFFF;
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	margin: 0 1em 0 0;
	border: 1px solid #CCCCCC;
}
.pages li a.in {
	background-color: #657A8F;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.pages li a:hover {
	border-color: #657A8F !important;
}
.pages li a.in:hover {
	color: #FFFFFF !important;
}
.warn {
	border-color: #FF3300 !important;
}
.sep {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #CCCCCC;
	clear: left;
}
.photos img {
	float: left;
	clear: left;
}
.t {
	font-style: italic;
	margin: 0;
}

/* Vote --------------------------------------------------------------------------------------------------------------------------*/
#vote p {
	clear: left;
	margin: 0;
}
#vote span {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.2em;
	display: block;
	padding-bottom: 1.3em;
}
#vote img {
	padding: 1px;
	margin: 0 1em 0 0;
}

/* Footer --------------------------------------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding-top: 3em;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
#google {
	text-align:center;
}
.c {
	clear: both;
}
.cl {
	clear: left;
	height: 1px;
}
#fmedia {
	text-align: center;
	margin: auto;
	margin-bottom: 5px;
}
#fmedia a {
	color: #666;
}
#fmedia img {
	display: inline;
	margin: 5px 5px 0 0;
}