* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

body {
	font: 0.8em "Lucida Grande", Arial, sans-serif;
	color: #3a3f40;
	position: relative;
	background-color: #fff;
}

#wrapper { background: url( "images/blue-body-bg.gif" ) repeat-x top left; }

a {
	color: #005ca1;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

a img {
    border: none;
    text-decoration: none;
}

h1 {
	color: #165769;
	font-family: Arial, sans-serif;
	font-size: 2.0em;
	font-weight: normal; /*bold;*/
	margin: 0 0 -20px 16px;
	padding: 20px 0 0 0;
}

h1.pre {
	margin-bottom: 0;
}

h2 {
	font-size: 1.55em;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #3a3f40;
}

h3 {
	font-size: 1.45em;
	font-family: Arial, sans-serif;
	font-weight: normal; /*bold;*/
	color: #005ca1;
	margin: 0 0 10px 0;
	position: relative;
}

h3 a, h3 a:hover {
    text-decoration: none;
}

h3 span {
	color: #ccc;
}

h4 {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #165769;
	margin: -12px 0 10px 0;
}

h5 {
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #165769;
	margin: -12px 0 10px 0;
}

h6 {
	font-size: 0.8em !important;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 2px;
/* 	color: #999; */
    color: #eee;
	text-transform: uppercase;
}

/***************/
/*  Container  */
/***************/

#container {
	margin: 0 auto;
	width: 940px;
	text-align: left;
	position: relative;
	background: url('images/bg-container.gif') repeat-y 560px top;
}


/************/
/*  Header  */
/************/

#header {
	position: absolute;
	left: 560px;
	top: 0;
}

/*-- Logo and Description --*/

#logo {
	background: url( "images/bg-top-container.gif" ) no-repeat;
	width: 380px;
	height: 41px;
	position: relative;
}

#logo a {
	display: block;
	position: absolute;
	left: 26px;
	top: 56px;
}

#logo a img {
	border: none;
}

/*-- Sub-nav in top right corner --*/

#header ul {
	list-style: none;
	position: absolute;
	right: 7px;
	top: 6px;
}

#header ul li {
	float: left;
	background: url( "images/header-subnav-divider.gif" ) repeat-y right;
	padding: 0 5px;
	margin: 0;
}

#header ul li.rss {
	background: none;
	padding-right: 0;
	margin: 0;
}

#header ul li a:hover { /*, #header ul li.selected a {*/
	color: #fff;
	background: url( "images/header-subnav-bg-left.gif" ) no-repeat left;
}

#header ul li a span {
	display: block;
	padding: 7px 4px 7px 0;
	position: relative;
}

#header ul li a:hover span { /*, #header ul li.selected a span {*/
	background: url( "images/header-subnav-bg-right.gif" ) no-repeat right;
}

/*-- Search box --*/

#search-wrapper,
#search {
	background: url( "images/search-bottom.gif" ) no-repeat left bottom;
/* 	float: left; */
	width: 370px;
	margin: 14px 0 16px 0;
/* 	display: inline; */
}

.col2 ul,
.col2 li {
	list-style: none;
}

#search-box {
	background: url( "images/search-top.gif" ) no-repeat left top;
	padding: 6px 25px 6px 14px;
	width: 331px;
	overflow: auto;
	position: relative;
}

#search-box label {
	float: left;
	color: #4f4d3f;
	font-family: Verdana, Arial, sans-serif;
	padding: 0.35em 0 0 0;
	width: 138px;
	font-size: 0.9em;
}

#search-box input,
#search input {
	float: right;
	border: 1px solid #a9b59d;
	background: #fff;
	width: 151px;
	height: 16px;
	font: 1.0em "Lucida Grande", Arial, sans-serif;	
	padding: 2px 20px 2px 5px;
}

#search-box input#searchsubmit,
#search input#searchsubmit {
	border: 0;
	background-color: transparent;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 6px;
	display: none;
}


/**************/
/*  Column 1  */
/**************/

.col1 {
	width: 540px;
	float: left;
	position: relative;
	padding: 41px 0 0 0;
}


/**************/
/*  Column 2  */
/**************/

.col2 {
	width: 350px;
	float: right;
	margin: 310px 5px 0 0;/*26.4em 0 0 10px;*/
}


/********************/
/*  Top Navigation  */
/********************/

#navigation {
	list-style: none;
	width: 540px;
	height: 31px;
	background: url( "images/blue-body-bg.gif" ) no-repeat;
	position: absolute;
	top: 0;
	left: 15px;
}

#navigation li {
	float: left;
	margin: 9px 12px 0 0;
}

#navigation a {
	display: block;
	padding: 5px 10px;
	height: 31px;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}

/*****************/
/*  Intro Block  */
/*****************/

#intro-block {
	background: url( "images/intro-bottom.gif" ) no-repeat left bottom;
	padding: 0;
	margin: 5px 5px 10px 0;
}

#intro-block h1 {
/* 	margin: 10px 0; */
    color: #000;
/* 	background: url( "images/intro-welcome2.gif" ) no-repeat left top; */
	height: 20px;
	text-indent: -9999px;
	font-size: 1.0em;

	background: url( "images/intro-welcome.png" ) no-repeat left top !important;
	background: url( "images/intro-welcome3.gif" ) no-repeat left top;
	position: absolute;
    left: 10px;
	bottom: 30px !important;
	bottom: 60px;
	width: 417px !important;
	width: 488px;
	height: 47px;
}

#intro-block a {
	color: #005CA1;
}

#intro-block a:hover {
	text-decoration: underline;
}

#intro-block p {
	color: #666666;
}

#intro-block .stars {
	background-image: url( "images/stars-gray.gif" );
	background-color: #484e50;
	border-color: #748185;
}

#intro-block .post-image {
	position: relative;
	margin: 0 0 0 10px;
	float: right;
/* 	background: #f00; */
}

#intro-block.default .post-image {
    float: none;
    margin: 0;
}

#intro-block .post-image img {
	border: 1px solid #7394C7;
	background-color: #cdd8eb;
	display: block;
/* 	float: right; */
    float: none;
}

#intro-block .post-listing {
	border: 0;
	padding: 5px 0;
}

#intro-block .post-listing .post-content {
    float: none;
}

#intro-block .post-meta {
    float: none;
    float: right;
    margin: 10px 0 0 0;
/*     float: left; */
}

#intro-block.vertical .post-meta, #intro-block.vertical .rating, #intro-block.vertical .link-comments, #intro-block.vertical .post-read-count {
    float: none;
}

/******************/
/*  Main Content  */
/******************/

.main-outer-wrapper {
	width: 510px;
	padding: 25px 10px 5px 15px;
	margin: 0 20px 30px 0;
}

#home .main-outer-wrapper {
	position: relative;
	padding-top: 0;
}

#search-page .main-outer-wrapper {
    padding-top: 0;
}

.main-inner-wrapper {
	padding: 5px 0 0 0;
/*	width: 540px;
 	overflow: hidden; */
}

.main {
	clear: both;
	position: relative;
}


/****************/
/*  Pagination  */
/****************/

.pagination_control {
	float: right;
	margin: 5px 0;
}

.bottom_pagination {
    margin: 10px 0 0 0;
}

.pagination_control ul {
	list-style: none;
	float: right;
	margin: 0;
}

.pagination_control ul li {
	float: left;
	margin: 0 0 0 4px;
	background: none;
	font-size: 0.9em;
}

.pagination_control ul li a, .pagination_control ul li span {
	display: block;
	padding: 2px 5px;
	color: #7a7a7a;
	text-decoration: none;
}

.pagination_control ul li span {
    background: #ccc;
}

.pagination_control ul li a:hover {
    background-color: #e0e0e0;
    text-decoration: none;
}

.pagination_control ul li span.selected {
	background: #7a7a7a;
	color: #fff;
	text-decoration: none;
}

