/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 14px/20px Georgia, serif;
	color: #666;
	background: #002a5d;
}

a img { border: 0; }

/* Clear */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Float Left & Right */
.left {
	float: left;
}

.right {
	float: right;
}

/* Hyperlinks */
a {
	color: #305fb4;
}

a:hover {
	color: #305fb4;
}

/* Align */
.align-left { text-align: left; }
.align-right { text-align: right; }

/* Wrap */
.wrap {
	z-index: 1;
}

.wrap, .container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* Header */
.header {
	width:100%;
	height: 538px;
	background: url("images/bg-header.jpg") no-repeat 50% 0;
	padding: 13px 0 0 0;
}

#header{
    background:url('images/bg-header.jpg') no-repeat scroll 50% 0 transparent;
}
#header2{
    background:url('images/bg-header2.jpg') no-repeat scroll 50% 0 transparent;
}

#header3{
    background:url('images/bg-header3.jpg') no-repeat scroll 50% 0 transparent;
}

#header4{
    background:url('images/bg-header4.jpg') no-repeat scroll 50% 0 transparent;
}

#header5{
    background:url('images/bg-header5.jpg') no-repeat scroll 50% 0 transparent;
}

/* Blue Line */
#blueline {
/*	position: relative;*/
	width: 100%;
	height: 122px;
	background: url("images/bg-blueline.png");
	position:absolute;
	top: 13px;
	z-index: 99;
}

#blueline-back {
	position: relative;
	height: 135px;
	background: url("images/bg-blueline.png");
	z-index: 3;
}

/* Logo */
#logo {
	position: absolute;
	z-index: 1;
	top: 23px;
	left: 0;
}

/* Search */
#search {
	position: absolute;
	z-index: 2;
	top: 17px;
	left: 490px;
}

#search #s {
	float: left;
	display: block;
	width: 166px;
	height: 19px;
	background: url("images/bg-search-input.gif") no-repeat;
	border: 0;
	padding: 0 0 0 5px;
}

#search #searchsubmit {
	display: block;
	width: 22px;
	height: 19px;
	background: url("images/bg-search-button.gif") no-repeat;
	border: 0;
	cursor: pointer;
	margin: 0 0 0 166px;
}

/* Top Nav */
#topnav {
	position: absolute;
	z-index: 3;
	top: 17px;
	right: 0;
	font-size: 12px;
	color: #3fa9f5;
}

#topnav ul {
	list-style: none;
}

#topnav li {
	float: left;
}

#topnav li.sep {
	/*border-left: 1px solid #0061a1; */
	padding: 2px 5px 0px 5px;
}

#topnav a {
	color: #3fa9f5;
	text-decoration: none;
}

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

#topnav img {
	vertical-align: middle;
	margin: 0 5px;
}

/* Drop Down Nav */
#drop-down-nav .menu-header {
	position: absolute;
	z-index: 50;
	top: 57px;
	right: 0;
	padding: 15px 0 0 0;
}

#drop-down-nav ul {
	float: right;
	list-style: none;
	z-index: 51;
}

#drop-down-nav li {
	float: left;
	border-right: 1px solid #0061a1;
	font-size: 18px;
	line-height: 16px;
}

#drop-down-nav a {
	display: block;
	float: left;
	height: 32px;
	color: #fff;
	padding: 2px 15px;
	text-decoration: none;
}

#drop-down-nav li.menu-item-505 a,
#drop-down-nav li.menu-item-505 a:hover {
	background: url("images/bg-drop-down-nav-parent.gif") no-repeat 87% 8px;
	padding-right: 30px;
}

#drop-down-nav li.menu-item-505 ul li a,
#drop-down-nav li.menu-item-505 ul li a:hover {
	background: none;
}

#drop-down-nav li:hover li:hover,
#drop-down-nav li.sfhover li.sfhover {
	color: #fff;
	background: #BF3D00;
}

#drop-down-nav li ul {
	position: absolute;
	clear: both;
	top: -999em;
	width: 117px;
	height: auto;
	background: url("images/bg-blueline.png");
	margin: 36px 0 0 0;
	padding: 12px 0;
}

