/*---------------------------------------------
MIDTOWN Yoga Purl StyleSheet

version:  1.0
author:   citrusfresh design
email:    jesh@citrusfreshdesign.com
website:  www.citrusfershdesign.com
----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	min-width: 700px;
	background: #fff url(images/nav-bg.png) repeat-x left top;
}

img { border: none; }

#header{
	width: 260px;
	height: 96px;
}

h1 {
	width: 260px;
	height: 96px;
	position: relative;
	color: #fff;
	font-size: 20px;
}

h1 span {
	background: url(images/logo.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#content {
	width: 700px;
	margin: 0 auto;
	clear: both;
	position: relative;
	bottom: 45px;
}

#nav {float: right;
	margin-bottom: 45px;
}

ul {
	list-style-type: none;
	float: left;
	background: url(images/deselected.png) repeat-x left bottom;
	margin-right: 55px;
}

ul li {
	float: left;
}

ul a {
	display: block;
	line-height: 45px;
	text-decoration: none;
	color: #fff;
	background: url(images/nav-spacer.png) no-repeat left bottom;
	font-size: 15px;
	padding: 0 16px 0 22px;
}

ul .first a {
	padding-left: 16px;
	background-image: url(images/yellow.png);
}

ul .last {
	background: url(images/red.png) no-repeat right bottom;
}

ul .selected, ul .selectedfirst {
	background: url(images/selected.png) repeat-x left bottom;
}

ul .selected a {
	color: #4d4d4d;
	cursor: default;
}

ul .selectedfirst a {
	color: #4d4d4d;
	padding-left: 16px;
	background-image: url(images/yellow.png);
	cursor: default;
}

#main {
	float: right;
	width: 360px;
	padding-right: 55px;
}

h2 {
	color: #4d4d4d;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 1.3em;
}
h2 span {	font-size: .7em; }

h3 {
	color: #f26722;
	font: italic 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: .8em;
	margin-bottom: 1.4em;
}

h3 a { 
	color: #f26722;
	text-decoration: none;
	background: #ffe7cc;
}

h3 a:hover { color: #4d4d4d; }

p {
	color: #4d4d4d;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.8em;
}
p strong { color: #f26722; }

.description {
	background: #e9e9e9;
	padding: 1em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.description img { margin-top: .8em; }

p a:link, p a.external:link {
	color: #4d4d4d;
	background: #ffe7cc;
	text-decoration: none;
}

p a.external:link {
	background: url(images/external-link.png) no-repeat right top;
	padding-right: .9em;
}

p a:visited, p a.external:visited { 
	color: #4d4d4d; 
	text-decoration: none; 
	background: none; 
}
p a:hover, p a.external:hover { color: #f26722; }

h4 {
	font-size: 12px;
	color: #f6931c;
	margin-bottom: 5px;
	margin-top: 20px;
}

fieldset {
	border: none;
	padding: 3em 2em;
	background: #f16621;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

fieldset p {
	padding-bottom: 2em;
	clear: left;
	color: #ffe7cb;
}

.label {
	display: block;
	float: left;
	font-size: 1.2em;
	width: 6em;
	line-height: 2.8em;
}

.input {
	float: left;
	height: 25px;
	width: 210px;
	color: #f16621;
	font: 13px Georgia, "Times New Roman", Times, serif;
	outline-color: #f16621;
	padding: 3px 0 3px 3px;
	border: 5px solid #ffc37f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

fieldset ol { 
	color: #ffc37f;
	margin: 5em 0 5em 1.5em;
}

fieldset li p {
	padding-bottom: 0;
	margin-bottom: .8em;
}
fieldset li { margin-bottom: 4em; }

fieldset li span {
	color: #ffc37f;
	font-size: .9em;
}

input[type="checkbox"], input[type="radio"] { margin-right: .5em; }

.submit {
	display: block;
	width: 127px;
	height: 25px;
	margin-top: -1em;
	background: url(images/submit.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
}

#sidebar {
	float: left;
	width: 215px;
	font-size: .85em;
}

#sidebar img {
	margin-bottom: 26px;
	border-style: none;
}

#footer {
	clear: both;
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

#footer img {
	margin-bottom: 15px;
}

#footer p {
	font-size: 1em;
	color: #888;
}