/*
Theme Name: b5media Hubs V1
Theme URI: http://b5media.com/
Description: The new theme for b5media's "hub" rebranding
Version: 1.0
Author: Terry Smith
Author URI: http://www.icedteapowered.com/
*/

body {
	font-family: Arial;
	margin: 0;
	color: #000;
	background: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

textarea {
	font-size: 12px;
	font-family: Arial;
}

input[type=text] {
	background: url('images/text_input_bg.jpg') no-repeat;
	border: 1px solid #C8C8C8;
	font-size: 12px;
	padding: 6px 5px 5px 8px;
}

input[type=password] {
        background: url('images/text_input_bg.jpg') no-repeat;
        border: 1px solid #C8C8C8;
        font-size: 12px;
        padding: 6px 5px 5px 8px;
}

input[type=file] {
        background: url('images/text_input_bg.jpg') no-repeat;
        border: 1px solid #C8C8C8;
        font-size: 12px;
        padding: 6px 5px 5px 8px;
}

input[type=submit] {
        background: #fff;
        border: none;
        font-weight: bold;
	margin: 10px 0 0 0;
}

input[type=button] {
        background: #fff;
        border: none;
        font-weight: bold;
	margin: 10px 0 0 0;
}

.nondisplayed {
	display: none;
}

.canvas {
	width: 100%;
	position: relative;
}

#wrap {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#pagewrap {
	width: 970px;
	float: left;
	background: #fff;
	position: relative;
}

#ad-header {
	width: 970px;
	height: 66px;
	margin: 0 0 15px 0;
	background: #eee;
}

#page {
	width: 970px;
	margin: 0 auto;
}

#header {
	width: 940px;
	margin: 0 15px 15px 15px;
	clear: both;
}

#logo {
	float: left;
	height: 60px;
	line-height: 60px;
}

#header-links {
	float: right;
	width: 940px;
}

#header-links ul {
	float: left;
	list-style-type: none;
	height: 60px;
	display: block;
	margin: 0;
	padding: 0;
}

#header-links ul li {
	height: 60px;
	float: left;
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0 10px 0 10px;
	font-size: 13px;
	display: block;
}

#header-links ul li.important {
	font-size: 18px;
}

#header-links ul li.separator {
	color: #222;
}

.active-tab {
	background: #eee;
}

#header-panel-container {
	width: 940px;
	clear: both;
	color: #666;
	font-size: 14px;
	display: none;
}

.header-panel {
	width: 910px;
	background: #eee;
	padding: 15px;
	float:left;
}

/*#header-panel-container span {
	padding: 0 0 7px 0;
	margin: 0 0 15px 0;
	border: #ddd 1px;
	color: #666;
	border-style: none none solid none;
	font-size: 18px;
}*/

#header-panel-container table {
	float: left;
	text-align: right;
}

#header-panel-container table .label {
	font-weight: bold;
}

#header-panel-container input[type=text] {
	width: 265px;
}

#header-panel-container input[type=password] {
        width: 265px;
}

.profile-image img {
        width: 60px;
        height: 60px;
        background: #888;
        display: block;
        margin: 0 10px 0 0;
	float: right;
}

.left-half {
	display: inline;
	float: left;
	width: 440px;
}

.left-half input[type=password], .left-half input[type=text]{
}

.right-half {
	display: inline;
	float: right;
	width: 440px;
}

#rotator {
	clear: both;
}

#rotator ul {
	list-style-type: none;
	display: block;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 970px;
}

#rotator ul li {
	float: left;
	list-style-type: none;
	display: block;
	width: 140px;
	margin: 0 5px 0 15px;
}

#rotator ul li.billboard {
	width: 250px;
	background: #eee;
	margin: 0 15px 0 0;
	padding: 25px;
	font-size: 13px;
	float: right;
}

#rotator ul li.billboard h2 {
	margin: 0 0 20px 0;
}

.rotator-image img {
	width: 140px;
	height: 100px;
	display: block;
	margin: 0 0 10px 0;
}

.post-thumb {
	width: 140px;
	height: 100px;
}

.rotator-excerpt {
	width: 140px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

#navigation {
	clear: both;
	width: 940px;
	border: 1px #e7e7e7;
	border-style: solid none none none;
	margin: 20px 15px 0 15px;
}

.sub-navigation {
	height: 45px;
	line-height: 45px;
	width: 940px;
	border: 1px #e7e7e7;
	border-style: none none solid none;
}

.sub-navigation ul {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.sub-navigation ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 0 0 15px;
}

#category-navigation {
	font-size: 17px;
}

#category-description {
	float: left;
	font-weight: bold;
	color: #505050;
}

#category-description a {
	color: #505050;
}

#tag-navigation {
	font-size: 13px;
}

