/*
Theme Name: Chad Bush
Theme URI: http://ravenseyedesign.com/wp-content/themes/chadbush
Author: Raven's Eye Design
Author URI: http://ravenseyedesign.com/
Description: A theme custom designed featuring standards-centric HTML5 features and efficient code.
Version: 4.0
Template: ravenseye
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This is a child theme for custom Wordpress installations by Raven's Eye Design. It needs to be included with the Raven's Eye Shell base theme in order to function properly.

*/

@import url("../ravenseye/style.css");

/* =Color scheme
-------------------------------------------------------------- 

.sage {
	color: #ab9;
}
.litesage {
	color: #deb;
}
.slate {
	color: #457;
}
.purple {
	color: #547;
}
.brown {
	color: #654;
}
.vlinkgreen {
	color: #366;
}
.linkgreen {
	color: #144;
}
.darkgray {
	color: #555;
}
.gray {
	color: #ccc;
}
.litegray {
	color: #eee;
}
*/

/* =Structure
-------------------------------------------------------------- */

body {
	background: #fff url(images/background.jpg) repeat-x;
}
.outer, .branding, .wrap {
	width: 1020px;
	margin: 0 auto;
}
.branding {
	background: transparent url(images/masthead.jpg) no-repeat;
	height: 182px;
	text-align: left;
}
.branding .content {
	padding: 40px 0 0 60px;
}
.access {
	background: transparent;
	height: 41px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	float: none;
}
.access .content {
	padding: 6px 0 0 0;
}
.wrap {
	background: transparent url(images/container.jpg) no-repeat;
	height: auto;
	min-height: 500px;
}
.wrap .content {
	padding: 0 20px;
}
.main {
	float: left;
	width: 720px;
}
.main .content {
	padding: 20px 70px;
}
.secondary {
	float: left;
	width: 260px;
	min-height: 500px;
}
.secondary .content {
	padding: 15px 10px 10px;
}
.colophon {
	background: transparent url(images/footer.jpg) no-repeat;
	width: 980px;
	height: 80px;
	margin: 0 auto;
	clear: both;
}
.colophon .content {
	color: #888;
	padding: 12px 60px 40px;
}


/* Fonts */
body, .send input, #searchsubmit, #commentform #submit, #optinform2 input.button {
	font-family: myriad-pro, Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
h2, h3, h4, h5, h6, input, textarea, .main .addthis_default_style p.share {
	font-family: bree, Arial, Helvetica, sans-serif;
}
.gform_wrapper input, 
.gform_wrapper textarea {
	font-family: bree, Arial, Helvetica, sans-serif !important;
}


/* =Header
-------------------------------------------------------------- */

#site-title, #site-description {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#site-title a {
	background: transparent url(images/header.gif) no-repeat;
	width: 360px;
	height: 100px;
	display: block;
}


/* =Main Menu
-------------------------------------------------------------- */

.access ul {
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
	font-size: 15px;
	list-style-image: none;
	list-style: none;
}
.access ul li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
.access ul li a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 0 30px;
	margin: 0;
	line-height: 35px;
	background: transparent;
	float: left;
	font-weight: normal;
	-moz-border-radius-topleft: 4px; 
	-moz-border-radius-topright: 4px; 
	-khtml-border-radius-topleft: 4px; 
	-khtml-border-radius-topright: 4px; 
	-webkit-border-top-left-radius: 4px; 
	-webkit-border-top-right-radius: 4px; 
	border-top-left-radius: 4px; 
	border-top-right-radius: 4px; 
	-webkit-transition: background 0.5s ease, color 0.2s linear; /* CSS 3 */
	-moz-transition: background 0.5s ease, color 0.2s linear; /* CSS 3 */
	-o-transition: background 0.5s ease, color 0.2s linear; /* CSS 3 */
	transition: background 0.5s ease, color 0.2s linear; /* CSS 3 */
	cursor: pointer;
}
.access ul li a:hover {
	color: #4ecfc7;
	background: #464646;
}
.access ul li li.menu-item a {
	position: absolute;
	top: 35px;
	left: auto;
}
.access ul li li.menu-item a:hover {
	color: #4ecfc7;
}
.access ul li li li.menu-item a {
	color: #544;
	margin: 6px 0 0 0;
	line-height: 25px;
	background: transparent;
	font-size: 13px;
	-moz-border-radius-topleft: 0; 
	-moz-border-radius-topright: 0; 
	-khtml-border-radius-topleft: 0; 
	-khtml-border-radius-topright: 0; 
	-webkit-border-top-left-radius: 0; 
	-webkit-border-top-right-radius: 0; 
	border-top-left-radius: 0; 
	border-top-right-radius: 0; 
}
.access ul li li li.menu-item a:hover {
	color: #4ecfc7;
}
.access ul li.current-menu-item a, .access ul li li.current-menu-item a, .access ul li li li.current-menu-item a {
	color: #333;
	background: #fff;
}
.access ul li.current-menu-item a:hover,  .access ul li li.current-menu-item a:hover, .access ul li li li.current_page_item a:hover, .access ul li.current_page_ancestor a:hover {
	color: #4ecfc7;
}
.access ul li.current-menu-item li a, .access ul li li.current-menu-item li a {
	color: #999;
	font-weight: bold;
	background: #efefef url(images/lite-gray-back.jpg) 50% 50%;
}
.access ul li.current_page_ancestor a {
	color: #333;
	background: #efefef url(images/lite-gray-back.jpg) 50% 50%;
}
.access ul li.current_page_ancestor a:hover {
	color: #4ecfc7;
}