.pagination_control ul li.prev a, .pagination_control ul li.prev span,
.pagination_control ul li.next a, .pagination_control ul li.next span,
.pagination_control ul li.first a, .pagination_control ul li.first span,
.pagination_control ul li.last a, .pagination_control ul li.last span {
/*     background-color: #fff; */
    background: transparent;
    background-repeat: no-repeat;
    background-position: 50% 4px;
    text-indent: -9999px;
    overflow: hidden;
    width: 10px;
    padding: 0 0 2px 0;
}


.pagination_control ul li.prev a, .pagination_control ul li.prev span {
    background-image: url( "images/link-prevpage.gif" );
}

.pagination_control ul li.next a, .pagination_control ul li.next span {
    background-image: url( "images/link-nextpage.gif" );
}

.pagination_control ul li.first a, .pagination_control ul li.first span {
    background-image: url( "images/link-firstpage.gif" );
}

.pagination_control ul li.last a, .pagination_control ul li.last span {
    background-image: url( "images/link-lastpage.gif" );
}

.pagination_control ul li.prev a:hover, .pagination_control ul li.next a:hover, .pagination_control ul li.first a:hover, .pagination_control ul li.last a:hover {
    background-position: 50% -36px;
    background-color: transparent;
}

.pagination_control ul li span.disabled {
    background-position: 50% -86px;
}


/****************/
/*  Pagination  */
/****************/

.pages {
	/*
	width: auto;
	overflow: auto;	
	*/
	margin: 5px 0 0 0;
	overflow: hidden;
}

.pages ul {
	list-style: none;
	float: right;
}

.pages ul li {
	float: left;
	margin: 0 0 0 2px;
}

.pages ul li a {
	display: block;
	padding: 2px 5px;
	color: #7a7a7a;
	text-decoration: none;
	font-size: 0.9em;
}

.pages ul li a:hover, .pages ul li.selected a {
	background: #7a7a7a;
	color: #fff;
}

.pages ul li a img {
	border: 0;
	padding: 2px 0 0 0;
}

.pages ul li.page-move a {
	border: 0;
	background: #fff;
}


/****************/
/*  Blog Posts  */
/****************/

.post-author, .block .post-author {
	color: #818478;
	border-bottom: 1px dotted #dddddd;
	margin: 0;
	padding: 0 0 1px 0;
	line-height: 1;
}

.post-listing .post-author {
    color: #999;
    border: none;
}

#search-page .post-author {
    color: #999;
    border: none;
    margin: 0 0 10px 0;
}

.post-author a {
    color: #818478;
    text-decoration: none;
}

.post-author a:hover {
    color: #333;
    text-decoration: none;
}

.post-date, .block .post-date {
	color: #57594f;
	margin: 1px 0 5px 0;
	line-height: 1;
	font-size: 11px;
}

.post-listing .post-date {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.post-print {
    top: 5px;
    right: 0;
    position: absolute;
    background: #fff;
    padding: 0 0 0 10px;
}

.post-print a {
    font-size: 0.9em;
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 20px;
    background: url( "images/print.gif" ) no-repeat left top;
    text-decoration: none;
    float: left;
}

.post-source {
    font-style: italic;
    color: #999;
}

.post-source span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8em;    
}

.post-source a {
    color: #999;
    text-decoration: none;
}

.post-source a:hover {
    color: #333;
    text-decoration: underline;
}

.block .post-region {
	color: #818478;
	border-bottom: 1px solid #b3b7a4;
	margin: 0 0 5px 0;
	padding: 0 0 1px 0;
	line-height: 1;
}

.block .post-title h3 {
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.post-title h3 a {
	text-decoration: none;
}

.post-title h3 a:hover {
    text-decoration: none;
}

.post-content p {
	margin: 0 0 10px 0;
	line-height: 1.35;
}

.post-listing ul {
	padding: 10px 20px;
}

.post-listing li {
	padding: 5px 10px;
}

.post-content .more-link {
	margin: 0;
	text-align: right;
}

.post-listing .post-content .more-link {
	text-align: left;
}

.post-content .more-link a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	background: url( "images/icons/icon-right-arrow-green.gif" ) no-repeat right 4px;
	margin: 0 1px 0 0;
	padding: 0 10px 0 0;
}

.post-content .more-link a:hover {
    text-decoration: underline;
}

.post-content img {
    margin: 10px;
    background: #F7F7F4;
    border: 1px solid #ebebeb;
    padding: 9px;
}

.post-image {
	float: left;
	margin: 0 10px 10px 0;
}

.post-image img {
	padding: 9px;
	background: #f7f7f4;
	border: 1px solid #ebebe8;
}
.post-image p {
	text-align: right;
	margin: 2px 0;
	color: #7f979d;
	font-size: 0.9em;
}

.post-meta {
	padding: 4px;
}

.post-meta a {
	text-decoration: none;	
}

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

.post-meta p.link-share {
    text-align: left;
	float: left;
	margin: 2px 0 0 0;
	position: relative;
	width: auto;
}

.post-meta p.link-share a {
/* 	background: none; */
	/*url( "images/icons/icon-share.gif" ) no-repeat left top;*/
	padding: 0 0 0 20px;
}

.post-meta p.link-comments {
    float: left;
    width: 175px;
    text-align: left;
    position: relative;
	margin: 2px 0 0 0;
}

.post-meta p.link-comments a {
	background: url( "images/icon-comment-bubble.gif" ) no-repeat left top;
	padding: 0 0 0 18px;
	color: #005CA1;
}

.post-read-count {
	margin: 10px 0;
}

.post-read-count p {
	margin: 0;
	color: #ccc;
	text-align: right;
}

.post-listing .post-read-count {
    margin: 0 0 5px 0;
    float: right;
}

.post-listing .post-read-count p {
    text-align: left;
    font-size: 0.9em;
}

.post-keywords {
    margin: 20px 0 -10px 0;
    width: auto;
    overflow: hidden;
}

.post-keywords h3 {
    background: url( "images/subtitle-keywords.gif" ) no-repeat;
    width: 113px;
    height: 15px;
    text-indent: -9999px;
}

.post-keywords-wrapper {
    background: url( "images/keyword-box.png" ) no-repeat left top;
    padding: 5px 0 0 0;
}

.block .post-keywords ul {
    background: url( "images/keyword-box.png" ) no-repeat left bottom;
    margin: 0;
    padding: 8px 15px 5px 15px;
    list-style: none;
    width: 478px;
    overflow: hidden;
    float: left;
}

.block .post-keywords li {
    background: none;
    float: left;
    margin: 0 20px 0 0;
    padding: 0 0 10px 0;
    display: inline;
}

.post-keywords li a {
    text-decoration: none;
}

.post-keywords li a:hover {
    text-decoration: underline;
}


/***********************/
/*  Latest Blog Posts  */
/***********************/

#home .main h2#tag-header {
	background: #fff url( "images/subtitle-top-tags.gif" ) no-repeat 6px top;
	width: 64px;
/* 	top: -27px;	 */
}

.post-listing {
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e1;
}

.alt-listing {
    background: #f9fcf4;
}

.last-listing {
    border: none;
}

.post-listing .post-content {
	margin: 0 10px 0 0;
}

.post-listing h3 {
	margin: 0 0 5px 0;
}

#home .post-listing h3 {
    margin: 0;
}

.post-listing .post-image {
    float: right;
	margin-right: 0;
}

.post-listing .post-meta {
	float: right;
	width: 110px;
/* 	overflow: auto; */
}

.post-listing .post-meta p.link-comments {
	margin: 5px 0 5px 0;
	float: right;
	font-size: 0.9em;
	width: auto;
}

.post-listing .post-meta a {
	margin: 0;
}

.post-listing .post-meta .rating {
	float: right;
}

.post-listing .post-info {
    margin: 0 0 10px 0;
}

.post-listing .post-info p {
    margin: 0;
}



.post-listing .post-meta li {
	background: none;
}

.post-meta span {
	text-transform: uppercase;
	color: #999;
	letter-spacing: 1px;
	font-size: 0.8em;
	padding-left: 10px;
/* 	float: left; */
}


