/* - - - - - - - - - - - - - - - - - - - - -

Title : style-site.css
Author : jcurtiss
URL : trekk.com

Description : base stylesheet

Created : 23 oct 2007
Modified : 0

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */
body{
	background: #fff;
	color: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alert{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.HighLight{background-color: yellow;}

.smtext{
	color: #5c5c5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* ----- IDS ----- */
#media-player-container{
	margin: 0px;
	padding: 0px;
	background-color: #323232; 
	width: 100%; 
	height: 300px; 
}

#media-player-container embed, #media-player-container object{
	float:left;
	background-color: #323232; 
}
#media-player-container p, #media-player-container h3{
	float: left;
	width: 230px;
	float: right;
	color: #fff;
	background-color: #323232;
}

#container{
	position: relative;
	margin: 0 auto;
	width: 764px;
}
#portfolio{
	border-bottom: 6px #343434 solid;
}
#content{
	border-left: 1px solid #909091;
	border-right: 1px solid #909091;
	position:relative;
	z-index: 100;
}	

#log_res{position: absolute; left: 250px; top: 0px; padding: 25px; background-color:#fff;}
/* 
home page content default to "display none", 
until the content is activated by menu clicks
*/
#consulting{display: none;}
#strategy{display: none;}
#tactics{display: none;}

#primary-content{
	/*border-right: 1px solid #ccc;*/
	border-right: 255px solid #fff;
	float: left;
	width: 507px;
	/*
	width derived from 762 (body width - 2px l&r, 
	- 221(negative 2ndcontent-margin-left) - 1px(2ndcontent-border-left) = 542, 
	- 1px borderright on primary content = 541 ( yay! )
	*/
}	
#primary-content.list{
	border-right: 0;
	float: none;
	width: 100%;
}
#primary-inner{
	border-right: 1px solid #909091;
	float: left;
	position: relative;
	width: 507px;
	z-index: 5;
}
.list #primary-inner{
	border-right: 0;
	float: none;
	width: 100%;
}
#x-media{
	position: relative;
}
#explore{
	background:url(../images/glowing.gif) top center no-repeat;
	color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 200px;
	/*margin-top: 20px;*/
	padding-top: 105px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 110px;
	width: 210px;
}
.fade-in{
	opacity: .9999;
}
#intro{
	background: url(../images/btn-port-select.gif) no-repeat 10px 3px;
	margin-top: -100px;
	margin-left: 210px;
	padding-left: 30px;
	width: 245px;
}
#intro strong{
	text-transform: uppercase;
}
#pullout{

	position:absolute;
	/*left: -1097px;*/
	top: 0;
	height: 310px;
	margin-left: 198px;
	padding: 20px 10px 10px 10px;
}
.pullout-before{
	opacity: 0;
	height: 310px;
	width: 260px;
	visibility: hidden;
}

.pullout-over{
color: #808080;
	height: 310px;
	opacity: .9999;
	width: 260px;
	visibility: visible;
}
#pullout h3{
	/*background: url(../images/white-top.gif) top right no-repeat;*/
	/*margin: -10px -10px 0 -10px;
	padding: 10px 10px 10px 10px;
	width: 273px;*/
}

.home #secondary-content{
	background-color:#e8e8e8;
}

.home #primary-content{
	/*border-right: 1px solid #ccc;*/
	border-right: 255px solid #e8e8e8;
	
}
#secondary-content{
	background-color:#f89828;
	color: inherit;
	border-left: 1px solid #909091;
	float: right;
	margin-left: -255px;
	width: 254px;
}	

#secondary-content .blogRSS{display: inline; float: right; margin-top: -20px; margin-right: 10px; vertical-align: middle; background: none;}
/* safari 2 */
html[xmlns*=""] body:last-child #secondary-content .blogRSS{
	margin-top: 2px;
}

