/*
	Theme Name: iFanboy Custom Theme
	Theme URL: http://9seeds.com/
	Description: iFB child theme
	Author: 9seeds, LLC
	Author URI: http://9seeds.com/
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@import url(http://fonts.googleapis.com/css?family=Oswald&v1);

body {
	background: #212454 url(images/paper-bg.jpg) no-repeat top center;
	background-attachment:fixed;
	color: #222222;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma;
	margin: 0 auto 0;
	padding: 0;
	}

p {
	margin-bottom: 15px
}
	
/***** Hyperlinks ********************/

a, a:visited, .review-link {
	color: #CC0000;
	text-decoration: none;
	}
	
a:hover, .review-link:hover {
	color: #CC0000;
	text-decoration: underline;
	cursor: pointer!important;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	background: #FFF;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	width: 1025px;
	margin: 0px auto 10px;
	padding: 10px 0px 0px 0px;
	position: relative;
	}
	
/***** TopNav ********************/

#topnav {
	background: url(images/topnav-back.png) repeat-x;
	width: 1025px;
	height: 30px;
	color: #222222;
	font-family: Oswald, Verdana, Arial, Tahoma;
	font-size: 14px;
	margin: 0 auto 0;
	padding: 0;
	text-transform: uppercase;
	overflow: hidden;
       
	}
	
#topnav .wrap {
	margin: 0;
	padding: 2px 10px 0 0;
	text-align: right;
	float: right;
	}

#topnav p {
	padding: 0;
	margin: 0;
	}
	
.headmenu {
	float: left;
	margin-top: -8px;
}

.headmenu .menu ul {
	font-family: Oswald, Verdana, Arial, Tahoma;
	list-style: none;
	margin: 2px 0 0 0;
}

.headmenu .menu li {
	float: left;
	list-style: none;
	margin-left: 10px;
	line-height: 15px;
	padding-top: 0;
	margin-top: 0;
}

.headmenu .menu li a {
	color: #FFF;
}

.headmenu .menu li a:hover {
	color: #CC0000;
	text-decoration: none;
}

.headicons {
	float: left;
	padding-top: 4px;
	margin-left: 10px;
}

.headsearch {
	margin-left: 10px;
	float: left;
}

#searchbutton {
	position: relative;
	top: 3px;

}

	
/***** Header  ********************/

#header {
	background: transparent;
	width: 1025px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	}

#title-area {
	width: 300px;
	float: left;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	color: #222222;
	font-size: 30px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
	}
	
#title-area #title a {
	color: #222222;
	margin: 0; 
	padding: 0;
	text-decoration: none;
}
	
#title-area #title a:hover {
	color: #222222;
	text-decoration: none;
	}
	
#title-area #description {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 15px;
	}

#header .widget-area {
	width: 735px;
	float: right;
	margin: 15px -6px 0px 0px;
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
.header-wide .wrap {
	width: 1025px;
	margin: 0 auto 10px;
	text-align: center;
}

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area {
	display: block; 
	float: left;
	width: 280px;
	height: 120px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}

.header-image #title-area #title {
	margin: 0;
	height: 80px;
}
	
.header-image #title-area #title a {
	display: block;
	padding: 0;
	width: 280px;
	height: 120px;
}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 960px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	color: #222222;
	display: block;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	color: #CC0000;
	}

#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #EEEEEE;
	color: #222222;
	width: 138px; 
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	color: #CC0000;
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 140px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 159px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Primary Navigation ********************/

#nav {
	background: url(images/topnav-bg.png) repeat-x;
	width: 1025px;
	height: 38px;
	font-family: Oswald, Verdana, Arial, Tahoma;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	border-top: 1px solid #000;
        border-bottom: 1px solid #000;
	overflow: hidden;
	clear: both;
	}

#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
        
	}
	
#nav li {
  
        
        border-right: 1px solid #000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
        
	}
	
#nav li a {

        background: url(images/topnav-inactive.png) repeat-x;
	color: #FFF;
	display: block;
        height: 31px;
	padding: 8px 15px 0px 15px;
	text-decoration: none;
		
        
	}
	
#nav li a:hover, #nav li a:active, #nav li.current-menu-item a {
	color: #fff;
        background: url(images/topnav-active.png) repeat-x
	}

#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #BBB;
	color: #222222;
	width: 180px;
	
	padding: 10px 10px 0px 10px;
	text-transform: none;
	border-left: 1px solid #000;
	border-right: 0px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #CC0000;
	}

