/*
Theme Name: Easel - Blue Ocean
Theme URI: http://frumph.net/easel
Contributors: Frumph
Template: easel
Description: A child theme for Easel - Blue with Orange highlights.
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready 
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net/
Version: 1.2
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html
*/

@import url("../easel/style.css");

/* STANDARD TAGS */


form.bm7 { text-align: center; }


body {
	background: #0a4467 url('images/background-blueocean.jpg') top center no-repeat fixed;
	color: #fff;
}


#page-wrap {
	background: url('images/background-overlay.png') top center repeat-x;
}

#header {
	height: 100px;
}

.header-info {
	float: left;
	display: inline-block;
	}

#header .description {
	margin-left: 50px;
	color: #fff;
}


#sidebar-header {
    float: right;
}

#header .sidebar .widget {
	background: none;
	background-color: Transparent;
	border: 0;
}


#menubar-wrapper {
	margin-bottom: 10px;
	padding: 3px 0;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	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: #072c43;
	background: -moz-linear-gradient(100% 100% 90deg,#072c43, #093c5b, #0d527b 100%); /* IE8 uses -ms-filter for whatever reason... */
	background: -o-linear-gradient(rgb(13,82,123),rgb(0,0,0));
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=#072c43, endColoStr=#0d527b);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 82, 123, 1.0)), to(rgba(7, 44, 67, 3.0))         );
}

#breadcrumb-wrapper { color: #ccc; }
#breadcrumb-wrapper a:link, #breadcrumb-wrapper a:visited { color: #00ffa0; }
#breadcrumb-wrapper a:hover { color: #f00; }

#content-wrapper {
	background: #072c43 url('images/background-lines.png') repeat;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-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;
}

#comic-wrap {
	padding: 3px;
}

#comic img, .ceo_thumbnail_widget img {
	border: solid 1px #000;
}

#submit, .type-post, .type-forum, .type-reply, .type-topic, .type-page, .type-comic, .type-showcase, .type-music, .type-attachment, .type-casts, #wp-paginav, .sidebar h2, #comment-wrapper, .blognav, .default-nav, .submit, .feature {
	padding: 2px 5px;
	background: #072c43;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(100% 100% 90deg,#072c43, #093c5b, #0d527b 100%); /* IE8 uses -ms-filter for whatever reason... */
	background: -o-linear-gradient(rgb(13,82,123),rgb(0,0,0));
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=#072c43, endColoStr=#0d527b);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 82, 123, 1.0)), to(rgba(7, 44, 67, 3.0))         );
}

.opera #submit, .opera .searchform button, .opera .submit {
    background: #072c43;
}

.blognav {
	margin-bottom: 5px;
}

#default-nav-wrapper {
	clear: both;
	padding: 5px 0 0;
}

#submit, #searchform button {
	color: #fff;
}

#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;
	margin-bottom: 20px;
}
*/

.ie .type-post, .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: #072c43;
}

.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: #fff;
	text-shadow: 1px 1px 3px #000;
	-moz-text-shadow: 1px 1px 3px #000;
	-khtml-text-shadow: 1px 1px 3px #000;
	-webkit-text-shadow: 1px 1px 3px #000;
}

.archive h2.page-title, .search h2.page-title {
	border-bottom: solid 1px #000;
	margin-bottom: 3px;
	color: #fff;
}

table#wp-calendar caption {
	color: #fff;
	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;
}

a {
	color: #003d6c;
}

.sidebar a, .nav a, #header h1 a {
	color: #003d6c;
}

a:hover, .sidebar a:hover, .nav a:hover, #header h1 a:hover {
	color: #f00;
}

#wp-calendar-wrap {
	background: #072c43;
	background: -o-linear-gradient(rgb(0,0,0),rgb(68,68,68));
	background: -moz-radial-gradient(100% 100%, farthest-side, #333, #000);
	background: -webkit-gradient(radial, 100% 100%, 0, 50% 50%, 350, from(#333), to(#000));
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #111;
}

.ie #wp-calendar-wrap {
	color: #072c43;
}

#wp-calendar a {
	color: #003d6c;
}