#tag-description {
	float: left;
	font-weight: bold;
	color: #A1A1A1;
}

#navigation-search {
	float: right;
	height: 25px;
	padding: 9px 0;
}

#navigation-search input {
	background: url('images/search_input_bg.jpg') no-repeat;
	border: 1px solid #C8C8C8;
	font-size: 12px;
	padding: 6px 5px 5px 28px;
	width: 180px;
}

#tip-flow {
	width: 215px;
	float: right;
}

#tip-flow div div {
	padding: 0;
}

#tip-flow div#gottip_ext {
	float: none;
	padding: 0;
	display: none;
	font-weight: normal;
	font-size: 12px;
}

#tip-flow textarea {
        margin: 5px 0 7px 0;
	background:url("images/textbox_bg.jpg") no-repeat scroll 0 0 transparent;
	border:1px solid #C8C8C8;
	margin:0 0 10px;
	overflow:auto;
	padding: 5px;
}

#tip-flow input[type="text"] {
	margin: 5px 0 7px 0;
}

#tip-flow center {
	margin: 7px 0 0;
}

#contentwrap {
	width: 940px;
	margin: 0 15px;
	border: 1px #e7e7e7;
	border-style: none none solid none;
	position: relative;
}

#content {
	width: 620px;
	float: left;
	padding: 0 0 25px 0;
	margin: 25px 0 0 0;
}

#story-sorter {
	float: right;
	height: 30px;
	font-size: 13px;
}

#story-sorter a {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 15px;
	font-weight: bold;
}

#story-sorter a.active-sort {
	color: #222;
}

#story-list {
	width: 620px;
	list-style-type: none;
	float: left;
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
}

#story-list p {
	float: right;
	clear: right;
	width: 465px;
}

#story-list li.big-post .postinfo {
	float: right;
	width: 305px;
}

#story-list li .post-thumb-link {
	float: left;
}

#story-list li.big-post p {
	width: 305px;
}

#story-list li.gallery-old-post img {
        width: 299px;
        height: 215px;
}

#story-list li.gallery-old-post div.post-thumb {
        width: 299px;
        height: 215px;
	background-repeat: no-repeat;
}

#story-list li.gallery-old-post .postinfo {
        float: right;
        width: 305px;
}

#story-list li.gallery-old-post p {
        width: 305px;
}

#story-list li.gallery-old-post h2 {
        width: 305px;
}

#story-list li.gallery-old-post .itpgallery-list-thumbs {
	width: 314px;
	height: 51px;
	float: left;
}

#story-list li.gallery-old-post .itpgallery-list-thumbs a {
	float: left;
	display: block;
	width: 74px;
	border: 1px #fff;
	border-style: solid solid none none;
}

#story-list li.gallery-old-post .itpgallery-list-thumbs img {
	float: left;
	width: 74px;
	height: 51px;
}

#story-list li.gallery-old-post .itpgallery-list-thumb {
	width: 74px;
	height: 51px;
	background-repeat: no-repeat;
}

#story-list li.gallery-post img {
        width: 620px;
        height: 440px;
}

#story-list li.gallery-post div.post-thumb {
        width: 620px;
        height: 440px;
	background-repeat: no-repeat;
}

#story-list li.gallery-post .postinfo {
        float: right;
        width: 620px;
	margin: 0 0 15px 0;
}

#story-list li.gallery-post p {
        width: 620px;
}

#story-list li.gallery-post h2 {
        width: 620px;
}

#story-list li.gallery-post .itpgallery-list-thumbs {
	width: 624px;
	height: 70px;
	float: left;
	margin: 4px 0 15px;
}

#story-list li.gallery-post .itpgallery-list-thumbs a {
	float: left;
	display: block;
	width: 104px;
}

#story-list li.gallery-post .itpgallery-list-thumbs img {
	float: left;
	width: 100px;
	height: 70px;
}

#story-list li.gallery-post .itpgallery-list-thumb {
	width: 100px;
	height: 70px;
	background-repeat: no-repeat;
}

#story-list li.pan-post img {
        width: 620px;
        height: 440px;
	float: left;
}

#story-list li.pan-post div.post-thumb {
        width: 620px;
        height: 440px;
        background-repeat: no-repeat;
	margin: 10px 0 15px 0;
}

#story-list li.pan-post .postinfo {
        float: right;
        width: 620px;
}

#story-list li.pan-post p {
        width: 620px;
}

#story-list li.pan-post h2 {
        width: 620px;
}

#story-list li.aside-post img {
	display: none;
}

#story-list li.aside-post div.post-thumb {
	display: none;
}

#story-list li.aside-post .postinfo {
        float: left;
	width: 620px;
}

#story-list li.aside-post p {
        width: 620px;
	float: left;
	margin: 0;
}