#nav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul ul {
	margin: -27px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
/***** Primary Navigation Extras ********************/
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #222222;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
#nav li.search {
	padding: 3px 10px 0 10px;
	}
	
	
/***** Secondary Navigation ********************/

#subnav {
	background: #FFFFFF;
	width: 970px;
	height: 30px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	}

#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #222222;
	display: block;
    margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;	
	}

#subnav li a:hover, #subnav li a:active {
	color: #CC0000;
	}

#subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #222222;
	width: 138px; 
	margin: 0;
	padding: 3px 10px 3px 10px;
	text-transform: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	color: #CC0000;
	}

#subnav li li a .sf-sub-indicator {
	background: none;
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul ul {
	margin: -27px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 1015px;
	margin: 10px auto 0;
	padding: 0;
	}
	
/***** Home ********************/

.home #content h4, .entry-content h4 {
	height: 35px!important;
	font-size: 25px!important;
	font-weight: normal!important;
	color: #223388!important;
	font-family: Oswald, Verdana, Arial, Tahoma;
	margin: 5px 0 10px 0;
	padding: 0;
	background: url('images/underline.png') no-repeat;
	background-position: 0% 100%;
	text-transform: uppercase;
}

.widget-wrap h4 {
	height: 35px;
	font-size: 25px!important;
	font-weight: normal!important;
	color: #223388!important;
	font-family: Oswald, Verdana, Arial, Tahoma!important;
	margin: 0 0 5px 0;
	padding: 0;
	background: url('images/underline.png') no-repeat;
	background-position: 0% 100%;
	text-transform: uppercase;
	clear: both;
}

#home h4.podcasttitle {
	font-size: 15px!important;
	font-family: Oswald, Verdana, Arial, Tahoma;
	text-decoration: underline;
	text-transform: none;
	background: none;
	height: 25px;
}

#home .widget {
	background: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px!important;
	}
	
#home .home-top-right .widget {
	padding: 10px 10px 5px 10px !important;
	}
	
#home .widget-wrap {
	margin: 0;
	padding: 0;
	clear: both;
	}
	
#home p {
	margin: 0;
	padding: 0;
	}

/***** Home Top ********************/

#home-top {
	width: 950px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#content #home-top img, #content #home-top p img {
	background: none !important;
	max-width: none;
	}
	
#home-top .user-profile {
	overflow: hidden;
	}
	
#home-top .user-profile p {
	padding: 10px;
	}

#home-top .widget_tag_cloud div {
	padding: 10px 10px 14px 10px;
	}
	
#home-top .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
.home-left-content {
	width: 695px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.home-top-right {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
/***** Home Bottom ********************/
	
#home-bottom {
	width: 1015px;
	color: #333333;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	}

.home-left-column {
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
.home-middle-column {
	width: 485px;
	float: left;
	margin: 0;
	padding: 0;
	}

.home-right-column {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;
	}

.home-right-column h4, .home-comics h4 {
	margin: 5px 0 10px 0!important;
}

/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: double #EEEEEE;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #EEEEEE;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 1015px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 1015px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	background: #FFFFFF;
	width: 470px;
	margin: 0 0 10px 0;
	padding: 10px;
	float: left;
	}
	
.home #content, .home-page #content, .blog #content {
	background: none;
	margin: 0 !important;
	padding: 0 0 0 20px !important;
	}
	
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}
	
.sidebar-content #content, .content-sidebar #content {
	width: 680px;
	margin: 0 0 10px 0;
	padding: 10px;
	}
	
.full-width-content #content {
	width: 930px;
	margin: 0 0 10px 0;
	padding: 10px;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #DDDDDD;
	}

#content .post {
	margin: 0;
	padding: 0;
	}
	
#content .page {
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#content .post p {
	margin: 0 0 20px;
	padding: 0;
	}

.clear {
	clear: both;
	}
	
/***** Headlines ********************/

#content h1, #content h2, #content h3, #content h5, #content h6 {
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	color: #212454;
	font-family: Oswald, Verdana, Arial, Tahoma;
	font-size: 24px;
	font-weight: normal!important
	}
	
#content h2 {
	font-size: 18px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #222222;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 20px;
	}
	
#content h2 a:hover {
	color: #CC0000;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 16px;
	}
	
#content h5 {
	font-size: 14px;
	}
	
#content h6 {
	font-size: 12px;
	}
	
/***** Unordered/Ordered Lists ********************/
	
