
	
	/* /public/css/ht/generic.css */
	
	/* global */
* {
	padding: 0;
	margin: 0;
	}
body {
	background-color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #000 url(/img/ht/fpo/icon_pot_small.gif) repeat;
	line-height: 1.25em;
	height: 100%;
	}
h1 {
	font-size: 14px;
	padding-bottom: 5px;
	}
h3 {
	color: #697466;
	font-size: 12px;
	padding-bottom: 5px;
	}
a {
	color: #36571e;
	/*color: #8b7868;*/
	/*color: #613880;*/
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
ul, li {
	list-style: none;
	}
input {
	font-size: 11px;
	}
#wrapper {
	padding-top: 10px;
	width: 995px;
	margin: auto;
	}
#content {
	position: relative;
	float: left;
	width: 990px !important;
	height: 100%;
	background-color: #fff;
	}
#left_bar {
	position: relative;
	float: left;
	width: 1px;
	}
#right_bar {
	position: relative;
	float: left;
	width: 1px;
	}

/* testing top bars */
#top_bar_1 {
	height: 80px;
	background-color: #000;
	background: #000 url(/img/ht/fpo/top_background_8.jpg) no-repeat;
	}
#top_bar_2 {
	height: 80px;
	background-color: #000;
	background: #000 url(/img/ht/fpo/top_background_7.jpg) no-repeat;
	}
#top_bar_3 {
	height: 80px;
	background-color: #000;
	background: #000 url(/img/ht/fpo/top_background_leaf1.jpg) no-repeat;
	}
#top_bar_4 {
	height: 80px;
	background-color: #000;
	background: #000 url(/img/ht/fpo/top_background_3.jpg) no-repeat;
	}
#top_bar_5 {
	height: 80px;
	background-color: #000;
	background: #000 url(/img/ht/fpo/top_background_6.jpg) no-repeat;
	}
#top_bar span {
	float: left;
	display: inline;
	}

/* new top nav for ie7 */
#top_nav {
	clear: left;
	width: 100%;
	z-index: 1;
	bottom: 0;
	height: 21px;
	border-bottom: 1px solid #ccc;
	background-color: #403e58;
	}
#top_nav ul {
	z-index: 1;
	left: 5px;
	bottom: 0;
	padding: 0;
	background: #fff;
	}
#top_nav,#top_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#top_nav li a {
	color: #fff;
	background: none;
	height: auto;
	margin: 0;
	padding: 5px 11px;
	text-transform: uppercase;
	font: normal 11px/ 11px Verdana;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	}
#top_nav li>a {
	padding: 5px 10px;
	}
#top_nav li#nav_home a {
	border: none;
	padding: 5px 19px;
	}
#top_nav li#nav_home>a {
	padding: 5px 17px;
	}
#top_nav ul li {
	float: left;
	position: relative;
	}
#top_nav ul li ul {
	display: block;
	visibility: hidden;
	zoom: 1;
	position: absolute;
	width: auto;
	padding: 0;
	left: 1px;
	border-width: 1px 0 0 0;
	top: 21px;
	}
#top_nav ul li.hover {
	background: #fff;
	}
#top_nav ul li.hover a {
	color: #111;
	}
#top_nav ul li.hover li a {
	color: #000;
	}
#top_nav ul li.hover ul {
	visibility: visible;
	}
#top_nav li ul li {
	z-index: 5000;
	clear: left;
	float: left;
	width: 150px;
	background: #fff;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	}
#top_nav li ul li.empty{
	clear:both;
	}
#top_nav li ul li a {
	z-index: 5000;
	border: 0;
	text-transform: capitalize;
	white-space: normal;
	font: normal 11px arial, sans-serif;
	line-height:11px;
	margin: 0;
	padding: 5px;
	width: 100%;
	}
#top_nav li ul li>a {
	width: auto;
	}
#top_nav li ul li a:hover {
	z-index: 5000;
	background: #ccc;
	color: #111;
	}
#top_nav li a {
	font: normal 10px/ 11px arial, sans-serif;
	padding: 6px 12px 4px 12px;
	}
	
/* other global pages elms */
#top_homelink {
	position: absolute;
	width: 400px;
	height: 80px;
	}
#footer {
	clear: both;
	position: relative;
	width: 990px;
	height: 100px;
	background-color: #666;
	}
.footer_cell {
	float: left;
	margin: 10px 0 0 10px;
	border-right: 1px solid #555;
	width: 310px;
	height: 80px;
	}
.footer_cell a {
	color: #efefef;
	}
.footer_cell img {
	margin-right: 10px;
	}