/*********************/
/*  Direction Links  */
/*********************/

#direction-links {
	clear: both;
}

#link-prevposts {
	background: url( "images/link-prevposts.gif" ) no-repeat left;
	float: left;
	margin: 7px 0 3px 3px;
	width: 118px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;	
}

#link-nextposts {
	background: url( "images/link-nextposts.gif" ) no-repeat right;
	float: right;
	margin: 7px 3px 3px 0;
	width: 88px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;	
}

#link-prevarticles {
	background: url( "images/link-prevarticles.gif" ) no-repeat left;
	float: left;
	margin: 7px 0 3px 3px;
	width: 136px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;	
}

#link-nextarticles {
	background: url( "images/link-nextarticles.gif" ) no-repeat right;
	float: right;
	margin: 7px 3px 3px 0;
	width: 107px;
	height: 11px;
	text-indent: -9999px;
	overflow: hidden;	
}

#link-allposts {
	float: right;
	margin: 7px 3px 3px 0;
}


/******************/
/*  Text Content  */
/******************/

/*
#action h3 {
	margin: 0;
}

#action .text-content {
	margin: 0 0 0 45px;
}
*/

.block {
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
	/*border-bottom: 1px solid #e6e6e1;*/
/*	width: 508px;
 	overflow: auto; */
    overflow: hidden;
	position: relative;
	clear: both;
}

.last-entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.block h4 a {
	text-decoration: none;
}

.block p {
	line-height: 1.35;
	margin: 0 0 10px 0;
}

/*-- Numbered Lists --*/

/*
#action .block ul li {
	background: none;
	padding: 2px 0 2px 90px;
}
*/

/*-- Feed Lists --*/

ul.feeds, .block ul.feeds {
    margin-left: 0;
    margin-bottom: -10px;
}

ul.feeds h4 {
	margin-top: 0;
}

ul.feeds li, .block ul.feeds li {
    clear: both;
	background: url( "images/icons/icon-right-arrow-gray.gif" ) no-repeat 3px 5px;
	margin: 0 0 10px 0;
	padding-left: 15px;
	width: 508px;
    overflow: hidden;
}

ul.feeds li.selected {
	background: url( "images/icons/icon-down-arrow-gray.gif" ) no-repeat 1px 8px;
}

ul.feeds li#main-feed {
	background: none;
}

ul.feeds li#main-feed a {
	background: url( "images/icons/icon-rss-small.gif" ) no-repeat left top;
	padding-left: 20px;
}

ul.feeds li a {
}

ul.feeds li li, .block ul.feeds li li {
    background: none;
	overflow: visible;
	width: auto;
	display: inline;
}

ul.feeds li li a {
	display: block;
	background: url( "images/icons/icon-rss-small.gif" ) no-repeat left 1px;
	padding: 0 0 2px 20px;
	zoom: 1;
/* 	height: 1.5em; */
}

ul.feeds ul {
    margin: 5px 0 10px 0;
}

ul.feeds ul.col1, ul.feeds ul.col2 {
    width: 236px;
    display: inline;
}

/*-- Columns --*/

.block .col1 {
	width: 244px;
	margin: 0 20px 0 0;
	float: left;
	position: static;
}

.block .col2 {
	width: 244px;
	margin: 0 0 0 0;
	float: left;
}

.block .col1 h4 {
	margin-top: 0;
}

.block .col2 h4 {
	margin-top: 0;
}

/*-- Base Styles --*/
.block h1 {
	font-size: 1.45em;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #39a6c3;
	margin: 0 0 2px 0;
}

.block h2 {
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #165769;
	margin: 0 0 2px 0;
	padding: 0;
}

.block h3 {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #005ca1;
	margin: 0 0 2px 0;
}

.block h4 {
	font-size: 1.1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.block h1 a, .block h2 a, .block h3 a, .block h4 a {
	text-decoration: none;
}

.block ul {
	margin: 0 0 10px 1.5em;
}

.block ul li {
	line-height: 1.35;
	padding: 0 0 5px 0;
}

.block ul ul {
    margin-bottom: 0;
}

.block ol ul li {
    padding: 0 0 0 15px;
}

.block ol {
	margin: 0 0 10px 2.2em;
}

.block ol li {
	font-size: 1.0em;
	font-family: inherit;
	font-weight: normal;
	color: inherit;
	line-height: 1.35;
	margin: 0 0 0 1.5em;
}

/*
.block ol, .post-content ol {
	margin: 0 0 -15px 2.0em;
	padding: 0;
}

.block ol li,
.post-content ol li {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #165769;
	margin: 0 0 15px 0;
	padding: 0;
}
*/

.block ol li h4 {
	display: inline;
	font-size: 1.0em;
}

.block ol li p, .block ol li li {
	font-size: 0.833em;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #3a3f40;
	line-height: 1.35;
	font-weight: normal;
	margin: 10px 0 0 0;

}


/**********/
/*  User  */
/**********/

.user-info {
    background: url( "images/user-info-bg.png" ) repeat-x top;
    padding: 10px;
/*     width: auto; */
/*     width: 488px; */
/*     overflow: hidden; */
}

#user h4 {
	margin: 0;
}

#user h5 {
	margin: 0 0 20px 0;
	font-size: 1.2em;
}

#user h6 {
	position: relative;
    margin: -2px 0 5px 10px !important;
    margin-top: 0;
}

#user .post-image {
	float: right;
	margin: 10px;
	display: inline;
}

.user-header-wrapper .user-header {
    margin: 0 0 1px 0;
}

.user-header-wrapper .user-header h2 {
	font-size: 1.45em;
	font-family: Arial, sans-serif;
	color: #fff;
}

/*-- User List --*/

.user-list {
    border: none;
    margin-bottom: -16px;
    padding-bottom: 30px;
}

.user-list.last-entry {
    padding-bottom: 10px;
}

.user-header {
    background: url( "images/user-header.gif" ) no-repeat right top;
    border-bottom: 1px solid #75a4b3;
    margin: 0 0 1px 0;
    padding: 0 10px 0 0;
    width: auto;
    overflow: hidden;
}

.user-header h2 {
    background: url( "images/user-header.gif" ) no-repeat left top;
    margin: 0;
    padding: 5px 0 5px 10px;
    font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}

.user-row {
    width: 504px;
    overflow: hidden;
    position: relative;
    margin: 0 0 16px 0;
    padding: 0;
    left: -16px;
}

.last-row {
    margin-bottom: 0;
}

.user-block-wrapper {
    width: 236px;
    background: url( "images/user-box.png" ) no-repeat left top;
    margin: 0 0 0 16px;
    padding: 10px 0 0 0;
    float: left;
    display: inline;
}

.user-block-active {
    background-position: -236px top;
}

.right-block {
    margin: 0;
}

.user-block {
    background: url( "images/user-box.png" ) no-repeat left bottom;
    padding: 0 10px 10px 10px;
    width: 216px;
    overflow: hidden;
    float: left;
}

.user-block-active .user-block {
    background-position: -236px bottom;
}

.user-block img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    width: 60px;
}

.user-block h3 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

.user-block h4 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #999;
}

.user-block-active a {
    color: #666;
}

/*-- Author Block below posts--*/

.main-author {
    width: 540px;
    overflow: hidden;
    background: #e5f3f6 url( "images/user-box-bio.png" ) no-repeat left top;
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
}

.author-top {
    margin: 35px 0 -10px 0;
}

.main-author .user-block {
    background: url( "images/user-box-bio.png" ) no-repeat left bottom;
    margin: 0;
    padding: 0 10px 10px 10px;
    width: auto;
    float: left;
}

.main-author .user-info {
    padding: 0;
    background: none;
    float: left;
    width: 400px;
    margin: 0 20px 0 0;
}

.main-author h3 {
    margin: 0 0 2px 0;
}

.main-author h4 {
    margin: 0 0 1px 0;
}