#secondary-content #top,#secondary-content #mid, #secondary-content #bottom, #secondary-content #blog-mid{
	padding-bottom: 10px;	
}
#secondary-content #top p,#secondary-content #mid p, #secondary-content #bottom p, #secondary-content #blog-mid p{
	padding-left: 10px;	
}
#secondary-content #top{
	background-color: #a1b50d;
}
#secondary-content #mid{
	background-color: #9cc2d1;
}
#tertiary-content{
	float: left;
	padding: 30px 20px 0 20px;
	margin-bottom: 30px;
	width: 145px;
	text-align: right;
}

#secondary-content #blog-mid{
	background-color: #e8e8e8;	
}
#secondary-content #blog-mid p{color: #5c5c5c;}
/*
#tertiary-content.pointer{
	background:url(../images/arrow-right-12.gif) 133px 29px no-repeat;
	padding: 15px 15px 0 15px;
	width: 115px;
	
}
*/
#navigation{
	position: relative;
	z-index: 900;	
}	

#footer{
	border-top: 6px #343434 solid;
	background: url(../images/footer.gif) repeat-x top left #fff;
	color: #666;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}
#footer .adr{
	background: url(../images/footer.gif) repeat-x top left #363636;
	color: #fff;
}

/* CLEAR FIX
This solves the problem of taking up zero space
No additional HTML markup required.*/
/* Modern browsers */
#content:after, #footer:after, #navigation:after, #secondary-content div:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* ----- end CLEAR FIX ------ */

/* ----- CLASSES ----- */
.a508{
height: 0; left: -9999em;  line-height: 0; position: absolute; text-indent: -9999em;	
}

.hide{
	display: none;
}

.show{
	display: block;
}
.found{
	background-color: #f1f1f1;
	border: #535353 solid 0px;
	display: block;
	position: absolute;
	left: -177px;
	top: 35px;
	z-index: 652;
}

* html .found{
   left: -177px;
}

*+html .found{
    left: -177px;
}

.article.portfolio{
	float: none;
	padding: 15px 24px 30px 0;
	margin-left: 185px;
	min-height: 195px;
	width: 292px;
}

.portfolio div.reflected{float: left;}

* html .article.portfolio{
	height: 195px;
}
.portfolio img.thumb, .portfolio div.thumb, .portfolio div.reflected{
	position: absolute;
    left: 20px;
    top: 45px;
}

img.reflected{border-bottom: solid 1px #aaa;}

.article{
	float: right;
	padding: 25px 24px 50px 0px;
	width: 298px;
}

.article.wide{
	margin: 0;
	padding: 10px 25px 15px 15px;
	width: 467px;
}

.list .article{
	float: right;
	margin-right: 74px;
	padding-top: 22px;
	width: 475px;
}
table.article{
	clear: both;
	text-align: center;
	margin: 15px 24px 30px 20px;
	padding: 0;
	width: 460px;
}
/*
.pointer.article{
	padding: 22px 24px 50px 10px;
}
*/
.article .navigate{
	line-height: 100%;
}
.article .navigate.first{
	border-bottom: 1px solid #595959;
	padding: 10px 0px 10px 0;
}
.article .navigate.last{
	clear: both;
	border-top: 1px solid #595959;	
	padding: 10px 0px 5px 0;
}
.article .navigate .pages{
	padding: 0 10px;
}

.loading{position: absolute; top: 77px; left: 320px;}

.article .navigate img{
	margin: 0 0px;
	vertical-align: middle;
}
#tertiary-content p.date,p.author{
	font-size: 10px;
}
#tertiary-content p.results{
	font-weight: bold;
	font-size: 12px;
	color: #f89828;
	background-color: #fff;
	margin-top: -5px;
}
.copyright{
	clear: both;
	color: #666;
	width: 400px;
}

/* BOLGS */
.blog-teaser-container{
	clear: both; padding: 20px 0 0 0 ;
}

.blog-teaser-container img{
	float: left; margin-top: 0;
}

.blog-teaser{
	width: 400px; float: right;
}

.blog-teaser h4{
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0; 
}
.blog-teaser p a{
	display: block;
}

/* BOLGS */