#content .post ul, #content .page ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#home ul {
	background: url(images/sidebar-list.png) no-repeat top left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#content .post ul li, #content .page ul li, #home ul li {
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0 0 3px 0;
	padding: 0 0 0 20px;
 	word-wrap: break-word;
	}

#content .post ul ul, #content .page ul ul, #home ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol, #home ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li, #home ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol, #home ol {
	margin: 0;
	padding: 0;
	}
		
/***** Post Info ********************/
	
.post-info {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 11px;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
.post-info .categories {
	background: none;
	padding: 0 0 2px 0;
	}
	
/***** AdSense ********************/
	
.adsense {
	padding: 10px 0 10px 0;
	border-top: 1px solid #DDDDDD;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	margin: 0;
	padding: 5px 0 20px 0;
	clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF !important;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 4px !important;
	border: 1px solid #DDDDDD;
	}
	
/***** Archive Page ********************/
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 0 0;
	}

/***** Post Icons ********************/
	
.time {
	margin: 0 0 0 3px;
	padding: 0;
	}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}
	
/***** Featured Post/Page ********************/

#content .featuredpost h2, #content .featuredpost h2 a, #content .featuredpage h2, #content .featuredpage h2 a, .home .featuredpost h2, .home .featuredpost h2 a, .home .featuredpage h2, .home .featuredpage h2 a, #sidebar .featuredpost h2, #sidebar .featuredpost h2 a, #sidebar .featuredpage h2, #sidebar .featuredpage h2 a {
	color: #222222;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 20px;
	}
	
#content .featuredpost h2 a:hover, #content .featuredpage h2 a:hover, #home .featuredpost h2 a:hover, #home .featuredpage h2 a:hover, #sidebar .featuredpost h2 a:hover, #sidebar .featuredpage h2 a:hover {
	color: #CC0000;
	text-decoration: none;
}

#content #featured h4 {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#content .featuredpost, #content .featuredpage, #home .featuredpost, #home .featuredpage, #sidebar .featuredpost, #sidebar .featuredpage {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .featuredpost .post, #content .featuredpage .page, #home .featuredpost .post, #home .featuredpage .page, #sidebar .featuredpost .post, #sidebar .featuredpage .page {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	}
	
#home .home-top-right .featuredpost .post, #home .home-top-right .featuredpage .page, #sidebar .featuredpost .post, #sidebar .featuredpage .page {	
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
	}
	
#content .featuredpost img, #content .featuredpage img, #content .featuredpost .avatar, #content .featuredpage .avatar, #home .featuredpost img, #home .featuredpage img, #home .featuredpost .avatar, #home .featuredpage .avatar, #sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar {
	background: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .more-from-category, #home .more-from-category {
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
	}
	
#content .more-from-category a, #home .more-from-category a {
	font-weight: bold;
	}
	
#content .more-from-category a:hover, #home .more-from-category a:hover {
	text-decoration: underline;
	}

/***** Images ********************/
	
#content p img {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
img.alignnone {
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #CC0000;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li a:hover {
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#sidebar-alt {
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 10px;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #CC0000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #222222;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#sidebar .widget p, #sidebar-alt .widget p, #sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0;
	}

.home-left-column .textwidget {
		margin-top: 30px;
	}
	
#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0 0 0 20px;
	}

#sidebar li, #sidebar-alt li {
	background: url(images/sidebar-list.png) no-repeat top left;
	margin: 0 0 3px 0;
	padding: 0 0 0 20px;
 	word-wrap: break-word;
	}
	
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {
	width: 300px; 
	height: 225px;
	margin: 10px 0 0 0; 
	padding: 0;
	}

/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F4F4F4;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 288px;
	}
	
#sidebar-alt #cat {
	width: 128px;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .user-profile p, #sidebar-alt .user-profile p {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 40px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 0;
	}
	
.s {
	background: #F4F4F4 !important;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 4px 5px;
	margin: 0 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
#header .s, #nav .s {
	width: 215px;
	}
	
#sidebar .s {
	width: 200px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) no-repeat top right;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F4F4F4 !important;
	width: 230px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 4px 5px;
	margin: 5px 8px 0 0;
	border: 1px solid #CCCCCC;
	}

/***** Latest Tweets Widget ********************/

.latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 10px 0 0 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F4F4F4 !important;
	color: #F4F4F4 !important;
	}

#wp-calendar td {
	background: #F4F4F4;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Buttons ********************/
	
