/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}





/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}


#errorExplanation { width: 400px; border: 2px solid red; padding: 7px; padding-bottom: 12px; margin-bottom: 20px; }
#errorExplanation h2 { text-align: left; font-weight: bold; letter-spacing: 0px; padding: 5px 5px 5px 15px; font-size: 12px; margin: -7px; 
	background-color: #c00; color: #fff; }
#errorExplanation p { color: #333; margin-bottom: 0; padding: 5px; }
#errorExplanation ul li { font-size: 12px; }


* {
margin: 0;
padding: 0;
}

html {
background-color: #fff;
}

body {
font-size: 80%;
padding: 0;
margin: 0;
text-align: center;
}

#content img {
border: 1px solid #888;
}

.site {
margin: 0px auto;
width: 900px;
}

.icon-wrapper {
text-align: center;
}

.icon {
margin: 0px auto;
text-align: right;
}

#page {
text-align: left;
padding: 0px;
background-color: #FFFFFF;
clear: both;
}

#header {
color: #FFFFFF;
font-size: 35px;
font-weight: bold;
letter-spacing: 0.02em;
line-height: 0.72em;
text-transform: uppercase;
margin: 0px auto;
padding: 0px;
height: 175px;
background: #000 url(../images/header_bg.png) 0 0 repeat-x;
}

#main {
background-color: white;
float: left;
width: 100%;
margin: 30px 0px 30px;
}

h1 {
font-size: 195%;
font-weight: bold;
}

h2 {
font-size: 175%;
font-weight: bold;
}

h3 {
font-size: 155%;
font-weight: bold;
}

.pageTitle {
color: rgb(59,38,7);
margin-top: 0px;
}

.entry h3 {
font-size: 195%;
margin: 0px;
}

.entry h3 a {
color: rgb(59,38,7);
text-decoration: none;
}

.entry h3 a:hover {
text-decoration: underline;
}

a {
color: rgb(119,77,14);
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul {
padding: 0;
}

li {
padding: 0;
}


/*---MAIN COLUMN---*/  

#content-wrapper {
float: left;
width: 600px;
}

#content {
color: #444;
padding: 0px 15px;
font-size: 1.1em;
line-height: 1.5em;
}

/*---SIDEBAR---*/  

#sidebar-wrapper {
float: right;
width: 300px;
}

#sidebar {
padding: 15px;
padding-top: 0px;
}

#sidebar h3 {
color: #222222;
font-size: 17px;
font-weight: bold;
margin: 20px 0 0 0;
border-bottom: 1px solid #ccc;
}

/*---ARTICLE---*/ 

.entry {
margin-bottom: 20px;
}

.posted {
color: #898989;
font-size: 10px;
}

/*---STYLES---*/ 

.spot {
margin-bottom: 20px;
clear: both;
}

.spot p {
font-size: 11px;
color: #333333;
margin-top: 0px;
}

.spot img {
padding: 0px 0px 10px 0px;
}

.box {
padding: 0px;
margin-bottom: 20px;
}

.box h3 {
font-size: 18px;
margin-bottom: 2px;
}

.box input {
margin-top: 5px;
}

.box input.email {
font-size: 10px;
padding: 3px;
color: #898989;
width: 140px;
}

.box input.subscribe {
width: 70px;
margin-left: 5px;
color: rgb(59,38,7);
}

.box ul {
margin-left: 20px;
}

.hidden {
display: none;
}

.clear {
clear: both;
}

/*---FOOTER---*/ 

#footer-wrapper {
margin: 0px auto;
padding: 0px;
height: 100px;
background: #000 url(../images/footer_bg.png) 0 0 repeat-x;
border-top: 5px solid rgb(119,77,14);
}

#footer {
color: rgb(119,77,14);
float: right;
font-size: 90%;
margin-top: 30px;
padding: 0px;
}

#footer a {
color: rgb(246,159,30);
}


/*---------------------------------  Navigation.css  ---*/ 

#nav {
background-color: rgb(59,38,7);
padding: 1em 0 1em 0em;
border-bottom: 5px solid rgb(119,77,14);
}

#nav ul {
margin: 0;
list-style-type: none;
margin-left: 16px;
}

#nav a {
text-decoration: none;
background-color: rgb(59,38,7);
color: rgb(246,159,30);
padding: 5px 30px 5px 0px;
border-bottom: none;
}

#nav a:hover {
text-decoration: underline;
border-bottom: none;
}

#nav li {
display: inline
}


h1, h2, h3, hr { clear:both; }
a {outline: none;}

/* Soul2Sole */
.logo {margin-top: 40px; margin-left: 12px; background-color: transparent;}
#tagline{margin-left: 15px;text-transform:none;color:rgb(119,77,14);font-size:25px;}
#homepage_image{float:left; margin-right:20px;}
#homepage_content{font-size:20px;font-family:"Times New Roman";color:rgb(59,38,7);}
.dropcap {float: left; font-size: 3.5em;line-height: 0.8em; padding: 0 5px 0 0;font-family: Georgia, "Times New Roman", Times, serif;}
.button_table form { margin: 0px; padding: 0px; }
.edit_table td { background: none; border-style:none; padding-left:0; }
.gallery img { height:250px; border-style:none; padding:0px; }
.weekly-socials img { height:150px; margin-right:10px; }
.label { text-align:right; }
.email {color: #999;}
.about-us img { padding: 0px; margin: 10px 0px 10px 10px; display: inline; }
.ui-dropslide ol li { list-style:none; }
.no_underline a {border-bottom: none;}
.no_underline a:hover {border-bottom: none;}
.rating_table {margin:10px 0px 15px 15px;}
.rating_table td {border:none; padding:0px 5px 0px 0px; background-color:transparent;}
.rating_table tr {height: 0px;}
.rating_label {text-align:right;}
#content .star {border:none;}
.discount-string {color:red;}
.nested_form {border:1px solid #ccc; padding:10px; margin-top:10px; margin-bottom:10px;}
.nested_form th {background: #fff; color: #444; border:none;padding-left:0;padding-right:3px;text-align:left;}
.nested_form td {padding-left:0;padding-right:5px;border:none;}

/* Tailor Radiant */
a img { border: none; }

/* Table (VectorLover) */ 
table {font-size:12px;}
.list_table table { border-collapse: collapse; margin-bottom: 15px} 
.list_table tr { height: 34px; } 
.list_table th { height: 38px; padding-left: 12px; padding-right: 12px; color: #fff; text-align: left; background: #555555; border-width: 1px; 
	border-style: solid; border-color: #ccc; font-weight: bold; } 
.list_table td { padding-left: 11px; padding-right: 11px; border: 1px solid #ccc; background: #fff; }
.class_schedule {text-align:center;}
.class_schedule th {text-align:center;}
.calendar tbody tr td {border:none;}
.pick_table td, .pick_table th {border:none; padding:0; margin:0;}
.pick_table_heading {padding-right:30px;}

/* Pagination (Thematic) */
.pagination { font-weight:bold; line-height:18px; margin:0 0 22px 0; padding:22px 0 0 0; word-spacing:0.5em; } 
.pagination .prev_page, 
.pagination .next_page { text-transform: lowercase; } 
.pagination .disabled { display: none; } 
.pagination a { border:1px solid #ccc; font-weight:normal; padding:0.5em 0.75em; text-decoration:none; }

/* Images (Frugal) */
img.alignright { padding: 0px; margin: 10px 0px 10px 10px; display: inline; }
img.alignleft { padding: 0px; margin: 10px 10px 10px 0px; display: inline; }