#drop-down-nav li li {
	width: 117px;
	border: none;
}

#drop-down-nav li ul a {
	width: 117px;
}

#drop-down-nav li:hover li a,
#drop-down-nav li.sfhover li a {
	display: block;
	width: auto;
	height: auto;
	color: #3FA9F5;
}

#drop-down-nav li:hover a,
#drop-down-nav li.sfhover a {
	color: #3fa9f5;
}

#drop-down-nav li:hover li:hover a,
#drop-down-nav li.sfhover li.sfhover a {
	color: #fff;
}

#drop-down-nav li:hover ul,
#drop-down-nav li.sfhover ul,
#drop-down-nav li li:hover ul {
	top:auto;
}

/* Slogan */
#big-title {
	position: relative;
	z-index: 5;
	top: 0;
	left: 0;
}

#header #big-title #slogan {
	position: absolute;
	top: 84px;
	left: -119px;
}

#header2 #big-title #slogan {
	position: absolute;
	top: 84px;
	left: -111px;
}

#header3 #big-title #slogan {
	position: absolute;
	top: 84px;
	left: -110px;
}

#header4 #big-title #slogan {
	position: absolute;
	top: 84px;
	left: -110px;
}

#header5 #big-title #slogan {
	position: absolute;
	top: 84px;
	left: -110px;
}

#big-title p {
	position: absolute;
	top: 344px;
	left: 0;
	width: 258px;
	line-height: 17px;
	color: #fff;
	background: url("images/bg-brown-alpha.png");
	margin: 0 0 11px 0;
	padding: 3px 20px 10px 8px;
}

#big-title a.find-more,
#big-title a:hover.find-more {
	position: absolute;
	top: 420px;
	left: 0;
	font-style: italic;
	color: #fff;
	background: url("images/bg-brown-alpha.png");
	padding: 1px 4px 2px 4px;
	text-decoration: none;
}

#header3 #big-title a.find-more,
#header3 #big-title a:hover.find-more {
	top: 437px;
}

#header5 #big-title a.find-more,
#header5 #big-title a:hover.find-more {
	top: 437px;
}

/* Slide Nav */
#slide-nav-wrap {
border-collapse:collapse;
height:46px;
margin:377px 0 0;
width:100%;
}

#slide-nav-wrap {
    margin:0px;
    position:absolute;
    top:463px;
    z-index:99;
}
/*
#slide-nav-wrap {
    margin:0px;
    position:absolute;
    top:513px;
    z-index:99;
}
*/
/*
#slide-nav-wrap {
	width: 100%;
	height: 46px;
	margin: 377px 0 0 0;
	border-collapse: collapse;
}
*/
#slide-nav-wrap th {
	width: 960px;
}

#slide-nav-wrap td.left-side,
#slide-nav-wrap td.right-side {
	width: 35%;
	background: url("images/bg-slide-nav.png") repeat-x;
}

.bg-slide-control {
	background: url("images/bg-slide-nav.png") repeat-x;
}

#slide-nav {
	width: 960px;
	height: 46px;
	border-collapse: collapse;
}

#slide-nav th,
#slide-nav td {
	height: 46px;
	white-space: nowrap;
}

.slide-wrap table {
	border-collapse: collapse;
}

.slide-wrap table td {
	width: 20%;
}

/*
#slide-nav td {
	background: url("images/bg-slide-nav.png") repeat-x;
}
*/

/*#slide-nav a:hover {
	background: url("images/bg-slide-nav-hover.png") no-repeat 100% 0;
	border-left: 1px solid #fff;
	padding: 13px 11px 0 12px;
}*/

#slide-nav td#slide-nav-add {
    background:none;
}

/* Slide Control */
#slide-control {
	height: 46px;
}

#slide-control ul {
	float: left;
	width: 60px;
	list-style: none;
	margin: 10px 0 0 20px;
	padding: 6px 4px;
}

#slide-control li {
	float: left;
}