.footer_cell li {
	clear: both;
	}
	
/* -- global modifiers -- */
.descrip {
	padding: 10px;
	}
.text {
	/* background-color: #efefef; */
	}
.pic {
	/* background-color: #ddd; */
	}
.entry {
	clear: right;
	float: left;
	width: 100%;
	}
.submit {
	background-color: #666;
	border: 0;
	cursor: pointer;
	color: white;
	font-size: 10px;
	padding: 2px;
	}
.info {
	color: #777;
	}
.line {
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.spacer_outer {
	margin: 5px;
	}
.spacer_inner {
	padding: 5px 0 5px 0;
	}
.spacer25 {
	padding-bottom: 25px;
	}
.top_pad {
	padding-top: 5px;
	}
.title {
	font-family: Georgia;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.comments {
	height: 8px;
	background: url(/img/ht/fpo/spritemap1.gif) no-repeat -10px -8px;
	padding-left: 15px;
	margin-left: 10px;
	}
		
/* global labels */
.label {
	clear: both;
	position: relative;
	border-top: 10px solid #ccc;
	font-weight: 900;
	font-size: 10px;
	color: #999;
	margin-bottom: 0;
	padding-bottom: 2px;
	font-family: Verdana;
	line-height: 1.15em;
	}
.section_label {
	clear: both;
	position: relative;
	border-top: 10px solid #363;
	color: #999;
	font-weight: 900;
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 2px;
	font-size: 14px;
	font-family: Verdana;
	margin-bottom: 10px;
	line-height: 1.15em;
	}
	
/* global ads */
.sponsoredlinks a {
	font-size: 11px;
	/*color: #874444;*/
	color: #742929;
	}
.ad {
	}
.top_ad {
	margin: 6px 10px 0 14px;
	}
.leader {
	float: right;
	width: 468px;
	height: 60px;
	}
#top_nav_ads {
	width: 100%;
	height: 90px;
	/* see ie7 stylesheet for haxors */
	}
#top_nav_ads .large {
	width: 360px;
	height: 90px;
	margin: 0 5px 5px 0;
	padding: 0;
	}
#top_nav_ads table {
	width: 1100px;
	margin: auto !important;
	}
.store_promo_top {
	padding-top: 35px;
	}
.small {
	margin: 10px 2px 5px 0;
	}
.skyscraper {
	float: left;
	margin: 10px 2px 10px 0;
	padding-bottom: 10px;
	}
.tiny_ad {
	float: left;
	margin: 0 2px 15px 0;
	width: 100px;
	height: 100px;
	}


/* default columns */
#column_one {
	position: relative;
	float: left;
	width: 215px;
	padding-top: 10px;
	}
#section #content {
	background-image: url('/img/ht/background_generic.gif');
	background-repeat: repeat-y;
	}
#section #column_one {
	width: 214px;
	}
#column_two {
	position: relative;
	float: left;
	min-height: 400px; /* not ie */
	width: 765px;
	padding: 10px 0 0 10px;
	}
#sub_column_one {
	position: relative;
	float: left;
	width: 530px;
	}
#sub_column_two {
	float: left;
	width: 220px;
	overflow: hidden;
	}
/* column one */
/* sub column one */
#sub_column_one .side_module {
	float: left;
	width: 165px;
	margin: 5px 0 10px 10px;
	}
#sub_column_one #mag_promo {
	height: 275px;
	margin: 5px 10px 3px 10px;
	}
#sub_column_one .side_module_wide {
	clear: both;
	margin: 5px 10px 3px 10px;
	}


