/*
Theme Name: Easel
Contributors: Frumph
Theme URI: http://frumph.net/easel
Description: A very intuitively designed theme that has a very robust set of options, CSS entities and abilities.  Is a *core* theme for plugins like Comic Easel.
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net
Tags: Dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, flexible-header, featured-images
Version: 3.3.3
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html
*/

/* STANDARD TAGS */

html {
	overflow-y: scroll;
}

/* Loading Fonts */
@font-face
{
font-family: Imprima;
src: url(fonts/Imprima.ttf);
}

body {
	margin: 0;
	font-family: 'Imprima', sans-serif;
	font-size: 14px;
	color: #b2cade;
}

a {
	text-decoration: none;
}

a:link {
	color: #00c0c7;
}
	
	a:visited {
		color: #00c0c7;
	}
	
	a:hover {
		color: #00d2d9;
	}

	a:focus {
		outline: none;
	}

	a img {
		border: none;
	}

p {
	margin: 0;
	padding: 5px 0;
}

p.attachment {
	text-align: center;
}

img {
	padding: 0;
	margin: 0;
}

.entry img {
	max-width: 100%;
}

small {
	font-size: 12px;
}

hr {
	height: 1px;
	color: #0b1c24;
	background-color: #0b1c24;
	border: 0px;
}

blockquote {
	margin: 5px;
	border: 1px dashed #0b1c24;
	padding: 0;
	font-size: 11px;
	font-weight: 400;
}

blockquote p:first-letter {
	float: left;
	font-size: 16px;
	font-weight: 700; 
	margin: 3px 2px 0;
}

blockquote p:first-line {
	font-variant: small-caps; 
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #000;
}

form {
	margin: 0;
}

input, textarea {
	font-family: 'Imprima' , sans-serif;
	font-size: 13px;
}

/* WP Aligns */

.aligncenter {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left;
}

.wp-caption {
	text-align: center;
	padding: 3px;
	background: #eee;
}

.type-showcase .wp-caption {
	margin: 0 5px;
}

.wp-caption-text {
	text-align: center;
}

/* HEADINGS */

h1, h1 a {
	margin: 0;
	padding: 3px;
	font-size: 48px;
	line-height: 44px;
	letter-spacing: -3px;
}

h2, h2 a, h2 a:visited, h2 a:link {
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	text-shadow:1px 1px 3px #000;
        color:#f8d923;
}

h2 a:hover {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	text-shadow:1px 1px 3px #000;
        color:#ffe924;
}

h3, h3 a {
	padding: 0;
	margin: 5px 0;
	font-size: 20px;
	clear: both;
	letter-spacing: -1px;
}

h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 15px;
	clear: both;
}

/* Page */

#page-wrap {}

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

body.layout-2cl #page, body.layout-2cr #page{
	width: 1024px;
}

#page2 {
	width: 1020px; /*Original was 1020px possible future expansion 1080px*/
}

/* Header */

#header {
	display: block;
}

	#header .description {
		margin-left: 60px;
	}



/* THE MENU */

#menubar-wrapper {
	clear: both;
	display: block;
	margin: 0 auto;
	background: #111;
	/* text-transform: uppercase; */
	line-height: 25px;
	
}

.footmenu {
	height: 25px;
	clear:both;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}

.footmenu {
	margin: 0 auto;
}

.ie #menubar-wrapper {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

.menunav {
	float: right;
	text-align: center;
}

.menunav a:link, .menunav a:visited {
	color: #82a2bf;
}

.menunav a:hover {
	color: #a7c0d7;
}

.menunav-search {
	float: left;
	height: 22px;
	margin-right: 3px;
}

.menunav-search .s-search {
	height: 15px;
}

.menunav-search button {
	height: 21px;
}

.menunav-rss {
	line-height: 25px;
/*	padding: 0 4px; */
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	margin: 0 3px;
}

.menunav-rss:hover {
	background: #414141;
	color: #b2cade;
}

.menu {
/*	font: bold 12px Verdana; */
/*	background: #414141; background of menu bar (default state)*/
	float: left;
}

