/*  
Theme Name: Adriatic Therapies
Theme URI: http://ravenseyedesign.com/
Description: The Wordpress Theme for Adriatic Therapies
Version: 1.0
Author: Chad Bush
Author URI: http://ravenseyedesign.com/
*/

/* color scheme
.azure {
  color: #108;
}
.turquoise {
  color: #289;
}
.rust {
  color: #800;
}
.gold {
  color: #fc3;
}
.tan {
  color: #ca6;
}
.green {
  color: #785;
}
.med-grey {
  color: #545;
}
.grey {
  color: #767;
}
 */

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #ca6 url(images/halo.jpg) repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
	margin-top: 10px;
}
#wrap {
	width: 948px;
	margin: 0 auto;
	text-align: left;
}
#masthead {
	background: transparent url(images/masthead.jpg) no-repeat;
	height: 190px;
	width: 948px;
	text-align: center;
}
#column-wrap-main {
	background: transparent url(images/container-main.jpg) repeat-y 0 43px;
}
#column-wrap-hiking {
	background: transparent url(images/container-hiking.jpg) repeat-y 0 43px;
}
#column-wrap-training {
	background: transparent url(images/container-training.jpg) repeat-y 0 43px;
}
#left-main {
	background: transparent url(images/left-main.jpg) 0 0 no-repeat;
	float: left;
	width: 200px;
}
#left-training {
	background: transparent url(images/left-training.jpg) 0 0 no-repeat;
	float: left;
	width: 200px;
}
#left-hiking {
	background: transparent url(images/left-hiking.jpg) 0 0 no-repeat;
	float: left;
	width: 200px;
}
#left-main .content, #left-hiking .content, #left-training .content {
	padding: 60px 0 0 0;
}
#main {
	background: transparent url(images/right-back.jpg) 0 0 no-repeat;
	width: 748px;
	float: left;
}
#footer {
	background: transparent url(images/footer.gif) top left no-repeat;
	width: 948px;
	height: 66px;
}
.content {
	padding: 10px;
}
#main .content {
	padding: 30px 230px 20px 30px;
}
#footer .content {
	padding: 0 20px;
	font-size: 0.8em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(images/header.gif) 0 0 no-repeat;
	width: 948px;
	height: 190px;
	display: block;
}
#masthead .content {
	padding: 0;
}

/* Menu */
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
}
#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 6px 12px 6px 20px;
	color: #fff;
	line-height: 1em;
	font-size: 14px;
}
#nav ul li a:hover {
	color: #fc3;
}
#nav ul li li.page_item a {
	color: #ddd;
	padding: 2px 0 2px 4px;
	font-size: 11px;
	line-height: 1em;
	background: none;
	margin: 0 0 0 47px;
}
#nav ul li li.page_item a:hover {
	color: #fc3;
}
#nav ul li li li.page_item a {
	color: #555;
	padding: 4px 6px 4px 35px;
	font-size: 11px;
	line-height: 1em;
	margin: 0;
}
#nav ul li li li.page_item a:hover {
	color: #fc3;
}
#nav ul li.current_page_item a, #nav ul li li.current_page_item a, #nav ul li li li.current_page_item a {
	color: #333;
	font-weight: bold;
}
#nav ul li.current_page_item a:hover,  #nav ul li li.current_page_item a:hover, #nav ul li li li.current_page_item a:hover {
	color: #333;
	font-weight: bold;
}
#nav ul li.current_page_ancestor a {
	color: #333;
	font-weight: bold;
}

/* General Formatting */
h2 {
	font-size: 1.5em; 
	line-height: 1.2em; 
	color: #108;
	font-weight: bold;
	text-align: left;
	margin: 0 0.4em 0.6em 0;
}
h3 { 
	font-size: 1.3em; 
	line-height: 1.1em;
	color: #108;
	font-weight: normal;
	margin: 0.8em 0 0.6em 0;
	letter-spacing: 0.01em;
	border-top: 1px solid #ddd;
	padding-top: 2px;
}
h4 {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #185;
	margin: 0.8em 0 0 0;
	font-weight: normal;
}
#left-main h4, #left-hiking h4, #left-training h4 {
	margin: 40px 0 0 10px;
	color: #ddd;
	font-weight: bold;
	padding: 2px 0 0 10px
}
h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #108;
	margin: 0.8em 0 0.6em 0;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	line-height: 1.1em;
	color: #185;
	margin: 0.8em 0 0.6em 0;
	font-weight: bold;
}
p {
	line-height: 1.6em;
	margin: 0.8em 0 0.6em 0;
	font-size: 0.8em;
}
strong {
	font-weight: bold;
}
.centered {
	text-align: center;
}
.date {
	color: #b54;
	text-align: right;
	letter-spacing: 0.01em;
	font-weight: bold;
	border-top: 1px solid #b54;
	padding-top: 1px;
	line-height: 1em;
}
.byline {
	color: #895;
	text-align: right;
}
.skiplinks {
	display: none;
}

/* Main Lists */
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ul li {
	margin: 0.4em 0 0 2em;
	list-style: url(images/bullet.gif);
	font-size: 0.8em;
}
#main ul li li {
	list-style: square;
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 0.4em 0 0 2em;
}

/* Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0.8em 0 0;
	line-height: 1em;
}
#footer p#to-top {
	text-align: centered;
	margin: 0 0 12px 0;
	font-size: 1em;
	font-weight: bold;
	padding-top: 8px;
}
#footer p#to-top a {
	color: #785;
}
#footer p#to-top a:hover {
	color: #fc3;
}
#footer {
	color: #fff;
}
#footer a {
	color: #eee;
	text-decoration: underline;
}
#footer a:hover {
	color: #fc3;
}
#footer .articles-left {
	float: left;
}
#footer .articles-right {
	float: right;
}
#footer .articles-left, #footer .articles-right {
	color: #fff;
	margin: 6px 0 0 0;
	padding: 0;
}
#footer .copyright {
	float: right;
}
#footer .phone {
	float: left;
}


/* Main Links */
#main a {
	text-decoration: underline;
	color: #800;
}
#main a:visited {
	color:#a44;
}
#main a:hover {
	color: #f40;
}

/* Newsletters  */
.post {
	margin: 0 15px 0 0;
}
.navigation {
	width: 500px;
	height: 20px;
	margin-bottom: 8px;
}
.navleft {
	float: left;
	display: block;
	text-align: left;
}
.navright {
	float: right;
	display: block;
	text-align: right;
}

/* credit styles */
#credit {
	width: 260px;
	height: 26px;
	margin: 16px auto;
	padding: 0 0 6px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	float: left;
	padding: 0;
	color: #fff;
	line-height: 26px;
}
#credit a {
	background: transparent url(images/red-108.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
	border-width: 0;
}
#credit a:hover {
	background-position: 0 96%;
	border-width: 0;
}

/* Special Page Styles */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.narrowcolumn {
	float: left;
	margin: 0px 0 0;
}
.widecolumn {
	float: left;
}
.post {
	margin: 0 0 40px;
	text-align: left;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 20px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
#main .postmetadata {
	clear: left;
	margin-top: 30px;
}
.clear {
	clear: both;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 0 0;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 0 0 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 6px;
	padding-right: 6px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 3px;
	margin: 0;
}
	 
/* Form Elements */
input, textarea {
	background: #eee;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #654;
	border: 1px solid #666;
	border-color: #999 #ccc #ccc #999;
	padding: 2px;
}
input select {
	background: none;
}
.wpcf7 input, .wpcf7 textarea {
	background: #eee;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #654;
	border: 1px solid #666;
	border-color: #999 #ccc #ccc #999;
	padding: 2px;
}
#pay-form {
	text-align: center;
	margin-top: 10px;
}
#pay-form input {
	background: transparent;
}
#searchform {
	margin: 30px 0 0 0;
	text-align: left;
	display: block;
	float: left;
}
#searchform #s {
	width: 120px;
	padding: 1px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	display: block;
	float: left;
	color: #333;
	background: #eee;
	border: 1px solid #666;
	border-color: #999 #ccc #ccc #999;
}
#searchsubmit {
	font-family: Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
	line-height: 1.2em;
	display: block;
	float: left;
	margin-left: 3px;
	padding: 3px 2px;
	font-size: 0.8em;
	background: #eee;
	color: #333;
	border: 1px solid #666;
	text-transform: uppercase;
	border-color: #999 #ccc #ccc #999;
}
.entry form {/* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 65%;
	padding: 2px;
}
#commentform #submit {
	margin: 0 200px 0 0;
	float: right;
	font-family: Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.cleared {
	clear: both;
}
hr {
	display: none;
}
a img {
	border: none;
}

#main ul li.linkcat {
	list-style: none;
}
#resource-list {
	margin-left: 0px;
}
#resource-list a, #resource-list a:hover {
	display: block;
	font-size: 1.1em;
	margin-top: 20px;
}
#resource-list h2 { 
	font-size: 1.2em;
	line-height: 1.1em;
	color: #185;
	margin: 0.8em 0 0 0;
	font-weight: normal;
}
.text-right {
	text-align: right;
}
li.linkcat {
	list-style: none;
}

/* Random quote */
.quotescollection_randomquote {
	width: 160px;
	margin: 10px 14px 10px 16px;
}

.quotescollection_randomquote q {
	font-size: 1em;
	line-height: 1.4em;
	color: #fff;
}
.quotescollection_randomquote p {
	margin: 0.8em 0 0 0;
}
.quotescollection_randomquote cite {
	display:block; /* To display author and source in a new line */
	text-align:right;
	font-size: 0.8em;
	color: #fff;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: 0.8em;
}
#quotescollection_nextquote-0 {
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	text-align: right;
}

/* Quotes page */
blockquote.quotescollection {
	border:0;
	background:none;
	padding:0;
	margin:2em;
	font-size:1em;
}

blockquote.quotescollection q {
}

blockquote.quotescollection cite {
	display:inline;	
	font-size:0.83em;
}

div.wpcf7-response-output {
	width: 400px;
}

input.paypal {
	background: transparent;
}
.paypal {
	text-align: center;
}
.subhead-top {
	margin-top: -10px;
	color: #108;
	font-size: 1.1em;
}
#main .wpml {
	font-size: 1.1em;
	width: 400px;
}
#main input.wpml {
	border: 1px solid #999;
	width: 220px;
	background: #fff;
}
#main .button {
	font-size: 0.9em;
	background: #fff;
	margin: 0 auto;
}
.quoted {
	font-style: italic;
	color: #666;
	margin: 0.8em 2em 0.8em;
}

/* left newsletter signup */
#left h4 {
	color: #fff;
	font-size: 1.0em;
	margin: 20px 6px 6px 6px;
}
#left #optinform2 {
	margin: 2px 10px;
}
#left #optinform2 p {
	color: #fff;
	margin: 0 6px;
}
#left #optinform2 label {
	color: #fff;
	margin: 0 3px;
	font-size: 12px;
}
#left #optinform2 input {
	margin: 4px;
}
#left #optinform2 .button {
	float: right;
}
.stb-custom-caption_box {
	font-size: 0.8em;
}