@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit; 
	font-size: 100%;
	font-family: inherit;
}
input, textarea {outline: none}
textarea {  resize: none;}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #0061A1;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 15px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background: #3c3e43 url(images/bg.png) repeat-y top center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3d3d42;
	line-height: 16px;
}

.wrapper {
	margin: 24px auto 70px auto;
	width: 788px;
	background-color: #FFF;
	background-image: url(images/wrapper-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.header {
	height: 85px;
	clear: both;
	overflow: hidden;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	padding: 14px 24px 16px 22px;
}

.header .logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 208px;
	height: 87px;
	float: left;
}

.header .slogan {
	background-image: url(images/slogan.gif);
	background-repeat: no-repeat;
	width: 236px;
	height: 38px;
	float: left;
	margin: 47px 0 0 14px;
}

.header .flags {
	padding: 58px 0 0 65px;
	overflow: hidden;
}

.header .flags a {
	float: left;
	margin: 0 3px;
}

.header .rss {
	background-image: url(images/icon-rss.gif);
	background-repeat: no-repeat;
	float: right;
	width: 28px;
	height: 28px;
	margin-top: 57px;
}

.navigation {
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	height: 55px;
	margin: 0 -9px 0 -10px;
	position: relative;
	clear: both;
	padding: 0 24px 0 14px;
}

.navigation ul {
	float: left;
}

.navigation ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	float: left;
	padding: 0 10px;
	height: 46px;
	line-height: 46px;
	position: relative;
}

.navigation ul li a {
	color: #fff;
	text-decoration: none;
}