.menu ul, .footmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menu ul li, .footmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menu ul li a, .footmenu ul li a {
	line-height: 25px;
	display: block;
	padding: 0 7px;
	text-decoration: none;
	margin-left: 3px;
	margin-top: 2px;
	font-weight: bold;
	text-shadow: 0 0 15px #b8cad9;
	border: 1px solid;
	border-color: #121c24;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #324c5e; /* Old browsers */ /*Colors #324c5e, #274153, #121b1c*/
    background: -moz-linear-gradient(100% 100% 90deg, #121b1c, #274153, #324c5e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #324c5e), color-stop(100%, #121b1c)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(linear, left top, left bottom, from(#121b1c),to(rgba(#324c5e))); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#324c5e,#121b1c); /* Opera11.10+ */
    background: -ms-linear-gradient(#324c5e,#121b1c); /* IE10+ */
    background: linear-gradient(linear, left top, left bottom, from(#324c5e),to(#121b1c)); /* W3C */
    
}

.menu ul li ul li a {
	text-align: left;
	background: #555; /* background of menu items (default state)*/
}

* html .menu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.menu ul li a:link, .menu ul li a:visited, .menunav a:link, .menunav a:visited  {
	color: #b8cad9;
}

.menu ul li ul li a:link, .menu ul li ul li a:visited {
	color: #b8cad9;
	font-size: 12px;
}

.menu ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #414141;
	color: #cce0eb;
}

.menu ul li a:hover {
	color: #cce0eb;
	background: #414141; /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

/* Holly Hack for IE \*/
* html .menu, * html .footmenu {
	height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.arrowclass {
	position: absolute;
	top: 2;
	margin-left: 2px;
	font-size: 11px;
}

/* Content-Wrapper */

#content-wrapper {}

/* Subcontent-Wrapper */

#subcontent-wrapper {
	padding: 34px;
}

#content, #column {
	float: left;
	padding: 1px;
	overflow: hidden;
}

body.wide #content {
	float: none;
	width: 100%;
}

.narrowcolumn {
	width: 550px;
}

body.layout-2cl .narrowcolumn, body.layout-2cr .narrowcolumn {
	width: 715px; /* Original 715px possible future expansion 765px */
	margin-left: auto;
	margin-right: auto;
}

body.wide .narrowcolumn, body.signup .narrowcolumn {
	width: auto;
}

/* this handles the GN style layouts that need to contain that section */
.section {
	width: 780px;
}

/* Posts Area  */

.type-post, .type-comic, .type-page { 
	margin-bottom: 10px; 
}

.sticky {}

.entry {
	line-height: 18px;
	padding: 10px;
}

.facebook-like {
	display: block;
	position: static;
}

.post-cat, .post-author {
	text-transform: capitalize;
}

.post-extras {
	clear: both;
}

a.post-edit-link { 
	padding: 5px; 
	text-align: right;
	margin-left: 2px;
}

.post-image {
	margin: 0 auto;
}

.post-content {
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background:rgba(46,72,90,.75);
	box-shadow:0px 0px 5px #1b2125 inset;
	-moz-box-shadow:0px 0px 5px #1b2125 inset;
        -webkit-box-shadow:0px 0px 5px #1b2125 inset;
}

.post-content .post-image {
	float: left;
	display: inline-block;
	padding: 3px 3px 0;
	border: solid 1px #82a2bf;
	margin: 4px;
}

.post-content .post-image img {
	width: 100px;
	height: auto;
}

.post-info {
	padding-bottom: 5px;
	font-size: 12px;
}

.post-text {
	overflow: hidden;
	display: block;
}

.post-author-gravatar {
	display: inline-block;
	width: 82px;
	float: right;
	margin: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-khtml-box-shadow: 1px 2px 10px #000;
	box-shadow: 1px 2px 10px #000;
	background: #111;
	background: -moz-linear-gradient(100% 100% 90deg, #0b0b0b, #333, #444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #0b0b0b)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(linear, left top, left bottom, from(#444),to(rgba(#0b0b0b))); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#444,#0b0b0b); /* Opera11.10+ */
	background: -ms-linear-gradient(#444,#0b0b0b); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, from(#444),to(#0b0b0b)); /* W3C */
	

}

.post-author-gravatar img {
	vertical-align: bottom;
}

.post-mood {
	float: left;
	margin-right: 2px;
}

.post-calendar-date {
	color: #777;
	font-family: 'Georgia' , serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-right: 3px;
}

.post-calendar-date .calendar-date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.png) center no-repeat;
	font-family: 'Georgia' , serif;
	font-size: 22px;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 100%;
	padding: 0 2px 0 0;
}


.post-calendar-date .calendar-date span {
	height: 16px;
	padding: 1px 0 4px 0;
	display: block;
	font-family: 'Verdana' , sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.postdate {
	font-size: 11px;
}

.more-link {
	border-top: 1px dashed #ccc;
	font-style: italic;
	display: block;
	clear: both;
}

.post-tags, .cast-tags {
	font-size: 12px;
}

.linkpages {}

/* Comments */

.comment-link {
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	padding: 2px;
	margin-right: 5px;
}

.comment {
	display: block;
	margin-top: 20px;
}

.comment .comment {
	margin: 10px 0 0 70px;
}

.comment .comment .comment {
	margin-left: 20px;
}

.bypostauthor {}

.comment-avatar {
	width: 64px;
	height: 64px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-khtml-box-shadow: 1px 2px 10px #000;
	box-shadow: 1px 2px 10px #000;
	background: #111;
	background: -moz-linear-gradient(100% 100% 90deg, #0b0b0b, #333, #444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #0b0b0b)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(linear, left top, left bottom, from(#444),to(rgba(#0b0b0b))); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#444,#0b0b0b); /* Opera11.10+ */
	background: -ms-linear-gradient(#444,#0b0b0b); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, from(#444),to(#0b0b0b)); /* W3C */
}

.comment-content {
	margin-left: 68px;
}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}

.comment .comment .comment-author cite {
	font-size: 14px;
}

.comment-meta-data {
	font-size: 11px;
}

.comment .comment .comment-permalink {
	display: none;
}

.comment-moderated {
	font-style: italic;
	font-size: 15px;
}

.comment-text {
	padding: 5px;
	font-size: 12px;
}

.comment-text p {
	padding: 5px 5px;
	margin: 0;
}

.comment-note {
	width: 380px;
	text-align: left;
	display: inline-block;
	font-size: 11px;
}

#respond .form-submit {
	display: inline-block;
	margin-right: 20px;
 }

.comment-meta {
	display: inline;
	border-left: 1px solid #000;
}

.commentsrsslink {
	font-size: 11px;
	float: right;
}

#author, #email, #url {
	width: 50%;
}

.comment-submit, .post-url-back {
	float: right;
}

.commentlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol.commentlist {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

ol.commentlist p {
	margin-top: 3px;
}

ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}

#respond {
	padding: 0;
}

.nocomments, .closed-comments {
	text-align: center;
}

#cancel-comment-reply-link {
	font-size: 14px;
}