/* tabs */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
.ui-tabs-nav, .ui-tabs-panel {

}
.ui-tabs-panel {
	position: relative;
	top: -10px;
    border-top: 1px solid #97a5b0;
    padding-top: 10px;

}
.ui-tabs-nav {
    min-height: 27px;
    list-style: none;
    margin: 0;

}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
   	background: url(/img/ht/fpo/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    /* color: #27537a; */
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a:hover {
	text-decoration: none;
	border: none;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 0; /* important if there are dropdowns nearby */
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 44px; /* IE 6 treats width as min-width */
    min-width: 44px;
    height: 8px; /* IE 6 treats height as min-height */
    min-height: 8px;
    padding-top: 2px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(/img/ht/fpo/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* general */
#sub_column_one #user_content, #sub_column_one #user_comments {
	margin: 10px;
	}
/* side module generic */
.side_module {
	font-size: 11px;
	margin: 5px 5px 10px 5px;
	}
.side_module .title {
	font-size: 12px;
	font-weight: 900;
	}
/* galery side */
.side_module .gallery {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	}
.side_module .gallery .title a {
	font-size: 12px;
	font-weight: 900;
	padding-bottom: 5px;
	}
.side_module .gallery .image {
	padding-bottom: 5px;
	width: 205px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	}
.side_module .gallery img {
	width: 205px;
	}
.side_module .gallery .summary {
	font-size: 11px;
	}
.side_module .gallery .info {
	font-size: 10px;
	}
.side_module .microsites li {
	clear: both;
	width: 200px;
	float: left;
	margin-bottom: 15px;
	}

.side_module #tabs_container p {
	margin-bottom: 5px;
	}
	
/* generic feature and leads */
.entry .title {
	line-height: 1.5em;
	margin-bottom: 10px;
	}
.entry .title a {
	color: #0d2e04;
	font-weight: 900;
	}
.entry .tags, .gallery .tags {
	margin-left: 10px;
	}
.entry .info {
	clear: left;
	width: 99%;
	font-size: 10px;
	}
.entry .subhead {
	width: 99%;
	display: block;
	clear: left;
	}
.summary, .summary_pic, .summary_nopic {
	float: left;
	font-size: 11px !important;
	line-height: 1.35em;
	color: #444;
	width: 99%;
	}
.summary_nopic .info {
	width: 99%;
	float: left;
	}
.feature {
	float: left;
	margin-bottom: 10px;
	}
.feature .title {
	width: 99%;
	float: left;
	line-height: 2em;
	}
.feature .title a {
	font-size: 18px !important;
	}
.feature .subhead {
	font-size: 16px;
	}
.feature .item_content_pic {
	float: left;
	width: 175px;
	}
.feature .item_content_nopic {
	float: left;
	width: 99%;
	}
.feature .image {
	float: left;
	margin-right: 10px;
	width: 300px;
	max-height: 175px;
	overflow: hidden;
	}
.feature img {
	width: 300px;
	}
.feature .summary {
	float: left;
	clear: left;
	font-size: 14px !important;
	}
.feature .video {
	float: left;
	}
	
.lead .title {
	float: left;
	}
.lead .title a {
	font-size: 13px !important;
	}
.lead .subhead {
	font-size: 11px;
	}
.lead .image {
	clear: left;
 	float: left;
	width: 50px !important;
	height: 50px !important;
	overflow: hidden;
	margin-right: 5px;
	}
.lead img {
	width: 50px;
	}
.lead .summary_pic {
	width: 175px;
	}
.lead .info {	
	font-size: 10px;
	}

/* fearure module */
.feature_module {
	clear: both;
	float: left;
	padding: 5px 10px 5px 10px;
	}
.feature_module .title, 
.feature_module .summary, 
.feature_module .info {
	float: left;
	margin-bottom: 5px;
	}
.feature_module .lead {
	float: left;
	width: 235px;
	margin-bottom: 10px;
	}
.feature_module .odd {
	margin-right: 20px;
	clear: both;
	}
.feature_module .lead .summary {
	width: 180px;
	}
.feature_module .related li {
	float: left !important;
	width: 175px;
	margin-bottom: 15px;
	}

/* fearure column, home page */
#featurecolumn .feature {
	border-bottom: 1px solid #ccc;
	}
#featurecolumn .feature img {
	width: 200px;
	}
#featurecolumn .feature .title a {
	font-size: 19px !important;
	line-height: 1.5em;
	}
#featurecolumn .feature .image {
	width: 200px;
	overflow: hidden;
	}
#featurecolumn .feature .summary_pic {
	width: 175px;
	}
#featurecolumn .lead {
	float: left !important;
	clear: both;
	width: 100%;
	}
#featurecolumn .lead .title a {
	font-size: 14px !important;
	line-height: 1.5em;
	}
#featurecolumn .lead .summary_pic {
	width: 300px;
	}
#featurecolumn p {
	float: left;
	}
#featurecolumn .video {
	float: left;
	margin-bottom: 5px;
	}
#featurecolumn h1 a {
	font-size: 16px !important;
	margin-bottom: 15px;
	font-weight: 900;
	}
#featurecolumn .summary {
	margin-bottom: 15px;
	}
#featurecolumn #httv .title a {
	font-size: 14px !important;
	}
#featurecolumn #httv .video {
	float: left;
	margin-bottom: 10px;
	}

/* related */
.related {
	float: left;
	margin-bottom: 10px;
	}
.related .image {
	position: relative;
	clear: right;
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 5px;
	background-color: #ccc;
	overflow: hidden;
	}
.related img {
	width: 65px;
	}