table#wp-calendar td {
	border-color: #aaa;
}

.narrowcolumn {
/*	min-height: 800px; */
}

body.signup .narrowcolumn, .mu_register {
	color: #fff;
}

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: #000;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #eee;
	border: 1px solid #888;
	-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 {
	background: #fff;
}

#submit, #searchform button {
	color: #003d6c;
	font-weight: 700;
}

.ie .searchform button, .ie #submit, .opera .searchform button {
	height: 22px;
	padding-bottom: 3px;
	line-height: 8px;
	background: #072c43;
	color: #fff;
}

.sidebar-no-widgets {
	color: #000;
	margin-bottom: 5px;
}

.sidebar h2 {
	border: solid 1px #000;
	margin-bottom: 5px;
	color: #fff;
}

.sidebar h2 a {
	color: #fcff00;
}

.sidebar h2 a:hover {
	color: #f00;
}

.ceo_latest_thumbnail_widget .widget {
	text-align: center;
}

.archiveresults, .searchresults {
	color: #fff;
}

/* Menu stuff */

.menunav-prev a:hover, .menunav-next a:hover, .menunav-rss:hover, .menu ul li a:hover, .menu ul li a.selected {
	color: #fcff00;
	background: -moz-linear-gradient(100% 100% 90deg,#0d527b, #093c5b,#072c43  100%); /* IE8 uses -ms-filter for whatever reason... */
	background: -o-linear-gradient(rgb(0,0,0), rgb(13,82,123));
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=#0d527b, endColoStr=#072c43);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 44, 67, 3.0)), to(rgba(13, 82, 123, 1.0)));
	-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: yellow;
}

/* footer */


#footer { color: #ccc; }

#footer a:link, #footer a:visited { color: #a0fa0f; }
#footer a:hover { color: #f00; }

/* 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 #000;
	background: #ddd;
	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;
}

.page-forum .entry {
	padding: 5px;
}

a#forumtop { display: none; }

/* the page navigation at the bottom */

#wp-paginav {
	margin-bottom: 5px;
}




a:link, #header h1 a:link {
	color: #ffd34e;
}

a:visited, #header h1 a:visited {
	color: #efc64a;
}

a:hover, #header h1 a:hover {
	color: #f00;
}

.post-text {
	border-color: #256991;
}

.type-post, .type-page, .type-comic, .type-music, .type-showcase, .type-casts, .type-attachment, #wp-paginav {
/*	background: url('images/bluetranslight.png') repeat; */
	border: solid 1px #000;
	margin-bottom: 10px;
}

.comment .comment-content, blockquote {
	background: url('images/bluetranslow.png') repeat;
}

table#wp-calendar td {
	border-color: #256991;
}

table#wp-calendar td a {
	color: #ffd34e;
}

#wp-calendar caption {
	color: #ffd34e;
}

.sidebar .widget {
	color: #fff;
}

.default-nav, .casts-nav {
	background-color: #256991;
	color: #6598b6;
}

.narrowcolumn, .widecolumn {
	color: #fafafa;
}

.sidebar-no-widgets a:link, .sidebar-no-widgets a:visited {
	color: #b00;
}

.sidebar-no-widgets a:hover {
	color: #f00;
}

/* fix the classic bookmark */

.sidebar .widget_easel_classic_bookmark {
	background: none;
	border: none;
	padding: 2px 0;
}

/* footer menu */
#footer-menubar-wrapper { font-size: 11px; }
#footer-menubar-wrapper .menu a:link, #footer-menubar-wrapper .menu a:visited { color: #fff; }
#footer-menubar-wrapper .menu a:hover { color: #f00; }


.entry img { max-width:100%; }