/*  
Theme Name: TokyoHive
Theme URI: http://www.tokyohive.com
Description: Theme for 6Theory Media's TokyoHive website.
Author: Rasterboy
Author URI: http://www.raterboy.com/
Version: 1.0
Tags: tokyohive, modern, 6theory, rasterboy, two_column, widgets, bad_ass
.
©2010 6Theory Media / Rasterboy.
.
*/

/* ********************************************* */
/* Base Layout / Global */
/* ********************************************* */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top:  50px;
	overflow:  visible;
	font-family: arial, sans-serif;
	/* border: 1px solid #ff0000; */
}

a {
  color: #eea404;
  border-bottom: 1px solid #eea404;
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ededed;
  border-bottom-color: #595959;
}

a:active {
  position: relative;
  top: 1px;
}

/* ********************************************* */
/* Network Bar */
/* ********************************************* */
#network-wrap {
	background: url(images/bg-networkbar.gif) repeat-x;
	width: 100%;
	height: 40px;
	-webkit-box-shadow: 0px 3px 5px  #6e6e6e;
	-moz-box-shadow: 0px 3px 5px #6e6e6e;
	box-shadow: 0px 3px 5px #6e6e6e; 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#network {
	width:  960px;
	margin: 0 auto;
	padding-top: 5px;
	font-family: arial, sans-serif;
}

#network li {
	float: left;
}

#network .login,
#network .login2 {
	float: right;
}

#network .loggedin {
	float: right;
	font-size: .85em;	
	position: relative;
}

#network .loggedin  {
	width: 550px;	
}

#network .loggedin .button {
	margin-left: 15px;	
}

#network .loggedin .register {
	margin-right: 25px;	
}

#network .loggedin .register,
#network .loggedin .welcome {
	float: right;
}
#network .loggedin .welcome {
	color: #6f6f6f;
	text-shadow: 0px 1px 1px #eee;	
}


#network .branding {
	width: 120px;
	line-height: 36px;
	border: none;
}

#network .branding span {
	text-shadow: 0px 1px 2px #fff;
	filter: dropshadow(color=#fff, offx=0, offy=-1);
} 

#network .branding img {
	float: left;
	margin-right: 7px;
}

#network .branding a {
	color: #666;
	text-decoration: none;
	font-size: .75em;
	font-weight: bold;
	float: left;
}

#network .dropdown {
	margin-top: 3px;
}

#network .login {
	padding-top: 3px;
}

#network .button {
	height: 24px;
	background: url(images/bg-button-black.gif) #1f1f1f repeat-x;
	border:  none;
	border: 1px solid #000;
	color: #fff;
	font-size: .68em;
	padding: 0 9px;
}

#network .button:hover {
	background: url(images/bg-button-black-over.gif) repeat-x;
}

#network .register {
	height: 23px;
	margin-top: 4px;
	border-bottom: none;
	float: left;
}

#network .register a {
	display: block;
	padding: 4px 9px 6px 9px;
	background: url(images/bg-button-orange.gif) #ff2400 repeat-x;
	border:  none;
	border: 1px solid #a53100;
	color: #fff;
	font-size: .68em;
	text-decoration: none;
}

#network .register a:hover {
	background: url(images/bg-button-orange-over.gif) #ff2400 repeat-x;
}

#network .forgotpw {
	font-size: .5em;
	float: left;
	margin: 5px 10px 0 5px;
}

#network .forgotpw  a {
	color: #333;
	border: none;
	line-height: 1.3em;
}
/* ********************************************* */
/* Header */
/* ********************************************* */
#header {
	margin: 15px 0;
	width: 960px;	
	height: 360px;
	
	overflow: auto;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* ********************************************* */
/* Menu */
/* ********************************************* */
#menu {
	height:  64px;
	background: url(images/bg-menu.gif) #000;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#menu a {
	border: none;
	text-decoration: none;
	color:  #fff;
}

#menu a:hover,
#menu a:focus {
	color:  #f2bf18;
}


#menu li {
	height:  54px;
	float: left;
	margin:  5px 0;
}

.branding {
	width: 250px;
	border-right: 1px solid #626262;
	text-align: center;
}

.branding a {
	border: 0px;
}

.branding img {
	padding: 5px 0;
}