#slide-control a#back,
#slide-control a:hover#back {
	display: block;
	width: 19px;
	height: 14px;
	background: url("images/bg-slide-control.png") no-repeat 0 50%;
	padding: 0;
	border: 0;
}

#slide-control a#play-pause {
	display: block;
	width: 14px;
	height: 14px;
	background: url("images/bg-slide-control.png") no-repeat -19px 50%;
	padding: 0 4px;
	border: 0;
}

#slide-control a#forward {
	display: block;
	width: 19px;
	height: 14px;
	background: url("images/bg-slide-control.png") no-repeat 100% 50%;
	padding: 0;
	border: 0;
}

#slide-control a,
#slide-control a:hover {
	float: left;
	display: block;
}

/* Content */
#content, #main {
	background: #fff;
	padding: 34px 0 96px 0;
}

#content .left {
	width: 490px;
}

#content .right {
	width: 430px;
	padding: 0 0 0 40px;
}

#content .left .left {
	width: 245px;
}

#content .left .right {
	width: 245px;
	padding: 0;
}

#content .left .right .grey-box { float: right; }

/* Grey Box */
.grey-box {
	float: left;
	position: relative;
	width: 230px;
	height: 375px;
	background: #f1f1f1;
	overflow: hidden;
	padding: 0 0 30px 0;
}

.grey-box h4 {
	display: block;
	height: 51px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	color: #1a1a1a;
	margin: 0 0 9px 0;
	padding: 9px 10px 0 10px;
	border-bottom: 1px solid #fff;
}

.grey-box h4 a,
.grey-box h4 a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.grey-box a,
.grey-box a:hover {
	color: #666;
}

.grey-box p {
	line-height: 20px;
	margin: 0 0 1em 0;
	padding: 0 10px;
}

.grey-box p small {
	font-size: 13px;
}

.grey-box p.align-right { padding-right: 0; }

.grey-box dl {
	float: left;
	margin: 0;
	padding: 0 10px;
}

.grey-box dt {
	clear: both;
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
}

.grey-box dt img {
	margin: 4px 0 0 0;
}

.grey-box dd {
	line-height: 20px;
	color: #666;
	margin: 0 0 12px 70px;
	padding: 0;
}

.grey-box .bottom-line {
	position: absolute;
	width: 225px;
	height: 25px;
	z-index: 7;
	bottom: 0;
	left: 0;
	text-align: right;
	padding: 5px 5px 0 0;
	border: 1px solid #fff;
}

#trees {
	width: 212px;
	height: 41px;
	background: url("images/bg-trees.gif") no-repeat 100% 50%;
	margin: 0 auto;
	padding: 3px 0;
}

#timer {
	width: 202px;
	height: 106px;
	background: #244873;
	margin: 5px auto 8px auto;
	padding: 1px 5px 0 5px;
}

#total {
	font: normal 28px Arial, sans-serif;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin: 0 0 2px 0;
	padding: 0 0 5px 0;
}

#month,
#hours,
#min,
#sec {
	width: 50px;
	float: left;
	font: normal 30px Arial, sans-serif;
	color: #fff;
	text-align: center;
}

#month small,
#hours small,
#min small,
#sec small {
	display: block;
	font-size: 11px;
}

#month span,
#hours span,
#min span {
	display: block;
	width: 50px;
	border-right: 1px solid #fff;
}

#sec span {
	display: block;
	width: 50px;
}

/* Download */
.download {
	clear: both;
	float: left;
	width: 490px;
	margin: 0px 0 0 0;
}

.download h4, .intro h4 {
	font-size: 18px;
	font-weight: normal;
	color: #1a1a1a;
	margin: 0 0 17px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #b3b3b3;
}

.download p, .intro p {
	margin: 0 0 1em 0;
}

.download .d-preview {
	float: right;
	margin: 6px 0 7px 50px;
}

.download .d-preview img {
	margin: 0 0 8px 0;
}