#footer p.adr span{
	padding-left: 5px;
}
#footer p.adr span.street-address, #footer p.adr span.region{
	padding-left: 0;
}
#footer p.adr span.tel{
	padding-left: 10px;
}
#footer .postal-code{
	border-right: #999 1px solid;
	padding-right: 10px;
}
/* ----- HEADINGS ----- */

h1#logo{
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
}
h2{
}

/* position: relative and z-index to pull the heading images on top of the grey rule */
#secondary-content h2, #primary-inner h2{
	background-color:#4D4D4D;
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	height: 22px;
	margin: 0 -1px;
	padding-left: 10px;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
}
.home #primary-inner h2{
	margin-bottom: 10px;
}
#primary-inner h2{
	background: url(../images/hdr-left.gif) top left no-repeat;
	width: 509px;
}

#primary-inner .blogEntries h2{
	background: #fff;
	width: auto;
	color: #f89828;
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-transform: none;
}

.list #primary-inner h2{
	background:url(../images/hdr-764.gif) top left repeat-x;
	width: 754px;
}

div#primary-inner h2.breadcrumb, h2.breadcrumb{
	font-weight: normal;
	text-transform: none;
}

/* for the primary-content black header right rule border to align properly... */
#secondary-content h2{
	background:url(../images/hdr-255b.gif) top left no-repeat;
	clear: both;
	margin: 0 -1px 0 0px;
	position: relative;
	width: 255px;
	z-index: 10;
}
#secondary-content h2 span{
	float: left;
	display: inline;
}
#secondary-content h2 a img{
	float: right; 
/*	margin-top: -22px;*/
	margin-right: 10px;
	text-align: right;
	display: inline;
}
/*
#secondary-content h2 a img.safari{
	margin-top: 0;
}
html[xmlns*=""] body:last-child #secondary-content h2 a img{
	margin-top: 0;
}*/

h3{
}

.article h3.blog-title{
	color: #5c5c5c;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 0;
	text-transform: uppercase;
}

.article h4.blog-category{
	color: #5c5c5c;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 5px 0;	
}

.article.portfolio h3{
	background-color: inherit;
	color: #5c5c5c;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 15px 5px 0;
}
.article h3{
	background-color: #fff;
	color: #f89828;
	font-size: 12px;
	padding: 4px 15px 0px 0;
	margin: 0;
}
/*
#tertiary-content.pointer h3{
	font-size: 12px;
	margin-top: 0;
	padding-top: 12px;
}
*/
#tertiary-content h3{
	font-size: 15px;
	margin-top: 0;
	padding-top: 0;
}
.specialty h3, .specialty h3 a, .specialty h3 a:link, .specialty h3 a:visited, #secondary-content h3, #secondary-content h3 a, #secondary-content h3 a:link, #secondary-content h3 a:visited{
	color: #595959;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;

}
.specialty h3 a{
	outline: none;
}
.specialty h3{
	height: 34px;
	margin-top: -4px;
	overflow: hidden;
}
.specialty #pullout h3{
	color: #494949;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	letter-spacing: -1px;
	margin: 0;
	text-transform: uppercase;
}

*+html .specialty h3{
	margin-top: -2px;
}
*+html .js .specialty h3{
	margin-top: -8px
}
.specialty h3.first{
	height: 39px;
	margin-top: 0;	
}
.specialty h3 img{
	overflow: auto;
}

.specialty h3 a:hover, #secondary-content h3 a:hover{
	text-decoration: underline;
}
#secondary-content h3{
	padding: 15px 15px 0 15px;
}
#secondary-content div{
	clear: both;
	display: block;
	color: #fff;
	background-color: #F89828;
}
#secondary-content div h3{
	background:url(../images/subhead-255.gif) top left no-repeat ;
	clear: both;
	height: 20px;
	margin: 0 -1px 0 0px;
	line-height: 20px;
	padding: 0;
	position: relative;
	width: 255px;
	z-index: 10;
}
#tertiary-content h3{
	color: #595959;
	font-size: 12px;
	text-transform: uppercase;
}
h4{
}