.related .summary {
	float: left;
	margin-top: 5px;
	font-size: 11px !important;
	}
.related .info {
	font-size: 10px !important;
	color: #666;
	}
.related .title  {
	margin-bottom: 5px;
	}
.related .title a {
	font-size: 11px;
	}
.related .date {
	font-size: 10px;
	color: #666;
	}

/* headshop */
.headshop {
	float: left;
	margin-bottom: 10px;
	}
#home .headshop {
	width: 345px;
	}
.headshop div {
	float: left;
	}
.headshop select {
	width: 190px;
	font-size: 10px;
	}
.headshop .image {
	float: left;
	width: 100px;
	overflow: hidden;
	margin-right: 5px;
	}
.headshop .title {
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 5px;
	}
.headshop .summary {
	float: left;
	font-size: 10px;
	}
.headshop img {
	float: left;
	margin-right: 4px;
	}
	
/* comments */
#comments {
	min-height: 200px;
	padding: 10px 5px 25px 5px;
	overflow: hidden;
	}
#comments .comment {
	float: right;
	border-top: 4px solid #ccc;
	padding: 10px 0 20px 0;
	width: 100%;
	}
#comments .user {
	float: left;
	width: 130px;
	overflow: hidden;
	}
#comments .content {
	float: left;
	width: 375px;
	padding: 0 5px 0 5px;
	line-height: 1.5em;
	color: #333;
	}
#comments .content img {
	max-width: 300px;
	}
#comments .date {
	color: #666;
	font-size: 11px;
	}
#comments .name {
	color: #111;
	font-size: 13px;
	padding-bottom: 5px;
	}

.default_forums_form textarea {
	width: 500px;
	border: 1px solid #ccc;
	}
.default_forums_form .submit {
	margin-top: 10px;
	}

/* -------- Home ------------ */
#home #column_one {
	position: relative;
	float: left;
	min-height: 400px; /* not ie */
	width: 775px;
	padding: 0;
	background-image: url('/img/ht/background_hp.gif');
	background-repeat: repeat-y;
	}
#home #column_two {
	position: relative;
	float: right;
	min-height: 400px; /* not ie */
	width: 215px;
	padding: 0;
	}
#home #sub_column_one {
	float: left;
	width: 359px;
	}
#home #sub_column_two {
	position: relative;
	float: left;
	width: 410px !important;
	}
#home #mag_promo {
	padding-top: 10px;
	height: 205px !important;
	overflow: hidden;
	}
#home #mag_promo p {
	float: left;
	}
#home #mag_promo .image {
	float: right;
	width: 150px;
	}
#home #mag_promo .title {
	float: left;
	margin-bottom: 5px;
	}
#home #mag_promo .title a {
	font-size: 20px;
	}
#home #mag_promo .summary {
	float: left;
	width: 170px;
	margin: 5px 0 10px 0;
	}
#home #mag_promo .buy {
	display: block;
	width: 170px;
	margin: 0 0 10px 0;
	font-size: 22px;
	font-family: Arial, sans-serif;
	}

#home .headlines {
	margin: 5px 8px 20px 8px;
	}
#home .headlines li {
	padding-bottom: 5px;
	}
#home .headlines li a {
	font-size: 12px;
	}
#home .headlines li .date {
	font-size: 10px;
	color: #666;
	}
	
#home #store_promo_top {
	position: absolute;
	top: 158px;
	left: 10px;
	float: left;
	width: 170px;
	height: 55px;
	border: 1px solid #999;
	background-color: #d6e3d2;
	}
#home #store_promo_top p {
	float: left;
	}
#home #store_promo_top .image {
	margin-right: 8px;
	}
#home #store_promo_top .promo {
	width: 95px;
	margin-top: 5px;
	}
#home #store_promo_top .promo a {
	color: #338f1a;
	font-family: Verdana;
	font-size: 14px;
	font-weight: 900;
	font-style: italic;
	}
	
	
/* -------- ARTICLE --------- */
/* load these as far down as possible so they dont slow page load */
#share {
	float: right;
	z-index: 1500;
	width: 300px;
	zoom: 1;
	margin: 15px 0 0 0;
	}
#share .item {
	float: left;
	display: inline;
	padding: 0 18px 18px 0;
	margin-right: 5px;
	}
#share .text_item {
	float: left;
	font-size: 9px;
	display: inline;
	margin-right: 5px;
	height: 15px;
	padding: 1px 2px 1px 2px;
	background-color: #999;
	color: #fff;
	}