/* ********************************************* */
/* Page Menu */
/* ********************************************* */
.page-menu {
	width: 370px;
	border-left: 1px solid #000;
	border-right: 1px solid #626262;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.page-menu ul {
	position: relative;
	left: 50%;
	float: left;
}

.page-menu li {
	padding: 0 12px;
	padding-top: 14px;
	position: relative;
	right: 50%;
}

/* ********************************************* */
/* Search */
/* ********************************************* */
.search {
	width:  303px;
	border-left: 1px solid #000;
	padding-left: 10px;
}

#s {
	color: #b5ada6;
}

#search-wrap {
	float:  right;	
	width:  265px;
	margin: 10px 20px 0 0;
}

#search_box {
    width: 265px;
    height: 24px;
    background: url(images/bg-search.png) no-repeat;
}

#search_box #s {
    float: left;
    padding: 0;
    margin: 5px 0 0 6px;
    border: 0;
    width: 225px;
    background: none;
    font-size: .75em;
}

#search_box #go {
    float: right;
    margin: 1px 2px 0 0;
}

#search_box #go:active {
  outline: none;
  position: relative;
  top: 1px;
  left:  1px;
}

.focus {
	color: #fff;	
}


/* ********************************************* */
/* Featured Content */
/* ********************************************* */
#featured {
	height: 246px;
	background:  #fff;
	float: left;
}

#featured .content-324x246 {
	width: 324px;
	height: 246px;
	background: #666;
	float: left;
	position: relative;
}

#featured .content-317x120 {
	width: 317px;
	height: 120px;
	float: left;
	background: #888;
	margin-left: 1px;
	margin-bottom: 1px;
	position: relative;
}

#featured .content-211x125 {
	width: 211px;
	height: 125px;
	float: left;
	background: #ddd;
	margin-left: 1px;
	position: relative;
}

#featured .row-top,
#featured .row-bottom {
	float: left;
}

#featured .featured-title {
	
	/*
		width:  100%;
	height: 40px;
	*/
	background: url(images/bg-transparent.png);
	color: #ffd071;
	position: absolute;
	bottom: 0;
	padding: 8px;
	
}
#featured .featured-title a {
	text-decoration: none;
	border: 0;	
}

#featured .featured-title p {
	padding: 5px 5px 0 8px;
	font-size: .85em;
}

/* ********************************************* */
/* Utility Bar */
/* ********************************************* */
#utility {
	height: 33px;
	background: url(images/bg-utility.gif) #000;
	border-bottom: 1px solid #c0c0c0;
	overflow: hidden;
	padding:  8px 0;
	float: left;
	width: 960px;
}

#utility li {
	height: 28px;
	float: left;
}

.users-online {
	width: 165px;
	text-align: center;
	font-size: 1.4em;
	border-right: 1px solid #626262;
	padding-top: 7px;
}

.users-count {
	color: #f9b721;
}

.utility-share {
	width: 170px;
	height: 25px;
	padding-top: 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #626262;
}

.share-icons li a {
	border: none;	
}

.utility-share ul {
	position: relative;
	left: 50%;
	float: left;
}

.utility-share li {
	position: relative;
	right: 50%;
}

.share-icons img {
	margin: 0 3px;
	-webkit-box-shadow: 0px 0px 3px #000000;
	-moz-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
}

.addtoany {
	height: 20px;
	line-height: 20px;
	font-size: .75em;
	margin-top: 3px;
}

.addtoany span {
	position:relative;
	top: -2px;	
}

.utility-left {
	float: left;	
}

.fbtweet {
	float: right;
}

.fbtweet .tweetmeme {
	width: 50px;
	float: left;
}

.fbtweet .fbshare {
	width: 70px;
	float: left;
}

.a2a_dd:hover {
	color: #000;	
}

.quick-links {
	width: 620px;
	border-left: 1px solid #000;	
}

.quick-links ul {
	position: relative;
	left: 50%;
	float: left;
	z-index: 7000;
	margin-top: 5px;
}

.quick-links li {
	height: 20px;
	margin: 0 5px;
	float: left;
	position: relative;
	right: 50%;
}

/* ********************************************* */
/* Main Content */
/* ********************************************* */
#content {
	width: 640px;
	float: left;
}

#content .entry-content a,
#content .entry-meta a {
	color: #f49415;
	text-decoration: none;
	border: none;
}

#content .entry-content a:hover,
#content .entry-meta a:hover {
	color: #000;
}