.blog-entry h4{
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.article .blog-entry h4 a, .article .blog-entry h4 a:active, .article .blog-entry h4 a:link{
	color: #F89828;	
}
.article .blog-entry h4 a:visited, .article .blog-entry h4 a:hover{
	color: #F89828;
}

.article .blog-entry a, .article .blog-entry a:active, .article .blog-entry a:link{
	color: #9CC2D1;	
	font-size: 11px;
}
.article .blog-entry a:visited, .article .blog-entry a:hover{
	color: #9CC2D1;
}

/* ----- PARAGRAPHS ----- */

p{
}

div.entry-body p{margin: 0px; padding: 0px;}
.article p{
	line-height: 1.3;
	margin: 0;
	padding: 5px 0;
}

.article p a.one, .article p a.one:link, .article p a.one:visited{
	color:#737373;
	display: inline;
	font-size: 8pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
.article p a.one:hover, .article p a.one:active, .article p a.one:focus{
	text-decoration: underline;
}

.article p a.two, .article p a.two:link, .article p a.two:visited{
	color:#737373;
	display: inline;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
.article p a.two:hover, .article p a.two:active,.article p a.two:focus{
	text-decoration: underline;
}

.article p a.three, .article p a.three:link, .article p a.three:visited{
	color:#404040;
	display: inline;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
.article p a.three:hover, .article p a.three:active, .article p a.three:focus{
	text-decoration: underline;
}

.article p a.four, .article p a.four:link, .article p a.four:visited{
	color:#404040;
	display: inline;
	font-size: 14pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
.article p a.four:hover, .article p a.four:active, .article p a.four:focus{
	text-decoration: underline;
}

.article p a.five, .article p a.five:link, #secondary-content div#related-tags p a.five:visited{
	color:#000;
	display: inline;
	font-size: 16pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
.article p a.five:hover, .article p a.five:active, .article p a.five:focus{
	text-decoration: underline;
}

.article p a.six, .article p a.six:link, .article p a.six:visited{
	color:#000;
	display: inline;
	font-size: 18pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
.article p a.six:hover, .article p a.six:active, .article p a.six:focus{
	text-decoration: underline;
}

p.tax-teaser{padding: 8px 0 15px 0;}

.article p.author{
	padding: 0 0 10px 0;
}
#pullout p{
	/* line-height:2em; */
}
.home #secondary-content p{
	color: #5c5c5c;
	font-size: 10px;
	padding: 0 0 0 15px;
}
#secondary-content p{
	background-color: inherit;
	/*color: #5c5c5c;*/
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#secondary-content p{
	padding: 0 15px 0 0;
}
#tertiary-content p.tagline{
	background-color: #fff;
	color: #f89828;
	font-weight: bold;
}
p.contact-block.vcard{
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 20px 0 0 0;
}
p.contact-block span{
	display: block;
}
p.contact-block span.label{
	font-weight: bold;
	padding: 20px 0 0 0px;
	
}
p.contact-block h4{
	margin: 0;
	padding: 0;
	
}

#footer p{
	float: left;
	margin: 0;
	padding: 0;
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
	margin: 0;
	padding: 10px 10px 0px 25px;
}
ol li{
}
ul li{
}

#navigation ul, #footer ul{
	list-style-type: none;
}

#navigation ul li, #footer ul li{
	display: inline;		
}

ul#utility{
	display: inline;
	float: right;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
ul#utility li#register{
	border-right: 1px solid #ccc;
	padding-right: 6px;
}
ul#utility li#login{
	padding-left: 4px;
	padding-right: 20px;
}
ul#utility li{
	padding-left: 10px;
	padding-right: 0px;
}
ul#utility li img{
	vertical-align: middle;
}
*+html ul#utility li#login{
	padding-left: 8px;
}
ul#utility li.divide{
	background:url(../images/icn-divide.gif) center right no-repeat;
	padding-right: 20px;
}
ul#main{
	background:url(../images/main-bg.gif) top left repeat-x;
	clear: both;
	height: 50px;
	margin: 0 0 0px 0;
	padding: 0;
	width: 100%;
}
ul#main li{
	float: left;
}