#submit, .searchsubmit, .enews #subbutton, .gform_footer .button, .reply a, .reply a:visited {
	background: url(images/button.png) !important;
	color: #222222 !important;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px !important;
	border: 1px solid #CCCCCC;
	}

#submit:hover, .searchsubmit:hover, .enews #subbutton:hover, .gform_footer .button:hover, .reply a:hover {
	background: url(images/button-hover.png) !important;
	border: 1px solid #CCCCCC;
	}
	
/***** Contact Form ********************/

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
	background: #F4F4F4 !important;
	color: #222222 !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 12px !important;
	padding: 4px 0 4px 5px !important;
	border: 1px solid #DDDDDD;
	}
	
.gform_wrapper .ginput_complex label {
	font-size: 12px !important;
	}

.gform_wrapper .gform_footer {
	border: none!important;
	}
	
/***** Footer ********************/

#footer {
	background: #202254 url(images/footer-bg.png) repeat-x;
	width: 1025px;
	min-height: 300px;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	margin: 0 auto 0;
	padding: 0;
	border-bottom: 1px solid #000;
	clear: both; 
	}

#footer a, #footer a:visited {
	color: #CC0000;

	}
	
#footer a:hover {
	color: #CC0000;
	text-decoration: none;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

.foot-copyright {
	padding: 10px 0 0 10px;
	font-size: 10px;
	font-weight: bold;
	}

#footnav {
	padding: 20px 0 0 25px;
	}
	
#footnav ul {
	list-style: none;
	}
	
.footerleft {
	float: left;
	width: 250px;
	padding-top: 20px;
	font-size: 14px;
	font-family: Oswald, Verdana, Arial, Tahoma;
	color: #FFF;
	font-weight: normal;
}

.footerleft a:hover {
	text-decoration: underline!important;
}

.footermiddle {
	float: left;
	width: 150px;
}

.footermiddle ul li {
	border-bottom: solid 5px #cc0000;
	margin-left: -40px;
}

.footermiddle ul li a {
	display: block;
	color: #fff!important;
	font-size: 14px;
	font-family: Oswald, Verdana, Arial, Tahoma;
	font-weight: normal!important;
	text-transform: uppercase;
	line-height: 30px;
	text-indent: 10px;
}

.footermiddle ul li a:hover {
	background: #FFF;
	color: #e9451a!important;
	text-decoration: underline;
}

.footerright {
	width: 560px;
	float: left;
	color: #4b548d;

}

.footerright a {
	color: #FFF!important;
}

.footerright a:hover {
	text-decoration: underline!important;
}

.footerright p {
	clear: both;
	margin-left: 40px!important;
	line-height: 30px;
}

.footerright ul li {
	float: left;
	line-height: 40px;
}

.footerright ul li a {
	color: #FFF!important;
}

.footerright .lleft {
	width: 160px;
}

.footerright .lright {
	padding-left: 20px;
}

.footerright .lright img, .footerright .lleft img {
	position: relative;
	top: 5px;
}


/***** Comments ********************/
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}
	
.comment-list, .children {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF !important;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	background: #F4F4F4;
	margin: 0;
	padding: 0;
	}

.depth-1, .even, .alt  {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

/***** What's Hot ****/

#hot {
	width: 660px;
	height: 90px;
	border: solid 1px #EEE;
	background: #ececec url('images/whatshot.png') no-repeat;
	margin: 0 auto 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px #666666;
	-webkit-box-shadow: 0 1px 3px #666666;
	padding-left: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

.hotpost {
	float: left;
	width: 210px;
	height: 90px;
	background: url('images/fade-hotpost.png') repeat-y;
	margin-right: 10px;
}

.hotpost img {
	float: left;
	margin: 5px;
}

.hotpost-title {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	font-family: Oswald, Verdana, Arial, Tahoma;
}

.hotpost-content a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

.hotpost-content a:hover {
	color: #CC0000;
	text-decoration: none;
}

/***** Get Your iFanboy On *****/

#getyour {
	width: 695px;
	height: 100px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #EEE;
	margin: 0 auto 0;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}

.closex {
	float: right;
	margin-right: 5px;
}

.gyleft {
	width: 360px;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}

.gytitle {
	font-family: Oswald, Verdana, Arial, Tahoma;
	font-size: 16px;
	color: #212454;
	padding-bottom: 5px;
}

.gysubto {
	font-family: Oswald, Verdana, Arial, Tahoma;
	font-size: 14px;
	padding-bottom: 5px;
}