#content .page-content p {
	line-height: 1.5em;	
}

/*
#content .entry-content img {
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}

#content .entry-content a img:hover {
	-webkit-box-shadow: 0px 0px 12px #000000;
	-moz-box-shadow: 0px 0px 12px #000000;
	box-shadow: 0px 0px 12px #000000;
}
*/

.post,
.page {
	width: 640px;
	background: #faf9f3;
	margin-bottom: 20px;
	border:  1px solid #fff;
	position: relative;
	margin-bottom: 45px;
}

.post-category,
.cat-404,
.cat-page {
	position: absolute;
	z-index: 200;
	top: -6px;
	right: -5px;
	background: url(images/bg-category.gif) #f6ac14;
	padding: 5px 8px;
	display: block;
	border:  1px solid #ec600c;
	font-size: .8em;
	text-align: right;
}

.post-category a {
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 1px #a24711;
	filter: dropshadow(color=#a24711, offx=0, offy=-1);
	border: 0px;
	text-decoration: none;
}

.cat-404,
.cat-page  {
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 1px #a24711;
	filter: dropshadow(color=#a24711, offx=0, offy=-1);
}

.search-title,
.page-title {
	color: #666;
	margin-top: 15px;
	font-size: 1em;
	padding: 10px;
	background: #fefceb;
	border: 1px solid #f3efcf;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.searchquery,
.archive-date {
	color: #f59c00;
	font-weight: bold;
}

.entry {
	position: relative;
	-webkit-box-shadow: 0px 4px 3px  #666;
	-moz-box-shadow: 0px 4px 3px #666;
	box-shadow: 0px 4px 3px #666; 
	padding:  20px;
	z-index: 100;
	overflow: hidden;
}

.entry p,
.entry li,
.related_post li {
	font-size: .8em;
	color: #666;
	line-height: 1.4em;
	margin:  9px 0;
}

.entry-content ul, .entry-content ol {
	list-style-type:disc;
	margin-left:1.2em;
}

.related_post a:hover {
	color: #000;
}

.entry-meta {
	font-size: .75em;
	color: #888;
	margin-bottom: 10px;
}

.entry-meta a {
	border: none;
	text-decoration: none;
}

.meta-prep {
	font-family: times, 'times new roman', serif;
	font-style: italic;
}

.entry-date {
	font-weight: bold;
	color: #666;
}

.commentbar {
	font-size: .75em;
	overflow: auto;
	font-weight: bold;
	position: absolute;
	bottom: -30px;
	left: 10px;
	z-index: 15;
	
}

.commentbar li {
	background: url(images/bg-comments.gif) center bottom #f7b417;
	padding: 8px;
	float: left;
	border: 1px solid #f38c17;
}

.commentbar .pipe {
	padding:  none;
	border-left: none;
	border-right: none;
	color:  #f38819;
	text-shadow: 1px 0px 1px #ffe074;
	filter: dropshadow(color=#ffe074, offx=1 offy=0);
}

.commentbar .readmore {
	
	text-shadow: 0px 1px 1px #fffea4;
	filter: dropshadow(color=#fffea4, offx=0, offy=1);
	padding-left: 14px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 8px; 
	
	border-right: 0px;
}

.commentbar .readmore a {
	color:  #af4b01;
	border: none;
	text-decoration: none
}

.commentbar .comments {
	color:  #fff;
	text-shadow: 0px -1px 1px #c38d53;
	filter: dropshadow(color=#c38d53, offx=0, offy=-1);
	padding-right: 14px;
	
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 0px;
	
	border-left: 0px;
}

.commentbar .comments a {
	color:  #fff;
	border: none;
	text-decoration: none;
	background: url(images/icon-commentbar.png) no-repeat;
	padding-left: 15px;
}


.commentbar .edit {
	margin-left: 10px;
	background: none;
	border: none;
	text-shadow: none;
	filter: none;
}

.commentbar .edit a {
	color: #fff;
	text-decoration: none;
	border: none;
}

.entry-comment {
	background: #faf9f3;
	margin-bottom: 20px;
	border:  1px solid #fff;
	margin-top: -20px;
	-webkit-box-shadow: 0px 4px 3px  #666;
	-moz-box-shadow: 0px 4px 3px #666;
	box-shadow: 0px 4px 3px #666; 
	padding:  20px;
	overflow: hidden;	
}

/* ********************************************* */
/* Comment Styling */
/* ********************************************* */
.comment {
	font-size: .8em;	
	line-height: 1.2em;
	color: #666;
}

.comments li {
	margin: 15px 0;	
	border-bottom: 1px dotted #888;
	padding-bottom: 15px;
}

.comment-author {
	margin-right: 15px;	
	font-weight: bold;
}

.comment-content {
	width: 503px;
	position: relative;	
}

.comment-meta {
	color: #bbb;
	font-style: italic	
}

.comment-meta a {
	border: none;
	font-weight: bold;	
	font-style: normal;
	font-size: 1.1em;
}

.comment-author,
.comment-content,
.comment-meta  {
	float: left;
}

.comment-meta a:hover {
	color:  #000;
}

.comment-meta .edit-link a {
	font-size:  .9em;
	font-weight:  normal;
}

.unapproved {
	background: #feebeb;
	border: 1px solid #f7dcdc;
	padding: 5px;
	margin: 5px 0;
}

.comment-tip {
	width: 12px;
	height: 12px;
	background: url(images/comment-tip.gif) no-repeat;
	position: absolute;
	top: 0;
}

.comment-bubble {
	margin: 0 0 0 12px;
	background: #f1ece6;
	padding: 12px;	
}

#login-req {
	margin-top: 10px;
	font-size: .9em;
	text-align: center;
	padding: 10px;
	background: #feebeb;
	border: 1px solid #f7dcdc;
	color: #666;
	font-weight: bold;
}

.comment-count {
	color: #eea404;
}

.discussion-head {
	font-weight: normal;
	font-size: .9em;
	margin-bottom:  10px;
}

#login {
	color: #666;
	margin-top: 15px;
	font-size: .8em;
	padding: 10px;
	background: #effeeb;
	border: 1px solid #d2edcb;
	float: left;
	line-height: 1.5em;
}

#form-allowed-tags {
	margin-top: 10px;
}

#login a:hover,
#login-req a:hover {
	color: #000;
}

#commentform .avatar {
	float: left;
	margin-top: 10px;
}

#comments-list h3 {
	float: left;
}

