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

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

*/

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


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

/*

.brown {
  color: #621;
}
.cream {
  color: #fda;
}
.latte {
  color: #b97;
}
.orange {
  color: #c41;
}
.red {
  color: #c22;
}
.teal {
  color: #179;
}
.white {
  color: #fff;
}
.grey {
  color: #222;
}

*/

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

body {
	background: #fda url(images/halo.jpg) repeat;
	color: #333;
}
.outer, .branding, .colophon {
	width: 960px;
	margin: 0 auto;
}
.outer {
	margin-bottom: 20px;
}
.branding {
	background: #fff url(images/masthead.jpg) no-repeat;
	height: 200px;
	width: 960px;
}
.branding .content {
	padding: 0;
}
.wrap {
	background: #fff url(images/container.jpg) repeat-y;
	float: left;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.wrap .content {
	padding: 0 0 20px;
}
.access {
	width: 200px;
	float: left;
}
.access .content {
	padding: 10px;
}
.main {
	float: left;
	width: 760px;
}
.main .content {
	padding: 10px 70px;
}
.secondary {
	float: left;
	width: auto;
}
.secondary .content {
	padding: 0;
}
.content {
	padding: 10px;
}
.colophon {
	background: transparent url(images/footer.gif) no-repeat;
	width: 960px;
}
.colophon .content {
	padding: 0 20px 10px;
}


/* =Fonts
-------------------------------------------------------------- */
body, .send input, .send, #search, #commentform #submit, .password-send {
	font-family: "myriad-pro", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, input, textarea, .addthis_default_style p.share {
	font-family: "myriad-pro", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}


/* =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: 386px;
	height: 100px;
	display: block;
	margin-left: 300px;
}


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

.access ul {
	margin: 0;
	padding: 0;
}
.access ul li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1.1em;
}
.access ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	margin: 4px 0 0 0;
	color: #c22;
	font-size: 16px;
	line-height: 1.1em;
}
.access ul li a:hover {
	color: #179;
}
.access ul li li.page_item a {
	color: #c22;
	padding: 4px 6px 4px 25px;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
}
.access ul li li.page_item a:hover {
	color: #179;
	letter-spacing: 0.01px;
}
.access ul li li li.page_item a {
	color: #c22;
	padding: 4px 6px 4px 35px;
	font-size: 13px;
	line-height: 1em;
	margin: 0;
}
.access ul li li li.page_item a:hover {
	color: #179;
	letter-spacing: 0.01px;
}
.access ul li.current_page_item a, .access ul li li.current_page_item a, .access ul li li li.current_page_item a {
	color: #888;
}
.access ul li.current_page_item a:hover,  .access ul li li.current_page_item a:hover, .access ul li li li.current_page_item a:hover, .access ul li.current_page_ancestor a:hover {
	color: #179;
	letter-spacing: 0.01px;
}
.access ul li.current_page_item li a, .access ul li li.current_page_item li a {
	color: #666;
}
.access ul li.current_page_ancestor a {
	color: #666;
}

/* =Content
-------------------------------------------------------------- */

/* General Formatting */
h1, h2, h3, h4, h5, h6 {
	color: #544;
	font-weight: bold;
	margin: 0.8em 0 0.4em 0;
	line-height: 1.2em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;	
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p {
	font-size: 0.875em;
	line-height: 1.8em;
	margin: 0.8em 0 0.4em 0;
}
small {
	font-size: 0.9em;
}
blockquote p {
	margin: 1.6em 20px 0.8em;
	line-height: 1.6em;
}
blockquote p.withattrib {
	margin-bottom: 0;
}

/* Visual Editor Styles */
.right-text {
	text-align: right;
}
.centered-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.byline {
	font-size: 0.8em;
	text-align: right;
	color: #999;
	font-style: italic;
}
.quote {
	color: #888;
	font-size: 1.1em;
	text-align: center;
	margin: 1em 30px 0;
}
.quoted {
	text-align: right;
	margin: 0 30px 1em;
}
.border-top {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.no-margin-top {
	margin-top: 0;
}
.big-margin-top {
	margin-top: 5em;
}
.hidden {
	display: none;
}
.one-line-per-page {
	margin: 200px 20px;
}
.clear {
	clear: both;
}

/* Posts */
.post {
	text-align: left;
}
.post h1 {
	text-align: left;
}
.post h1 a {
	text-decoration: none;
}
.post h1 a:hover {
	text-decoration: underline;
}
.entry-meta {
	font-style: italic;
	text-align: right;
	font-size: 0.85em;
	word-spacing: 0.2em;
	clear: both;
	display: block;
	color: #888;
}
a.more-link {
	display: block;
}

/* Main Links */
a {
	text-decoration: underline;
	color: #c22;
}
a:visited {
	color: #c41;
}
a:hover {
	color: #179;
}


/* =Footer
-------------------------------------------------------------- */

.colophon p {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 0.8em 0 0.4em;
}
.colophon a {
	text-decoration: underline;
	color: #777;
}
.colophon a:hover {
	color: #f00;
}
.colophon .copyright {
	float: right;
	text-align: right;
}
.colophon .address {
	float: left;
	text-align: left;
}


/* Images - CSS3 Shadows, round corners */
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.alignright, div.alignright {
	margin: 0 0 10px 35px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 0 35px 10px 0;
	display: inline;
}

/* Captions - CSS3 Shadows, round corners */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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; 
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	-moz-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
}


/* =Forms
-------------------------------------------------------------- */

.send:hover {
	border-color: #f00;
	color: #f00;
}

/* Search Form */
#search form#searchform input#s {
	width: 100px;
}

/* =Comments
-------------------------------------------------------------- */


/* =Widgets
-------------------------------------------------------------- */


/* =Extras
-------------------------------------------------------------- */

/* AddThis Buttons */
.addthis_toolbox {
	margin: 20px 0 0 0;
	clear: both;
}
.addthis_default_style a {
	margin: 3px 0 0;
}
.addthis_default_style p.share {
	margin: 0 0 0 0;
	float: left;
}
.colophon .addthis_toolbox {
	margin: 10px auto;
	clear: both;
	width: 350px;
}
.colophon .addthis_default_style p.share {
	margin: 0 4px 0 0;
	float: left;
	font-size: 1em;
}

/* Site Credit */
.credit  {
	margin: 20px auto 10px;
	clear: both;
	text-align: center;
}
.credit a {
	color: #555;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	font-size: 0.9em;
}
.credit a:hover {
	color: #888;
}
.credit a span {
	text-decoration: underline;
}