.main-author h5 {
    margin: 0;
    color: #999;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lucida Grande", Arial, sans-serif;
}

.main-author ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    width: 100px;
}

.main-author li {
    padding: 0 5px 2px 5px;
    margin: 0 0 2px 0;
    border-bottom: 1px solid #bfdbe3;
}

.main-author li.last {
    padding-bottom: 0;
    margin: 0;
    border: none;
}

.main-author li a {
    text-decoration: none;
    font-size: 0.85em;
    display: block;
    padding: 1px 0;
}

.main-author li a.rss {
    padding-left: 20px;
    background: url( "images/icons/icon-rss-small.gif" ) no-repeat left top;
}

.user-block h3, .user-block h4, .user-block h5, .user-block h6 {
    margin: 0;
    padding-left: 70px;
}

.user-block h5 {
    margin: 2px 0 0 0;
}

.user-block .user-info {
    width: 380px;
}

.user-block ul {
    width: 120px;
}


/**********/
/*  Tabs  */
/**********/

/*-- User View --*/

/*
.info-wrapper {
    width: 508px;
    overflow: hidden;
}
*/

.tabs, .block .tabs {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    width: 250px;
    overflow: hidden;
    background: url( "images/user-tab-divider.png" ) no-repeat left bottom;
}

#search-page .tabs {
    width: 508px;
    overflow: hidden;
    margin: 20px 0 0 0;
    z-index: 100;
    position: relative;
    background: none;
}

.tabs ul {
    width: auto;
    overflow: hidden;
    clear: both;
}

.tabs li, .block .tabs li {
    background: #fff;
    margin: 0 5px 1px 0;
    padding: 0;
    float: left;
    display: inline;
    border: none !important;
    border-bottom: 1px solid #ccc;
}

.tabs li.selected {
    border: none;
}

.tabs a {
    background: url( "images/user-tab-bg.gif" ) no-repeat left top;
    margin: 0;
    padding: 0 0 0 8px;
    float: left;
    text-decoration: none;
    color: #555;
}

.tabs a span {
    background: url( "images/user-tab-bg.gif" ) no-repeat right top;
    margin: 0;
    padding: 4px 8px 4px 0;
    display: block;
    float: left;
    cursor: pointer;
}

.tabs a:hover {
    text-decoration: none;
    color: #333;
    background-position: left -50px;
}

.tabs a:hover span {
    background-position: right -50px;
}

.tabs li.selected {
    margin-bottom: 0 !important;
    margin-bottom: 1px;
}

.tabs li.selected a, .tabs li.selected a:hover {
    background-position: left -100px;
    color: #333;
}

.tabs li.selected a span, .tabs li.selected a:hover span {
    background-position: right -100px;
    padding-bottom: 5px;
}

/*-- User Tabs --*/

.user-tab-block, .block .user-tab-block {
    margin: 5px 0 10px 0;
    clear: both;
}

.user-first {
    margin: 0 0 20px 0;
}


/**************/
/*  Tag List  */
/**************/

#tags {
	padding: 16px 0;
	width: 508px;
	overflow: hidden;
}

#tags h3 {
	width: 64px;
	height: 17px;
	background: url( "images/tag-header.gif" ) no-repeat left top;
	text-indent: -9999px;
	margin: 0 0 15px 0;
}

#tags .tag-block {
	float: left;
	margin: 0 14px 0 0;
	width: 160px;
}

#tags .tag-block.last {
	margin: 0;
}

.tag-block h4 {
	width: 160px;
	height: 24px;
	text-indent: -9999px;
	background: url( "images/tag-titles.gif" ) no-repeat left top;
	margin: 0;
}

.tag-blog h4 {
	background-position: left top;
	border-bottom: 1px solid #75a4b3;
}

.tag-news h4 {
	background-position: left -24px;
	border-bottom: 1px solid #a36719;	
}

.tag-research h4 {
	background-position: left -48px;
	border-bottom: 1px solid #789420;
}

.tag-block ul {
	list-style: none;
	margin-top: 1px;
}

.tag-block li {
	text-indent: 0;
	margin: 0 0 0 0;
}

.tag-block li a {
	display: block;
	padding: 5px 10px 5px 30px;
	line-height: 1.2;
	color: #333;
	text-decoration: none;
	text-indent: -20px;
	text-decoration: none;
}

.widget_tag_cloud a {
	padding: 5px 20px;
}

.tag-block li a:hover {
	font-size: 14px;
	text-decoration: none;
}