/* Pingbacks and Trackbacks */

#pingtrackback-wrap {
	margin: 10px 20px 0;
}

#pingtrackback {
	font-size: 16px;
}

.pingback .comment-content, .trackback .comment-content {
	margin-left: 0;
}

.trackback .comment-author cite, .pingback .comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

textarea#comment {
	width: 90%;
	height: 80px;
}

#comment, #author, #email, #url, .comment-textarea, 
.easel_control_panel_widget #user_login, .easel_control_panel_widget #user_pass {
	padding: 2px;
	color: #82c5f5;
	font-family: 'Imprima' , sans-serif;
	font-size: 12px;
	background: #31424f
	border: 1px solid #182736;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comment-textarea:focus, #comment:hover, #author:hover, #email:hover, 
#url:hover, #comment:focus, #author:focus, #email:focus, #url:focus,
.easel_control_panel_widget #user_login:focus, .easel_control_panel_widget #user_pass:focus {
	background: #374957;
}

/* Pagenav / Comment Nav */

.pagenav, .commentnav {
	height: 25px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	clear: both;
}

.pagenav-left, .commentnav-left {
	float: left;
}

.pagenav-right, .commentnav-right {
	float: right;
}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	float: left;
}

/* Default Sidebars */

#sidebar-left {
	float: left;
	width: 210px;
	padding: 1px;
}

#sidebar-right {
	float: right;
	width: 175px;
	padding: 1px;
}

.sidebar-basic ul, .sidebar-basic li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-header {
    float: right;
    display: inline-block;
}

/* Sidebar Class */

#sidebar-right .sidebar, #sidebar-left .sidebar {
	font-size: 12px;
	overflow: hidden;
}

.sidebar h2, .sidebar h2 a {
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin: 0 0 0 10px;
	padding: 0;
}

.sidebar .widget {
	margin-bottom: 10px;
}

.sidebar .widget .post-extras, .sidebar .widget .entry {
	padding: 3px;
}

.sidebar-no-widgets {
	color: #b2cade;
	margin: 0 auto;
	padding: 5px;
	border: dotted 1px #182736;
	background: #274153;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.classic-bookmark {
	margin: 0 auto;
	width: 185px;
}

/* Footer */

#footer {
	text-align: center;
}

	.footer-text {
		clear:both;
		text-align: right;
		margin-right: 20px;
		font-size: 11px;
	}

	.footer-pipe {
		padding: 0 2px;
	}
.
#page-foot {
	width: 980px;
	color: #fff;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
}

#page-foot p {
	margin-right: 40px;
}

/* CALENDAR */

#wp-calendar-wrap {
	margin: 0px auto;
	width: 180px;
	padding: 5px;
}

#wp-calendar {
	width: 165px;
	margin: 0 auto;
}

.wp-calendar-thumb {
	width: 178px;
	height: 130px;
	margin: 0 auto;
}

#wp-calendar th {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

#wp-calendar caption {
	font-family: 'Georgia' , sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #82a2bf;
}

#wp-calendar a:hover {
	color: #a7c0d7;
	background: #23323d;
}

table#wp-calendar {
	border: none;
	background: transparent;
}

table#wp-calendar td {
	border-color: #182736;
}

.wp-calendar-download {
	width: 166px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 10px;
	text-align: right;
	color: #82a2bf;
	background: #23323d;
}

.wp-calendar-download-links a {
	padding: 0 3px;
	font-weight: bold;
	color: #82a2bf;
	background: #23323d;
	border-left: 1px solid #182736;
}

.wp-calendar-download-links a:hover {
	background: #23323d;
}

/* SEARCH */

.s-search {
	height: 16px;
	width: 125px;
	margin: 0 3px;
	float: left;
}

.searchform button {
	float: left;
}

.archiveresults, .searchresults {
	padding: 0 0 20px 5px;
	font-style: italic;
}


/* GALLERY */

.gallery-image {
	max-width: 520px;
	overflow: hidden;
	text-align: center;
	margin: 10px auto;
}

.gallery-caption {
	font-size: 11px;
	text-align: center;
}

.gallery-caption p {
	width: 510px;
	padding: 5px;
	margin: 0;
}

.gallery-content {
	padding: 20px;
}

.imagenav-wrap {
	width: 500px;
	margin: 5px auto;
}

.imagenav-left, .imagenav-right {
	display: inline-block;
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
	display: inline-block;
}

.imagenav-right {
	float: right;
}

.imagenav-center {
	width: 334px;
	height: 65px;
	margin: 0 auto;
	display: inline-block;
	padding: 10px 5px 0 5px;
	color: #b2cade;
	text-align: center;
	overflow: hidden;
}

.imagetitle {
	color: #b2cade;
	font-size: 18px;
}

.imagenav-bg {
	width: 77px;
	height: 77px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

.imagenav-bg img {
	width: 75px;
	height: 75px;
	padding: 1px;
}

.imagenav-arrow {
	width: 77px;
	height: 67px;
	position: absolute;
	z-index: 1;
	color: #b2cade;
	font-size: 80px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
	float: left;
}

.imagenav-link {
	width: 77px;
	height: 77px;
	position: absolute;
	z-index: 2;
	float: left;
	overflow: hidden;
}

.imagenav-link img {
	width: 75px;
	height: 75px;
	padding: 1px;
}

#gallery-1 .attachment-thumbnail {
	border: none;
}