#comments-list .button-round {
	float: right;
}

/* author comment styles */
.comment-author-admin .comment-bubble {
	margin: 0 0 0 12px;
	background: #fcd38d;
	padding: 12px;	
}

.comment-author-admin .comment-tip {
	width: 12px;
	height: 12px;
	background: url(images/comment-tip-author.gif) no-repeat;
	position: absolute;
	top: 0;
}

.recent-comment {
	background: #f1ece6;
	font-size: .8em;
	padding: 12px;
	margin: 5px 0 0 0;
	color: #77777a;	
	text-shadow: #fff 0 1px 1px;
}

.recent-comment a {
	border: none;
	font-weight: bold;	
}

.recent-comment a:hover {
	color: #000;	
}

.recent-tip {
	width: 16px;
	height: 16px;
	background: url(images/recent-tip.gif) no-repeat;	
	position: relative;
	left: 10px;
}

.forum-comment {
	background: #fff;
	font-size: .8em;
	padding: 12px;
	margin: 5px 0 0 0;
	color: #f6af15;	
}

.forum-comment-author {
	line-height: 16px;
}

#recentcomments .forum-comment {
			padding-top: 8px;
			line-height: 16px;
}

.forum-comment a {
	border: none;
	font-weight: bold;	
}

.forum-comment a:hover {
	color: #000;	
}

.forum-tip {
	width: 16px;
	height: 16px;
	background: url(images/forum-tip.gif) no-repeat;	
	position: relative;
	left: 10px;
}

#hottopics li, #recentcomments li {
	position: relative;	
}