#share #text_this {
	position: absolute;
	width: 185px;
	background-color: #fff;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	z-index: 100000; /* sometimes there dyna are ads near this */
	border: 1px #ccc solid;
	display: none;
	}
#share #text_this input {
	text-size: 11px;
	margin-bottom: 10px;
	}
#share .text_this_form {
	float: left;
	text-align: left;
	padding: 0 10px 0 20px;
	margin: 0;
	}
#share .text_this_form h3 {
	display: none;
	}
#share .facebook {
	background: url('/img/common/icons.png') no-repeat -62px -152px;
	}
#share .myspace {
	background: url('/img/common/icons.png') no-repeat -150px -152px;
	}
#share .mixx {
	background: url('/img/common/icons.png') no-repeat -180px -152px;
	}
#share .digg {
	background: url('/img/common/icons.png') no-repeat -32px -152px;
	}
#share .reddit {
	background: url('/img/common/icons.png') no-repeat -240px -152px;
	}	
#share .delicious {
	background: url('/img/common/icons.png') no-repeat -1px -152px;
	}	
#share .furl {
	background: url('/img/common/icons.png') no-repeat -92px -152px;
	}	
#share .magnolia {
	background: url('/img/common/icons.png') no-repeat -210px -152px;
	}	
#share .sphere {
	background: url('/img/common/icons.png') no-repeat -270px -152px;
	}
#share .stumbleupon {
	background: url('/img/common/icons.png') no-repeat -121px -152px;
	}

.rss {
	float: left;
	height: 17px;
	width: 17px;
	margin: 0 10px 5px 0;
	}
.green1 {
	background: url('/img/common/icons.png') no-repeat -268px -111px;
	}	
.green2 {
	background: url('/img/common/icons.png') no-repeat -291px -111px;
	}
.orange {
	background: url('/img/common/icons.png') no-repeat -250px -111px;
	}
	
/* article-blog-gallery pages */
#article, #gallery {
	line-height: 1.50em;
	font-size: 12px;
	padding-bottom: 15px;
	}
#article .article_content, #gallery .article_content {
	float: left;
	clear: both;
	font-size: 14px;
	color: #111;
	line-height: 1.6em;
	width: 510px;
	overflow: hidden;
	}
#article .article_content .image {
	float: right;
	margin: 0 0 10px 10px;
	}
#article #article_info, #gallery #article_info {
	float: left;
	display: block;
	margin-bottom: 10px;
	}
#article #article_info p, #gallery #article_info p {
	margin-right: 10px;
	font-size: 11px;
	}
#article #article_info p, #gallery #article_info p {
	}
#article #user_content .title, #gallery #user_content .title {
	font-size: 20px !important;
	line-height: 1.5em;
	}
#article #user_content .subhead {
	font-size: 16px;
	font-weight: 100;
	}
#article #user_content .date, #article #user_content .tags {
	float: left;
	font-size: 11px;
	}
#article #user_content .source {
	clear: left;
	font-size: 11px;
	margin-bottom: 20px;
	}
#article #user_content h1 {
	font-size: 22px;
	padding-bottom: 15px;
	}
#article #user_content h2 {
	font-size: 18px;
	padding-bottom: 10px;
	}
#article #user_content a {
	text-decoration: underline;
	}
#article .video_sponsor {
	float: right;
	width: 130px;
	font-family: Arial;
	font-size: 11px;
	padding: 4px;
	background-color: #FF6;
	}
#gallery #user_content .gallery, #article #user_content .article {
	clear: both;
	}
#gallery #user_content li {
	float: left;
	width: 225px;
	margin: 0 15px 15px 15px;
	}
#gallery #user_content #gallery_content {
	padding: 20px 0 0 0;
	}
#gallery #user_content .image {
	width: 225px;
	height: 200px;
	overflow: hidden;
	background-color: #666;
	}
#gallery #user_content .enlarge {
	width: 225px;
	height: 18px;
	background-color: #111;
	margin-bottom: 10px;
	}
#gallery #user_content .enlarge span {
	font: normal 100 11px Arial;
	color: #fff !important;
	padding-left: 10px;
	}

#gallery #user_content .caption {
	font-size: 12px;
	font-family: Georgia;
	}
#gallery #user_content li img {
	width: 265px;
}
#gallery #user_content .gallery_single {
	width: 550px;
	overflow: hidden;
	}

/* ------------ section -------------- */
#section .feature .summary {
	font-size: 14px;
	}
#section .features_column {
	float: left;
	width: 250px;
	padding-right: 8px;
	}
#section .features_column p {
	width: 99%;
	}
#section .features_column .image {
	float: left;
	width: 50px !important;
	}