.gysubto a {
	color: #000;
}

.gysub a:hover {
	color: #CC0000;
	text-decoration: none;
}

.gysubform {
	font-family: Oswald, Verdana, Arial, Tahoma;
	font-size: 14px;
}

#subbox {
	border: solid 1px #999;
	background: #FFF;
	width: 180px;
}

#subscribebutton {
	border: solid 1px #999;
	background: none;
	position: relative;
	top: -1px;
}

.gyright {
	width: 300px;
	float: right;
}

.gysocleft {
	width: 48%;
	float: left;
}

.gysocitem {
	clear: both;
	line-height: 12px;
	padding-top: 6px;
}

.gysocitem a {
	color: #000;
	font-size: 12px;

}

.gysocitem a:hover {
	color: #CC0000;
	text-decoration: none;
}

.gysocitem img {
	float: left;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.gysocright {
	width: 48%;
	float: left;
}

/***** Home Page Artiles *****/

.home-middle-column .featuredpost {
	height: 1200px;
	overflow: auto;
}

.singlearticle {
	float: left;
	width: 680px;
	margin-bottom: 20px;
}

.singlearticle:hover {
	background: #EEE;
}

.singlearticle p {
	margin-top: 5px!important;
}

.articlethumb {
	float: left;
	width: 150px;
}

.articlethumb img {
	border: solid 1px #DDD;
	padding: 4px;
}

.singlearticle-content {
	width: 500px;
	float: left;
	margin-left: 15px;
}

.singlearticle-content-nothumb {
	width: 680px;
	float: left;
}

.singlearticle-content-nothumb .singlearticle-title {
	font-size: 25px!important;
	line-height: 29px!important;

}

.singlearticle-title {
	font-family: Oswald, Verdana, Arial, Tahoma!important;
	font-size: 20px!important;
	color: #212454!important;
	font-weight: normal!important;

}

.singlearticle-title:hover {
	color: #CC0000!important;
}


.byline {
	font-size: 11px;
	color: #666;
}

.articlebyline {
	background-position: 68px 9px;
	color: #000;
	text-indent: 21px;
	float: right;
	text-align: right;
}

.podcasts .postcat,
.podcasts .posttag {
	display: none;
}

/***** Home Content area banners *****/

.textwidget .banner125 {
	width: 695px;
	clear: both;
	margin: 0 auto 0;
}

.textwidget .banner125 {
	border-top: solid 1px #AAA;
	background: #EEE;
	border-bottom: solid 1px #AAA;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	margin-bottom: 5px;
}

.textwidget .banner125 img {
	margin: 5px 10px 5px 10px;
}

/***** Comics *****/

#comics {
	float: left;
	margin: 0 auto 0;
}

.comic-breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.user-comic-print {
	float: right;
}
.singlecomic {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
	min-height: 175px;
	width: 320px;
	float: left;
}

.singlecomic p {
	margin-top: 5px!important;
}

.home-comic-area {
	float: left;
}

.top-pulls {
	float: left;
	width: 300px;
}


.home-comics {
	float: right;
	width: 700px;
}

.singletoppull {
	clear: both;
}

.singletoppull img {
	float: left;
	margin-right: 3px;
	margin-bottom: 20px;
}

.singletoppull-title {
	font-family: Oswald, Verdana, Arial, Tahoma!important;
	font-size: 16px!important;
	color: #212454!important;
	font-weight: normal!important;

}

.singletoppull-title:hover {
	color: #CC0000!important;
	text-decoration: none;
}
.singletoppull-excerpt {
	font-size: 10px;
	width: 160px;
	float: left;
	margin-top: -14px;
}

.singletoppull-pulls {
	background: url(images/pulls-bg.png) no-repeat;
	float: right;
	width: 54px;
	height: 44px;
	text-align: center;
	padding-top: 3px;
	margin-top: -10px;
	line-height: 17px;
	font-weight: bold;
}

.singletoppull-pulls a {
	color: #fff;
}
.singletoppull-byline {
	margin: -16px 0 20px 0;
	font-size: .8em;
	float: left;
}

/***** Header Right *****/

#home-below-left {
	clear: both;
	margin: 0 auto 0;
}

.potw p, .botm p {
	margin-top: 5px!important;
}

.home-right-column .potw img, .home-right-column .botm img, .singlecomic img{

float: left;
margin: 0px 5px 10px 0px!important;

}

.postcat {
	margin-top: 5px;
	font-size: 11px;
	color: #666;
}

