/*
	Copyright (C) 2009 iGnite Your Life.
	All Rights Reserved.

	iGnite Orange: #d34800
	iGnite Red: #891e1b
	iGnite Tangerine: #ef4135
*/

@import url(/css/reset.css);
@import url(/css/960_24_col.css);

body {
	font: 14px/1.5 Georgia, serif;
	padding-top: 20px;
	color: #222;
}

small { font-size: 80%; }

hr { margin: 20px 0px 19px 0px; height: 1px; background-color: #d34800; border: 0px; }
hr.whitespace { background-color: transparent; }

h2 { font-size: 28px; font-weight: normal; margin-bottom: 10px; color: #d34800; line-height: 32px; }
h3 { font-size: 22px; font-weight: normal; margin-bottom: 10px; color: #d34800; line-height: 26px; }
h4 { font-size: 18px; font-weight: normal; margin-bottom: 10px; color: #d34800; }

dt { font-style: italic; padding-right: 20%; }
dd { padding: 10px 10%;}
ul, ol { margin-left: 1.2em; }
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }
ul.loose li { margin-bottom: 14px; }

label { color: #000; }
legend { color: #d34800; font-size: 120%; }
fieldset { border: 1px solid #ccc; padding: 15px; }

a { color: #891e1b; text-decoration: underline; }
a:visited { color: #891e1b; text-decoration: underline; }
a:hover { text-decoration: none; background-color: #eed; color: #891e1b; }

h1 a, h2 a, h3 a, h4 a { color: #d34800; text-decoration: none; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited { color: #d34800; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #891e1b; text-decoration: none; }

span.highlight { background: #ee0; padding-top: 2px; padding-bottom: 2px; }

div#content {
	padding: 20px 0px;
}

div.sidebar h2 { font-size: 28px; text-transform: uppercase; line-height: 32px;}
div.sidebar h3 { margin-top: 20px; font-size: 14px; text-transform: uppercase; line-height: 22px; }

div.sidebar ul { margin-bottom: 10px; margin-left: 0px; }
div.sidebar li { list-style-type: none; }

span.date { color: #888; font-style: italic; font-size: 12px; }

div#content p, ul, ol, blockquote { margin-bottom: 14px; }

.first { margin-top: 0px; }

p.caption { font-size: 12px; color: #444; }
p.quote { font-style: italic; color: #444; margin-left: 20px; margin-right: 20px; }
blockquote { font-style: italic; color: #444; margin-left: 20px; margin-right: 20px; }

div#footer {
	margin-top: 20px;
 	padding: 20px 0px;
	border-top: 1px dashed #d34800;
	font-size: 12px;
}

div.schedule {
	border-top: 1px solid #d34800;
	border-bottom: 1px solid #d34800;
	padding: 20px 0px;
	font-size: 12px;
	margin: 20px 0px;
}

div.schedule span.class { font-size: 120%; }

span.warning { color: red; font-weight: bold; }
span.big { font-size: 200%; }

div.offer-box {
	width: 100%; padding: 15px; border: 2px dashed #d34800; background: #ffe;
}
div.offer-box h3 { font-size: 36px; line-height: 40px; }

div#header {
	border-bottom: 1px dashed #d34800;
	padding-bottom: 20px;
}

div.landscape-photo { width: 400px; margin-left: auto; margin-right: auto; }
div.portrait-photo { width: 300px; margin-left: auto; margin-right: auto; }


table.plans { width: 100%; }
table.plans td { vertical-align: baseline; padding-right: 20px; border-top: 1px solid #ccc; }
table.plans td.price { padding-right: 0px; text-align: right; white-space: nowrap; }
table.plans td.price span { font-size: 150%; }
table.plans td.frequency { white-space: nowrap; }


/******** SITENAV ********/

ul#sitenav {
	margin-top: 22px;
	font: 14px/1.5 Georgia, serif;
	text-align: right;
}

ul#sitenav li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

ul#sitenav li a {
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	color: #891e1b;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 2px solid #eed;
}

ul#sitenav li a:visited { color: #891e1b; }
ul#sitenav li a:hover { color: #891e1b; background-color: #eed; }

ul#sitenav li#home { margin-left: 0px; }
ul#sitenav li#journal {	margin-left: 30px; }
ul#sitenav li#shop { margin-left: 30px; }