#section .features_column .summary {
	}
#section .features_column .nopic {
	width: 250px !important;
	}
#section .rss_link {
	float: left;
	position: relative;
	top: 2px;
	margin-right: 10px;
	}

.userinfo {
	margin-bottom: 10px;
	}
.userinfo .image {
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	}

/* blog */
#blog {
line-height: 1.75em;
font-family: Arial, sans-serif;
}
#blog p {
display: block;
float: none;
}
#blog .title {
font: normal 900 18px Georgia;
line-height: 2em;
}
#blog .subhead {
font: normal 900 16px Georgia;
line-height: 2em;
}
#blog li {
float: left;
border-bottom: 1px dashed #ccc;
padding-bottom: 10px;
margin-bottom: 5px;
}
#blog .info {
font: normal 100 11px Georgia;
padding: 5px 0 10px 0;
}
#blog .image img {
width: 250px;
float: right;
margin-left: 10px;
}

/* pager */
.pager {
	width: 100%;
	display: block;
	clear: both;
	border-top: 1px dashed #ccc;
	margin: 5px 0 0 0;
	padding: 15px 0 0 0;
	}
.pager .pager_buttons {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	}
.pager .pager_buttons {
	background-color: #efefef;
	}
.pager .select {
	background-color: #CF9;
	}
.pager .pager_buttons:hover {
	background-color: #fff;
	}
	
/* debugg */
.debugger {
	clear: both;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 14px 10px 10px 10px;
	background-color: #efefef;
	}
.debugger .parcel {
	clear: both;
	border: 1px solid #ccc;
	padding: 4px 4px 4px 20px;
	margin-bottom: 5px;
	background-color: #fff;
	}

/* dates
.date {
	display: inline;
	margin: 3px 5px 0 0;
	padding: 0;
	width: 10px;
	height: 10px;
	}
.date_7200 {
	background: url(/img/common/icons.png) no-repeat -250px -3px;
	}
.date_43200 {
	background: url(/img/common/icons.png) no-repeat -270px -3px;
	}
.date_86400 {
	background: url(/img/common/icons.png) no-repeat -290px -3px;
	}
 */

/* error and sys messages */
.system_message {
	padding-bottom: 70px;
}
.system_message .message {
	float: left;
	font-size: 14px;
}
.system_message .errormessage {
	float: left;
	display: inline;
	padding: 0 50px 50px 0;
	margin-right: 10px;
	background: url('/img/common/icons.png') no-repeat 0 0;
}
.system_message .warningmessage {
	float: left;
	display: inline;
	padding: 0 50px 50px 0;
	background: url('/img/common/icons.png') no-repeat -60px 0;
}
.system_message .infomessage {
	float: left;
	display: inline;
	padding: 0 50px 50px 0;
	background: url('/img/common/icons.png') no-repeat -120px 0;
}
.system_message .donemessage {
	float: left;
	display: inline;
	padding: 0 50px 50px 0;
	background: url('/img/common/icons.png') no-repeat -180px 0;
}

	
	
	/* /public/css/common/admin_main.css */
	
	/**
* ADMIN
*/
.adminpages {
	background-color: #a0a4a2;
	background-image: none;
}

.hilite {
	background-color: #efefef;
	}
.nolite {
	background-color: #E5E6ED;
	}

.adminbox {
	font-size: 11px;
	padding: 4px;
	margin: 0 0 10px 0;
	line-height: 20px;
	background-color: #fff;
	}
	.adminbox h3 {
		font-weight: 900;
		}
	.adminbox td {
		padding: 3px;
		background-color: #efefef;
	}
	.adminbox th {
		padding: 3px;
		background-color: #cccc99;
	}

.adminpages .debug {

	}
.adminpages .debug .title {
	}
.submit {
	font-size: 14px;
	background-color: #666;
	color: #fff;
	}
.admin_only {

}
.advanced_only {

}

/* general */
#admin_top {
	float: left;
	width: 978px;
	height: 65px;
	background-color: #a0a4a2;
	}
#admin_shell {
	width: 978px;
	margin: auto;
	overflow: hidden;
	background-color: #fff;
	font-family: Arial;
	font-size: 11px;
	}
#admin_content {
	display: block;
	float: left;
	text-align: left;
	position: relative;
	top: -20px;
	}
.admin_rightslot {
	float: left;
	padding: 15px;
	margin: 0;
	width: 645px;
	}
.admin_rightslot h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: maroon;
	border-bottom: 2px solid #ccc;
	}
.admin_rightslot form p {
	margin-bottom: 15px;
	}