.posttag {
	margin-bottom: 10px!important;
	font-size: 11px;
	color: #666;
}

.podcastbyline {
	text-transform: uppercase;
	vertical-align: bottom;
	padding-top: 3px;
}

.podcastbyline img {
	float: left;
	padding: -5px 0 0 0!important;
	margin: -7px 0 0 0!important;
	border: 0!important;
}

#home #home-bottom div div div .featuredpost {
	margin-bottom: 0px;
}

.sidebarsocial {
	width: 300px;
	font-family: Oswald, Verdana, Arial, Tahoma;
	font-size: 16px;
	text-align: center;
	height: 40px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	background: #EEE;
	padding-top: 15px!important;
}

.sidebarsocial img {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

#home-bottom .featuredpost {
margin-bottom: 10px!important;
}

.morearticles {
	background: #ececec url('images/button-morearticles.png') repeat-x;
	margin: 0 auto 25px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	border: solid 1px #666;
	height: 30px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}


.morearticles p {
	position: relative;
	top: 7px;
}

.morearticles:hover {
	background: #ececec url('images/button-morearticles-hover.png') repeat-x;
}


.recentcomments {
	margin-bottom: 8px!important;
}

/***** Comic Archives Page *****/

.comics .entry-content {
	padding-bottom: 25px;
}


.comic-archive-cover {
	float: left;
	padding-right: 10px;
}

.comic-archive-content {
	float: left;
	width: 476px;
}

.comic-archive-title a {
	font-family: Oswald, Verdana, Arial, Tahoma!important;
	font-size: 16px!important;
	color: #212454!important;
	font-weight: normal!important;

}

.comic-archive-title a:hover {
	color: #CC0000!important;
	text-decoration: none;
}


.comic-archive-byline {
	font-size: 12px;
	color: #666;
	margin-bottom: 8px;
}

.comic-archive-excerpt {
	margin-bottom: 5px;
}

.comic-archive-potwp {
	clear: both;
	font-weight: bold;
}

.comic-archive-pull-content {
	margin-top: 10px;
	float: right;
	width: 110px;
}

.comic-archive-pull-count {
	background: url(images/pulls-bg.png) no-repeat;
	float:right;
	width: 54px;
	height: 44px;
	text-align: center;
	padding-top: 3px;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
	float: left;
}

.comic-archive-pull-button img {
	float: right;
	top: 5px;
}

.comic-archive-pull-stars {
	position: relative;
	top: 10px;
	clear: both;
	float: right;
}

.comic-archive-single {
	float: left;
	padding-bottom: 15px;
}

.user-review-single {
	margin: 0 0 10px 0;
	padding: 5px;
}
.user-review-cover {
	float:left;
	padding: 5px;
}
.user-review-content {
	float:right;
}

.comic-single-avg-rating {
	position: relative;
	top: 10px;
	clear: both;
	float: right;
}

.potw-button {
	float: right;
}
.single-review-storyart {
	font-weight:bold;
}

#pull-hider-link, #pull-hider-link-hidden {
	cursor:pointer !important;
	font-weight:bold;
}
#review-hider-link {
	cursor:pointer !important;
	font-weight:bold;
	text-decoration: underline;
	
}#review-hider-link-hide {
	cursor:pointer !important;
	font-weight:bold;
	text-decoration: underline;
}

.user-review-title {
	font-weight: bold;
	font-size: 14px;
}
.user-review-link {
	width: 100%;
	text-align: right;
}

.review-blurb {
	font-weight: bold;
	padding-bottom: 5px;
}

.review-box textarea{
	width:100%;
	height: 150px;
}

.review-deets {
	padding: 5px 0 25px 0;
}

.review-box input[type="button"]{
	background: #ececec url('images/button-morearticles.png') repeat-x;
	margin: 2px 0 0 15px;
	font-weight: bold;
	width: 200px;
	text-align: center;
	border: solid 1px #666;
	height: 30px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}


/***** Comic Single Page *****/

.comic-single-head h4, .page-single-head-left h4, .page h4, .podcast-content-left h4, .podcast-content-right h4 {
	height: 35px;
	font-size: 25px!important;
	font-weight: normal;
	color: #223388!important;
	font-family: Oswald, Verdana, Arial, Tahoma!important;
	margin: 0 0 5px 0;
	padding: 0;
	background: url('images/underline.png') no-repeat;
	background-position: 0% 100%;
	text-transform: uppercase;
}