.postmark {
	font-size: .7em;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* ********************************************* */
/* Social */
/* ********************************************* */
.social-networks {
	margin-top: 10px;	
}

.social-networks li {
	float: left;	
	margin-right: 5px;
	display: block;
}

.social-networks li a {
	border: none;	
}

/* ********************************************* */
/* WP PageNavi */
/* ********************************************* */
.wp-pagenavi {
	background: #fff url(images/bg-pagenavi.gif) repeat-x left bottom;
	overflow: hidden;
	padding: 10px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 4px 3px  #666;
	-moz-box-shadow: 0px 4px 3px #666;
	box-shadow: 0px 4px 3px #666; 
	font-size: .8em;
	text-align: center;
	color: #666;
}

.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink {
	border: 1px solid #f6af16;
	background: #fff;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .previouspostslink:hover {
	border: 1px solid #fff;
	background: #000;
	color: #fff;
}

.wp-pagenavi .extend {
	border: none;
	background: none;
}
.wp-pagenavi .pages {
	color: #666;
	border: none;
}

.wp-pagenavi .current {
	color: #fff;
	background: #f6af16;
	border: none;
}

/* ********************************************* */
/* Tags */
/* ********************************************* */
.tag_links {
	float: left;
}

.tag_item {
	float: left;
	margin-bottom: 2px;
}

.tag {
	float:  left;
	padding: 2px 5px;
	background: url(images/bg-tag.png) repeat-x;
	height:  19px;
	font-size: .7em;
	line-height: 1.5em;
}

.tag a {
	color: #777;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
	border: none;
}

.tag a:hover {
	color: #fff;
	text-shadow: #666 0 -1px 1px;
}

.tag_start {
	float:  left;
	background: url(images/bg-tag-start.png);
	width: 11px;
	height:  21px;
	margin-left: 5px;
}

.tag_end {
	float:  left;
	background: url(images/bg-tag-end.png);
	width: 4px;
	height:  21px;
}

.archive-meta {
	font-size: .8em;
}

.author-image {
	float: left;
}

.author-info {
	float: left;
	margin-left: 15px;
}

.author-info a:hover {
	color: #000;
}

/* ********************************************* */
/* Like / Dislike */
/* ********************************************* */
.like {
	float: right;
	margin-bottom: 3px;
}

/* ********************************************* */
/* Page Navigation */
/* ********************************************* */
.navigation {
	margin: 20px 0 35px 0;	
	font-size: .75em;
}

.navigation a {
	display: block;
	padding: 5px;
	background: #f8a820;
	text-decoration: none;
	border: none;
	margin-bottom: 2px;
	color: #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.navigation a:hover {
	color: #fff;	
	background: #000;
}

.meta-nav {
	color: #fff;
	width: 180px;
	font-weight: bold;
	font-family: georgia, times, serif;	
	font-style: italic;
	font-size: 1em;
}



/* ********************************************* */
/* Sidebar */
/* ********************************************* */
#sidebar {
	width: 300px;
	overflow: hidden;
	float: right;
}

.widget-block,
.widget-block2 {
	border-top: 10px solid #000;
	background: #fff;
	padding: 12px;
	margin: 10px 0;
}

.widget-block2 {
	margin: 0px;
	padding: 0px;
	width: 299px;	
}

.widget-title {
	font-size: 1.5em;
	color: #000;
}

.widget-grey {
	color: #888;		
}

.widget-white {
	color: #fff;	
}

.tokyohive {
	width: 268px;
	float: left;
	border-top: none;
	border: 4px solid #f93d24;	
	overflow: auto;
}

.tokyohive .widget-title {
	float: left;
	margin-top: 10px;
}

.tokyohive img {
	float: right;	
}

.hotforum {
	background: #f6af15;	
}

/* ********************************************* */
/* Widgets */
/* ********************************************* */
#updates {
	background: #fdf5de;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-top: 10px solid #000;
	padding: 0px;
	font-size: .8em;
	
}

#updates a,
#akprecent a {
	border: none;	
}

#updates ul,
#updates .ui-state-default {
	margin: 0px;
	padding: 0px;
	border: none;	
}

#updates .ui-state-active {
	background: #ffcc00 url(images/updates-active.gif) repeat-x;
}

#updates .ui-state-default  a h3 {
	color: #666;
	text-shadow: 0px -1px 1px #aaa;	
}

#updates .ui-state-active  a h3 {
	color: #fff;
	text-shadow: 0px -1px 1px #c16800;	
}


#updates .ui-tabs-panel {
	border-top: 1px solid #aaa;	
}

#update-nav li {
	border: none;
	width: 50%;
	margin: 0px auto;
	text-align: center;
}

#updates p {
	font-size: .9em;	
}

#akprecent {
	font-size: .9em;	
}

#akprecent hr {
	border: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e4d3a8; 
	margin-top: 15px;
}

#tabs-1 hr,
#tabs-2 hr {
	border: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #e4d3a8; 
	margin-top: 15px;
}