/* Pagination */

#wp-paginav {
	text-align: left;
}

#paginav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
}

#paginav .paginav-pages {
	padding-right: 10px;
}

#paginav a {
	padding: 0px 10px;
	display: block;
}

#paginav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#paginav li {
	float: left;
}

#paginav .paginav-next, #paginav .paginav-previous {
	font-size: 18px;
	line-height: 22px;
}

#paginav .paginav-current, #paginav .current {
	padding: 0px 7px;
	font-weight: bold;
}

.pagejumper-wrap {
	line-height: 25px;
	float: right;
}

/* NAVIGATION */

.blognav {
	width: 65%;
	margin: 0 auto;
}

.blognav-previous {
	float: left;
}

.blognav-next {
	float: right;
}

.nav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}

.nav-first {
	float: left;
}

.nav-previous {
	float: left;
}

.nav-previous a {
	padding-left: 10px;
}

.nav-next {
	float: left;
}

.nav-next a {
	padding-left: 10px;
}

.nav-last {
	float: left;
}

.nav-last a {
	padding-left: 10px;
}

.pagenav, .commentnav {
	height: 25px;
	color: #b2cade;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	clear: both;
}

.pagenav-left, .commentnav-left {
	float: left;
}

.pagenav-right, .commentnav-right {
	float: right;
}

.nav a, .pagenav a, .nav-blog a {
	display: block;
	float: left;
}

/* Archive Year Template */

span.author-archive-date {
	text-align: right;
	width: 120px;
	margin-right: 20px;
	display: inline-block;
}

.archive-date {
	padding: 0 5px 0 0;
	font-size: 12px;
	white-space: nowrap;
}

.archive-title {
	padding: 2px 5px;
/*	line-height: 11px; */
	border-left: 1px dashed #182736;
}

.month-table {
	border-collapse: collapse;
	margin: 10px 0 20px 0;
}

#linkspage, #linkspage ul, #linkspage li, #archivepage, #archivepage url, #archivepage li {
	list-style: none;
}

#linkspage h2 {
	margin-top: 20px;
}

/* User Pages */

#userpage {
	width: 100%;
	padding: 5px;
}

.userpage-avatar {
	float: left;
	width: 64px;
	height: 64px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-khtml-box-shadow: 1px 2px 10px #000;
	box-shadow: 1px 2px 10px #000;
	background: #111;
	background: -moz-linear-gradient(100% 100% 90deg, #0b0b0b, #333, #444 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #0b0b0b)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(linear, left top, left bottom, from(#444),to(rgba(#0b0b0b))); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#444,#0b0b0b); /* Opera11.10+ */
	background: -ms-linear-gradient(#444,#0b0b0b); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, from(#444),to(#0b0b0b)); /* W3C */
}

.userpage-info {
	margin-left: 10px;
	float: left;
}

.userpage-desc {
	width: 400px;
	padding: 5px;
	margin-top: 30px;
	border: 1px dotted #182736;
}

.userpage-posts {
	margin-top: 20px;
	padding: 20px;
}

.userpage-posts ol {
	padding: 0;
}

.userpage-posts li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Image / Attachments */

.imagenav-link img {
	-moz-opacity: 0.6; /* mozilla, netscape, gecko */
	opacity: 0.6; /* firefox, opera, safari, chrome */
	-khtml-opacity: 0.6; /* khtml, old safari */
	-webkit-opacity: 0.6;
}

.imagenav-link img:hover {
	-moz-opacity: 0.1; /* mozilla, netscape */
	opacity: 0.1; /* firefox, opera, safari, chrome */
	-khtml-opacity: 0.1; /* khtml, old safari */
	-webkit-opacity: 0.1;
}

/* comment form */

#comment, #author, #email, #url, .s-search, .easel_control_panel_widget input {
	padding: 2px;
	color: #82c5f5;
	font-family: 'Imprima' , sans-serif;
	font-size: 12px;
	background: #31424f;
	border: 1px solid #182736;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comment:focus, #comment:hover, #author:hover, #email:hover, #url:hover, #author:focus, #email:focus, #url:focus,
.easel_control_panel_widget #sname:focus, .easel_control_panel_widget #sname:hover,
.easel_control_panel_widget #spassword:focus, .easel_control_panel_widget #spassword:hover, .s-search:focus {
	background: #384958;
}

.searchform {
	margin-top: 2px;
	margin-left: 2px;
}

.easel_control_panel_widget #user_login, .easel_control_panel_widget #user_pass {
	width: 160px;
}

#submit, .searchform button, #comic button, .easel_control_panel_widget .button-primary {
	background: #274153;
	color: #b8cad9;
	border-color: #142129;
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 1px 2px 7px #000;
	-webkit-box-shadow: 1px 2px 7px #000;
	-khtml-box-shadow: 1px 2px 7px #000;
	box-shadow: 1px 2px 7px #000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background:-moz-linear-gradient(100% 100% 90deg,#23323d, #274153, #324c5e 100%);
	background: -o-linear-gradient(#324c5e,#23323d); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #324c5e), color-stop(100%, #23323d)); 
}