.comic-single-head, .page-single-head {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.comic-single-head-left, .page-single-head-left {
	width: 50%;
	float: left;
}

.comic-single-head-right, .page-single-head-right {
	width: 100%;
	text-align: right;
}

.comic-single-breadcrumb {
	clear: both;
}


.comic-single-cover {
	float: left;
	padding-right: 10px;
	padding-top: 10px
}

.comic-single-title {
	clear: both;
	font-size: 24px;
	color: #223388!important;
	font-family: Oswald, Verdana, Arial, Tahoma!important;
	padding-bottom: 10px;
}

.comic-single-content {
	padding-top: 0!important;
	margin-top: 0!important;
	float: left;
	width: 50%;
}

.comic-single-pull-content {
	float: right;
	width: 15%;
}

.comic-single-pull-content {
	float: right;
}

.comic-single-pull-count {
    background: url(images/pulls-bg.png) no-repeat;
	float: left;
    width: 54px;
    height: 44px;
    text-align: center;
    padding-top: 3px;
    line-height: 17px;
    font-weight: bold;
    color: #FFF;
}

.single-potw-fanbox .comic-single-pull-count {
	margin-left: 8px;
}

.comic-single-pull-button img {

}

.comic-single-pull-stars {
	position: relative;
	top: 10px;
	clear: both;
}

.comic-single-pull-usertext {
	position: relative;
	top: 20px;
	font-weight: bold;
}

.comic-single-pull-users {
	position: relative;
	top: 25px;

}

.comic-single-potwp {
	margin: 10px 0 10px 0;
}

.comic-single-credits {
	font-weight: bold;
	font-size: 14px;
}

.related-posts {
	margin: 15px 0 0 0;
}
#comments h3, .related-posts h4 {
	height: 35px;
	font-size: 25px!important;
	font-weight: normal;
	color: #223388!important;
	font-family: Oswald, Verdana, Arial, Tahoma!important;
	margin: 0 0 5px 0;
	padding: 40px 0 0 0;
	background: url('images/underline.png') no-repeat;
	background-position: 0% 100%;
	text-transform: uppercase;
}

/***** Fanbox *****/

.single-potw-fanbox {
	float: right;
	/*border: solid 1px #000000;*/
	/*border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;*/
	border-left: solid 1px #cccccc;
	width: 125px;
	margin-left: 5px;
	padding-left: 5px;
}

.single-potw-fanbox p {
	text-align: center;
}

.fanbox-comic-single-pull-content {
	width: 100%;
}

.fanbox-comic-pullbox {
	width: 100%;
	float: left;
	height: 30px;
}

.fanbox-comic-single-pull-content {
	float: right;
}

.fanbox-comic-single-pull-count {
	width: 50px;
	float: left;
	text-align: center;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.fanbox-comic-single-pull-button img {
	position: relative;
	padding-top: 5px;
}

.fanbox-comic-single-pull-stars {
	padding-top: 10px;
	clear: both;
}

.fanbox-comic-single-pull-usertext {
	clear: both;
	font-weight: bold;
	padding-top: 10px;
}

.fanbox-comic-single-pull-usertext2 {
	clear: both;
	font-weight: bold;
}

.fanbox-comic-single-pull-users {
	clear: both;
}

.fanbox-comic-single-pull-archive {
	padding-top: 15px;
	clear: both;
}

.fanbox-comic-single-pull-archive ul li, .fanbox-comic-single-pull-users ul li {
	list-style: none;
	margin-left: -40px;
}

.fanbox-comic-single-pull-archive ul li {
	list-style: none;
	margin-left: -40px;
}




/***** Single Podcast *****/

.podcast-content {
	margin-top: 10px;
	width: 100%;
}

.podcast-content-left {
	width: 53%;
	float: left;
}

.podcast-content-right {
	width: 45%;
	float: right;
}

.clear-bottom {
	width: 100%;
	clear: both;
}

.subscribebox {
	padding-bottom: 10px;
}

/***** Podcast collection page *****/

.podcasts-content {
	
}

.podcasts-left {
	width: 44%;
	float: left;
	font-size: 11px;
	line-height: 16px;
}

.podcasts-right {
	width: 54%;
	float: right;
	font-size: 11px;
	line-height: 16px;
}

.podcasts-content h4 {
	height: 30px;
	font-size: 20px!important;
	font-weight: normal;
	color: #223388;
	font-family: Oswald, Verdana, Arial, Tahoma;
	margin: 0 0 5px 0;
	padding: 0;
	background: url('images/underline.png') no-repeat;
	background-position: 0% 100%;
	text-transform: uppercase;	
}

.podcast-shownotes {
	padding: 5px 0 5px 0;
	text-align: right;
	font-size: 12px;
}

/***** Individual Podcast Archives *****/


.ind-podcasts-left {
	width: 50%;
	float: left;
	font-size: 11px;
	line-height: 16px;
}

.ind-podcasts-right {
	width: 45%;
	float: right;
	font-size: 11px;
	line-height: 16px;
}

/***** POTW / BOTM Archive *****/

.archive-cover {
	float: left;
	padding-right: 10px;
}

/***** Recent Comments *****/

li.recent-comment{
	background: none!important;
	padding: 0!important;
	margin: 0 0 10px 0!important;
}

.recent-comment-avatar {
	height: 40px;
	width: 40px;
	margin-right: 5px;
	float: left;
}

.recent-comment-single {
}

.recent-comment-user {
	
}

.recent-comment-excerpt {
}

.recent-comment-readmore {
	clear: both;
	float: right;
}

.seedscreds {
	clear: both;
	text-align: right;
	margin-right: 15px;
	color: #EEE;
}

/***** Registration Page *****/

.gform_title {
	display: none;
}

.gfield {
	background: none!important;
	padding: 0!important;
}

/**** general *****/

h1.entry-title, #respond h3 {
	font-size: 25px!important;
	font-weight: normal!important;
	color: #223388!important;
	font-family: Oswald, Verdana, Arial, Tahoma;
	margin: 0 0 5px 0;
	padding: 0;
	background: url('images/underline.png') no-repeat;
	background-position: 0% 100%;
	text-transform: uppercase;
}