.tag-block .one	a	{ color: #333; }
.tag-block .two	a	{ color: #444; }
.tag-block .three a	{ color: #555; }
.tag-block .four a	{ color: #666; }
.tag-block .five a	{ color: #777; }
.tag-block .six	a	{ color: #888; }
.tag-block .seven a	{ color: #999; }
.tag-block .eight a	{ color: #aaa; }
.tag-block .nine a	{ color: #bbb; }
.tag-block .ten	a	{ color: #ccc; }

.tag-block .one a, .tag-block .two a		{ font-size: 14px; }
.tag-block .three a, .tag-block .four a		{ font-size: 13px; }
.tag-block .five a, .tag-block .six a		{ font-size: 12px; }
.tag-block .seven a, .tag-block .eight a	{ font-size: 11px; }
.tag-block .nine a, .tag-block .ten a		{ font-size: 10px; }

.tag-blog a:hover {
	color: #111;
	background-color: #e5edf0; /*#4b8599;*/
}

.tag-news a:hover {
	color: #111;
	background-color: #f4eee6;
}

.tag-research a:hover {
	color: #111;
	background-color: #ebefde; /*#b9d968;*/
}


/*************/
/*  Sidebar  */
/*************/

/*-- Blocks --*/

.col2 .block {
    width: 370px;
}

/*-- Sidebar Announcement: announcement boxes --*/

.promo {
/*     width: 370px; */
}

.sidebar-promo {
    width: 370px;
    background: url( "images/blue-announcement-body.png" ) no-repeat left bottom;
    padding: 0 0 3px 0;
}

.promo h3 {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    background: #35b4d2 url( "images/blue-announcement-head.png" ) no-repeat left top;
    margin: 0;
    padding: 7px 15px;
}

.promo p {
    background: url( "images/blue-announcement-body.png" ) no-repeat left top;
    padding: 10px 15px 7px 15px;
    line-height: 1.35;
    color: #fff;
    min-height: 70px;
    height: auto !important;
    height: 70px;
}

.blue .sidebar-promo { background-image: url( "images/blue-announcement-body.png" ); }
.green .sidebar-promo { background-image: url( "images/green-announcement-body.png" ); }
.orange .sidebar-promo { background-image: url( "images/orange-announcement-body.png" ); }
.yellow .sidebar-promo { background-image: url( "images/yellow-announcement-body.png" ); }
.red .sidebar-promo { background-image: url( "images/red-announcement-body.png" ); }

.blue .promo h3 { background-image: url( "images/blue-announcement-head.png" ); background-color: #4496a9; }
.green .promo h3 { background-image: url( "images/green-announcement-head.png" ); background-color: #6e952a; }
.orange .promo h3 { background-image: url( "images/orange-announcement-head.png" ); background-color: #d87224; }
.yellow .promo h3 { background-image: url( "images/yellow-announcement-head.png" ); background-color: #da9802; }
.red .promo h3 { background-image: url( "images/red-announcement-head.png" ); background-color: #850303; }

.blue .promo p { background-image: url( "images/blue-announcement-body.png" ); }
.green .promo p { background-image: url( "images/green-announcement-body.png" ); }
.orange .promo p { background-image: url( "images/orange-announcement-body.png" ); }
.yellow .promo p { background-image: url( "images/yellow-announcement-body.png" ); }
.red .promo p { background-image: url( "images/red-announcement-body.png" ); }


/*-- Sidebar List: has title and list elements, no background --*/

.sidebar-list {
	margin: 0 14px 30px 14px;
}

.sidebar-list ul {
	list-style: none;
}

.sidebar-list ul li {
	border-bottom: 1px solid #c6d0d1;
	padding: 12px 0;
	width: 342px;
	overflow: auto;
}

.sidebar-list ul li.last {
	border: 0;
}

.sidebar-list a {
	text-decoration: none;
}

.sidebar-list p a {
	color: #1776a1;
	font-size: 1.05em;
}

.sidebar-list p a:hover {
	color: #666;
	text-decoration: underline;
}

.sidebar-list p.meta {
	color: #909289;
	margin-top: 2px;
	font-size: 0.9em;
}

.sidebar-list p.meta a {
	color: #909289;
	font-size: 1.0em;
}

/*-- Sidebar List: Recent Comments --*/

#sidebar-recentcomments h3 {
	text-indent: -9999px;
	background: url( "images/subtitle-recent-comments.gif" ) no-repeat;
	width: 132px;
	height: 14px;
	margin: 0 0 2px 0;
	font-size: 0.1em;
}

/*-- Sidebar List: Related Articles --*/

#sidebar-relatedarticles h3 {
	text-indent: -9999px;
	background: url( "images/subtitle-related-articles.gif" ) no-repeat;
	width: 118px;
	height: 15px;
	margin: 0 0 1px 0;
	font-size: 0.1em;

}

#sidebar-relatedarticles ul {
    margin: 8px 0 0 0;
    border-top: 1px solid #ddd;
}

#sidebar-relatedarticles li {
    padding: 8px 0;
    border-color: #ddd;
}

#sidebar-relatedarticles a.img-link {
	border: 1px solid #c8d6e5;
	float: left;
	margin: 0 10px 0 0;
}

#sidebar-relatedarticles a.img-link img {
	border: 0;
	padding: 3px;
	width: 30px;
}

#sidebar-relatedarticles p {
    font-size: 1.1em;
	margin: 0;
}

#sidebar-relatedarticles a.more {
    display: block;
    margin: 5px 0 0 0;
    text-align: right;
}

/*-- Suggest a Story --*/

#sidebar-button {
	margin: 20px 0;
}


#sidebar-button a {
	display: block;
	margin: 0 0 3px 0;
	width: 192px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;

}

#sidebar-button p {
	margin: 0 5px;
	color: #6d787b;
}

/*-- Sidebar Box: has gray background and rounded corners --*/
.sidebar-box,
.widget {
	width: 340px;
	margin: 0 0 15px 0;
	clear: both;
}

.sidebar-box h3,
.widget h3 {
	font-size: 0.1em;
	margin: 0;
}

.sidebar-box ul,
.widget ul {
	list-style: none;
	margin: 0 15px 10px 15px;
}

.sidebar-box li,
.widget li {
	padding: 10px 0;
}

.sidebar-box a,
.widget a {
	text-decoration: none;
}

.sidebar-box p a,
.widget p a {
	color: #39460a;
	font-size: 1.05em;
}

.sidebar-box p a:hover,
.widget p a:hover {
	color: #666;
	text-decoration: underline;
}

.sidebar-box p.meta,
.widget p.meta {
	color: #909289;
	font-size: 0.9em;
	margin-top: 2px;
}

.sidebar-box p.meta a
.widget p.meta a {
	color: #909289;
	font-size: 1.0em;
}

/*--  Sidebar Box: Newsroom --*/

.date-box {
	float: left;
	width: 35px;
}

.month {
	background: #be661f url( "images/sidebar-date-bg.gif" ) repeat-x;
	color: #fff;
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 0px 3px;
	display: block;
}

.date {
	display: block;
	background: #fff;
	border: 1px solid #b2b2b2;
	font: 1.6em Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 3px 0 0 0;
	color: #454545;
}

p#link-news {
    margin: 0;
    width: 100%;
    overflow: auto;
}

#link-news a {
	background: url( "images/link-morenews.gif" ) no-repeat right;
	display: inline;
	width: 87px;
	height: 11px;
	margin: 0 18px 10px 0;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0.1em;
}

/*--  Sidebar Box: Recent Comments --*/

.widget h2.widgettitle {
	background-image: url("images/bg_tabs1.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
	width: 310px;
	color: #005ca1;
	font-size: 14px;
	padding: 7px 15px;
	border-bottom: 1px solid #ffffff;
	text-transform: lowercase;
}

.textwidget {
	padding: 10px;
}
/* #home #sidebar-comments h3 { background-position: left -56px; } */

#sidebar-comments ul,
#recent-comments ul {
	margin-bottom: 5px;
}

#sidebar-comments ul li.last,
#recent-comments ul li.last {
	border: none;
}

/*-- Most Popular --*/

#sidebar-popular {
/*     margin: 0 0 20px 0; */
    margin: 30px 0 10px 0;
    padding: 10px 0 0 0;
    width: 370px;
/*     background: url( "images/tabs-bottom.gif" ) no-repeat left bottom; */
    background: url( "images/popular-box.gif" ) no-repeat left top;
}

#sidebar-popular h3 {
	text-indent: -9999px;
	background: #fff url( "images/subtitle-popular-content.gif" ) no-repeat 50% top;
	width: 140px;
	height: 18px;
/* 	margin: 0 0 8px 0; */
	font-size: 0.1em;
	position: absolute;
	margin: -18px 0 0 9px;
	padding: 0 6px;
}

#sidebar-popular h4 {
    margin: 0;
}

#sidebar-popular .popular {
    padding: 10px 2em 10px 0;
    background: url( "images/popular-box.gif" ) no-repeat left bottom;
/*     margin: 0 0 20px 0; */
/*
    border-right: 1px solid #d3d3ce;
    border-left: 1px solid #d3d3ce;
*/
}

#sidebar-popular ol {
    margin: 0 0 0 3em;
}

#sidebar-popular ol li {
/*     margin: 0 0 10px 0; */
    padding: 10px 0;
    font-size: 1.1em;
    border-bottom: 1px solid #eee;
}

#sidebar-popular ol li.first {
/*     padding-top: 0; */
}

#sidebar-popular ol li.last {
/*     padding-bottom: 0; */
    border: none;
}

#sidebar-popular ol li a {
    text-decoration: none;
}

#sidebar-popular .tabs {
    width: 370px;
    margin: 0;
}

/*-- Staff Box --*/

#sidebar-staff {
	border-bottom: 1px solid #f5a631;
	width: 370px;
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 15px 0 0 0;
}

#sidebar-staff h3 {
	text-indent: -9999px;
	background: url( "images/sidebar-title-staff.gif" ) no-repeat 1px 0;
	width: 370px;
	height: 10px;
	border-bottom: 1px solid #f5a631;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	font-size: 0.1em;
}

#sidebar-staff h4 {
  	font-size: 1.1em;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	padding: 15px 0 0 0;
	margin: 0 14px 5px 14px;
	border-top: 1px solid #eee;
	color: #333;
	clear: both;
}

#sidebar-staff h4.first {
    border: none;
    padding: 0;
}

#sidebar-staff .col1 {
	float: left;
	width: 159px;
	padding: 0 10px 15px 14px;
	margin: 0;
}

#sidebar-staff .col2 {
	float: left;
	width: 159px;
	padding: 0 14px 15px 10px;
	margin: 0;
}

#sidebar-staff ul {
    margin: 0 0 15px 0;
    list-style: none;
}

#sidebar-staff li {
    font-size: 0.9em;
    font-weight: normal;
}

#sidebar-staff a {
    color: #464a3e;
    text-decoration: none;
}

#sidebar-staff a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar-staff a.more {
	font-size: 0.9em;
	font-weight: normal;
	color: #de7e26;
	text-decoration: none;
	display: block;
	clear: both;
	margin: 0 0 15px 193px;
}

#sidebar-staff a.more:hover {
	color: #666;
	text-decoration: underline;
}

