﻿
img {
    border:none;
}
hr {
    clear:both;
    margin:10px 0;
    height:1px;
    border:1px dotted #999;
}
.clear{
    clear:both;
}
.clearLeft {
    clear:left;
}
.clearRight {
    clear:right;
}
* {
    outline:none;
}

/*-- INTRODUCTION
------------------------------------------------------------------------*/
#intro {
    width:585px;
    margin:0 auto 0 auto;
}
#intro span {
    display:block;
    width:16px;
    height:8px;
    margin:0 0 0 30px;
    background:url(../images/green_arrow_indicator.gif) top center no-repeat;
    font-size:0;
}
#intro div {
    background:#86B612;
    text-align:center;
    padding:20px 0;
    margin:0 0 10px 0;
}
/*--------------------------------------------------------------------------*/


/*-- SIGN UP
------------------------------------------------------------------------*/
#signup {
    display:none;
    width:585px;
    margin:0 auto 0 auto;
}
#signup span.indicator {
    display:block;
    width:16px;
    height:8px;
    margin:0 0 0 200px;
    background:url(../images/green_arrow_indicator.gif) top center no-repeat;
    font-size:0;
}
#signupform {
    background:#86B612;
    text-align:center;
    padding:10px 0 10px 0;
    margin:0 0 10px 0;
}
#signupform-loading {
    display:none;
    width:150px;
    padding:10px 0;
    background-color:#fff;
    margin:0 auto;
}
#signupform-loading span {
    display:block;
    font-size:20px;
    color:#666;
}
#frmSignUp {
    margin:0 auto;
}
#txtSignupEmail {
    font-size:20px;
    width:500px;
    color:#666;
    display:block;
    margin:30px auto 5px auto;
}
.signup-success,
.signup-error {
    background-color:#fff;
    width:450px;
    font-size:20px;
    display:block;
    font-weight:normal;
    width:430px;
    padding:10px 0;
    margin:10px auto 5px auto;
    text-align:center;
}
.signup-success {
    color:#646464;
}
.signup-error {
    color:#990000;
    font-size:18px;
}
#signup-error {
    font-size:14px;
    display:block;
    font-weight:normal;
    width:430px;
    padding:0 0 0 0;
    position:relative;
    top:20px;
    margin:0 auto;
    color:#fff;
}
#btnSubscribeClose {
    float:right;
    margin:0 0 0 0;
    position:relative;
    top:-10px;
    cursor:pointer;
}
#btnSubscribe {
    background:url(../images/btn_JoinNow.png) top center no-repeat;
    margin:0 auto 0 auto;
    cursor:pointer;
    border:0;
    font-size:0;
    width:171px;
    height:50px;
    text-decoration:none;
}
/*--------------------------------------------------------------------------*/



/*-- TAG SEARCH AUTOSUGGEST
------------------------------------------------------------------------*/
#tagSearch {
    margin:30px 0 10px 0;
    position:relative;
    height:30px;
}
#txtTagSearch {
    display:block;
    width:180px;
    height:22px;
    padding:6px 0 0 6px;
    color:#424141;
    font-size:8pt;
    /*float:right;*/
    
    position:absolute;
    top:0px;
    right:0px;
    
    border:0;
    z-index:3;
    background-image:url(../images/search_tags_bkgrd.jpg);
    background-position: 0 0;
    background-repeat:no-repeat;
}
#btnTagSearch {
    display:block;
    width:15px;
    height:22px;
    border:0;
    font-size:0;
    text-decoration:none;
    /*float:right;*/
    background-image:url(../images/btnSearchTags_up.jpg);
    background-position: top center;
    background-repeat:no-repeat;
    
    position:absolute;
    top:2px;
    right:10px;
    
    cursor:pointer;
    outline:none;
    z-index:4;
}
#tagAutoSuggest {
    background-color:#646464;
    color:white;
    padding:10px 0 10px 0;
    width:170px;
    display:none;
    position:absolute;
    top:25px;
    right:10px;
}
#tagAutoSuggest ul {
    list-style:none;
    margin:0;
    padding:0;
}
#tagAutoSuggest ul li {
    cursor: pointer;
    padding:0 5px;
    float:none;
    width:145px;
    margin:0px 8px;
    line-height:20px;
    display:block;
}
.over {
    background-color:#86b612;
}
/*------------------------------------------------------------------------*/



/*-- CALLOUT
------------------------------------------------------------------------*/
.callout {
    background:url(../images/callout_bkgrd.jpg) 0 0 no-repeat;
    width:180px;
    padding:20px 0 20px 0;
}
.callout h4 {
    background:#86b612;
    color:#fff;
    font-size:15px;
    font-weight:normal;
    line-height:20px;
    padding:0 0 0 15px;
    width:110px;
    margin:0 0 8px 0;
}
/*------------------------------------------------------------------------*/



/*-- TAG CLOUD
------------------------------------------------------------------------*/
ul.tagCloud {
    list-style:none;
    padding:0;
    margin:0 auto;
    width:170px;
}
ul.tagCloud li {
    list-style:none;
    padding:0;
    margin:3px;
    float:left;
}
ul.tagCloud li a:link,
ul.tagCloud li a:visited {
    font-size:10px;
    color:#646464;
    text-decoration:none;
}
ul.tagCloud li a:hover {
    color:#86b612;
}
ul.tagCloud li a.tagWeight1 {
    font-size:10px;
    line-height:20px;
}
ul.tagCloud li a.tagWeight2 {
    font-size:14px;
    line-height:16px;
}
ul.tagCloud li a.tagWeight3 {
    font-size:20px;
    line-height:22px;
}
ul.tagCloud li a.tagWeight4 {
    font-size:28px;
    line-height:30px;
}
ul.tagCloud li a.tagWeight5 {
    font-size:36px;
    line-height:38px;
}
ul.tagCloud li a.tagWeight0 {
}
/*------------------------------------------------------------------------*/