ul#main li.search{
	display: inline;
	float: right;
	padding-right: 175px;
	text-align: right;
}
#footer ul{
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}
#footer li.first{
	border-right: 1px solid #909091;
	padding: 0 12px 0 0;
	margin: 0;
}
#footer li{
	border-right: 0px solid #909091;
	margin: 0 10px 0 0px;
	padding: 0 0 0 10px;
}

.specialty{
	background:url(../images/nav-bkgrd.gif) top left no-repeat;
	height:98px;
	min-height: 0;
	width: 197px;
}
.specialty-before{
	height:98px;
	min-height: 0;
	width: 197px;
}

.specialty-over{
	width: 490px;
	height: 355px;
	min-height: 355px;
}

.specialty ul{
	list-style-type: none;
	margin: 0px 0 0px 37px;
	padding: 8px 0 0 0;
	width: 155px;
	display: none;
}
.specialty ul li{
	padding: 1px 0 1px 0;
}
#intro ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#intro li{
	font-size: 11px;
	padding: 2px 0 2px 0;
}
ul#main li #results ul{
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: left;
}
ul#main li #results ul li{
	clear: both;
	display: list-item;
	float: none;
	padding: 5px;
}
#secondary-content ol{
	list-style-type: none;
	margin: 0px 0px 50px 0px;
	padding: 0;
}
#secondary-content ol li{
	clear: both;
	min-height: 70px;
	margin-bottom: 5px;
	overflow: visible;
}
* html #secondary-content ol li{
	height: 70px;
}

#secondary-content div div.blogRecentPosts{margin-top: 0; margin-left: 0;}
#secondary-content .blogRecentPosts ul, #secondary-content .blogCategories ul{
	list-style-type: circle;	
	margin: 10px 10px 10px 30px;
	padding: 0px 0 0 0;
}
#secondary-content .blogRecentPosts ul li, #secondary-content .blogCategories ul li{
	min-height: 0;
	line-height: normal;
	margin-bottom: 5px;
	padding: 0px 0 0 0;
	vertical-align:  text-top;
}

#secondary-content .blogRecentPosts ul a, #secondary-content .blogRecentPosts ul a:link, #secondary-content .blogRecentPosts ul a:visited, #secondary-content .blogCategories ul a, #secondary-content .blogCategories ul a:link, #secondary-content .blogCategories ul a:visited{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #595959;
	background-color: inherit;
	padding: 0px 0 0 0;
}
#secondary-content .blogRecentPosts ul a:hover, #secondary-content .blogRecentPosts ul a:active, #secondary-content .blogRecentPosts ul a:focus, #secondary-content .blogCategories ul a:hover, #secondary-content .blogCategories ul a:active, #secondary-content .blogCategories ul a:focus{
	text-decoration: underline;
}

ol#search-results{
	list-style-type: none;
	margin: 20px 0 10px 0;
	padding: 0 0 20px 0;
}
ol#search-results li{
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}
ol#search-results img{
	float: left;
	margin-top: 25px;
	/*top: 50%;
	margin-top: -12px;
	margin-top: -22px;
	margin: 30px 10px 10px 0;*/
	vertical-align: top;
}
ol#search-results .first img{
/*	margin: 10px 10px 10px 0;*/
	margin-top: 0px;
}
ol#search-results p{
	
	margin: 0 0 20px 65px;
	padding: 22px 0 0 0;
}

ol#search-results .first p{
	border-top: 0;
	margin: -2px 0 20px 65px;
	padding: 0 0 0 0;
}
ol#search-results a.tags{
	background-color: #fff;
	color: #f89828;
	font-family: inherit;
	font-size: 11px;
	padding-top: 2px;
	text-decoration: none;
	font-style: italic;
}
ol#search-results a.title{
	background-color: inherit;
	color: #5c5c5c;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;	
}	
ol#search-results li a, ol#results a:link, ol#results a:visited{
	display: block;
	text-decoration: none;
}
ol#search-results li a:hover, ol#search-results li a:active, ol#search-results li a:focus{
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
}