#tabs-1 li,
#tabs-2 li,
#akprecent li {
	font-size: .9em;
	margin: 10px 0;	
}

#tabs-1 .date,
#tabs-2 .date,
#akprecent .date {
	padding: 5px 0;	
	color: #cd6d09;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}

#tabs-1 .update-date,
#tabs-2 .update-date,
#akprecent .update-date {
	float: left;
	margin-right: 15px;	
	border: 1px solid #fff;
	width: 76px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px  #6e6e6e;
	-moz-box-shadow: 0px 1px 3px #6e6e6e;
	box-shadow: 0px 1px 3px #6e6e6e; 
}

#akprecent .date {
	color: #ff0000;	
}

#tabs-1 .comments,
#tabs-2 .comments,
#akprecent .comments {
	color: #aaa;
	font-weight: bold;
	font-size: .9em;
	margin-top: 6px;
	display: block;
}

#tabs-1 .comments a,
#tabs-2 .comments a {
	color: #ecaa51;
}

#akprecent .comments a {
	color: #ff0000;	
}

#tabs-1 .date,
#tabs-2 .date,
#akprecent .date {
	padding: 5px 0;	
	display: block;
}

#tabs-1 .title,
#tabs-2 .title,
#akprecent .title {
	font-weight:bold;
	color: #555;	
	margin-bottom: 8px;
	font-size: .95em;
}

#tabs-1 .excerpt,
#tabs-2 .excerpt {
	font-size: .9em;
	color: #666;
	line-height: 1.1em;
}

#past7 {
	font-size: .8em;	
	width: 100px;
}

#past7 .article7 a {
	border: none;
	color: #f6af17;
}

#past7 .article7 a:hover {
	color: #000;	
}

#past7 .ui-accordion-content {
	border: none;
	padding: none;
}

#past7 {
	width: 100%;
	padding: 0;
	border: none;
}

#past7 .ui-accordion-content {
	padding: 0;	
	background: #fdf5de;
}

#past7 h5 {
	font-size: 1.5em;
	text-shadow: 0px 1px 1px #fff;
}

#past7 .akp-seven-day {
	margin: 0;
	margin-left: -28px;
	margin-top: -5px;
}

#past7 .ui-accordion-header {
	border: none;	
	border-top: 1px solid #bbb;
	border-radius: 0px;
}

#past7 .ui-accordion-header a {
	border-bottom: none;	
}

#past7 .ui-corner-top,
#past7 .ui-corner-all {
	border-radius: 0px;
}

#past7 .ui-icon {
	display: none;	
}

#past7 .past7id {
	margin-right: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: none;
	font-size: .75em;
	color: #ba8211;
}

#past7 .ui-accordion-header {
	background: url(images/past7-bg.gif) no-repeat;	
	height: 35px;
}

.category7 {
	font-size: .85em;
	background: #f6af17;
	display: block;
	padding: 5px;
	color: #fff;
}

.widget-block2 .widget-title,
.article7 {
	margin: 0;
}

.widget-block2 .widget-title {
	padding: 12px;	
}

ul.bullet li{ list-style-type: bullet; }

.article7 {
	margin: 12px 8px;	
	font-size: .85em;
}


/* ********************************************* */
/* Footer */
/* ********************************************* */
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 35px;
	font-family: arial;
	background:  url(images/bg-footer.png) no-repeat;
}

#footer ul {
	text-align: center;
	font-weight: bold;
	font-size: .75em;
	
}

#footer li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #000;
}

.foot-menu a {
	border: none;
	text-decoration: none;
	color:  #000;
	text-shadow: 0px 1px 1px #efefef;
	filter: dropshadow(color=#efefef, offx=0, offy=1);
}

.foot-menu a:hover {
	color:  #fff;
	text-shadow: 0px -1px 1px #666;
	filter: dropshadow(color=#666, offx=0, offy=1);
}

#footer .menu-first {	border-left: none;	}
#footer .menu-last {	border-right: none;	}

#footer .copyright {
	font-size: .68em;
	text-align: center;
	line-height: 3em;
	color: #3a3a3a;
}

#footer .copyright span {
	text-shadow: 0px 1px 1px #ddd;
	filter: dropshadow(color=#ddd, offx=0, offy=1);
}

/* ********************************************* */
/* Advertising / Callouts */
/* ********************************************* */
#callout-tips {
	float:  left;
}