.sidebar .widget_archive select, .easel_archive_dropdown_widget select {
	width: 180px;
	-moz-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	padding-right: 0;
	background:-moz-linear-gradient(100% 100% 90deg,#23323d, #274153, #324c5e 100%);
	background: -o-linear-gradient(#324c5e,#23323d);
    /* IE8 uses -ms-filter for whatever reason... */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(
        gradientType=1, startColor=0, endColoStr=#FFFFFF
	);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #324c5e), color-stop(100%, #23323d));
}

.commentsrsslink {
	padding: 3px 5px;
}

.widget-content option {
	background: #274153;
}

#submit {
	font-weight: 700;
}

#submit:hover, .searchform button:hover {
	color: #a7b9c8;
	-moz-box-shadow: 1px 2px 5px #131b1f;
	-webkit-box-shadow: 1px 2px 5px #131b1f;
	-khtml-box-shadow: 1px 2px 5px #131b1f;
	box-shadow: 1px 2px 5px #131b1f;
	background:-moz-linear-gradient(100% 100% 90deg,#324c5e, #274153, #23323d 100%);
	background: -o-linear-gradient(#23323d,#324c5e); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23323d), color-stop(100%, #324c5e));	
}

.searchform {
	float: left;
}

.ie .searchform button, .ie #submit {
	display: inline-block;
	float: left;
	background: #274153;
	color: #b2cade;
	line-height: 18px;
	font-size: 16px;
	border: solid 1px #23323d;
	background: -ms-linear-gradient(#324c5e,#23323d); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, from(#324c5e),to(#23323d)); /* W3C */
}

.chrome .searchform button {
	line-height: 16px;
	margin-top: 0;
}

.widget_rss a.rsswidget {
	display: inline-block;
}

.widget_rss ul {
	clear: both;
}

#page-foot p {
	color: #fff;
	text-align: center;
}

#default-nav-wrapper, #casts-nav-wrapper {
	width: 100%;
}

	.default-nav, .casts-nav {
		margin: 0 auto;
		width: 260px;
	}

	.default-nav-base, .casts-nav-base {
		display: inline-block;
		padding: 0 10px;
	}
	
	.casts-nav-first, .casts-nav-prev, .default-nav-first, .default-nav-prev {
		float: left;
	}
	
	.casts-nav-next, .casts-nav-last, .default-nav-next, .default-nav-last {
		float: right;
	}
	

/* menunav social icons */

.menunav-social-wrapper {
	float: right;
	display: inline-block;
	margin-top: 3px;
}

.menunav-social {
	text-indent: -9999px;
	display: inline-block;
	float: left;
	height: 25px;
	width: 25px;
	padding: 0;
	margin: 0;
}

.menunav-twitter {
	background: url('images/icons/twitter.png') no-repeat;
}

.menunav-rss2 {
	background: url('images/icons/rss.png') no-repeat;
	margin-right: 3px;
}

.menunav-facebook {
	background: url('images/icons/facebook.png') no-repeat;
}

.menunav-googleplus {
	background: url('images/icons/googleplus.png') no-repeat;
}

.menunav-linkedin {
	background: url('images/icons/linkedin.png') no-repeat;
}

.menunav-pinterest {
	background: url('images/icons/pinterest.png') no-repeat;
}

.menunav-youtube {
	background: url('images/icons/youtube.png') no-repeat;
}

.menunav-flickr {
	background: url('images/icons/flickr.png') no-repeat;
}

.menunav-tumblr {
	background: url('images/icons/tumblr.png') no-repeat;
}

.menunav-deviantart {
	background: url('images/icons/deviantart.png') no-repeat;
}

.menunav-myspace {
	background: url('images/icons/myspace.png') no-repeat;
}

.menunav-email {
	background: url('images/icons/email.png') no-repeat;
}

.menunav-social:hover {
	background-position: 0 -25px;
}

/* CLEAR FLOATS */

.clear {
	clear: both;
}

/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Comic */

#comic {
	text-align: center;
	display: block;
}

/* breadcrumbs */
#breadcrumb-wrapper {
	padding: 2px 0 2px 10px;
}

/**
* Featured slider
************************************************/
#slider-container {
	overflow: hidden;
	width: 540px;
	height: 260px;
	margin: 10px auto;
	}
#slider {
	overflow: hidden;
	width: auto;
	height: 230px;
	}
.feature {
	overflow: hidden;
	width: auto;
	height: 220px;
	padding: 10px 10px 0 10px;
	color: #000;
	border: none !important;
	}
.feature img {
	float: left;
	max-width: 250px;
	margin: 0 15px 0 0;
	border: 5px solid #001838;
	}
#slider .feature .entry-title {
	font-size: 21px;
	}
#slider .feature .entry-title a {
	color: #eee;
	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.amore-link {
	float: right;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
	display: block;
	background: url('images/slider/more-link.gif') no-repeat 0 0;
	}
.amore-link:hover {
	background: url('images/slider/more-link.gif') no-repeat 0 -20px;
	}
.more-link {
	text-align: right;
}

/* Slider controls */
.slider-controls {
	float: left;
	width: 100%;
	height: 20px;
	overflow: hidden;
	clear: both;
	line-height: 15px;
	margin: 0 0 0;
	display: block;
	padding: 0 10px;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: url('images/slider/slider-prev.png') no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: url('images/slider/slider-prev.png') no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: url('images/slider/pause.png') no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: url('images/slider/pause.png') no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: url('images/slider/slider-next.png') no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: url('images/slider/slider-next.png') no-repeat right -20px;
	}
	