#secondary-content.js img{
	padding: 0;
}
.home #secondary-content div, #secondary-content div div{
    background-color: inherit;
    color: inherit;
    float: left;
    margin: 15px 15px 0 15px;
}
#secondary-content div#top div{
	background-color: #A1B50D;
}
#secondary-content div#mid div{
	background-color: #9CC2D1;
}
.home #secondary-content div img, #secondary-content div div img{
    background-color: inherit;
    padding: 0;
    float: none;
    height: auto;
}
.home #secondary-content div{
	background-color: #E8E8E8;
}

/* ----- IMAGES ----- */
#secondary-content h2 img{
	float: none;
	height: auto;
	padding: 0;	
}
#secondary-content img{
	float: left;
	height: 55px;
	padding: 15px 15px 5px 15px;
}
#tertiary-content img.thumb{
	margin-top: 10px;
}
img{
	border: 0;
}
img.left{
	clear: left;
	float: left;
	padding: 5px 15px 5px 0;
}
a img{
	border: 0;
}

a:hover img{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

#close-it{
	position: absolute;
	top: 15px;
	right: 5px;
}


a, a:link, a:visited{
	background-color: inherit;
	color: #5c5c5c;
	font-size: inherit;
	text-decoration: underline;
}
a:hover, a:active, a:focus{
	text-decoration: none;
}

.article a, .article a:link, .article a:visited{
	background-color: inherit;
	color: #5c5c5c;
	font-size: inherit;
	text-decoration: underline;
}
.article a:hover, .article a:active, .article a:focus{
	text-decoration: none;
}

#utility a, #utility a:link, #utility a:visited{
	background-color: inherit;
	color: #5c5c5c;
	font-size: 11px;
	text-decoration: none;
}
#utility a:hover, #utility a:active, #utility a:focus{
	background-color: inherit;
	color: #5c5c5c;
	font-size: inherit;
	text-decoration: underline;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited{
	background:url(../images/hdr-left.gif) top left no-repeat #4b4b4b;
	background-color: #4B4B4B;
	color: #fff;
	font-size: 11px;
	font-family: inherit;
	text-decoration: none;
	text-transform: none;
}
.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus{
	text-decoration: underline;
}

#footer a, #footer a:link, #footer a:visited{
	background-color: inherit;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus{
	text-decoration: underline;
}

.specialty a, .specialty a:link, .specialty a:visited{
	background-color: inherit;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
.specialty a:hover, .specialty a:active, .specialty a:focus{
	text-decoration: underline;
}
#intro a, #intro a:link, #intro a:visited{
background-color: inherit;
color: #5c5c5c;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#intro a:hover, #intro a:active, #intro a:focus{
	text-decoration: underline;
}	

#footer .copyright a, #footer .copyright a:link, #footer .copyright a:visited{
	background-color: #fff;
	color: #595959;
	font-size: 10px;
}
#footer .copyright a:hover, #footer .copyright a:active, #footer .copyright a:focus{
	text-decoration: none;
}
#secondary-content div h3 a, #secondary-content div h3 a:link, #secondary-content div h3 a:visited{
	background-color: inherit;
	color: #fff;
	display: block;
	padding: 0 0 0 10px;
	width: 245px;
}
#secondary-content div h3 a:hover{
	text-decoration: none;
}	
#secondary-content div p a,#secondary-content div p a:link, #secondary-content div p a:visited{
	display: block;
	background-color: inherit;
	color:#595959;
	font-size: 12px;
	font-weight: bold;
	padding-top: 13px;
	text-decoration: none;
}
#secondary-content div p a:hover, #secondary-content div p a:active, #secondary-content div p a:focus{
	text-decoration: underline;
}

a.feed-link , a.feed-link:link, a.feed-link:visited{	
	color: red;
	font-size: 12px;
	text-decoration: underline;
}

