﻿	@charset "UTF-8";
	
	/*   
	Theme Name: Sirens Seduction Style
	Theme URI: http://www.seductionsirens.com
	Description: Sharpen your claw.
	Author: Collin Reeve
	Version: 1.0
	*/
	
	/* Reset Styles */
	
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	}

	fieldset, img { 
	border: 0;
	}

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

	ol, ul {
	list-style:none;
	}

	caption ,th {
	text-align:left;
	}

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

	abbr, acronym { 
	border:0;
	}
	
	a {
	outline: none;
	}

	/* End Reset */
	
	body {
	height: 100%;
	margin: 50px 0 0 0;
	padding: 0;
	background: #fff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
	
	.clear {
	clear: both;
	}
	
	#layout {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	}
	
	#header {
	width: 900px;
	height: 150px;
	margin: 0 0 10px 0;
	background: url(images/webheader2.jpg) no-repeat top;
	}
	
	#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	}
	
	#header h1 a {
	display: block;
	width: 310px;
	height: 65px;
	}
	
	#nav {
	width: 900px;
	height: 40px;
	margin: 0 0 10px 0;
	background: url(images/navBg.png) no-repeat top;
	
	font: normal normal 11px/16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
	
	#navEnd {
	float: left;
	width: 9px;
	height: 40px;
	border-right: 1px solid #787460;
	}
	
	#navMenu {
	float: left;
	width: 880px;
	height: 40px;
	margin: 0 10px 0 0;
	}
	
	#navMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#navMenu li {
	float: left;
	width: 90px;
	height: 40px;
	}
	
	#navMenu li a {
	display: block;
	width: 79px;
	height: 28px;
	padding: 12px 0 0 10px;
	border-right: 1px solid #787460;
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	}
	
	#navMenu li a:hover {
	background: #918c75;
	}
	
	#main {
	width: 900px;
	height: 100%;
	}
	
	#content {
	float: left;
	width: 590px;
	margin: 0 10px 0 0;
	}
	
	#homeIntro {
	width: 590px;
	height: 210px;
	background: url(images/livewellBg.png) no-repeat top;
	border-bottom: 1px solid #aea88c;
	font-size: 14px;
	}
	
	#homeIntro p {
	margin: 0;
	padding: 90px 0 0 270px;
	color: #505050;
	line-height: 24px;
	text-align: justify;
	}
	
	#homeIntro strong {
	font-weight: bold;
	}
	
	#contentTxt {
	width: 570px;
	padding: 10px 10px 0 10px;
	
	color: #505050;
	font: normal 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
	#contentTxt p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
	.post {
	width: 590px;
	
	color: #505050;
	font: normal 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
	.post h2 {
	width: 580px;
	height: 33px;
	margin: 0 0 10px 0;
	padding: 7px 0 0 10px;
	background: url(images/postBg.png) no-repeat top;
	
	color: #333;
	font: normal bold 18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
	.post h2 a {
	color: #333;
	text-decoration: none;
	}
	
	.post h2 a:hover {
	color: #505050;
	}
	
	.post h3 {
	margin: 10px;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #918c75;
	
	color: #444;
	font: normal bold 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
	
	.post h4 {
	margin: 10px;
	padding: 0;
	color: #0b9444;
	font: normal bold 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
	
	.post a {
	color: #FF0066;
	text-decoration: none;
}
	
	.post a:hover {
	color: #726e5c;
	}
	
	.post li {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
	.post p {
	margin: 0 10px 10px 10px;
	padding: 0;
	}
	
	.post small {
	margin: 0 0 5px 10px;
	padding: 0;
	
	font-weight: bold;
	}
	
	.post strong {
	font-weight: bold;
	}
	
	.post ul {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 25px;
	list-style: disc outside;
	}
	
	.alignleft {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
	.alignright {
	float: right;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
	.commentlist li {
	margin: 0 10px 0 10px;
	padding: 5px;
	}
	
	.alt {
	background: #f5f0da;
	}
	
	.contentTxtForm {
	width: 590px;
	padding: 10px 0 0 0;
	border-top: 1px solid #eaeaea;
	}
	
	.contentTxtForm p {
	margin: 0;
	padding: 0;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
	
	.thanksTxt {
	color: #00cc33;
	font: normal bold 14px Georgia, "Times New Roman", Times, serif, freeserif;
	text-transform: uppercase;
	}
	
	.errorTxt {
	color: #cc0000;
	font: normal bold 14px Georgia, "Times New Roman", Times, serif, freeserif;
	text-transform: uppercase;
	}
	
	.formLine {
	width: 590px;
	height: 30px;
	}
	
	.formLineTitle {
	float: left;
	width: 95px;
	height: 20px;
	margin: 0 5px 5px 0;
	padding: 5px 0 0 0;
	background: #f3efda;
	
	color: #333;
	font: normal bold 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	.formLineInput {
	float: left;
	width: 490px;
	height: 30px;
	}
	
	.formInput {
	width: 275px;
	height: 20px;
	padding: 5px 0 0 5px;
	background: #d2cbab;
	border: 0;
	
	color: #333;
	font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}
	
	.formInput:focus {
	background: #aea88c;
	}
	
	.formMessageLine {
	width: 590px;
	height: 250px;
	}
	
	.formMessageLineTitle {
	float: left;
	width: 95px;
	height: 240px;
	margin: 0 5px 5px 0;
	padding: 5px 0 0 0;
	background: #f3efda;
	
	color: #333;
	font: normal bold 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	.formMessageLineInput {
	float: left;
	width: 490px;
	height: 250px;
	}
	
	#formMessage {
	width: 432px;
	height: 235px;
	margin: 0;
	padding: 5px;
	background: #d2cbab;
	border: 0px;
	
	color: #333;
	font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}
	
	#formMessage:focus {
	background: #aea88c;
	}
	
	#formComment {
	width: 560px;
	height: 135px;
	margin: 0;
	padding: 5px;
	background: #d2cbab;
	border: 0px;
	
	color: #333;
	font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	}
	
	#formComment:focus {
	background: #aea88c;
	}
	
	.formCaptchaLine {
	width: 590px;
	height: 134px;
	}
	
	.formCaptchaLineTitle {
	float: left;
	width: 95px;
	height: 124px;
	margin: 0 5px 5px 0;
	padding: 5px 0 0 0;
	background: #f3efda;
	
	color: #333;
	font: normal bold 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
	.formCaptchaLineInput {
	float: left;
	width: 489px;
	height: 133px;
	padding: 1px 0 0 1px;
	}
	
	#email {
	float: left;
	width: 175px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 5px;
	background: #fff;
	border: 0;
	color: #333;
	}
	
	#submit {
	height: 25px;
	padding: 0 10px;
	background: #aea88c;
	border: 0;
	
	color: #333;
	font: normal bold 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	text-align: center;
	}
	
	#contentCallouts {
	width: 580px;
	height: 170px;
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
	.contentCallout1 {
	float: left;
	width: 285px;
	height: 170px;
	margin: 0 10px 0 0;
	}
	
	.contentCallout2 {
	float: left;
	width: 285px;
	height: 170px;
	}
	
	.contentCalloutTitle {
	width: 280px;
	height: 24px;
	margin: 0 0 10px 0;
	padding: 6px 0 0 5px;
	background: url(images/calloutTitleBg.png) no-repeat top;
	
	color: #333;
	font: normal bold 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	text-align: left;
	}
	
	.contentCalloutTitle h2 {
	margin: 0;
	padding: 0;
	}
	
	.contentCalloutTxtHeader {
	width: 285px;
	height: 20px;
	}
	
	.contentCalloutTxtTitle {
	float: left;
	width: 200px;
	height: 20px;
	
	font: normal bold 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	}
	
	.contentCalloutTxtTitle a {
	color: #8cc63f;
	text-decoration: none;
	}
	
	.contentCalloutTxtTitle a:hover {
	background: #8cc63f;
	color: #333;
	}
	
	.contentCalloutTxtDate {
	float: left;
	width: 85px;
	height: 20px;
	
	color: #aea88c;
	font: normal bold 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	text-align: right;
	}
	
	.contentCalloutTxt {
	width: 285px;
	height: 100px;
	padding: 10px 0 0 0;
	
	color: #515151;
	font: normal normal 11px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	text-align: justify;
	}
	
	.contentCalloutTxt a {
	color: #333;
	text-decoration: underline;
	}
	
	.contentCalloutTxt a:hover {
	color: #000;
	}
	
	.contentCalloutTxt p {
	margin: 0;
	padding: 0;
	}
	
	#sidebar {
	float: left;
	width: 300px;
	background: #aea88c;
	}
	
	#sidebarTop {
	width: 300px;
	height: 165px;
	background: url(images/sidebarTopBg.png) no-repeat top;
	text-indent: -999em;
	}
	
	#sidebarContent {
	width: 280px;
	margin: 0 10px 0 10px;
	background: #918c75;
	}
	
	#sidebarContentTop {
	width: 280px;
	height: 10px;
	background: url(images/sidebarContentTop.png) no-repeat top;
	}
	
	#sidebarContentTxt {
	width: 280px;
	
	color: #333;
	font: normal normal 11px/14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	text-align: justify;
	}
	
	#sidebarContentTxt h2 {
	margin: 0 0 10px 0;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #aea88c;
	
	color: #333;
	font: normal bold 16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	}
	
	#sidebarContentTxt a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
	#sidebarContentTxt a:hover {
	color: #141414;
	}
	
	#sidebarContentTxt li {
	width: 260px;
	margin: 0 10px 0 10px;
	height: 25px;
	background: #7f7b67;
	border-bottom: 1px solid #918c75;
	}
	
	#sidebarContentTxt li a {
	display: block;
	width: 250px;
	height: 19px;
	padding: 6px 0 0 10px;
	
	color: #fff;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	}
	
	#sidebarContentTxt li a:hover {
	background: #706c5b;
	color: #fff;
	}
	
	#sidebarContentTxt p {
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
	}
	
	#sidebarContentTxt span {
	color: #141414;
	font-size: 10px;
	}
	
	#sidebarContentTxt strong {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	}
	
	#sidebarContentTxt ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}
	
	#sidebarContentBottom {
	width: 280px;
	height: 10px;
	background: url(images/sidebarContentBottom.png) no-repeat top;
	}
	
	#sidebarBottom {
	width: 300px;
	height: 195px;
	background: url(images/sidebarBottomBg.png) no-repeat top;
	}
	
	#footer {
	width: 890px;
	height: 29px;
	margin: 10px 0 0 0;
	padding: 11px 0 0 10px;
	background: url(images/footerBg.png) no-repeat top;
	
	color: #fff;
	font: normal bold 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	}
	
	#footer a {
	color: #ebe5ca;
	text-decoration: underline;
	}
	
	#footer p {
	margin: 0;
	padding: 0;
	}
	
	#footerNav {
	width: 900px;
	height: 60px;
	margin: 15px 0 0 0;
	
	color: #999;
	font: normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, freesans;
	text-align: left;
	}
	
	#footerNav a {
	color: #666;
	text-decoration: none;
	}
	
	#footerNav a:hover {
	color: #333;
	}
	
	#footerNav p {
	margin: 0;
	padding: 0 0 0 10px;
	}