h2.slider-title a, h2.slider-title {
	color: #b2cade;
}

h2.slider-title a:hover, h2.slider-title:hover {
	color: #a7c0d7;
}

/* comic easel mini navigation overrides */

.mininav-prev a, .mininav-next a {
    color: #82a2bf;
}

.mininav-prev a:hover, .mininav-next a:hover {
	color: #a7c0d7;
}

.sticky-image {
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	background: url('images/pushpin-small.png') top center no-repeat;
	display: inline-block;
	float: left;
	margin-top: 20px;
}

/* Hides navigation links and site footer when infinite scroll is active */
/* .infinite-scroll.neverending #footer */
.infinite-scroll #navigation, .infinite-scroll #wp-paginav {
	display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
	display: block;
}

body {
	background-color: #181f24;
}

/*
#page-wrap {
	background: url('images/background-overlay.png') top center repeat-x;
}
*/
#header {}

.header-info {
	float: right;
	display: inline-block;
	position: relative;
	top: 75px;
	right: 125px;
	}

#header .description {
	margin-left: 50px;
	color: #94b0ca;
}


#sidebar-header {
    float: right;
}

#header .sidebar .widget {
	background: none;
	background-color: Transparent;
	border: 0;
}


#menubar-wrapper {
	width: 700px;
	margin: 1px 0 7px auto;
	padding: 2px 0px 5px 0px;
	position: relative;
	top: 165px;
	float: right;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0 -1px 1px #111;
	-moz-box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-khtml-box-shadow: 1px 2px 10px #000;
	box-shadow: 1px 2px 10px #000;
	background-color: rgba(25,38,46,0.7);
	-o-box-shadow: 
             0 2px 8px rgba(0,0,0,0.5),
             inset 0 1px 2px rgba(182,221,255,0.3),
             inset 0 10px 10px rgba(182,221,255,0.2),
             inset 0 10px 20px rgba(182,221,255,0.25),
             inset 0 -15px 30px rgba(0,0,0,0.3);

            -webkit-box-shadow: 
             0 2px 8px rgba(0,0,0,0.5),
             inset 0 1px 2px rgba(182,221,255,0.3),
             inset 0 10px 10px rgba(182,221,255,0.2),
             inset 0 10px 20px rgba(182,221,255,0.25),
             inset 0 -15px 30px rgba(0,0,0,0.3);

            -moz-box-shadow:
             0 2px 8px rgba(0,0,0,0.5),
             inset 0 1px 2px rgba(182,221,255,0.3),
             inset 0 10px 10px rgba(182,221,255,0.2),
             inset 0 10px 20px rgba(182,221,255,0.25),
             inset 0 -15px 30px rgba(0,0,0,0.3);
	
	    box-shadow: 
             0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
             inset 0 1px 2px rgba(182,221,255,0.3), /* Top light Line */
             inset 0 10px 10px rgba(182,221,255,0.2), /* Top Light Shadow */
             inset 0 10px 20px rgba(182,221,255,0.25), /* Sides Light Shadow */
             inset 0 -15px 30px rgba(0,0,0,0.3); /* Dark Background */
	/*background: -moz-linear-gradient(100% 100% 90deg, #0b0b0b, #333, #444 100%);   FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #0b0b0b));  Safari 4+, Chrome 2+ */  
	/* background: -webkit-linear-gradient(linear, left top, left bottom, from(#444),to(rgba(#0b0b0b))); Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(#444,#0b0b0b); Opera11.10+ */
	/* background: -ms-linear-gradient(#444,#0b0b0b); IE10+ */
	/* background: linear-gradient(linear, left top, left bottom, from(#444),to(#0b0b0b)); W3C */
}

#breadcrumb-wrapper { color: #b2cade; }
#breadcrumb-wrapper a:link, #breadcrumb-wrapper a:visited { color: #82a2bf; }
#breadcrumb-wrapper a:hover { color: #a7c0d7; }

#content-wrapper {
	width: 964px; /*Original 964px possible future expansion: 1020px*/
	float: right;
	background-color: rgba(25,38,46,0.50);
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-o-box-shadow: 
             0 2px 8px rgba(0,0,0,0.5),
             inset 0 1px 2px rgba(182,221,255,0.3),
             inset 0 10px 10px rgba(182,221,255,0.2),
             inset 0 10px 20px rgba(182,221,255,0.25),
             inset 0 -15px 30px rgba(0,0,0,0.3);

            -webkit-box-shadow: 
             0 2px 8px rgba(0,0,0,0.5),
             inset 0 1px 2px rgba(182,221,255,0.3),
             inset 0 10px 10px rgba(182,221,255,0.2),
             inset 0 10px 20px rgba(182,221,255,0.25),
             inset 0 -15px 30px rgba(0,0,0,0.3);

            -moz-box-shadow:
             0 2px 8px rgba(0,0,0,0.5),
             inset 0 1px 2px rgba(182,221,255,0.3),
             inset 0 10px 10px rgba(182,221,255,0.2),
             inset 0 10px 20px rgba(182,221,255,0.25),
             inset 0 -15px 30px rgba(0,0,0,0.3);
	
	    box-shadow: 
             0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
             inset 0 1px 2px rgba(182,221,255,0.3), /* Top light Line */
             inset 0 10px 10px rgba(182,221,255,0.2), /* Top Light Shadow */
             inset 0 10px 20px rgba(182,221,255,0.25), /* Sides Light Shadow */
             inset 0 -15px 30px rgba(0,0,0,0.3); /* Dark Background */
	
	     
}