/*
#sidebar-staff ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar-staff ul li {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#sidebar-staff ul ul {
	margin: 5px 0 15px 0;
}

#sidebar-staff ul ul li {
	font-size: 0.82em;
	font-weight: normal;
}

#sidebar-staff ul ul li a {
	color: #464a3e;
	text-decoration: none;
}

#sidebar-staff ul ul li a:hover {
	color: #000;
	text-decoration: underline;
}
*/

/*
#sidebar-staff a.more {
	font-size: 0.8em;
	font-weight: normal;
	color: #de7e26;
	text-decoration: none;
}

#sidebar-staff a.more:hover {
	color: #666;
	text-decoration: underline;
}
*/

/*-- Sponsors Box --*/

#sidebar-sponsors,
#simpleimagelink-389971331 {
	width: 370px;
	overflow: auto;
}

#sidebar-sponsors h3,
#simpleimagelink-389971331 h2 {
	text-indent: -9999px;
	background: transparent url( "images/sidebar-title-sponsors.gif" ) no-repeat;
	width: 130px;
	height: 10px;
	margin: 0 0 3px 3px;
	padding: 0;
	font-size: 0.1em;
}

#sponsor-links,
div.widget_simpleimagelink {
	background: url( "images/sidebar-sponsors-top.gif" ) no-repeat left top;
	text-align: center;
	padding: 10px 0;
	float: left;
	width: 370px;
	margin-bottom:10px;
}

#sponsor-links a {
	margin: 0 10px;
}

#sponsor-links img {
	border: 0;
	padding: 10px;
}

/*-- Site Footer --*/

#footer {
	color: #666;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

#footer #footer-container {
	background: url('images/grad1.gif') repeat-x center top;
	border: 1px solid #e7e8e6;
	padding: 10px 0;
	background-color: #f8f8f7;
}

#footer-container .box-left, 
#footer-container .box-center, 
#footer-container .box-right {
	float: left;
}

#footer-container .box-left, 
#footer-container .box-center {
	background: url('images/vline2.gif') repeat-y top right; 
}

#footer-container .moduletable {
	padding: 10px 15px;
	padding-top: 0px;
	margin: 0px;
}

#footer .footer-content {
	width: 940px;
	margin: 10px auto;
}

#footer a.rss {
	padding-left: 20px;
	background: url('images/rss.gif') no-repeat top left; 
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #005ca1;
}

/*-- Site Copyright --*/

#sidebar-copyright {
	color: #707676;
	margin: 10px 0 0 10px;
	font-size: 0.9em;
}


/********************/
/*  Search Results  */
/********************/

/*-- Search Box --*/
#search-box-top {
	margin: 0 0 10px 0;
	width: 300px;
	overflow: hidden;
	position: relative;
}

#search-box-top form {
    float: left;
}

#search-box-top input {
	border: 1px solid #a9b59d;
	background: #fff;
	width: 268px;
	height: 16px;
	font: 1.0em "Lucida Grande", Arial, sans-serif;	
	padding: 2px 25px 2px 5px;
}

#search-box-top input#search-btn-top {
	border: 0;
	background: transparent;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0px;
	top: 0 !important;
	top: 1px;
	padding: 0;
}

/*-- Search Filters --*/

#search-filters {
    margin: 30px 0 0px 0;
    padding: 0 0 0 0 !important;
    padding-bottom: 0;
}

#search-filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    overflow: hidden;
}

#search-filters li {
    float: left;
    margin: 0 10px 0 0;
}

#search-filters a {
    background: url( "images/search-button-bg.png" ) no-repeat left top;
    height: 25px;
    padding: 0 0 0 8px;
    float: left;
    color: #fff;
    text-decoration: none;
}

#search-filters a span {
    background: url( "images/search-button-bg.png" ) no-repeat right top;
    height: 21px;
    padding: 4px 8px 0 0;
    float: left;
    cursor: pointer;
}

#search-filters a:hover {
    background-position: left -25px;
    text-decoration: none;
}

#search-filters a:hover span {
    background-position: right -25px;
}

#search-filters a.selected, #search-filters a.selected:hover {
    background-position: left -50px;
}

#search-filters a.selected span, #search-filters a.selected:hover span {
    background-position: right -50px;
}

#search-filters a span span.search-title {
    background: url( "images/search-button-titles.gif" ) no-repeat left top;
    height: 11px;
    float: left;
    display: block;
    cursor: pointer;
    font-size: 0.9em;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    margin: 3px 0 0 0;
}

#search-filters a#search-all span span.search-title {
    background-position: left top;
    width: 14px;
}

#search-filters a#search-blog span span.search-title {
    background-position: left -11px;
    width: 22px;
}

#search-filters a#search-news span span.search-title {
    background-position: left -22px;
    width: 52px;
}

#search-filters a#search-research span span.search-title {
    background-position: left -33px;
    width: 45px;
}

#search-filters a#search-career span span.search-title {
    background-position: left -44px;
    width: 68px;
}

#search-filters a#search-all:hover span span.search-title { background-position: -68px top; }
#search-filters a#search-blog:hover span span.search-title { background-position: -68px -11px; }
#search-filters a#search-news:hover span span.search-title { background-position: -68px -22px; }
#search-filters a#search-research:hover span span.search-title { background-position: -68px -33px; }
#search-filters a#search-career:hover span span.search-title { background-position: -68px -44px; }

#search-filters a#search-all.selected span span.search-title, #search-filters a#search-all.selected:hover span span.search-title { background-position: -136px top; }
#search-filters a#search-blog.selected span span.search-title, #search-filters a#search-blog.selected:hover span span.search-title { background-position: -136px -11px; }
#search-filters a#search-news.selected span span.search-title, #search-filters a#search-news.selected:hover span span.search-title { background-position: -136px -22px; }
#search-filters a#search-research.selected span span.search-title, #search-filters a#search-research.selected:hover span span.search-title { background-position: -136px -33px; }
#search-filters a#search-career.selected span span.search-title, #search-filters a#search-career.selected:hover span span.search-title { background-position: -136px -44px; }

#search-filters a span span.search-total {
    background: url( "images/search-button-total.gif" ) no-repeat left top;
    height: auto;
    text-indent: 0;
    overflow: visible;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    width: auto;
}

#search-filters a span span.search-total span {
    background: url( "images/search-button-total.gif" ) no-repeat right top;
    width: auto;
    height: 14px !important;
    padding: 1px 5px 0 0 !important;
    height: 15px;
    padding-top: 0;
    font-size: 0.9em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}

#search-filters a:hover span.search-total {
    background-position: left -15px;
}

#search-filters a:hover span.search-total span {
    background-position: right -15px;
}

#search-filters a.selected span.search-total, #search-filters a.selected:hover span.search-total {
    background-position: left -30px;
}

#search-filters a.selected span.search-total span, #search-filters a.selected:hover span.search-total span {
    background-position: right -30px;
}


/*-- Search Results --*/

#search-page .pagination_control {
    margin: 12px 0 0 0;
}

#search-page .post-entry {
	border-bottom: 1px solid #E6E6E1;
	padding: 10px 0;
	float: left;
	width: 100%;
}

#search-page .last-entry {
    border: none;
}

#search-page .block h3 {
    font-size: 1.3em;
    margin: 0;
}

#search-page .block h4 {
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

#search-page .block .meta {
    color: #909a9d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9em;
    margin: 0 0 2px 0;
}


/*-- Search Sort --*/

#search-controls {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px 0;
}

#search-sort {
    margin: 10px 0 0 0;
    width: 225px;
    float: left;
}

#search-sort ul {
    list-style: none;
    width: 230px;
    overflow: hidden;
}

#search-sort li {
    float: left;
    margin: 0 10px 0 0;
    display: inline;
}

#search-sort a {
	float: left;
	background: url( "images/control-sort-left.gif" ) no-repeat left top;
	padding: 0 0 0 3px;
	color: #6e7273;
	text-decoration: none;
	font-size: 0.9em;
	float: left;
	height: 24px;
}