/**** Cleanup Reg form *****/
.ginput_container li {
	background: none!important;
}

#gforms_confirmation_message {
	background: none!important;
	border: none!important;
}

#cancel-comment-reply-link {
	font-size: 12px;
}

.form-wrapper table {
	margin-top:15px;
	width:100%;
}

.form-wrapper li {
	width: 60%;
	background-color: LightPink !important;
	list-style: none;
}
.form-wrapper input, .form-wrapper textarea, .form-wrapper select {
background: #F4F4F4 !important;
color: #222222 !important;
font-family: Arial, Tahoma, Verdana !important;
font-size: 12px !important;
padding: 4px 0 4px 5px !important;
border: 1px solid #DDDDDD;
width:85%;
}
.form-wrapper textarea {
height:100px;
}


/* Avatars */
#users-image {
	width: 216px;
	background: #FFF;
	float: left;
	overflow: hidden;
}
#users-image img.member {
	padding: 8px;
}
#users-image span.avatar-label.member {
	color: #FFF;
	text-align: center;
	font-size: 16px;
    font-weight: normal;
    padding: 0 8px 8px;
	text-transform: uppercase;
	float: left;
	width: 200px;
}
.comment-list li .comment-author-avatar .avatar.member,
.comment-list li .comment-author-avatar span.member,
#users-image span.member,
#users-image img.member,
.avatar-overlay.member {
	background-color: #000;
	/*border-bottom-color: #000;*/
}
.comment-list li .comment-author-avatar .avatar.verified-pro,
.comment-list li .comment-author-avatar span.verified-pro,
#users-image span.verified-pro,
#users-image img.verified-pro,
.avatar-overlay.verified-pro {
	background-color: #014998;
	/*border-bottom-color: #014998;*/
}
.comment-list li .comment-author-avatar .avatar.staff,
.comment-list li .comment-author-avatar span.staff,
#users-image span.staff,
#users-image img.staff,
.avatar-overlay.staff {
	background-color: #99000A;
	/*border-bottom-color: #99000A;*/
}
.comment-list li .avatar {
	border: none;
}
.comment-list li .comment-author-avatar span.avatar-label.member {
	color: #FFF;
	text-align: center;
	padding: 0 4px 4px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	width: 48px;
}
.comment-list li .comment-author-avatar .avatar-overlay.member {
	position: relative;
	float: right;
    top: -87px;
    left: 24px;
    border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	width: 48px;
	background-image: url(images/star-small.png);
	background-repeat: no-repeat;
	background-position: 35px 6px;
}
#users-image .avatar-overlay {
	position: relative;
	float: right;
    top: -251px;
    left: 24px;
    border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid transparent;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: -6px 13px;
}
.avatar-overlay {
	width: 0; 
	height: 0; 
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