#story-list li.aside-post h2 {
        width: 620px;
	float: left;
}

#story-list li {
	list-style-type: none;
	float: left;
	width: 620px;
	font-size: 13px;
	margin: 0 0 20px 0;
}

#story-list li img {
	display: block;
	float: left;
	background: transparent;
	width: 140px;
	height: 100px;
}

#story-list li.big-post img {
	width: 300px;
	height: 215px;
}

#story-list li.big-post div.post-thumb {
	width: 300px;
	height: 215px;
	background-repeat: no-repeat;
}

#story-list li div.post-thumb {
        display: block;
        float: left;
        height: 100px;
        margin: 0 15px 0 0;
        width: 140px;
}

#story-list li h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	width: 465px;
	float: right;
}

#story-list li.big-post h2 {
	width: 305px;
}

#content h2 {
	margin: 0;
}

.posmeta {
	clear: both;
}

.entry.aside-entry {
	font-size: 28px;
	line-height: 36px;
	margin: 5px 0 0;
}

.staffdept h2 {
	margin: 0;
}

#sitemap_cats ul.nosifr li {
	list-style: none;
}
#sitemap_pages ul li {
	list-style: none;
}
#sitemap_archives ul {
	margin: 0 auto;
	padding: 0;
}
#sitemap_arvhives {
	width: 525px;
}
#sitemap_archives ul.multiple_columns li {
	text-align: left;
	float: left;
	list-style: none;
	height: 20px;
	width: 100px;
        border: 1px solid #ddd;
	font-size: 12px;
}
.authorname h3 {
	margin: 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.alignleft {
        float: left;
        margin: 0 15px 0 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#sidebar {
	width: 300px;
	float: right;
	margin: 25px 0 0 0;
	padding: 0 0 25px 0;
	position: relative;
}

.sidebar-widgets {
	position: relative;
	width: 300px;
}

.widget {
	width: 300px;
	float: left;
	clear: both;
	position: relative;
}

#viewmore-panel {
	width: 940px;
	height: 40px;
	border: 1px #e7e7e7;
	border-style: none none solid none;
	line-height: 40px;
	float: left;
	clear: both;
	font-size: 13px;
	margin: 0 15px 0 15px;
}

#ad-footer {
	width: 940px;
	height: 90px;
	padding: 25px 0 25px 0px;
	float: left;
	clear: both;
	margin: 0 15px 0 15px;
	text-align: center;
}

#footer {
	width: 940px;
	border: 1px #e7e7e7;
	border-style: solid none none none;
	padding: 15px 15px 25px 15px;
	clear: both;
	text-align: center;
	color: #aaa;
	font-weight: bold;
}

#prearticle-meta {
	width: 620px;
	float: left;
	margin: 0 0 15px 0;
}

#postarticle-meta {
	float: left;
	margin: 25px 0 0 0;
	width: 620px;
	padding: 0 0 10px;
	font-size: 12px;
}

#prearticle-image {
	width: 460px;
	height: 330px;
	float: left;
}

#prearticle-image img {
	width: 460px;
	height: 330px;
	background: #888;
	float: left;
}

#prearticle-sharing {
	width: 110px;
	height: 300px;
	float: right;
	background: #eee;
	padding: 15px;
	font-size: 13px;
	line-height: 20px;
}

#prearticle-sharing span {
	color: #666;
	font-size: 15px;
	margin: 0 0 15px 0;
}

.post {
	font-size: 13px;
	line-height: 18px;
}

.post h1 {
	font-size: 28px;
	margin: 0 0 5px 0;
}

.related-tags {
        width: 620px;
        height: 40px;
        border: 1px #e7e7e7;
        border-style: solid none solid none;
        line-height: 40px;
        clear: both;
        font-size: 14px;
        margin: 10px 0 25px 0;
}

.related-tags-description {
	display: block;
	font-weight: bold;
}

.related-tags a {
	float: left;
	display: block;
	margin: 0 0 0 15px;
}

#comments {
	border: 1px #e7e7e7;
	border-style: none none solid none;
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 20px;
	text-align: center;
}

.respond {
	width: 620px;
	height: 48px;
        border: 1px #e7e7e7;
        border-style: none none solid none;
        line-height: 48px;
	float: left;
}

.respond input[type=text] {
        background: url('images/text_input_bg.jpg') no-repeat;
        border: 1px solid #C8C8C8;
        font-size: 12px;
        padding: 6px 5px 4px 8px;
}

.respond textarea {
	height: 15px;
}