#search-sort a span {
	background: url( "images/control-sort-right.gif" ) no-repeat right top;
	float: left;
	padding: 4px 8px 0 5px;
	height: 20px;
	cursor: pointer;
}

#search-sort ul li a:hover, #search-sort ul li.selected a {
	background-position: left -24px;
	color: #fff;
}

#search-sort ul li a:hover span, #search-sort ul li.selected a span {
	background-position: right -24px;
	color: #fff;
}



/**************/
/*  Comments  */
/**************/

.comment-header {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
	padding:0;
}

.comment-header h2 {
	float: left;
	width: 300px;
	padding-left: 10px;
}

/*-- Add: Link to add a new comment to the post --*/
.comment-add {
    float: right;
/*
    width: 538px;
    overflow: hidden;   
*/
}

.comment-add a {
    display: block;
/*     float: right; */
    width: 165px;
    height: 28px;
    background: url( "images/button-add-comment.gif" ) no-repeat left top;
    text-indent: -9999px;
    overflow: hidden;
}

/*-- Meta: Author and Date --*/
.comment-meta {
    width: 125px;
    float: left;
}

.comment-meta h4, .comment-content h4 {
    font-size: 1.0em;
    font-family: "Lucida Grande", Arial, sans-serif;
    color: #999;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.comment-meta p {
    margin: 0;
    padding: 0;
    color: #999;
    font-size: 0.9em;
}

/*-- Content: Subject and comment --*/
.comment-content {
    width: auto;
    margin: 0 0 0 135px;
}

.comment-content h3 {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

.comment-content h4 {
    margin-bottom: 5px;
}

.comment-content h4 span {
    font-size: 0.9em;
    font-style: italic;
}

.comment-content p {
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.comment-block {
}

/*-- Response: Author and Date of reply to comment --*/
.comment-response {
    border-top: 1px solid #d3d3ce;
    padding: 10px 10px 0 10px;
}

.comment-staff {
    background: #fafafa;
    padding-bottom: 10px;
}

.comment-response p {
    padding: 0 1.35em;
}

/*-- Reply: Link to reply to an existing comment --*/
.comment-reply {
    margin: 10px 0 0 0;
}

.comment-reply a.comment-link {
    background: url( "images/comment-reply.gif" ) no-repeat left 50%;
    padding: 0 0 0 10px;
    text-decoration: none;
    color: #666;
    display: block;
    float: none !important;
    float: left;
}

.comment-reply a span {
    color: #3691a8;
    cursor: pointer;
}

.comment-reply a:hover, .comment-reply a:hover span {
    cursor: pointer;
    color: #333;
    text-decoration: underline;
}

/*-- Form for replying to an existing comment --*/
#comment-reply, #comment-reply .submission-wrapper {
    background-image: url( "images/comment-box-small.png" );
}

#comment-reply {
    padding-top: 15px;
    width: 374px;
}

#comment-reply .submission-wrapper {
    width: 344px;
    padding: 0 15px 15px 15px;
}

#comment-reply fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#comment-reply h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

#comment-reply h3 span {
    font-weight: normal;
    display: block;
    font-size: 0.7em;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#comment-reply input {
    width: 328px;
}

#comment-reply textarea {
    width: 328px;
}

#comment-reply .submit {
    width: 83px;
    float: left;
}

#comment-reply .field_options {
    width: 100%;
    overflow: hidden;
    margin: 0;
    float: left;
}

#comment-reply .field_options p {
    float: left;
    margin: 0.5em 0 0 7px;
}

#comment-reply .field_options a {
    background: none;
    color: #81A406;
    text-decoration: underline;
    padding: 0;
}

#comment-reply .field_options a:hover {
    color: #666;
}

/*-- Form for adding a new comment to the post --*/
#comment-add, #comment-add .submission-wrapper {
    background-image: url( "images/comment-box.png" );
}

#comment-add {
    padding-top: 15px;
	margin-bottom: 10px;
}

#comment-add .submission-wrapper {
    width: 510px;
    padding: 0 15px 15px 15px;
}

#comment-add h3 {
    font-weight: normal;
    margin-bottom: 20px;
    position: static;
}

#comment-add h3 span {
    font-weight: normal;
    display: block;
    font-size: 0.6em;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#comment-add fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#comment-add fieldset.first {
    width: 155px;
    float: left;
}

#comment-add fieldset.last {
    margin: 0 0 0 20px;
    float: left;
    display: inline;
}

#comment-add label span {
    display: block;
}

#comment-add input {
    width: 139px;
}

#comment-add fieldset.last input {
    width: 319px;
}

#comment-add textarea {
    width: 319px;
    height: 8em;
}

#comment-add .submit {
/*     margin-left: 175px; */
    margin-top: 0 !important;
/*     margin-top: -20px; */
    float: left;
}

#comment-add .field_options {
	clear: both;
    width: auto;
    overflow: hidden;
    margin-top: 0 !important;
    margin-top: -20px;
    margin-left: 175px;
}

#comment-add .field_options input {
	display: none;
}

#comment-add .field_options input#submit {
	display: block;
	margin-top: 10px;
}

#comment-add .parent_id, #comment-reply .parent_id {
    display: none;
}

#comment-add .stars {
    border: 3px solid #E4EBD4;
}

/*-- Wordpress Comments --*/

/*
.commentlist {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.commentlist li {
	margin: 0;
	padding: 10px 0;
}

textarea {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 1.0em;
}

.comment-author {
	float: left;
	width: 165px;
	color: #999;
	padding: 0 0 0 10px;
}

.comment-author p {
	margin: 0;
	padding: 0;
}

.comment-author label {
	width: 165px;
	color: #666;
}

.comment-author input {
	width: 155px;
	border: 1px solid #ccc;
	color: #3A3F40;
	padding: 2px 4px;
}

.comment-author span {
	color: #3A3F40;
}


.comment-text {
	margin: 0 0 0 195px;
	padding: 0 10px 0 0;
}

.comment-text label {
	color: #666;
}

.comment-text textarea {
	border: 1px solid #ccc;
	padding: 2px 4px;
	color: #3A3F40;
	width: 293px;
}

.comment-text p {
	margin: 0 0 10px 0;
	padding: 0;
}

.comment-loggedin p {
	margin: 0 10px 10px 10px;
}

.comment-loggedin textarea {
	border: 1px solid #ccc;
	padding: 2px 4px;
	color: #666;
	width: 478px;
}

.commentlist li.alt {
	background: #e9f2f5;
}

#commentform input {
	margin: 0 0 10px 0;
}

#submit {
	background: #39A6C3;
	border: none;
	color: #fff;
	padding: 2px 4px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.9em;
}
*/


/***********/
/*  Forms  */
/***********/

fieldset {
	border: none;
}

dl {
	width: 100%;
	overflow: hidden;
}

dl dl {
	background-color: #F3F3F3;
	padding: 20px 0;
}

dt {
	display: block;
	padding: 2px 0 0 0;
	color: #165769;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
}
dt label {
	float: left;
}

/*-- Char Counter --*/
dt span.counter {
	color: #333;
	font-size: .88em;
	float: right;
}

dt.sublist {
	background: url( "images/admin/button-left-tier1.gif" ) no-repeat -4px -96px;	
	margin: 0;
	padding: 0 0 0 12px;
	float: left;
}

dt.sublist span {
	float: left;
	background: url( "images/admin/button-right-tier1.gif" ) no-repeat right -96px;
	padding: 11px 12px 11px 0;
}

dd dt {
	color: #666;
	font-size: 0.9em;
	letter-spacing: 2px;
	font-weight: normal;
	border-top: 1px solid #fff;
	padding: 20px 20px 0 20px;
}

dd dt.first {
	border: none;
	padding-top: 0;
}

dd {
	border-bottom: 1px dashed #ddd;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
/* 	position: relative; */
	width: auto;
	overflow: hidden;
	clear: both;
}

dd.tag-field {
    position: relative;
}

dd.sublist {
	clear: both !important;
	clear: none;
}