a.feed-link:hover, a.feed-link:active, a.feed-link:focus{
	text-decoration: none;
}

/*
#tertiary-content.pointer a.contact{
	display: block;
	padding-top: 30px;
}
*/
p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}
#main a, #main a:link, #main a:visited{
	background-color: inherit;
	color: #5c5c5c;
	font-size: 11px;
}
#main a:hover, #main a:focus, #main a:active{
	background-color: inherit;
	color: #000;
}

/* ----- TABLES ----- */

table{
	border: 0;
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr.alt{
	background-color: #e8e8e8;
	color: inherit;
}
table.article th{
	padding: 3px 15px 3px 15px;
	text-align: left;
	/*text-indent: 10px;*/
}
table.article td{
	border-left: 1px solid #909091;
	padding: 5px 15px 5px 15px;
	/*text-indent: 10px;*/
}
table.article td{
	text-align: left;
}
table.article td.first{
	border-left: 0;
	text-indent: 0;
}

/* ----- FORMS ----- */

form{
	margin: 0;
	padding: 0;
}
fieldset{
}
legend{
}
label{
}
input{
}
ul#main input{
	color: #292929;
	height: 15px; 
	/*margin: 8px 15px 7px 10px;*/
	vertical-align: top; 
}

#main li.search{
	position: relative;
}
/* bottom rule search */
#main input.pretty { border: 0; position: absolute; top: 10px; right: 20px; width:145px; height: 15px; margin-top: 0px; margin-left: 11px; background: url(../images/main-search-repeat.gif) center top repeat-x; vertical-align: middle; }
#main .search-wrapper {position: absolute; width: 170px; margin-top: -35px; margin-left: 30px; }
#main .search-wrapper input.pretty { background-color: #D7D7D7; border: 0; width: 140px; margin-left: 10px; }
#main .search-wrapper .left { display: block; position: absolute; left: 0; top: 0; width: 10px; height: 22px; background: url(../images/main-search-left.gif) left top no-repeat; }
#main .search-wrapper .right { display: block; position: absolute; right: 10px; top: 0; width: 10px; height: 22px; background: url(../images/main-search-right.gif) right top no-repeat; }
#main .search-wrapper input.pretty { position: absolute; width: 140px; height: 19px; top: 0; right: 20px; background: url(../images/main-search-repeat.gif) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font-size: 11px; border: 0; outline:  none;}
/* safari glowness go away! */
#main input:focus{
	border: 0;
	outline: none;
}
#main .search-wrapper input.pretty:focus{
	border: 0;
	outline: none;
}
#main .search-wrapper.safari{
	margin-top: -33px;
}

/* Related Tags */
#secondary-content div#related-tags{margin: 0; padding: 0; background-color: #fff;}
#secondary-content div#related-tags p{margin: 0; padding: 10px; font-size: 9pt;}
/*** Related Tags Links **/
#secondary-content div#related-tags p a.one, #secondary-content div#related-tags p a.one:link, #secondary-content div#related-tags p a.one:visited{
	color: #737373;
	display: inline;
	font-size: 8pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
#secondary-content div#related-tags p a.one:hover, #secondary-content div#related-tags p a.one:active, #secondary-content div#related-tags p a.one:focus{
	text-decoration: underline;
}

#secondary-content div#related-tags p a.two, #secondary-content div#related-tags p a.two:link, #secondary-content div#related-tags p a.two:visited{
	color: #737373;
	display: inline;
	font-size: 10pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
#secondary-content div#related-tags p a.two:hover, #secondary-content div#related-tags p a.two:active, #secondary-content div#related-tags p a.two:focus{
	text-decoration: underline;
}

#secondary-content div#related-tags p a.three, #secondary-content div#related-tags p a.three:link, #secondary-content div#related-tags p a.three:visited{
	color: #404040;
	display: inline;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
#secondary-content div#related-tags p a.three:hover, #secondary-content div#related-tags p a.three:active, #secondary-content div#related-tags p a.three:focus{
	text-decoration: underline;
}