#content-wrapper-head {
	    width:302px;
            height:229px; /* Norm 229px | Xmas 251px*/
            background-image:url("img/ReeseHead2.png");
            background-repeat: no-repeat;
            position: relative;
            margin-bottom: -18px; /* Normally -18px */
	    
	    z-index: 1;
}

#rrbg {
            min-height: 461px;
	    
            background-image:url("img/ReeseBody.png");
            background-repeat: no-repeat;
            position: relative;
	    
            
        }

#comic-wrap {
	padding: 3px;
}

#submit, .type-forum, .type-reply, .type-topic, .type-page, .type-comic, .type-showcase, .type-music, .type-attachment, .type-casts, #wp-paginav, .sidebar h2, #comment-wrapper, .default-nav, .submit, .feature, .related-comics {
	background: #324c5e;
}

#submit, footer, #wp-paginav, .sidebar h2, #comment-wrapper, .blognav, .default-nav, .submit, .feature, .related-comics {
	padding: 5px;
}

#submit, .type-forum, .type-reply, .type-topic, .type-page, .type-comic, .type-showcase, .type-music, .type-attachment, .type-casts, #wp-paginav, .sidebar h2, #comment-wrapper, .default-nav, .submit, .feature, .related-comics {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #324c5e; /* Old browsers */ /*Colors #324c5e, #274153, #23323d*/
	background: -moz-linear-gradient(100% 100% 90deg, #23323d, #274153, #324c5e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #324c5e), color-stop(100%, #23323d)); /* Safari 4+, Chrome 2+ */  
	background: -webkit-linear-gradient(linear, left top, left bottom, from(#23323d),to(rgba(#324c5e))); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(#324c5e,#23323d); /* Opera11.10+ */
	background: -ms-linear-gradient(#324c5e,#23323d); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, from(#324c5e),to(#23323d)); /* W3C */
}

.post-info {
	padding: 5px 5px 2px 5px;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	/* border-bottom: solid 1px #82a2bf; */
}

.opera #submit, .opera .searchform button, .opera .submit {
    background: #274153;
}

.blognav {
	margin-bottom: 5px;
	border: solid 1px #000;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background:rgba(46,72,90,.75);
	box-shadow:0px 0px 5px #1b2125 inset;
	-moz-box-shadow:0px 0px 5px #1b2125 inset;
        -webkit-box-shadow:0px 0px 5px #1b2125 inset;
}

#default-nav-wrapper {
	clear: both;
	padding: 5px 0 0;
}

#submit, #searchform button {
	color: #b2cade;
}

#searchform button {
	padding: 0 5px;
}

.type-post, .type-page, .type-forum, .type-reply, .type-topic, .type-comic, .type-showcase, .type-music, #comment-wrapper, .type-attachment, .type-casts, .feature {
	border: solid 1px #000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.ie .type-page, .ie .type-forum, .ie .type-reply, .ie .type-topic, .ie .type-comic, .ie .type-showcase, .ie .type-music, .ie #wp-paginav, .ie #comment-wrapper, .ie .sidebar h2, .ie input, .ie .type-attachment, .ie .type-casts, .ie .feature {
	background: #274153;
}

.menu a, .menunav a, #header h1 {
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-khtml-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
}

h2.page-title, h2.post-title {
	border-bottom: solid 1px #000;
	margin-bottom: 3px;
	color: #f8d923;
	text-shadow: 1px 1px 3px #000;
	-moz-text-shadow: 1px 1px 1px #555;
	-khtml-text-shadow: 1px 1px 1px #555;
	-webkit-text-shadow: 1px 1px 1px #555;
}

.archive h2.page-title, .search h2.page-title {
	border-bottom: solid 1px #000;
	margin-bottom: 3px;
	color: #82a2bf;
}

table#wp-calendar caption {
	color: #82a2bf;
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-khtml-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
}


.nav a, #header h1 a {
	color: #82a2bf;
}

.sidebar a:link {
	color: #00c0c7;
}
	
	.sidebar a:visited {
		color: #00c0c7;
	}
	
	.sidebar a:hover {
		color: #00d2d9;
	}

	.sidebar a:focus {
		outline: none;
	}


/* a:hover, .sidebar a:hover, .nav a:hover, #header h1 a:hover {
	color: #a7c0d7; */
}

#wp-calendar-wrap {
	background: #274153;
	background: -o-linear-gradient(#324c5e,#23323d);
	background: -moz-radial-gradient(100% 100%, farthest-side, #324c5e, #23323d);
	background: -webkit-gradient(radial, 100% 100%, 0, 50% 50%, 350, from(#324c5e), to(#23323d));
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #111;
}

.ie #wp-calendar-wrap {
	color: #274153;
}

#wp-calendar a {
	color: #82a2bf;
}


table#wp-calendar td {
	border-color: #324c5e;
}

.narrowcolumn {
/*	min-height: 800px; */
}

body.signup .narrowcolumn, .mu_register {
	color: #b2cade;
}

body.signup #column {
	float: none;
}

.page-forum .type-page {
	background: none;
	background-color: Transparent;
	border: none;
	border-radius: none;
	padding: 0;
}

.comment-text {
	padding: 10px;
	border-bottom: dotted 1px #000;
}

/* comments */

