/* *************************** 
  Site - AreaFitness
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	background:#1a120b url(/img/style/bg_body.png) top repeat-x;
    text-align:center;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    color:#FFFFFF;
}
#container {
	width:900px;
    margin:0 auto;
	text-align:left;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:900px;
    height:181px;
    float:left;
    background:url(/img/style/bg_header.png) no-repeat;
    margin-bottom:44px;
}
#header h1 {
	width:193px;
    height:181px;
	float:left;
}
#header h1 a {
	width:193px;
    height:181px;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}
#header #trademark {
	width:707px;
    height:159px;
	float:right;
    padding:49px 0 0 0;
    height/**/:/**/ 110px;
    text-align:right;
}
#header ul {
	width:707px;
	float:right;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    letter-spacing:1px;
    font-size:13px;
}
#header li {
	float:right;
    margin-left:18px;
}
#header li a {
	padding:0 0 3px 0;
    display:block;
    float:left;
}
#header li a:hover, #header li.active a {
	color:#66ccff;
    text-decoration:none;
    border-bottom:3px solid #66ccff;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:617px;
    float:left;
    padding:300px 30px 30px 30px;
    width/**/:/**/ 557px;
    background-repeat:no-repeat;
    line-height:125%;
	overflow:hidden;
}
#content h3 {
	color:#66ccff;
    font-weight:normal;
    font-size:1.5em;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    padding-top:25px;
    padding-bottom:8px;
}
#content h4 {
	color:#845624;
    font-weight:normal;
    font-size:14px;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    padding-top:15px;
    padding-bottom:5px;
}
#content h3 .rss {
	float:right;
    vertical-align:middle;
}
#content .home_post {
	width:557px;
	margin-bottom:15px;
    float:left;
    clear:both;
}
#content .post_date {
	width:40px;
    height:50px;
    background:url(/img/style/bg_postdate.png) no-repeat;
    float:left;
    margin-right:10px;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    text-align:center;
    padding-top:3px;
    height/**/:/**/ 47px;
}
#content .post_date span {
	display:block;
    font-size:15px;
    line-height:15px;
    font-family:Georgia, 'Times New Roman', Times, Serif;
}
#content .post_text {
	float:left;
    width:507px;
}
#content .post_text .post_title {
	color:#845624;
    font-size:14px;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}
#content .post_text .post_title a {
	color:#845624 !important;
    font-size:14px;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}
#content .post_text p {
	padding-top:8px;
    font-size:11px;
}
#content .post_full p {
	padding-top:8px;
    font-size:13px;
    line-height:135%;
}
.button {
	padding:6px 10px;
    background:#000000;
    float:left;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:283px;
    float:left;
    padding-right:30px;
    width/**/:/**/ 253px;
}
#sidebar h2 {
	color:#66ccff;
    font-weight:normal;
    font-size:2em;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    padding:15px 0;
}
#sidebar p {
	padding-bottom:15px;
    font-size:13px;
    line-height:130%;
}

/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	width:100%;
    height:209px;
    text-align:left;
    clear:both;
    border-top:2px solid #815423;
    margin-top:40px;
    float:left;
    background:url(/img/style/bg_footer.jpg) center top no-repeat;
}
#footer .inner {
	width:1000px;
    margin:0 auto;
    padding:20px 50px 0 50px;
    width/**/:/**/ 900px;
}
#footer_newsletter {
	float:left;
    width:600px;
}
#footer_newsletter h3 {
	color:#845624;
    font-size:1.25em;
    font-family:'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    margin-bottom:8px;
}
#footer_newsletter input {
	vertical-align:middle;
}
#footer_newsletter .input_newsletter {
	background:#000000;
    border:none;
    height:23px;
    color:#845624;
    font-size:11px;
    padding:4px 0 0 5px;
    height/**/:/**/ 19px;
    width:165px;
    width/**/:/**/ 160px;
}
#footer #copyright {
	padding-top:40px;
    float:left;
    width:600px;
}
#footer #copyright p {
	color:#85d6ff;
}
#footer #copyright span a {
	color:#523617 !important;
}
#footer #copyright span {
	color:#523617;
}
#footer #address {
	float:right;
    color:#845624;
}
#footer #address a {
	color:#63c5f6;
}

/* *************************** 
   $7 Column Settings
   ***************************/
table 
{   width:90%;
}   
table .col1 
{   padding-right:15px;
}
table .col2
{   padding-left:15px;
}

table td 
{   vertical-align:top;
}


/* FORMS */
div.row 
{
    clear: both;
    padding-top: 8px;
	padding-bottom: 8px;
	/*color: #fff;*/
	overflow: hidden;
}

div.row span.label
{
  float: left;
  width: 175px;
  text-align: right;
  padding-top: 5px;
}


div.row span.formw 
{
  float: left;
  text-align: left;
  padding-left: 10px;
  width:300px;
}

.inputBox
{
    width: 200px;
	height: 20px;
    background:url('/img/style/bg_footer.jpg');
    border: 1px dotted #845624;
    height:23px;
    color:#845624;
    padding:4px 0 0 5px;
    font-weight: bold;
}

.inputButton
{
    background-color: #000;
    border: #845624 1px solid;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
}

.inputDropDown
{
    border: 1px dotted #845624;
    background:url('/img/style/bg_footer.jpg');
    color:#845624;
    padding:5px;
	width: 205px;
	font-weight: bold;
}

.inputRadioButton
{
    padding-top: 3px;
}

.verticalSpacer
{
    padding-top: 10px;
    height: 10px;
}

img.imgleft {
	float:left;
	padding-right:12px;
	padding-bottom:5px;
}
img.imgright {
	float:right;
	padding-left:12px;
	padding-bottom:5px;
}