/*-- TOP TEN ISSUES
------------------------------------------------------------------------*/
#top-issues {
    margin:20px 0 0 0;
}
.hot-issue {
    width:183px;
    height:183px;
    margin:0 16px 10px 0;
    background:#646464;
    float:left;
}
.hot-issue a:link,
.hot-issue a:visited {
    color:#fff;
    width: 150px;
    margin:4px auto 0 auto;
    text-decoration:none;
    display:block;
}
.hot-issue a:hover {
    text-decoration:underline;
}
.hot-issue p span {
    font-weight:bold;
}
.jcarousel-container {
    position: relative;
    width:183px;
    margin-top:12px;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 100px;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 100px;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 100px;
}
.jcarousel-next {
    z-index: 10;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 40px;
    height: 33px;
    cursor: pointer;
    background: url(../images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-next:hover {
    background-position: -40px 0;
}
.jcarousel-next:active {
    background-position: -80px 0;
}
.jcarousel-next-disabled,
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled:active {
    cursor: default;
    background-position: -120px 0;
}
.jcarousel-prev {
    z-index: 10;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 40px;
    height: 33px;
    cursor: pointer;
    background: url(../images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-prev:hover {
    background-position: -40px 0;
}
.jcarousel-prev:active {
    background-position: -80px 0;
}
.jcarousel-prev-disabled,
.jcarousel-prev-disabled:hover,
.jcarousel-prev-disabled:active {
    cursor: default;
    background-position: -120px 0;
}
/*--------------------------------------------------------------------------*/



/*-- TOP TEN ITEMS
------------------------------------------------------------------------*/
.hot-item {
	border-bottom:#cbcbcb solid 1px;
	width:390px;
	margin:0 auto;
	padding:15px 0;
	color:#646464;
	clear: both;
}
.hot-item h3 {
	font-size:14px;
	background:url(../images/shared/arrow.jpg) no-repeat 0 1px;
	padding-left:20px;
	margin:0 0 10px 0;
}
.item_img {
	width: 152px;
	float:left;
	margin:0 15px 0 0;
}
.item_content {
	float:left;
	width:215px;
}
    .item_content p {
	    padding:0;
	    margin:0 0 10px 0;
    }
    .item_content a.item_link:link,
    .item_content a.item_link:visited {
	    font-weight:bold;
	    text-transform:uppercase;
	    text-decoration:none;
    	color: #86b612;
   }
    .item_content a.item_link:hover {
    	color: #646464;
   }
.item_tags,
.item_share {
    clear:both;
    padding:5px 0 0 0;
}
.item_tags span,
.item_share span {
    display:block;
    text-transform:uppercase;
    font-size:6pt;
    font-weight:bold;
}
.item_tags ul,
.item_share ul{
    margin:0;
    padding:0;
    list-style:none;
    font-size:9pt;
    text-decoration:none;
}
.item_tags ul li,
.item_share ul li{
    float:left;
    padding:0 0 0 6px;
}
.item_tags ul a:link,
.item_tags ul a:visited {
    text-decoration:none;
	color: #86b612;
}
.item_tags ul a:hover {
    text-decoration:underline;
    color:#999;
}
/*--------------------------------------------------------------------------*/


/*-- TWEET MENTIONS
------------------------------------------------------------------------*/
ul#tweets {
    list-style:none;
    margin:0;
    padding:0;
	display:none;
}
ul#tweets li {
    padding:0 5px;
    margin:8px auto;
    width:148px;
}
#tweets a:link,
#tweets a:visited {
    text-decoration:underline;
	color: #729A11;
}
#tweets a:hover {
    text-decoration:underline;
    color:#666;
}
/*--------------------------------------------------------------------------*/



/*-- SEARCH
------------------------------------------------------------------------*/
.search-heading {
    font-size:20px;
    color:#86B612;
    display:block;
    float:left;
    margin:0 10px 0 0;
}
.search-heading span {
    color:#646464;
}
/*--------------------------------------------------------------------------*/


/*-- ARCHIVES
------------------------------------------------------------------------*/
.archive-heading {
    font-size:20px;
    color:#86B612;
}
.archiveYear {
    font-size:18px;
    color:#646464;
    font-weight:bold;
    margin:10px 0 0 0;
}

.archive-list span {
    color:#646464;
    font-size:12px;
    font-weight:bold;
    line-height:18px;
    padding:0 0 0 0;
    width:90px;
    display:block;
    border-bottom:#86b612 1px solid;
    margin:10px 0 0px 0;
}
.archive-list ul {
    padding:0;
    margin:0 0 10px 0;
}

.archive-list ul li {
    padding:0;
    margin:0;
    list-style:none;
}
.archive-list ul li a {
    display:block;
    margin:3px 0 0 0;
}
.archive-list ul li a:link {
    color:#646464;
    text-decoration:none;
}
.archive-list ul li a:visited {
    color:#646464;
    text-decoration:none;
}
.archive-list ul li a:hover {
    color:#86b612;
}
/*--------------------------------------------------------------------------*/


.page-heading {
    font-size:20px;
    color:#86B612;
    display:block;
    margin:0 10px 0 0;
}