/* More */
a.more {
	float: right;
	display: block;
	height: 19px;
	font-size: 14px;
	font-style: italic;
	color: #bf5600;
	background: url("images/bg-more.gif") no-repeat 100% 0;
	margin: 0 0 2px 0;
	padding: 0 18px 0 5px;
	text-decoration: none;
}

a:hover.more {
	color: #fff;
	background: url("images/bg-more.gif") no-repeat 100% -20px;
}

span.edit-link a {
	font-size: 14px;
	font-style: italic;
	color: #bf5600;
	background: url("images/bg-more.gif") no-repeat 100% 0;
	padding: 0 18px 2px 5px;
	text-decoration: none;
}

span.edit-link a:hover {
	color: #fff;
	background: url("images/bg-more.gif") no-repeat 100% -20px;
}

.nav-next a {
	font-size: 14px;
	font-style: italic;
	color: #bf5600;
	background: url("images/bg-more.gif") no-repeat 100% 0;
	padding: 0 18px 2px 5px;
	text-decoration: none;
}

.nav-next a:hover {
	color: #fff;
	background: url("images/bg-more.gif") no-repeat 100% -20px;
}

.nav-previous a {
	font-size: 14px;
	font-style: italic;
	color: #bf5600;
	background: url("images/bg-more-old.gif") no-repeat 0 0;
	padding: 0 5px 2px 18px;
	text-decoration: none;
}

.nav-previous a:hover {
	color: #fff;
	background: url("images/bg-more-old.gif") no-repeat 0 -20px;
}



/* Big Grey Box */
.big-grey-box {
	float: left;
	position: relative;
	width: 490px;
	background: #f1f1f1;
	overflow: hidden;
	margin: 40px 0 0 0;
	padding: 0 0 30px 0;
}

.big-grey-box h4 {
	display: block;
	height: 29px;
	font-size: 18px;
	font-weight: normal;
	color: #1A1A1A;
	line-height: 1;
	margin: 0 0 19px 0;
	padding: 11px 10px 0 10px;
	border-bottom: 1px solid #fff;
}

.big-grey-box h4 a,
.big-grey-box a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.big-grey-box p {
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0 10px;
}

.big-grey-box .bottom-line {
	position: absolute;
	width: 490px;
	height: 25px;
	z-index: 8;
	bottom: 0;
	left: 0;
	text-align: right;
	padding: 5px 5px 0 0;
	border-top: 1px solid #fff;
}

.big-grey-box .video {
	width: 345px;
	text-align: center;
	margin: 0 auto;
}

.big-grey-box .video p {
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 3px 0 15px 0;
	color: #bf5600;
}

.big-grey-box a:hover.more { color: #fff; }

/* Post */
.post {
	margin: 0 0 35px 0;
}

.post h2 {
	font-size: 14px;
	font-style: italic;
	color: #bf5600;
	border-bottom: 1px solid #b3b3b3;
	margin: 0 0 19px 0;
	padding: 0 0 10px 0;
}

.post h2 a,
.post h2 a:hover {
	color: #bf5600;
	text-decoration: none;
}

.post h2 span {font-weight: normal;}

.post .thumb {
	float: left;
	margin: 3px 10px 0 0;
}

.post p {
	margin: 0 0 1em 0;
}

.post p.intro {
	font-size: 18px;
	color: #1A1A1A;
}

.post p.intro a,
.post p.intro a:hover {
	color: #1A1A1A;
	text-decoration: none;
}

.post p.align-right {
	margin: 0;
}

.post .signature {
	clear: both;
	font-style: italic;
	border-top: 1px solid #b3b3b3;
	margin: 2px 0 0 0;
}

.post .signature a,
.post .signature a:hover {
	color: #666;
	text-decoration: none;
}

#author-avatar {
	float: left;
	margin: 3px 10px 0 0;
}

#author-description h2 {
	font-size: 18px;
	font-weight: normal;
	color: #1A1A1A;
	margin: 0;
	padding: 0;
}

/* Subscribe */
#subscribe {
	clear: both;
	float: right;
}
.home #subscribe {
  margin-top: 1em;
}

#subscribe ul {
	list-style: none;
}