/* Right Menu */
.secondary h1 {
	color: #457;
	font-size: 1.2em;
	text-transform: none;
	margin-bottom: 10px;
}
.widget_umrp h1 {
	color: #fff;
}
#widget_umrp ul {
	list-style: none;
	padding: 0;
}
.widget_umrp ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.1em;
	list-style-image: none;
}
.widget_umrp ul li a {
	text-decoration: none;
	color: #fff;
	padding: 2px 0 2px 25px;
	margin: 0 0 0 -10px;
	display: block;
	width: 220px;
	line-height: 18px;
	-moz-border-radius-topright: 4px; /* Doesn't work in IE */
	-moz-border-radius-bottomright: 4px; /* Doesn't work in IE */
	-khtml-border-radius-topright: 4px; /* Doesn't work in IE */
	-khtml-border-radius-bottomright: 4px; /* Doesn't work in IE */
	-webkit-border-top-right-radius: 4px; /* Doesn't work in IE */
	-webkit-border-bottom-right-radius: 4px; /* Doesn't work in IE */
	border-top-right-radius: 4px; /* Doesn't work in IE */
	border-bottom-right-radius: 4px; /* Doesn't work in IE */
	background: transparent;
	-webkit-transition: background 0.5s ease, color 0.2s linear; /* CSS 3 */
	-moz-transition: background 0.5s ease, color 0.2s linear; /* CSS 3 */
	-o-transition: background 0.5s ease, color 0.2s linear; /* CSS 3 */
	transition: background 0.5s ease, color 0.2s linear; /* CSS 3 */
	cursor: pointer;
}
.widget_umrp ul li a:hover {
	color: #4ecfc7;
	background: #457;
}
.widget_umrp ul li.current_post a {
	color: #457;
	background: #fff;
	margin-left: -19px;
	padding-left: 29px;
	font-weight: normal;
}
.widget_umrp ul li.current_post a:hover {
	color: #4ecfc7;
	background: #fff;
	cursor: pointer;
}
.umrp-nav-bottom, .secondary .umrp-loader {
	color: #fff;
}
.umrp-nav-bottom {
	word-spacing: 0.2em;	
}
.umrp-nav-label {
	font-size: 15px;
	color: #457 !important;
	line-height: 20px;
}
.umrp-nav-bottom a.page-numbers {
	line-height: 20px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	background: transparent;
}
.umrp-nav-bottom a.page-numbers:hover {	
	color: #4ecfc7 !important;
	background: #457 !important;
}
.umrp-nav-bottom .current {
	color: #457 !important;
	font-size: 18px;
	background: transparent;
	font-weight: bold !important;
	line-height: 20px;
}

/* General Formatting */
h1 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #ab9;
	font-weight: normal;
	margin: 4px 0 2px 0;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
h2, h3, h4, h5, h6 {
	color: #457;
	font-weight: normal;
	margin: 0.8em 0 0.4em 0;
	text-align: left;
}
h2 {
	font-size: 1.4em;	
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* Main Links */
a {
	text-decoration: underline;
	color: #144;
}
a:visited {
	color:#366;
}
a:hover {
	color: #3aa;
}

/* Footer Links */
.copyright {
	float: right;
	text-align: right;
}
.address {
	float: left;
	text-align: left;
}
.colophon a {
	text-decoration: underline;
	color: #fff;
}
.colophon a:hover {
	color: #3aa;
	text-decoration: underline;
}
.colophon #to-top a:hover {
	text-decoration: none;
	color: #3aa;
}
.colophon p {
	line-height: 1.3em;
	font-size: 0.8em;
	color: #efefef;
}