#comment, #author, #email, #url, #comment-textarea, #s-search {
	padding: 2px;
	color: #82c5f5;
	font-family: 'Imprima' , sans-serif;
	font-size: 12px;
	background: #31424f;
	border: 1px solid #182736;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comment-textarea:hover, #comment:hover, #author:hover, #email:hover, #url:hover, #comment-textarea:focus, #comment:focus, #author:focus, #email:focus, #url:focus {
	background: #374957;
}

#submit, #searchform button {
	color: #b2cade;
	font-weight: 700;
}

.ie .searchform button, .ie #submit, .opera .searchform button {
	height: 22px;
	padding-bottom: 3px;
	line-height: 8px;
	box-shadow: 1px 2px 7px #000;
	background: #274153;
	background: -ms-linear-gradient(#324c5e,#23323d); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, from(#324c5e),to(#23323d)); /* W3C */
}

.ie #submit:hover, .ie .searchform button:hover {
	color: #a7b9c8;
	box-shadow: 1px 2px 5px #131b1f;
	background: #324c5e;	
	background: -ms-linear-gradient(#23323d,#324c5e); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, from(#23323d),to(#324c5e)); /* W3C */	
}

.sidebar-no-widgets {
	color: #b2cade;
	margin-bottom: 5px;
}

.sidebar h2 {
	border: solid 1px #000;
	margin-bottom: 5px;
	color: #b2cade;
}

.sidebar h2 a {
	color: #b2cade;
}

.sidebar h2 a:hover {
	color: #a7c0d7;
}

.ceo_latest_thumbnail_widget .widget-content {
	text-align: center;
}

.widget-content, .archiveresults, .searchresults {
	color: #b2cade;
}

/* Menu stuff */

.menunav-rss:hover, .menu ul li a:hover, .menu ul li a.selected {
	color: #a7c0d7;
	background: #303030; /* Old browsers */
	background:-moz-linear-gradient(100% 100% 90deg,#324c5e, #274153, #23323d 100%);
	background: -o-linear-gradient(#23323d,#324c5e); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23323d), color-stop(100%, #324c5e));
	background: -ms-linear-gradient(#23323d,#324c5e); /* IE10+ */
	background: linear-gradient(linear, left top, left bottom, from(#23323d),to(#324c5e)); /* W3C */	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.menu ul li ul li a:hover, .menu ul li ul li a.selected {
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #111;
}

.menu .current_page_item a {
    font-weight: 700;
}

.menu-item-home {
	margin-left: 5px;
}

.menu ul li a:hover, .menu ul li ul li a:hover {
	color: #a7c0d7;
}

/* footer */

#footer a { font-size: 11px; }
#footer a:link { color: #82a2bf; }
#footer a:visited { color: #82a2bf; }
#footer a:hover { color: #a7c0d7; }

.footer-text { color: #ccc; }
.footer-text a:link, .footer-text a:visited { color: #82a2bf; }
.footer-text a:hover { color: #a7c0d7; }

/* casts / commpress design */

.casts-show {
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 20px;
}


/* nav wrappers  */
#default-nav-wrapper {
	margin: 2px auto;
}

.default-nav, .casts-nav {
	border: solid 1px #999;
	background: #274153;
	width: 240px;
	padding: 4px 2px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.wcp_collective_ads_widget .wcp-ad {
	text-align: center;
}

.wcp_collective_ads_widget img {
	margin: 0 auto;
	border: solid 1px: #000;
	-moz-box-shadow: 1px 1px 3px #111;
	-webkit-box-shadow: 1px 1px 3px #111;
	box-shadow: 1px 1px 3px #111;
}

/* fix the classic bookmark */

.sidebar .widget_easel_classic_bookmark {
	background: none;
	border: none;
	padding: 2px 0;
}

/* BBPress Stuff */

.bbp-breadcrumb, .bbp-pagination, .bbp-pagination-count {
    display: block;
    float:none !important;
    text-align: left;
}

.bbp-topics, .bbp-forums, .bbp-replies {
    width: 100%;
}

.bbp-forums img {
    max-width: inherit !important;
}

.bbp-forum-title, td.bbp-topic-title {
    font-size: 22px;
}

.bbp-forum-info, td.bbp-topic-title {
    padding: 5px;
}

.bbp-topic-meta, .bbp-topic-freshness-author, .bbp-author-name {
    font-size: 11px;
}

.bbp-reply-author, .bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-forum-topic-count, .bbp-forum-reply-count {
    text-align: center;
}

.type-topic {
    border: solid 1px #000;
}

/* simple forums fix */

.sfuseravatar a, .sfuseravatar {
	float: left;
}

.sfuseravatar a {
	margin-left: 3px;
}

.page-forum .post-info {
	padding: 0;
	margin: 0;
}

.post-calendar-date {
	position: relative;
	margin-top: -5px;
}

.post-image {
	border: none;
	padding: 0;
	float: left;
	display: inline-block;
	margin: 5px;
}

.post-image img {
	-moz-box-shadow: 1px 2px 3px #000;
	-webkit-box-shadow: 1px 2px 3px #000;
	-khtml-box-shadow: 1px 2px 3px #000;
	box-shadow: 1px 2px 3px #000;
}

.page-forum .entry {
	padding: 5px;
}

a#forumtop { display: none; }

/* the page navigation at the bottom */

#wp-paginav {
	margin-bottom: 5px;
}

select {
	color: #b2cade;
	border: 1px;
	border-color: #182736;
	background-color: #31424f;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
}