/*
Theme Name: Adriatic Therapies
Theme URI: http://adriatictherapies.com/wp-content/themes/adriatictherapies/
Author: Raven's Eye Design
Author URI: http://ravenseyedesign.com/
Description: A theme custom designed for Adriatic Therapies 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
-------------------------------------------------------------- 

.blue {
	color: #26a;
}
.liteblue {
	color: #5c91cc;
}
.mango {
	color: #c63;
}
.green {
	color: #575;
}
.sage {
	color: #9b9;
}
.brown {
	color: #976;
}
.beige {
	color: #ebddc2;
}
.offwhite {
	color: #fffcf2;
}
.white {
	color: #fff;
}

*/


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

body {
	background: #976 url(images/back.jpg) 0 0 repeat-x;
	color: #121212;
}
.outer, .branding, .colophon {
	width: 980px;
	margin: 0 auto;
}
.outer {
	margin-bottom: 20px;
}
.branding {
	background: #fffcf2 url(images/masthead.jpg) 0 0 no-repeat;
	height: 165px;
}
.branding .content {
	padding: 0;
}
.wrap {
	background: #fffcf2 url(images/container.jpg) 0 0 repeat-y;
	float: left;
}
.wrap .content {
	padding: 0;
}
.access {
	width: 980px;
	height: 41px;
	float: left;
	background: #26a;
}
.access .content {
	padding: 6px 0 0 0;
}
.main {
	float: left;
	width: 740px;
}
.main .content {
	padding: 10px 80px;
}
.secondary {
	float: left;
	width: 240px;
}
.secondary .content {
	padding: 10px 10px 10px;
}
.content {
	padding: 10px;
}
.colophon {
	background: #c63;
	-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;
}
.colophon .content {
	padding: 10px 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.png) no-repeat;
	width: 980px;
	height: 165px;
	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;
	padding: 0 20px;
	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: #ddd;
	background: #5c91cc;
}
.access ul li.current-menu-item a {
	color: #333;
	background: #fffcf2;
}
.access ul li.current-menu-item a:hover, .access ul li.current_page_ancestor a:hover {
	color: #5c91cc;
}
.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, .secondary h3 {
	color: #fff;
	font-size: 1.2em;
	text-transform: none;
	font-weight: normal;
}
.widget_umrp h1 {
	color: #fff;
}
#widget_umrp ul, .secondary ul.menu {
	list-style: none;
	padding: 0;
}
.widget_umrp ul li, .secondary ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	line-height: 1.1em;
	list-style-image: none;
}
.widget_umrp ul li a, .secondary ul.menu li a {
	text-decoration: none;
	color: #fff;
	padding: 2px 0 2px 15px;
	margin: 4px 0 0 -10px;
	display: block;
	width: 200px;
	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, .secondary ul.menu li a:hover {
	color: #ddd;
	background: #9b9;
}
.widget_umrp ul li.current_post a, .secondary ul.menu li.current-menu-item a  {
	color: #575;
	background: #fffcf2;
	margin-left: -10px;
	padding-left: 15px;
	font-weight: normal;
}
.widget_umrp ul li.current_post a:hover, .secondary ul.menu li.current-menu-item a:hover  {
	color: #5c91cc;
	background: #fff;
	cursor: pointer;
}
.umrp-nav-bottom, .secondary .umrp-loader {
	color: #fffcf2;
}
.umrp-nav-bottom {
	word-spacing: 0.2em;	
}
.umrp-nav-bottom a {
	line-height: 20px;
	font-size: 1.2em;
	text-decoration: none;
	color: #fffcf2;
	font-weight: bold;
}
.umrp-nav-bottom a:hover {	
	color: #4ecfc7;
}
.umrp-nav-bottom em {
	font-weight: normal;
	border: none;
	color: #457;
	font-size: 0.9em;
	line-height: 20px;
}

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

/* General Formatting */
h1, h2, h3, h4, h5, h6 {
	color: #c63;
	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 
.post h1 {
	text-align: left;
}
.post h1 a {
	text-decoration: none;
}
.post h1 a:hover 
.entry-meta {
	font-style: italic;
	text-align: right;
	font-size: 0.85em;
	word-spacing: 0.2em;
	clear: both;
	display: block;
	color: #888;
	margin-bottom: 15px;
}
a.more-link {
	display: block;
}

/* Main Links */
a {
	text-decoration: underline;
	color: #26a;
}
a:visited {
	color: #5c91cc;
}
a:hover {
	color: #c63;
}

/* Secondary Lists */
.secondary ul, .secondary ol {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
.secondary ul li, .secondary ol li {
	margin: 0.6em 0 0 2em;
	font-size: 0.9em;
	line-height: 1.5em;
}
.secondary ul li {
	list-style: url(images/bullet-trans.png);
}
.secondary ul li li {
	list-style: square;
}
.secondary li li, .secondary li li li, .secondary li li li li, .secondary li li li li li, .secondary li li li li li li {
	font-size: 1em;
	line-height: 1.5em;
}


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

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


/* =Images
-------------------------------------------------------------- */

/* 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;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.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; 
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 14px;
	padding: 2px 4px 5px;
	margin: 0;
	text-align: center;
}

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


/* 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: #eee;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	font-size: 0.9em;
}
.credit a:hover {
	color: #fff;
}
.credit a span {
	text-decoration: underline;
}

/* Resources page */
ul#resources li {
	list-style-image: none;
	list-style-type: none;
}
ul#resources li li {
	list-style-image: url(images/bullet-trans.png);
}