.navigation ul li a:hover, .navigation ul li.current_page_item a, .navigation ul li.current-page-ancestor a {
	background-image: url(images/nav-hover-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.navigation ul ul {
	display: none;
	position: absolute;
	width: 197px;
	padding: 0;
	top: 47px;
	left: 0;
}

.navigation ul li.clicked {
	padding: 0;
	margin: 0 -6px 0 -4px;
	position: relative;
}

.navigation ul li.clicked a.topLink {
	background-image: url(images/nav-clicked-right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 49px;
	padding: 0 8px 0 0;
	float: left;
	line-height: 46px;
}

.navigation ul li.clicked a.topLink span {
	background-image: url(images/nav-clicked-left.png);
	background-repeat: no-repeat;
	height: 46px;
	float: left;
	padding: 3px 8px 0 14px;
	line-height: 46px;
}

.navigation ul li.clicked ul {
	display: block;
}

.navigation ul li.clicked ul li {
	background-image: url(images/nav-clicked-bg.png);
	background-repeat: repeat-y;
	display: block;
	width: 169px;
	height: auto;
	line-height: 23px;
	padding: 0 14px;
}

.navigation ul li.clicked ul li.first {
	background-image: url(images/nav-clicked-top.png);
	background-repeat: no-repeat;
	height: 10px;
}

.navigation ul li.clicked ul li.last {
	background-image: url(images/nav-clicked-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}

.navigation ul li.clicked a {
	color: #00447b !important;
	background-image: none;
}

.navigation ul li.clicked ul li:hover a, .navigation ul li.clicked ul li.current_page_item a, .navigation ul li.clicked ul li.current_page_ancestor a {
	background-image: url(images/nav-hover-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.navigation ul ul ul {
	position: static;
	padding-left: 10px;
	display: none !important;
}

.navigation ul ul ul li {
	padding: 0 14px 0 24px;
	width: 179px;
	background: none !important;
}

.navigation ul ul ul li a {
	background: none !important;
}

.navigation ul ul ul li a:hover, .navigation ul ul ul li.current_page_item a {
	background-image: url(images/nav-hover-bg.gif) !important;
	background-repeat: repeat-x !important;
	background-position: bottom left !important;
}

.navigation form {
	float: right;
	padding: 8px 0 0 0;
	overflow: hidden;
	width: 154px;
}

* html .navigation form {
	float: left;
}

*+html .navigation form {
	float: left;
}

.navigation form input {
	background: none;
	border: none;
	background-image: url(images/search-input.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 15px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #0061a1;
	line-height: 15px;
	padding: 8px 0 7px 13px;
}

.navigation form input.search {
	background: none;
	border: none;
	background-image: url(images/search-submit.gif);
	background-repeat: no-repeat;
	width: 37px;
	height: 30px;
	float: left;
	line-height: 0;
	cursor: pointer;
	font-size: 0;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.main {
	clear: both;
	overflow: hidden;
	padding: 16px 20px 0 22px;
}

.content {
	float: left;
	width: 388px;
	padding-top: 25px;
}

.sidebar {
	float: right;
	width: 288px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #3d3d42;
	line-height: 21px;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3d3d42;
	line-height: 18px;
	margin: 0 0 10px 0;
}

h2.bordered {
	background-image: url(images/category-border.gif);
	background-repeat: repeat-x;
	padding: 10px 0 33px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3d3d42;
	line-height: 18px;
	margin: 0 0 15px 0;
}

h3 a {
	color: #3d3d42;
}

.breadcrumbs {
	font-weight: bold;
	font-size: 12px;
	color: #3d3d42;
	margin-top: -22px;
	padding-bottom: 22px;
	float: left;
	width: 600px;
}

.breadcrumbs a {
	color: #3d3d42;
}

small.date {
	display: inline-block;
	background-image: url(images/small-date-bg.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 13px;
	color: #fff;
	font-style: italic;
	margin-bottom: 10px;
}

small.caption {
	display: block;
	font-size: 10px;
	color: #3d3d42;
	font-weight: bold;
	padding: 10px 0 18px 0;
}

.aligncenter {
	text-align: center;
}

.content img.image {
	background-image: url(images/image-border.gif);
	background-repeat: no-repeat;
	padding: 0 4px 4px 0;
}

.content img.alignleft {
	margin-right: 10px;
}

.content img.large {
	margin-bottom: 15px;
}

.content img.image-shadow {
	background-image: url(images/image-shadow-large.gif);
	background-repeat: no-repeat;
	padding: 0 4px 4px 0;
}

.content .block {
	padding-bottom: 30px;
}
.content .block .postWrap {
	clear: both;
}
.content .block .author {
	clear: both;
	float: left;
	font-size: 10px;
	color: #3d3d42;
	line-height: 12px;
	margin-bottom: 7px;
	display: block;
	padding-top: 5px;
}

.content .block .author a {
	color: #3d3d42;
}

.content .block .author-padded {
	padding: 0 0 30px 0;
	display: block;
}

.content .more {
	color: #0061a1;
	float: right;
	width: 73px;
	height: 17px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	margin-bottom: 9px;
}

.content .more:hover {
	background-image: url(images/button-more.gif);
	background-repeat: no-repeat;
	color: #fff;
}

.content .block .category {
	background-image: url(images/category-border.gif);
	background-repeat: repeat-x;
	clear: both;
	padding: 14px 0 0 0;
	overflow: hidden;
	font-size: 10px;
}

.content .block .category-space {
	margin: 15px 0 80px 0;
}

.content .block .category a {
	color: #3d3d42;
}

.content .block .icons {
	float: right;
}

.content .block .icons a {
	width: 15px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	margin: 0 6px;
}

.content .block .icons a:hover {
	background-position: 0 -15px;
}

.content .block .icons .share {
	background-image: url(images/icon-share.gif);
	width: 15px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	margin: 0 6px;
}

.content .block .icons .print {
	background-image: url(images/icon-print.gif);
}

.content .block .icons .message {
	background-image: url(images/icon-message.gif);
}

.blue {
	color: #0061a1;
}

.content .pager {
	text-align: center;
}

.content .pager a {
	width: 26px;
	height: 28px;
	display: inline-block;
	background-image: url(images/pager-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	padding: 0 3px 0 0;
}

.content .pager a:hover {
	text-decoration: none;
}

.content .pager a.disabled {
	background-image: url(images/pager-inactive.gif);
	background-repeat: no-repeat;
}

.content .pager a.current {
	background-image: url(images/pager-current.gif);
	background-repeat: no-repeat;
}

.content .video {
	margin: 0 0 15px 0;
}

.content .video-shadowed {
	background-image: url(images/video-holder-big.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 240px;
	margin: 0 0 11px 0;
}

.content h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3d3d42;
	line-height: 14px;
	font-weight: bold;
}

.content h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #3d3d42;
	line-height: 14px;
	font-weight: bold;
}

.content .key-words {
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #3d3d42;
	line-height: 15px;
}

.content .key-words a {
	color: #0061a1;
	text-decoration: none;
}

.content .key-words a:hover {
	text-decoration: underline;
}

.content .blog-post {
	clear: both;
	overflow: hidden;
}

.content .blog-post h3 {
	margin-top: 4px;
	margin-bottom: 9px;
}

.big-padded {
	clear: both;
	padding-bottom: 150px;
}

.blogger {
	background-image: url(images/category-border.gif);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #3d3d42;
	padding: 11px 0 27px 0;
	clear: both;
	overflow: hidden;
}

.blogger .blogger-content {
	position: relative;
}

.blogger img.image {
	background-image: url(images/blogger-img-shadow.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 7px;
}

.blogger a {
	background-image: url(images/arrow-liststyle.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 11px;
	display: inline-block;
	color: #0061a1;
}

.blogger a.read-more {
	position: absolute;
	top: 105px;
	left: 128px;
}

.sidebar .column {
	display: inline-block;
	width: 132px;
}

.sidebar .block, .rightbar .block {
	background-image: url(images/category-border.gif);
	background-repeat: repeat-x;
	background-position: 3px 0;
	padding: 10px 0 15px 0;
	font-size: 11px;
}

.sidebar .blog-post {
	font-size: 11px;
	color: #3d3d42;
	padding-bottom: 5px;
}

.sidebar .blog-post a {
	font-weight: bold;
	color: #0061a1;
	text-decoration: none;
}

.sidebar .blog-post a:hover {
	text-decoration: underline;
}

.sidebar .blog-post small {
	color: #0061a1;
	font-size: 11px;
	display: block;
}

.sidebar .feed-block {
	font-size: 11px;
	padding: 0 0 20px 0;
}

.sidebar .feed-block a, .sidebar .feed-block .blue {
	font-weight: bold;
	color: #0061a1;
	text-decoration: none;
}

.sidebar .feed-block a:hover {
	text-decoration: underline;
}

.sidebar .feed-block small {
	display: block;
	font-size: 10px;
	margin-top: 12px;
}
.sidebar .block ul li {
	list-style: none;
	padding: 0 0 15px 0;
}

.entry-meta {
	display: block;
	padding-top: 10px;
}

.sidebar .block ul li, .rightbar .block ul li {
	list-style: none;
	background-image: url(images/arrow-liststyle.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 9px;
}

* html .sidebar .block ul li, * html .rightbar .block ul li {
	padding: 0;
}

*+html .sidebar .block ul li, *+html .rightbar .block ul li {
	padding: 0;
}

.sidebar .block ul li a, .rightbar .block ul li a {
	color: #0061a1;
	font-weight: bold;
	font-size: 11px;
}

.sidebar .block .social, .rightbar .block .social {
	margin-right: -10px;
	position: relative;
	padding-top: 3px;
}

.sidebar .block .social h3, .rightbar .block .social h3 {
	margin-bottom: 5px;
}

.sidebar .block .social a, .rightbar .block .social a {
	float: left;
	margin-right: 10px;
}

*+html .sidebar .block .social a, *+html .rightbar .block .social a {
	margin-right: 6px;
}

.sidebar ul.archive {
	padding: 0 !important;
	clear: both;
	overflow: hidden;
}

.sidebar ul.archive li {
	list-style: none;
	background: none;
	padding: 0;
}

* html .sidebar ul.archive li {
	float: left;
	clear: both;
}

*+html .sidebar ul.archive li {
	float: left;
	clear: both;
}

.sidebar ul.archive li ul {
	padding: 10px 0 8px 11px;
}

.sidebar ul.archive li ul li {
	background-image: url(images/list-separator.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 7px;
	margin: 0 !important;
}

* html .sidebar ul.archive li ul li {
	padding-left: 0;
	float: none;
}

*+html .sidebar ul.archive li ul li {
	padding-left: 0;
	float: none;
}

.sidebar ul.archive li ul li a {
	text-decoration: none;
	color: #3d3d42;
	font-size: 11px;
}

.sidebar ul.archive li ul li a:hover {
	text-decoration: underline;
}

.sidebar .key-words {
	font-family: Helvetica, Arial, sans-serif;
	color: #3d3d42;
	font-weight: bold;
	line-height: 19px;
}

.sidebar .key-words a {
	text-decoration: none;
	color: #3d3d42;
}

.sidebar .key-words a:hover {
	text-decoration: underline;
}

.sidebar .key-words .blue {
	color: #0061a1;
	font-size: 16px;
}

.block-comments {
	margin: 20px -10px 0 0;
	padding: 15px 0 100px 0;
	position: relative;
	background-image: url(images/category-border.gif);
	background-repeat: repeat-x;
}

.block-comments form label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3d3d42;
	font-weight: bold;
	line-height: 14px;
	display: block;
	clear: both;
	padding-left: 2px;
	margin-bottom: 6px;
}

.block-comments form input {
	border: none;
	background: none;
	background-image: url(images/comment-input.gif);
	background-repeat: no-repeat;
	clear: both;
	width: 228px;
	height: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3d3d42;
	line-height: 14px;
	padding: 14px 15px;
	margin-bottom: 6px;
}

.block-comments form input.submit {
	border: none;
	background: none;
	background-image: url(images/comment-submit.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 31px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.block-comments form textarea {
	border: none;
	background: none;
	background-image: url(images/comment-textarea.gif);
	background-repeat: no-repeat;
	width: 371px;
	height: 157px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3d3d42;
	padding: 15px;
	margin-bottom: 29px;
	overflow: auto;
}

.block-comments .author {
	font-weight: bold;
	padding-bottom: 3px;
}

.block-comments small {
	font-size: 10px;
	margin: 0 0 10px 0;
	display: block;
}

.block-comments .reply {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0061a1;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 15px;
}

.block-comments .reply:hover {
	text-decoration: underline;
}

.leftbar {
	float: left;
	width: 162px;
	padding-right: 11px;
	padding-top: 15px;
}

.rightbar {
	float: right;
	width: 132px;
}

.leftbar ul {
	padding: 2px 0 0 0;
	margin: 0;
}

.leftbar ul li {
	padding: 0 0 10px 0;
	list-style: none;
	font-size: 12px;
	color: #0061a1;
	font-weight: bold;
	line-height: 26px;
	min-height: 26px;
	background-image: url(images/arrow-liststyle-2.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	padding: 0 0px 0 19px;
	float: left;
	clear: both;
}

* html .leftbar ul li {
	float: left;
	height: 26px;
}

*+html .leftbar ul li {
	float: left;
}

.leftbar ul li a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	color: #0061a1;
	text-decoration: none;
	white-space: nowrap;
	padding-right: 10px;
}
.leftbar > ul > li:hover, .leftbar > ul > li.current_page_item, .leftbar > ul > li.current_page_ancestor {background: url(images/leftbar-list-li-bg.gif) left top no-repeat;}
.leftbar > ul > li a:hover, .leftbar > ul > li.current_page_item a, .leftbar > ul > li.current_page_ancestor a {
	background: url(images/leftbar-list-bg.gif) right top no-repeat;
	color: #fff;
}

.leftbar ul ul {
	display: none;
	padding-top: 4px;
	margin-left: -10px;
}

.leftbar ul li.current_page_item ul, .leftbar ul li.current_page_ancestor ul {
	display: block;
}

.leftbar ul ul li {
	line-height: 18px;
	padding-left: 21px;
	min-height: 18px;
}

* html .leftbar ul ul li {
	height: 18px;
}

.main .leftbar ul li ul li a {
	width: auto;
	height: auto;
	line-height: 18px;
	color: #0061a1;
	text-decoration: none;
	padding-left: 7px;
	background-image: url(images/dash.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.main .leftbar ul li ul li a:hover, .main .leftbar ul li ul li.current_page_item a {
	text-decoration: underline;
}

.footer {
	height: 220px;
	overflow: hidden;
	padding-top: 53px;
	padding-bottom: 3px;
}

.footer-nospace {
	padding-top: 10px;
}

.footer .column-left {
	float: left;
	width: 216px;
	padding-right: 36px;
	padding-left: 24px;
}

.footer .column-middle {
	float: left;
	width: 236px;
	padding-right: 80px;
}

.footer .column-right {
	float: right;
	width: 171px;
	padding-right: 24px;
	text-align: right;
}

.footer .column-left .top {
	display: inline-block;
	margin-bottom: 53px;
}

.footer .column-middle .top {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 51px;
}

.footer .column-middle .aligncenter {
	display: inline-block;
	margin-left: 39px;
}

.footer .column-right .top {
	display: inline-block;
	margin-bottom: 14px;
}

.sidebar .video-holder, .rightbar .video-holder {
	display: block;
	margin-bottom: 1px;
	position: relative;
	width: 135px;
	height: 86px;
	text-align: center;
	background-position: center center;
}

.video-holder .video-arrow {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/video-holder.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 86px;
	float: left;
}