#subscribe li {
	float: left;
	font-size: 14px;
}

#subscribe li img {
	vertical-align: middle;
	margin: 0 5px;
}

#subscribe li a,
#subscribe li a:hover {
	color: #666;
	text-decoration: none;
}

.older-posts-link {
	position: absolute;
	top: -32px;
	right: 0;
	text-align: right;
	margin: 1em 0 10px 0;
}

.older-posts-link a {
	clear: both;
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #bf5600;
	background: url("images/bg-more.gif") no-repeat 100% 0;
	padding: 0 18px 0 5px;
	text-decoration: none;
}

.older-posts-link a:hover {
	color: #fff;
	background: url("images/bg-more.gif") no-repeat 100% -20px;
}

/* HR */
.hr {
	position: relative;
	display: block;
	height: 1px;
	background: #b3b3b3;
	margin: 106px 0 19px 0;
}

.hr hr {
	display: none;
}

.hr-comment {
	clear: both;
	position: relative;
	display: block;
	height: 1px;
	background: #ccc;
	margin: 0;
}

.hr-comment hr {
	display: none;
}

/* Twitter Bird */
#tbird {
	position: absolute;
	z-index: 9;
	top: -111px;
	left: 60px;
}

/* Facebook */
#facebook {
	float: left;
	width: 196px;
	border-right: 1px solid #b3b3b3;
	padding: 0 20px 0 0;
}

#facebook a,
#facebook a:hover {
	color: #47639D;
}

#facebook dt {
	display: block;
	height: 70px;
	overflow: hidden;
}

#facebook dd {
	display: block;
	height: 35px;
	font: normal 11px Arial, sans-serif;
	color: #666;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("images/bg-twitter-dd.gif") repeat-x 0 100%;
}

#facebook dd img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/* Twitter */
#twitter {
	float: right;
	width: 190px;
	padding: 0 0 0 15px;
}

.twitter p {
	margin: 0 0 1em 0;
}

.twit {
	float: left;
	/*height: 105px;*/
	background: url("images/bg-twitter-dd.gif") repeat-x 0 100%;
	margin: 0 0 20px 0;
}

.twit p {
	font-size: 14px;
	color: #000;
	margin: 0 0 1em 0;
	padding: 0;
}

.twit p.link {
	font-style: italic;
	color: #bf5600;
	margin: 0;
	padding: 0;
}

.twit p.link a,
.twit p.link a:hover {
	color: #bf5600;
}

.twit p.date {
	color: #666;
	margin: 0;
	padding: 0;
}

/* Join Facebook */
.join-facebook {
	color: #536da5;
	padding: 10px 0 0 0;
}

.join-facebook a,
.join-facebook a:hover {
	color: #536da5;
	text-decoration: none;
}

.join-facebook img {
	vertical-align: middle;
	margin: 0 8px 0 0;
}

/* Join Twitter */
.join-twitter {
	color: #559091;
	padding: 10px 0 0 20px;
}

.join-twitter a,
.join-twitter a:hover {
	color: #559091;
	text-decoration: none;
}

.join-twitter img {
	vertical-align: middle;
	margin: 0 8px 0 0;
}

#sidebar .join-facebook {
	color: #536da5;
	padding: 0;
}

#sidebar .join-twitter {
	color: #559091;
	padding: 0;
}

/* Footer */
#footer {
	color: #3FA9F5;
	padding: 0 0 20px 0;
}

#footer a,
#footer a:hover {
	color: #3FA9F5;
}

#footer p {
	padding: 23px 0 0 0;
}

#footer ul {
	margin: 23px 0 0 0;
	padding: 0;
	list-style: none;
}

#footer .left {
	float: left;
	width: 490px;
}

#footer .left .left {
	float: left;
	width: 490px;
}
#footer .left .left ul li {
	float: left; 
	width: 240px;
}
#footer .left .right {
	float: right;
	width: 245px;
	padding: 0;
}

#footer .right {
	float: right;
	width: 430px;
	padding: 0 0 0 40px;
}

