@charset "utf-8";
/* CSS Document */

html, body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.clr {
	clear: both;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #980004;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul.unordered {
	margin-left: 1em;
	padding-left: 1em;
}

ul.unordered li {
	list-style-type: disc;
}

#wrapper {
	background: url(../img/wrapper-bg.jpg) no-repeat;
	border-bottom: 2px solid #e1e5f6;
	border-left: 2px solid #e1e5f6;
	border-right: 2px solid #e1e5f6;
	margin: 0 auto 10px auto;
	padding: 10px 10px;
	width: 850px;
}

#header {
	border: 2px solid #e1e5f6;
	margin-bottom: 20px;
}

/* NAVIGATION ------------------------------ */

#nav {
	height: 22px;
}

#nav li {
	background: url(../img/nav-item-bg.png);
	float: left;
}

#nav a {
	display: block;
	height: 22px;
	width: 94px;
}

#nav a:hover {
	background-position: bottom center;
}

#nav-home {
	background: url(../img/nav-home.png) top center no-repeat;
}

#nav-readings {
	background: url(../img/nav-readings.png) top center no-repeat;
}

#nav-tv-radio {
	background: url(../img/nav-tv-radio.png) top center no-repeat;
}

#nav-mojos {
	background: url(../img/nav-mojos.png) top center no-repeat;
}

#nav-classes {
	background: url(../img/nav-classes.png) top center no-repeat;
}

#nav-blog {
	background: url(../img/nav-blog.png) top center no-repeat;
}

#nav-newsletter {
	background: url(../img/nav-newsletter.png) top center no-repeat;
}

#nav-wellness {
	background: url(../img/nav-wellness.png) top center no-repeat;
}

#nav-contact {
	background: url(../img/nav-contact.png) top center no-repeat;
}

/* CONTENT ------------------------------ */

#content {
	margin-bottom: 20px;
}

/* HOME ------------------------------ */

#home-left-column {
	float: left;
	width: 417px;
}

#home-right-column {
	float: right;
	width: 417px;
}

.home-box {
	margin-bottom: 10px;
}

.home-box a {
	color: #5f66af;
	text-decoration: none;
}

.home-box a:hover {
	text-decoration: underline;
}

.home-box-top {
	background: url(../img/home-box-top-bg.png);
	height: 10px;
}

.home-box-content {
	background: #fff;
	padding: 0 10px;
}

.home-box-image {
	float: left;
	margin-right: 15px;
}

.home-box-bottom {
	background: url(../img/home-box-bottom-bg.png);
	height: 10px;
}

/* SECONDARY ------------------------------ */

#secondary-content {
	background: #fff;
	padding: 10px 20px;
}

/* SECONDARY NARROW ------------------------------ */

#secondary-content-narrow {
	float: right;
	width: 600px;
}

#secondary-content-narrow-top {
	background: url(../img/secondary-content-narrow-top.png);
	height: 10px;
}

#secondary-content-narrow-bottom {
	background: url(../img/secondary-content-narrow-bottom.png);
	height: 10px;
}

/* SECONDARY WIDE ------------------------------ */

#secondary-content-wide {

}

#secondary-content-wide-top {
	background: url(../img/secondary-content-wide-top.png);
	height: 10px;
}

#secondary-content-wide-bottom {
	background: url(../img/secondary-content-wide-bottom.png);
	height: 10px;
}

/* CONTACT FORM ------------------------------ */

form {
	display: table;
}

form em {
	color: #980004;
	font-size: 11px;
}

div.input {
	margin-bottom: 5px;
}

div.submit {
	text-align: right;
}

label {
	float: left;
	font-size: 11px;
	margin-right: 5px;
	text-align: right;
	width: 300px;
}

label.error {
	clear: both;
	color: #980004;
	display: block;
	float: none;
	font-style: italic;
	padding-left: 305px;
	text-align: left;
	width: auto;
}

/* MISC ------------------------------ */

.dear-venus-radio-show-links {
	clear: right;
	font-size: 15px;
	height: 31px;
	margin-bottom: 1em;
}

.dear-venus-radio-show-links li {
	float: left;
	line-height: 31px;
	margin-right: 10px;
}

.dear-venus-radio-show-links a {
	color: #5f66af;
	text-decoration: none;
}

.dear-venus-radio-show-links a:hover {
	text-decoration: underline;
}

.dear-venus-radio-show-links img {
	float: left;
	margin-right: 5px;
}

.amazon-links {
	float: left;
	text-align: center;
	width: 110px;
}

.amazon-links img {
	margin-bottom: 10px;
}

.with-amazon-links {
	margin-left: 130px;
}

/* FOOTER ------------------------------ */


#footer {
	color: #fff;
	font-size: 11px;
	text-align: center;
}