.commentlist {
	width: 620px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

.commentlist li {
	list-style-type: none;
	border: 1px #e7e7e7;
        border-style: none none solid none;
	margin: 20px 0 0 0;
	padding: 0 0 15px 0;
	float: left;
	width: 620px;
}

.comment-author {
	width: 120px;
	float: left;
	clear: left;
	font-size: 12px;
}

.comment-author img {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 5px 0;
}

.comment-author cite {
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
}

.comment-author span {
	display: none;
}

.comment-meta {
	width: 120px;
	float: left;
	clear: left;
	font-size: 12px;
}

.comment-body p {
	font-size: 12px;
	display: block;
	padding: 0 0 0 140px;
}

.comment-body .subcomment-flow .respond p {
	padding: 0;
	text-align: left;
}

.subcomment-reply-form {
	float: right;
}

#content h1 {
	margin: 0 0 25px 0;
}

.sociable ul {
	list-style-type: none;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

.sociable ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0 3px;
}

body.page {
	margin: 0;
}

.page {
	margin: 20px 0 0 0;
}

.stafflist li {
	list-style-type: none;
	font-size: 14px;
}

#related_posts {
	height:250px;
	left:93px;
	position:absolute;
	top:1686px;
	width:300px;
}

#avatars {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

#avatars li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	border: 2px solid #ccc;
	width: 32px;
	height: 32px;
	float: left;
}

#avatars li.active-avatar {
	border: 2px solid #FF408D;
}

.byup {
        float: right;
        height: 16px;
        width: 16px;
        background: url("images/arrow_up.gif") no-repeat;
}

.bynew {
        float: right;
        height: 16px;
        width: 16px;
        background: url("images/star_icon.gif") no-repeat;
}

.bywow {
        float: right;
        height: 16px;
        width: 16px;
        background: url("images/big_smiley_teeth.gif") no-repeat;
}

.bymeh {
        float: right;
        height: 16px;
        width: 16px;
        background: url("images/frown.gif") no-repeat;
}

/* *************************************************
	Ad containers
	These reserve a set height/width div providing
	a relative frame for the absolutely position
	div that is required for delayed ads to be 
	defined.
   ************************************************* */
#b5_ad_top {
	height:90px;
	margin:0 0 15px;
	padding:7px 0;
	width:100%;
	float: left;
	position: relative;
}

#b5_ad_top_wrap {
	width: 940px;
	margin: 0 auto;
	height: 90px;
	position: relative;
}

#below_post {
	width: 620px;
	height: 250px;
	padding: 25px 0;
}

#b5_ad_sidebar1 {
	width: 300px;
	height: 250px;
	float: left;
	position: relative;
}

#b5_ad_footer {
	clear:both;
	float:left;
	height:90px;
	margin:0 15px;
	padding:25px 0 25px 0;
	text-align:center;
	width:940px;
	position: relative;
}

#adfooterwrap {
	position: relative;
}

/* *************************************************
	Ad Slots
	These are absolute positioned divs that will 
	actually hold the ads they should be exact 
	size and must beo absolitely positioned.
   ************************************************* */
#Leaderboard_728x90_Top_Pos1 {
	height:90px;
	width:728px;
	float: left;
}

#Skyscraper_160x600_Sidebar_Pos1 {
	position: relative;
	width: 160px;
	height: 600px;
	margin: 20px auto;
}

#Promo_200x90_Top_Pos1 {
	height:90px;
	float: right;
	width: 200px;
	position: absolute;
	right: 0;
}

#BigBox_300x250_Sidebar_Pos1 {
	height:250px;
	width:300px;
	position: relative;
}

#Leaderboard_728x90_Bottom_Pos1 {
	height:90px;
	width:728px;
	position: relative;
	margin: 0 auto;
}

#BigBox_300x250_Bottom_Pos1 {
	height:250px;
	width:300px;
	position: relative;
	float: left;
}

/* *************************************************
	Ad Hidden
	Divs of this class are all defaulted off screen
	They will eventually be move onto the screen
	************************************************* */
.ad_hidden {
	background:#FFFFFF none repeat scroll 0 0;
	position:absolute;
	text-align:center;
}

.vidembedwrap {
	margin: 0 0 15px 0;
	padding: 15px 0 0;
	clear: both;
	width: 620px;
	text-align: center;
}

/* *************************************************
	Paginated post link navagation
	These styles control the prev and next page and
	number links when <-- nextpage --> is used.
	************************************************* */
.links_pages a, .links_pages span{
	background:none repeat scroll 0 0 #F1F1F1;
	border:thin solid black;
	display:inline;
	margin-left:6px;
	padding:4px 6px;
	width:500px;
}

.pag_nav_current {
	background:none repeat scroll 0 0 #FFFFFF !important;
	color:#717171;
}

#b5_pushdown_wrap {
	width: 100%;
	float: left;
}

#b5_ad_pushdown {
	margin: 10px auto;
	position: relative;
	width: 970px;
}

#performancetest_728x90_Top_Pos1 {
	float: left;
}