#callout-tips a {
	border: none;
}

.ad-728x90 {
	width: 728px;
	height: 90px;
	background: #000;
	float: right;
}

.adb-728x90 {
	width: 728px;
	height: 90px;
	background: #000;
	text-align: center;
}

.ad-300x250 {
	width: 300px;
	height: 250px;
	background: #000;
	margin-bottom: 10px;
}

.ad-160x600 {
	width: 160px;
	height: 600px;
	background: #000;
	margin: 0px auto;
	margin-bottom: 10px;	
}


/* ********************************************* */
/* Forms & Buttons */
/* ********************************************* */
.form-submit .button-round,
.button-round a {
	font-size: .8em;
	background:  url(images/bg-button-round.gif) left bottom repeat-x #f8a804;
	padding: 3px 9px;
	color:  #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #f1ab31;
	text-shadow: 0px -1px 1px #f1881f;
	filter: dropshadow(color=#f1881f, offx=0, offy=-1);
}

.fields {
	height: 14px;
	border: 1px solid #999;
	color: #888;
	padding: 4px;
}

.check-label {
	font-size: .7em;
	color: #666;
	padding-bottom: 2px;
}

.required {
	font-size: .9em;
	color: #f8a820;
}

.form-input input {
	height: 15px;
	padding: 5px;
	background: #fff;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	width: 215px;
	color: #888;
}

#infobox {
	width: 230px;
	float: left;
}

#form-section-comment {
	float: right;
	
}

.form-textarea textarea {
	width: 345px;
	height: 117px;
	padding: 5px;
	background: #fff;
	border: 1px solid #aaa;
	color: #888;
}

#form-allowed-tags p {
	font-size: .7em;
	color: #666;	
}

.form-submit {
	float: right;	
}
.form-submit:after {
	clear: both;
	float: none;	
}

/* ********************************************* */
/* Typography */
/* ********************************************* */
.post h2,
.post h2 a,
.page h2,
.page h2 a {
	font-size: 1.2em;
	color:  #605032;
	font-family: georgia, times, serif;
	font-style: italic;
	margin-bottom: 9px;
	border: none;
	text-decoration: none;
	width: 480px;
}

#sidebar h2 {
	font-size: 1.7em;
	color:  #000;
	font-family: georgia, times, serif;
	font-style: italic;
	margin-bottom: 5px;;
	border: none;
	text-decoration: none;
}

h3 {
	font-size: 1.5em;
	color: #999;
	font-family: georgia, times, serif;
	font-style: italic;	
}

h5 {
	font-size: 1.5em;
	color: #999;
	font-family: georgia, times, serif;
}

label {
	font-size: .8em;
	font-weight: bold;
	color: #888;
	margin-top: 8px;
}

hr {
	border: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ddd;
	padding-top: 1px;
}

em {
	font-style: italic;	
}

.red {
	color: #f37a0a;
	text-decoration: none;	
	border: none;
}

.red:hover {
	color: #000;
}

strong {
	font-weight: bold;	
}


/* ********************************************* */
/* Etc */
/* ********************************************* */
.clearfix {
	float:  none;
	clear: both;
}

sup {
	font-size: .8em;
	vertical-align: super;
}

.fbconnect {
	background: #fff;	
}


/** WP Content Formatting **/
.aligncenter,
div.aligncenter {
   clear:both;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

img.alignleft { margin: 0px 16px 8px 0px }

.alignright {
   float: right;
}

img.alignright { margin: 0px 0px 8px 16px }

.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;
}

/** whos.amung.us */
#wau_wid_5d3f722a {
	display: inline;
}

.users-online  div {
	display: inline;
}

.related h3 { font-size: 1.2em; }

.wp-caption-text {
	display: none;
}
.wp-caption .wp-caption-text {
	display: block;
}

blockquote {
	float:left;
	margin:8px 16px;
	font-style: italic;
}


/* lightbox */
a#lightbox-secNav-btnClose { border: 0px none transparent; }


#sitelist {
	width: 200px;
}

#recentcomments .forum-comment a {
	font-weight: normal;
}

#fixedfix {
	height: 50px;
}

#wrapper {
	padding-top: 0px;
}

.midunit {
	margin: 0px auto;
	width: 300px;
	height: 250px;
	margin-top: -29px;
}

.post, .page {
	margin-bottom: 45x;
}