#footer h4 {
	display: block;
	height: 30px;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0 0 0;
}

/* Blue Line */
.hr-blue {
	display: block;
	height: 1px;
	background: #0061a1;
}

.hr-blue hr {
	display: none;
}

.design {
	position: relative;
	float: left;
	margin: 23px 0 0 0;
	padding: 0;
}

.design img {
	position: absolute;
	bottom: -8px;
	right: -67px;
}

/* Social Services */
#ss {
	position: relative;
	width: 210px;
	margin: 23px 0 0 0;
}

#ss #twitter-bird-small {
	position: absolute;
	z-index: 9;
	top: -5px;
	left: 105px;
}

#ss .join-facebook,
#ss .join-twitter {
	margin: 0 0 6px 0;
	padding: 0;
}

#ss .join-facebook img,
#ss .join-twitter img {
	margin: 0 10px 0 0;
}

#ss .join-facebook a,
#ss .join-facebook a:hover {
	color: #fff;
	text-decoration: none;
}

#ss .join-twitter a,
#ss .join-twitter a:hover {
	color: #fff;
	text-decoration: none;
}

/* Subscribe Services */
#subscr {
	position: absolute;
	z-index: 3;
	top: 24px;
	right: 0;
	font-size: 12px;
	color: #3fa9f5;
}

#subscr p {
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
	color: #fff;
}

#subscr p a {
	color: #fff;
}

#subscr p a:hover {
	color: #fff;
	text-decoration: underline;
}

#subscr ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subscr li {
	float: left;
}

#subscr li.sep {
	border-left: 1px solid #0061a1;
	padding: 0 0 0 10px;
}

#subscr a {
	color: #3fa9f5;
	text-decoration: none;
}

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

#subscr img {
	vertical-align: middle;
	margin: 0 5px;
}

#sl {
	width: 100%;
	border-collapse: collapse;
}

#sl td.facebook {
	width: 197px;
	vertical-align: top;
	border-right: 1px solid #B3B3B3;
	background: url("images/bg-sl-td.gif") no-repeat 0 100%;
	padding: 10px 17px 0 0;
	overflow: hidden;
}

#sl td.twitter {
	width: 198px;
	vertical-align: top;
	background: url("images/bg-sl-td.gif") no-repeat 100% 100%;
	padding: 10px 0 0 17px;
	overflow: hidden;
}

#content-back {
	float: left;
	width: 610px;
	padding-top: 12px;
	padding-right: 40px;
}

#sidebar {
	float: right;
	width: 310px;
}

#sidebar h4 {
	font: normal 18px/17px Georgia, sans-serif;
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
}

#subscribe-box {
	width: 240px;
	background: #f2f2f2;
	margin: 0 0 54px 0;
	padding: 12px 10px;
}

#subscribe-box p {
	font: normal 14px/22px Georgia, sans-serif;
	color: #666;
	margin: 0 0 7px 0;
}

#sticky_posts_block {
	margin: 0 0 54px 0;
	background: #f2f2f2;
}

#sticky_posts_block h4 {
	display: block;
	font: normal 18px/17px Georgia, sans-serif;
	color: #0071bc;
	margin: 0 0 15px 0;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

#sticky_posts_block .post {
	font: normal 14px/22px Georgia, sans-serif;
	color: #0071bc;
	margin: 0 0 1em 0;
	padding: 0 10px;
}

#sticky_posts_block .post a,
#sticky_posts_block .post a:hover {
	color: #0071bc;
}

#sticky_posts_block .btm-link {
	float: left;
	width: 290px;
	font: italic 14px/22px Georgia, sans-serif;
	color: #0071bc;
	padding: 5px 10px;
	text-align: right;
	border-top: 1px solid #fff;
}

#sticky_posts_block .btm-link a,
#sticky_posts_block .btm-link a:hover {
	display: block;
	color: #0071bc;
	background: url("images/arw-blue.gif") no-repeat 100% 50%;
	padding:0 13px 0 0;
	text-decoration: none;
}

#categories {
	background: #fff;
	margin: 0 0 54px 0;
}