/* Posts */
.post {
	padding: 6px 20px 12px;
	text-align: left;
	border: 1px solid #ddd;
	margin: 0 0 25px 0;
	position: relative;
	width: auto;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
	z-index: 6000;
}
.post h2 {
	text-align: left;
	padding-top: 0;
	margin-top: 4px;
}
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}
.post .entry-meta {
	font-size: 0.8em;
	text-align: right;
	color: #aaa;
	font-style: italic;
	position: absolute;
	bottom: -8px;
	right: 20px;
	background: #fff;
	padding: 0 6px;
}
.post .entry-meta a {
	color: #888;
}
.post .entry-meta a:hover {
	color: #3aa;
}
.single .entry-meta {
	font-size: 0.8em;
	text-align: right;
	color: #aaa;
	font-style: italic;
	padding: 0 6px;
	position: normal;
	margin-top: 20px;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered, img.alignright, img.alignleft {
	border: 1px solid #fff;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 5px 5px 10px #aaa;
	-webkit-box-shadow: 5px 5px 10px #aaa;
	box-shadow: 5px 5px 10px #aaa;
}
img.no-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 10px 20px;
	display: inline;
}
img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
}
.alignright {
	float: right;
	border: none;
}
.alignleft {
	float: left;
	border: none;
}
.wp-post-image {
	display: block;
	margin: 10px 0;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px;
}
.wp-caption {
	text-align: right;
	margin: 10px;
	background-color: transparent;
	border: none;
}
.wp-caption img {
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	color: #999;
	font-size: 0.7em;
	line-height: 1em;
	margin: -6px 15px 0 0;
	text-align: right;
	font-style: italic;
	letter-spacing: 0.05em;
}
.caption {
	color: #999;
	font-size: 0.7em;
	line-height: 1em;
	margin: -10px 15px 0 0;
	text-align: right;
	font-style: italic;
	letter-spacing: 0.05em;
}

/* AddThis Buttons */
.addthis_default_style {
	margin: 0 0 0 220px;
	padding: 5px 0;
}
.addthis_default_style p.share {
	float: left;
	line-height: 1em;
	font-size: 16px;
	margin: 0 5px 0 0;
	padding: 3px 0 0 0;
}
.secondary .addthis_default_style {
	margin: 20px 0;
	padding: 8px 0;
}
.secondary .addthis_default_style p.share {
	margin-left: -50px;
}
.secondary .addthis_default_style {
	margin-left: 50px;
}


#search form#searchform input#s {
	width: 160px;
}
.c-body {
	width: 400px;
}

/* Search Highlight */
.hilite {
	padding: 0 4px;
	background-color: #deb;
}

/* Powerpress */
div.powerpress_player {
	margin: 20px 0 0 0;
}
.powerpress_links {
	color: #666;
}
.category-music .post {
	width: 540px;
	padding: 0;
	margin: 10px auto;
}
.category-music .post .entry-header {
	position: absolute;
	top: 3px;
	left: 10px;
	width: 260px;
	margin-right: 260px;
	padding: 0;
	margin: 0;
}
.category-music .post .entry-header h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}
.category-music .post .entry-content {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 260px;
	margin-left: 260px;
	padding: 0;
}
.category-music .powerpress_player {
	margin: 0;
}
.category-music .powerpress_links {
	font-size: 0.75em;
	margin: 0;
	line-height: 1em;
}
.category-music .main .post {
	padding: 0;
	border: 1px solid #ddd;
	margin: 10px 0 0 0;
	position: relative;
	width: 540px;
	-moz-border-radius: 4px; /* Doesn't work in IE */
	-khtml-border-radius: 4px; /* Doesn't work in IE */
	-webkit-border-radius: 4px; /* Doesn't work in IE */
	border-radius: 4px; /* Doesn't work in IE */
	z-index: 6000;
	height: 66px;
	-moz-box-shadow: 5px 5px 10px #ccc;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px #ccc;
}
.category-music .powerpress_link_pinw {
	display: none;
}

.gform_wrapper input, 
.gform_wrapper textarea {
	color: #457 !important;
	font-size: 15px !important;
}