#secondary-content div#related-tags p a.four, #secondary-content div#related-tags p a.four:link, #secondary-content div#related-tags p a.four:visited{
	color: #404040;
	display: inline;
	font-size: 14pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
#secondary-content div#related-tags p a.four:hover, #secondary-content div#related-tags p a.four:active, #secondary-content div#related-tags p a.four:focus{
	text-decoration: underline;
}

#secondary-content div#related-tags p a.five, #secondary-content div#related-tags p a.five:link, #secondary-content div#related-tags p a.five:visited{
	color: #000;
	display: inline;
	font-size: 16pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
#secondary-content div#related-tags p a.five:hover, #secondary-content div#related-tags p a.five:active, #secondary-content div#related-tags p a.five:focus{
	text-decoration: underline;
}

#secondary-content div#related-tags p a.six, #secondary-content div#related-tags p a.six:link, #secondary-content div#related-tags p a.six:visited{
	color: #000;
	display: inline;
	font-size: 18pt;
	font-weight: normal;
	padding-top: 0;
	text-decoration: none;
}
#secondary-content div#related-tags p a.six:hover, #secondary-content div#related-tags p a.six:active, #secondary-content div#related-tags p a.six:focus{
	text-decoration: underline;
}
/*** Related Tags Links **/
/* Related Tags */

textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}
/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

#static_loading{
	position: absolute; 
	height: 100px; 
	width: 476px; 
	background-color: #ddd; 
	text-align: center; 
	padding-top: 65px;
	top: 105px; 
	left: 188px;
	z-index: 101;
}

#feed-summary p{margin: 0; padding: 0;}

/***** Feed Utility *****/
.feeds{
	margin: 0;
	padding: 10px 10px 15px 15px;
	width: 540px;
	border: solid 1px red;
}

.feed-item-dateline{
	font-size: 9px;		
}

.feed-counter{
	background: url(../images/shade-news.gif) top left no-repeat #fff;
	color: #000;
	float: left;
	font-size: 14px;
	font-weight: bold;	
	margin-right: 5px;
	padding: 3px 0 0 0;
	text-align: center;
	width: 51px;
	height: 52px;
}

.feed-data{
	float: left;	
}

.feed-toolbar{
	font-size: 10px;
	font-weight: bold;	
	display: block;
}

.rating-sm{font-size: 9px;}

ol#feed-results{
	list-style-type: none;
	margin: 20px 0 10px 0;
	padding: 0 0 20px 0;
}
ol#feed-results li{
	clear: both;
	position: relative;
	margin-bottom: 15px;
	padding: 0;
}
ol#feed-results img{
	float: left;
	margin-top: 25px;
	vertical-align: top;
}
ol#feed-results .first img{
	margin-top: 0px;
}
ol#feed-results p{	
	margin: 0 0 20px 65px;
	padding: 22px 0 0 0;
}

ol#feed-results .first p{
	border-top: 0;
	margin: -2px 0 20px 65px;
	padding: 0 0 0 0;
}

table#feed-results a, table#feed-results a:link, table#feed-results a:visited{
	display: inline;
	font-size: 10px;
	font-weight: bold;	
	text-decoration: none;
}
table#feed-results a:hover, table#feed-results a:active, table#feed-results a:focus{
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
}

table#feed-results a.feed-link, table#feed-results a.feed-link:link, table#feed-results a.feed-link:visited{
	display: block;
	color: #000;
	font-size: 13px;	
	font-weight: bold;	
	text-decoration: none;
}

table#feed-results a.feed-link:hover, table#feed-results a.feed-link:active, table#feed-results a.feed-link:focus{
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
}

 #chks{margin: 0; padding: 0;}
.indent-2{margin-left: 0; display: block; font-size: 11px; font-weight: bold;}
.indent-3{margin-left: 15px; display: block; font-size: 10px;}
.indent-4{margin-left: 30px; display: block; font-size: 10px;}
.table-col{padding: 0 10px 0 0; margin: 0;}