#categories h4 {
	display: block;
	font: normal 18px/17px Georgia, sans-serif;
	color: #333;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#categories ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#categories li {
	font: normal 14px/22px Georgia, sans-serif;
	color: #666;
}

#categories li a,
#categories li a:hover {
	color: #666;
	text-decoration: none;
}

#downloads {
	display: none;
	color: #666;
}

#downloads h4 {
	display: block;
	font: normal 18px/17px Georgia, sans-serif;
	color: #333;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#downloads .d-img {
	float: right;
	margin: 5px 0 0 15px;
}

#downloads p {
	margin: 0 0 1em 0;
}

#downloads p.intro {
	color: #1a1a1a;
}

.entry-content p {
	clear: both;
	margin: 0 0 1em 0;
}

.citation {
	font: italic 18px/24px Georgia, sans-serif;
	color: #333;
	margin: 20px 0 20px 220px;
	background: url("images/bg-quote-end.gif") no-repeat 100% 100%;
}

.citation div {
	background: url("images/bg-quote-begin.gif") no-repeat;
	padding: 30px;
}

#facebook-twitter {
	position: relative;
	width: 310px;
	height: 57px;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	margin: 39px 0 35px 0;
	padding: 24px 0 17px 0;
	z-index: 1;
}

#tbird-medium {
	position: absolute;
	bottom: -8px;
	left: 113px;
	z-index: 2;
}

#facebook-twitter .join-facebook {
	margin: 0 0 5px 0;
}

.comments {
	background: #f2f2f2;
}

.comments h4 {
	font-size: 14px;
	font-style: italic;
	color: #bf5600;
	margin: 0;
	padding: 17px 7px;
}

.comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments li {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 0;
	padding: 20px 8px;
	background: url("images/bg-comment.gif") repeat-x;
}

#reply-title {
	font-size: 14px;
	font-style: italic;
	color: #bf5600;
	margin: 80px 0 0 0;
}

label {
	display: block;
	float: left;
	font: normal 12px Arial, sans-serif;
	padding: 12px 0 2px 0;
}

.required {
	color: #ff4b33;
	padding: 17px 0 0 0;
}

#comment {
	clear: both;
	width: 610px;
	height: 204px;
	border: 1px solid #d8d8d8;
	background: #f9f9f9;
}

#author, #email, #url {
	clear: both;
	width: 610px;
	height: 22px;
	border: 1px solid #d8d8d8;
	background: #f9f9f9;
}


.q-comments {
	float: left;
	font: italic 14px/17px Georgia, sans-serif;
	color: #bf5600;
	padding: 10px 0 0 0;
}

.soc {
	float: right;
	text-align: right;
	font-size: 14px;
	color: #666;
	margin: 10px 0 0 0;
}

.soc a,
.soc a:hover {
	color: #666;
	text-decoration: none;
}

.soc img {
	padding: 0 3px;
	vertical-align: middle;
}

h1.entry-title,
h1.page-title {
	font: normal 18px/17px Georgia, serif;
	color: #333;
	margin: 0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.entry-content h2 {
	font: normal 18px/17px Georgia, serif;
	color: #333;
	margin: 50px 0 10px 0;
	padding:0;
}

.post h2 {
	font: italic 14px Georgia, serif;
	color: #bf5600;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

h3.recent-posts {
	font: normal 18px/17px Georgia, serif;
	color: #333;
	margin: 0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.entry-utility {
	clear: both;
	font: italic 14px/17px Georgia, serif;
	color: #666;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

.entry-utility a,
.entry-utility a:hover {
	color: #666;
	text-decoration: none;
}

.post ul,
.entry-content ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 15px;
}

.post ol,
.entry-content ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 17px;
}


.entry-content li {
	margin: 0 0 .2em 0;
	padding: 0;
}

#footnote {
	float: left;
	margin: 1em 0 0 0;
}

#footnote li {
	font-size: 12px;
	font-style: italic;
	color: #666;
	margin: 0 0 .2em 0;
	padding: 0;
}