.entry-comment {
	margin-top: 16px;
}

.ad-300x250, .midunit {
	height: auto;
	min-height: 250px;
}

/*select with network icons*/
body .tokyohive .ui-selectmenu-item-icon,
body .allkpop .ui-selectmenu-item-icon {
		height: 15px;
		width: 15px;
		margin-left: 6px;
}

body .tokyohive .ui-selectmenu-item-icon { background: url(images/network-tokyohive.png) 0 0 no-repeat; }
body .allkpop .ui-selectmenu-item-icon { background: url(images/network-allkpop.png) 0 0 no-repeat; }

.wp-caption-text {
		display: none;
}
.wp-caption .wp-caption-text {
		display: block;
}

.post-category,
.cat-404,
.cat-page {
		top: -6px;
}

.tag_item {
		float: left;
		margin-bottom: 2px;
}

#sidebar {
		overflow: hidden;

}

.entry-content ul, .entry-content ol {
		list-style-type:disc;
		margin-left:1.2em;
}

blockquote {
		float:left;
		margin:8px 16px;
		font-style: italic;
}

#wrapper { overflow: visible; }
#recentcomments li { position: relative; }

.forum-comment-author {
		color: #333;
}

#recentcomments .forum-comment {
		padding-top: 8px;
		line-height: 16px;
}

#recentcomments .forum-comment a {
		font-weight: normal;
}

#fixedfix {
		height: 50px;
}

#wrapper {
		padding-top: 0px;
}

.midunit {
		margin: 0px auto;
		width: 300px;
		height: 250px;
		margin-top: -29px;
}

.post, .page {
		margin-bottom: 45x;
}

.entry-comment {
		margin-top: 16px;
}

.ad-300x250, .midunit {
		height: auto;
		min-height: 250px;
}

.aligncenter,
div.aligncenter {
   clear:both;
}

 .fbtweet { float: none; overflow: hidden; }

.fbtweet .tweetmeme {
		width: 64px;
}

.fbtweet .gbuzz {
		width: 60px;
		float: left;
}

.fbtweet a,
.fbtweetmini a {
		border-bottom: 0px none transparent;
}

.fbtweet .tweetmeme,
.fbtweet .fbshare {
		margin-top: 13px;
}

.fbtweetmini { overflow: hidden; margin-bottom: 10px; }

.fbtweetmini div {
		float: left; margin-right: 12px;
}

.fbmini { margin-top: 1px; }

.entry-meta { position: relative; }

.partners a {
		border: 0px none transparent;
}

.partners img {
		vertical-align: middle;
}

.partners li {
		margin-top: 24px;
}

.partners {
		width:137px;
		float: left;
}

#comment-authenticate { overflow: hidden; width: 598px; }
body #dsq-content #sixtheory-authenticate {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 8px 0 0;
	padding: 8px;
	width: 200px;
	_width: 182px;
	float: left;
}

body #dsq-content #sixtheory-authenticate,
body #dsq-content #sixtheory-authenticate p {
	text-align: center;
}

#dsq-authenticate { float: left; }
#dsq-authenticate .dsq-autheneticate-copy { margin-top: 9px; }

body #dsq-content #sixtheory-auth-link { display: block; text-decoration: none; text-indent: -2000em; overflow: hidden; width: 103px; height: 42px; background: url(http://static.6theory.com/wp-content/6theory-button.png) transparent no-repeat scroll top left; margin: 8px auto; }

body #dsq-content .dsq-login-button { display: none; }
body #dsq-content .dsq-login-button-disqus,
body #dsq-content .dsq-login-button-facebook,
body #dsq-content .dsq-login-button-twitter,
body #dsq-content .dsq-login-button-yahoo {
	display: block;
}

body #dsq-login-tab-sso span { background-image: url(http://static.6theory.com/wp-content/6theory-icon.png); }

#akprecent .comments { visibility: hidden; }
#akp_recent { height: 350px; width: 300px; }

.sideblock { margin: 10px 0px; }

#upprev_box a { font-family: arial, sans-serif; font-size: 14px; line-height: 18px; }
#upprev_box h6 a { font-family: arial, sans-serif; font-size: 12px; line-height: 14px; }
#upprev_box { padding-bottom: 12px; }

.ggad a, .ggad a:active { border-bottom: 0px none transparent; top: auto; }