.admin_rightslot .entry {
	margin-bottom: 20px;
	}
.admin_rightslot .entry p {
	margin: 0;
	padding: 0;
	}
.admin_rightslot .entry .subhead {
	clear: left;
	}
.admin_rightslot .entry .image {
	float: left !important;
	margin-right: 5px;
	}
.admin_rightslot .label {
	border: none;
	font-family: Arial;
	font-size: 11px !important;
	}
.admin_rightslot .inputarea {
	width: 550px;
	}
	
.admin_leftslot {
	float: left;
	width: 270px;
	padding: 0 5px 0 10px;
	line-height: 1.75em;
	background-color: #efefef;
	}
.admin_leftslot ul {
	padding: 0;
	margin: 0;
	}
.admin_leftslot li {
	margin: 0 0 15px 0;
	}
.admin_leftslot .menu li {
	margin: 0;
	}
.admin_leftslot h3 {
	font: normal 100 12px Arial;
	color: #999;
	border-bottom: 2px solid #ccc;
	margin: 10px 0 0 0;
	}

.rss_nav {
	display: none;
	}

/* article edit */
#article_edit_form {
	font: normal 100 11px Arial;
	}
#article_edit_form div, #article_edit_form p{
	margin-bottom: 10px;
	}
#article_edit_form p {
	clear: both;
	float: left;
	width: 625px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: #efefef;
	}
#article_edit_form .status {
	clear: both;
	float: left;
	width: 625px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: #efefef;
	}
#article_edit_form .status li {
	float: left;
	margin-right: 20px;
	height: 20px;
	}
#article_edit_form .status input {
	margin-left: 10px;
	}
.instructions, .required {
	font: normal 100 10px Arial;
	color: maroon;
	}
.instructions ul {
	margin-left: 15px;
	}
.instructions li {
	list-style: circle;
	}
#article_edit_form .instructions {
	clear: both;
	margin: 10px 0 0 0;
	}

/* app tools */
.app {
	margin: 5px;
	font-size: 10px; 
	padding: 5px;
	}
.app_1 {
	border: solid;
	border-width: 1px;
	border-color: #ddd; 
	background-color: #F0F5FD;
	}
.app_2 {
	background-color: #ffffff;
	}
.app_3 {
	background-color: #efefef;
	}
.app_4 {
	background-color: #cccccc;
	}
.app_5 {
	background-color: #deffd5;
	}

/* labels */
.adminpages div.label {
	font-size: 10pt;
	font-family: Arial; 
	color: #fff;
	height: 23px;
	margin: 0;
	padding: 0 5px 0;
	display: compact;
	text-transform: lowercase;
	background-color: #5c5c5c;
	}
.adminpages span.label {
	font-size: 10pt;
	color: #330000;
	}

/* cmstabs */
div#cmstabs {
	position: relative;
	display: block;
	width: 670px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-left: 1px solid #999;	
	font-size: 90%;
	}

div#cmstabs ul.tabs {
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	z-index: 100;
/*\*/	vertical-align: middle;/*\*/
	font-family: verdana, Verdana, Arial, arial;
	font-size: 15px;
	}

div#cmstabs a.tabs {
	font-weight: 100;
	color: #949494;
	font-size: 15px;
	}

div#cmstabs ul.tabs li {
	margin: 0;
	display: block;
	float: left;
	background-color: #F6F7FD;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	border-top: none;
	white-space: nowrap;
	padding: 4px 7px 3px 7px;
	z-index: 50;
	background-image: none;
	}
		
div#cmstabs ul.tabs li.selected {
	background-color: white;
	border-bottom: none;
	z-index: 60;
	padding: 4px 7px 4px 7px;
	}
/* buttons */
a.toggle {
	float: left;
	display: block;
	vertical-align: middle;
	height: 15px;
	width: 15px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 18px;
	margin: 0 10px 0 0;
	padding: 2px 0 2px 6px;
	cursor: pointer;
	}
	
/* images area */
.images {
	font-size: 10px;
	border-bottom: 1px solid #E5E6ED;
	padding-bottom: 10px;
	}
.images td {
	padding: 2px;
	margin: 3px;
	}
.images img {
	/* cuz of ie6 image width hardcoded into img src tag */
	float: left;
	margin: 0 10px 10px 0;
	}
.images_descrip {
	background-color: #efefef;
	margin: 5px;	
	}
		
/* lists and ajax-es */
.small_list ul, li {
	list-style: none;
	}
.small_list li {
	line-height: 1.25em;
	clear: both;
	}
.small_list td {
	padding-bottom: 10px;
	}
	
/* autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


/* article and article image edit */
#images_edit_wrapper {
	float: left;
	overflow: visible;
	position: relative;
	top: 20px;
	padding: 4px;
	width: 620px;
	display: none;
	min-height: 400px;
	border: 1px solid #ccc;
	font-size: 10px;
	}
#images_edit_wrapper #images_list {
	float: right;
	width: 320px;
	}
#images_edit_wrapper #images_list li {
	float: left;
	overflow: visible;
	z-index: 500;
	}
#images_edit_wrapper #images {
	width: 270px;
	float: left;
	border-right: 1px solid #ccc;
	}
#images_edit_wrapper #gallery_new {
	width: 240px;
	height: 70px;
	padding: 4px;
	margin-right: 10px;
	float: left;
	background-color: #cccc99;
	}
#images_edit_wrapper #images_edit {
	padding-bottom: 10px;
	}
#images_edit_wrapper .articles_admin_images {
	clear: both;
	float: left;
	margin-bottom: 10px;
	}
#images_edit_wrapper .articles_admin_images li {
	padding: 4px;
	margin-right: 10px;
	float: left;
	}
#images_edit_wrapper .articles_admin_images #element_0{
	width: 110px;
	height: 150px;
	background-color: #CCF;
	}
#images_edit_wrapper .articles_admin_images #element_1{
	width: 110px;
	height: 150px;
	background-color: #CC9;
	}
#images_edit_wrapper .gallery_images {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	}

	
#iframe {
	background-color: #fff;
	background-image: none;
	width: 250px;
	font: normal 100 11px Arial;
	}
#iframe #upload_file {
	width: 100px;
	}
	
	
/* dragdrop */
.drag {
	cursor:move;
	}
.dragmarker {
	padding: 2px 4px 2px 4px;
	background-color: #666;
	font-size: 11px;
	color: #fff;
	}
.dropmarker {
	
	}
.draghilite {
	border: 1px dashed;
	}
.drophilite {
	border: 3px red dashed;
	}
	
/* tabs */
.admin_tabs_appear {
	float: left;
	min-height: 50px; 
	background-color: #F9F9F9; 
	margin: 0 0 10px 0;
	padding: 10px; 
	border: 1px solid #D3DCD1;
	display: none;
	}
.admin_buttons {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}
.admin_buttons a {
	color: maroon;
	text-decoration: none;
	}
.admin_buttons a:hover {
	color: maroon;
	background-color: #ccc;
	text-decoration: none;
	}
.admin_buttons .info {
	clear: none;
	width: 30px;
	float: left !important;
	}
.admin_buttons .status {
	font-weight: 900;
	}
.admin_buttons .live {
	color: green; 
	}
.admin_buttons .not_live {
	color: red;
	}
.admin_buttons .live_feature {
	color: blue;
	}
.admin_buttons .queue {
	color: orange; 
	}
.admin_buttons .future {
	color: #999;
	background-color: #99FF00;
	}
.admin_tab {
	float: left;
	overflow: visible;
	font-size: 11px !important;
	margin: 0 6px 0 0;
	}
.admin_buttons .tags {
	margin: 0 6px 0 0 !important;
	padding: 0 !important;
	}

/* users_menu */
#users_menu {
	position: relative;
	float: left;
	top: -40px;
	height: 20px;
	width: 100%;
	z-index: 1000;
	}	
#users_menu .nav_item {
	}
#users_menu .nav_item a {
	font-family: Arial;
	font-size: 10px;
	line-height: 1.75em;
	color: #efefef;
	text-decoration: none;
	padding: 2px 10px 7px 10px;
	text-transform: lowercase;
	}
#users_menu .nav_item a:hover {
	background-color: #fff;
	color: #000;
	border: none;
	}
#users_menu .nav_item .first {
	margin-left: 6px;
	}
#users_menu .nav_item li {
	float: left;
	position: relative;
	margin-right: 5px;
	z-index: 500;
	}
#users_menu .sub {
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #fff;
	width: 170px !important;
	}
#users_menu .sub a {
	color: #222;
	text-transform: none;
	}
#users_menu .sub a:hover {
	background: none;
	color: #000;
	text-transform: none;
	text-decoration: underline;
	}
#users_menu .sub li {
	float: none;
	color: #111;
	padding: 0 4px 4px 4px;
	}
#users_menu #nav_list li ul {
	position: absolute;
	left: -999em;
	}
#users_menu #nav_list li:hover ul {
	left: -19px;
	}

/* profile */
.profile_box {
	}
.profile_box .image {
	float: left;
	margin: 0 10px 10px 0;
	}


	