#footnote li a,
#footnote li a:hover {
	background: url("images/bg-fn-nw.gif") no-repeat 100% .2em;
	padding: 0 13px 0 0;
}

#footnote span.ex-link a,
#footnote span.ex-link a:hover {
	background: none;
	padding: 0;
}

/*#subnav {
	background: #DFFCFF;
	margin: 2px 0 0 0;
} */

#subnav {
	background:none repeat scroll 0 0 #F2F2F2;
	margin: 0;
}
#subnav h2 {
	border-bottom:1px solid #FFFFFF;
	color:#0071BC;
	display:block;
	font:18px/17px Georgia,sans-serif;
	margin:0 0 15px;
	padding:10px;
}

#subnav ul {
	margin: 2px 0 54px;
	padding: 0 0 10px 0;
	list-style: none;
}

#subnav li {
	margin: 0;
	padding: 0;
}

#subnav li a,
#subnav li a:hover {
	clear: both;
	display: block;
	float: left;
	color: #0071BC;
	padding: 0px 10px 10px;
}

/*
#subnav h2 {
	font: 18px/17px Georgia, serif;
	color: #333;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
*/
#category_text p {
	margin: 0 0 1em 0;
}

.double-boxes-grey {
	width: 490px;
	border-collapse: collapse;
}

.double-boxes-grey {
	position: relative;
}

.double-boxes-grey td {
	width: 230px;
	font-weight: normal;
	background: #F1F1F1;
	text-align: left;
}

.double-boxes-grey .bottom-line a {
	display: block;
	color: #bf5600;
	height: 19px;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 2px 0;
}

.double-boxes-grey .bottom-line a:hover {
	color: #fff;
	text-decoration: none;
}

.double-boxes-grey td .post {
	margin: 0;
	padding: 0;
}

.double-boxes-grey th {
	width: 30px;
}

.double-boxes-grey td h4 {
	display: block;
	height: 51px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	color: #1a1a1a;
	margin: 0 0 9px 0;
	padding: 9px 10px 0 10px;
	border-bottom: 1px solid #fff;
}

.double-boxes-grey td h4 a,
.double-boxes-grey td a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.double-boxes-grey td a,
.double-boxes-grey td a:hover {
	color: #666;
	text-decoration: underline;
}

.double-boxes-grey td p {
	line-height: 20px;
	margin: 0 0 1em 0;
	padding: 0 10px;
}

.double-boxes-grey td p small {
	font-size: 13px;
}

.double-boxes-grey td p.align-right { padding-right: 0; }

.double-boxes-grey td dl {
	float: left;
	margin: 0;
	padding: 0 10px;
}

.double-boxes-grey td dt {
	clear: both;
	float: left;
	width: 60px;
	margin: 0;
	padding: 0;
}

.double-boxes-grey td dt img {
	margin: 4px 0 0 0;
}

.double-boxes-grey td dd {
	line-height: 20px;
	color: #666;
	margin: 0 0 12px 70px;
	padding: 0;
}

.double-boxes-grey td .bottom-line {
	text-align: right;
	padding: 5px;
	border-top: 1px solid #fff;
}

.partner {
	float: left;
	display: block;
	width: 180px;
	height: 170px;
	margin: 0 10px 20px 0;
	text-align: center;
}

.partner img {
	margin: 0 auto;
}

/*anton*/
#slideshow{
    cursor:pointer;
    width:100%;
    height: 538px;
    margin-top: -30px; 
    overflow: hidden;
}

#slide-nav a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	height: 33px;
	background: url("images/bg-slide-nav.png") repeat-x;
	padding: 13px 15px 0 15px;
}

#slide-nav .activeSlide a{
    	background: url("images/bg-slide-nav-hover.png") no-repeat 100% 0;
	border-left: 1px solid #fff;
	padding: 13px 15px 0 14px;
}

#teeb-study-reports-table img.report { margin-right: 10px; width: 100px; }
#teeb-study-reports-table td { vertical-align:text-top; width: 120px; }
#teeb-study-reports-table { margin-bottom: 1em }