dd.last {
	border: none;
}

dd dd {
	margin: 0;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #dedede;
}

dd dd.last {
	padding-bottom: 0;
	border: none;
}

/*
dd input, dd textarea {
	border: 2px solid #ccc;
	margin: 0 0 5px 0;
	font-size: 1.0em;
	padding: 2px 4px;
	width: 496px;
}
*/

dd input, dd textarea {
	width: 496px;
	font-size: 1.0em;
	font-family: "Lucida Grande", Arial, sans-serif;
	border: 2px solid #ccc;
	margin: 0 0 5px 0;
	font-size: 1.0em;
	padding: 2px 4px;
}

dd dd input, dd dd textarea {
	width: 456px;
	margin: 0;
}

dd textarea {
	height: 100px;
}

#form_options input, #form_options button {
	padding: 2px 4px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
}

#login_form {
	width: 212px;
	margin: 0 auto;
}

#login_form dt {	
	display: block;
	padding: 0 0 0 0;
	color: #165769;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#login_form dt label {
	padding: 0 0 0 0;
	display: block;
}

#login_form dd {
	padding: 2px 0 0 0;
	margin: 0 0 10px 0;
	border: none;
}

#login_form #form_options {
	margin: 10px 0 0 0px;
}

#login_form input, #login_form textarea {
	width: 200px;
	margin: 0;
}

ul.errors {
	list-style: none;
	color: #900;
	margin: 0;
}

ul.errors li {
	background: none;
	line-height: 1.3;
	padding: 0;
}

.submit_error {
	color: #900;
	margin: 0 0 20px 0;
	background: #fcc;
	border: 2px solid #c00;
	padding: 10px 15px;
}

.submit_success {
    color: #5b8908;
    margin: 0 0 20px 0;
    background: #eaefe1 url( "images/icons/icon-checkmark.gif" ) no-repeat 15px 50%;
    border: 2px solid #92b652;
    padding: 10px 15px 10px 40px;
}

/*-- Sumission Forms --*/
.submission {
	background: url( "images/signup-box.png" ) no-repeat left top;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
/*
	width: 508px;
	overflow: hidden;
*/
}

.submission-wrapper {
	background: url( "images/signup-box.png" ) no-repeat left bottom;
	padding: 0 10px 10px 10px;
	width: 488px;
	overflow: hidden;
}

.submission p {
    /*color: #829855;92a964*/
    margin-bottom: 20px;
}

.submission fieldset {
/*     background: #f00; */
/*     width: 488px; */
    width: auto;
    overflow: hidden;
    padding: 20px 0 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dce9c1;
    float: left;
}

.submission fieldset.first {
    padding-top: 0;
    border-top: none;
}

.submission fieldset.last {
    border-bottom: none;
}

.submission h3 {
    color: #555;
    margin: 0 0 5px 0;
}

.submission .element {
    margin: 0 0 10px 0;
/*     width: auto; */
/*     overflow: hidden; */
}

.submission label {
	display: block;
	margin: 0 10px 0 0;
	line-height: 1.0;
	color: #005ca1;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 0.9em;
}

.submission label span {
    letter-spacing: 0;
    font-size: 0.8em;
    color: #aaa;
}

.submission input, .submission textarea {
    display: block;
/*     float: left; */
    background: #fff;
	border: 3px solid #dce4f1;/*#cde1a3;*/
	padding: 3px 5px;
	width: 472px;
	font-size: 1.0em;
	font-family: "Lucida Grande", Arial, sans-serif;
}

.submission textarea {
    height: 6em;
}

#login .element {
    margin: 0 34px 0 0;
}

#login input {
    width: 158px;
}

.submission #submit, .submission .submit {
    width: 83px;
    height: 28px;
    background: none;
    border: none;
    padding: 0;
    float: left;
}

.submission .compact #submit {
	float: left;
	border: none;
	margin: 1.0em 0 0 0;
	padding: 0;
}

#newsletter-signup #submit {
	width: 88px;
	height: 28px;
}

#login #submit {
    width: 72px;
    height: 28px;
    margin-top: 10px;
}

#newsletter-signup button {
	width: 85px !important;
	width: 51px;
	height: 28px;
	margin: 1.0em 0 0 0;
	padding: 0;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	line-height: 28px;
}


.submission .compact {
    width: 488px;
    overflow: hidden;
    margin: 0;
}

.submission .compact .element {
	float: left;
	margin-right: 30px;
	display: inline;
}

.submission .compact .last {
    margin-right: 0;
}

.submission .compact .errors {
    width: 228px;    
}

.submission .compact input {
	width: 213px;
}

.submission .compact select {
    font-size: 1em;
    margin: 2px 0 0 !important;
    margin-bottom: 5px;
    padding: 1px 0 0;
    width: 229px;
    height: 26px;
}


/*****************/
/*  Return Link  */
/*****************/

.link-return {
    margin: 10px 0 0 0;
}


/*************/
/*  Sitemap  */
/*************/

#sitemap .list {
    width: auto;
    overflow: hidden;
}

#sitemap .row {
    width: auto;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ded;
}

#sitemap .row.last {
    border: none;
}

#sitemap .child_wrapper {
    clear: both;
}

#sitemap .element h4 {
    margin: 0;
    padding: 0;
    float: left;
}

#sitemap .tier3 h4 {
    font-weight: normal;
}

#sitemap .element h5 {
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
    font-size: 0.8em;
/*
    text-transform: uppercase;
    letter-spacing: 1px;
*/
}

#sitemap .tier2 h5 {
    font-size: 0.9em;
    margin-top: -1px;
}

#sitemap .tier3 h5 {
    font-size: 0.95em;
    margin-top: -1px;
}

#sitemap .element h5 a {
    display: block;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    color: #aaa;
    height: auto !important;
}


#sitemap .element h5 a:hover {
    background-color: #f5f5f5;
    color: #888;
}

#sitemap .element h5 a span span {
    background: url( "images/icons/icon-right-arrow-gray.gif" ) no-repeat right 50%;
    padding: 0 12px 0 0;
    display: block;
}

#sitemap .element h5 a.children_shown span span {
    background-image: url( "images/icons/icon-down-arrow-gray.gif" );
}

#sitemap .tier1 {
    padding: 10px 0;
}

#sitemap .tier2 {
    padding: 10px 10px;
    width: 488px;
    background: none;
    border-color: #eee;
    border-bottom: 1px solid #eee;
}

#sitemap .tier3 {
    padding: 10px 10px;
    width: 468px;
    background: none;
    border-color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

#sitemap .tier1.last, #sitemap .tier2.last, #sitemap .tier3.last {
    padding-bottom: 0;
}


/******************/
/*  Clear Floats  */
/******************/

.clear {
	clear: both;
	text-indent: -9999px;
	line-height: 0.1;
	overflow: hidden;
/*
	display: inline-block;
*/
/*
	height: 0;
	visibility: hidden;
*/
}

.widget_simpleimagelink_container {
	background: url( "images/sidebar-box-bottom.gif" ) no-repeat left bottom;
}

/* Comments Styles */
.comment {
	border-top: 1px dotted #dddddd;
}
.says {
	display: none;
}

.comment-author {
    padding-bottom: 10px;
	float: left;
	width: 160px;
}

.commentlist,
.commentlist li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.commentlist li {
	padding: 10px;
}

.commentlist li .avatar { 
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	clear:both;
}

.commentlist cite.fn {
	display: block;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.comment-meta {
   font-size: 11px;
   width: inherit;
}

/* Search Form Styles */

#searchform {
	padding: 0 15px;
}

#searchform #s {
	width: 230px;
	padding: 3px 5px;
}

#searchform #searchsubmit {
	display: none;
}

#searchform label {
	float: left;
	font-size: 16px;
	padding-top: 3px;
	font-weight: bold;
	color: #005ca1;
	margin-right: 5px;
	text-transform: lowercase;
}

#searchform div {
	float: right;
}