/*
Company:	Loggerhead Fitness
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #ffbb46;
}
body {
	font-family: Optima, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
body.home div#hd {
	width: 804px;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/home-hd-bkg.jpg) no-repeat 0 0;
	overflow: hidden;
}
body.inside div#hd {
	width: 804px;
	height: 191px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/inside-hd-bkg.jpg) no-repeat 0 0;
	overflow: hidden;
}

/* Body */
body.home div#bd {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/home-bd-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
body.home div#bd-btm {
	width: 804px;
	height: 24px;
	overflow: hidden;
	background: url(../images/home-bd-btm.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}

body.inside div#bd {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/inside-bd-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}
body.inside div#bd-btm {
	width: 804px;
	height: 24px;
	overflow: hidden;
	background: url(../images/inside-bd-btm.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft {
	width: 804px;
	overflow: hidden;
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: center;
}
div#ft p {
	font-size: 93%;
	color: #00529b;
	margin: 0 0 5px 0;
	font-weight: bold;
}
div#ft a {
	color: #00529b;
}
div#ft p.copyright {
	font-weight: normal;
	font-size: 77%;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 270px;
	height: 130px;
	text-indent: -9000px;
	float: right;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main */
div.main {
	width: 478px;
	margin: 0 0 0 16px;
	padding: 10px 0 0 0;
	float: left;
	display: inline;
}
body.inside div.main {
	width: 458px;
	font-size:12px;
}
body.inside div.main a {
	color: #0C2D82;
}
div.content {
	padding: 0 20px 0 0;
}

div.main ul li a {
	color: #fff;
}

div.main-right {
	width: 225px;
	margin: 5px 25px 0 0;
	float: right;
	display: inline;
}
div.main-right h2 {
	font-style: italic;
	font-size: 123.1%;
	margin: 0 0 10px 0;
}
div.main img.left-pic {
	float: left;
	display: inline;
}

/* Callouts */
div.callouts {
	padding: 10px 12px 0 0;
}
div.callouts p.callout-1 {
	padding: 10px 5px 0 5px;
	text-align: center;
	font-size: 77%;
	background-color: #fff;
	color: #00529b;
	border: 3px solid #ffbb46;
	margin: 0 5px 0 0;
	float: left;
	display: inline;
}
div.callouts p.callout-1 span {
	display: block;
	font-weight: bold;
	font-size: 108%;
	padding: 0 0 2px 0;
}

div.callouts p.callout-2 {
	padding: 10px 5px 0 5px;
	text-align: center;
	font-size: 85%;
	background-color: #fff;
	color: #62bb46;
	border: 3px solid #ffbb46;
	margin: 0 5px 0 0;
}
div.callouts p.callout-2 a {
	font-style: italic;
}
div.callouts p.callout-2 a:link, div.callouts p.callout-2 a:visited {
	color: #62bb46;
	text-decoration: underline;
}
div.callouts p.callout-2 a:hover {
	text-decoration: none;
}
div.callouts p.callout-2 span {
	display: block;
	font-weight: bold;
	font-size: 108%;
	padding: 0 0 8px 0;
	color: #00529b;
}

div.callouts p.callout-3 {
	padding: 10px 5px 0 5px;
	text-align: center;
	font-size: 77%;
	line-height: 110%;
	background-color: #fff;
	color: #00529b;
	border: 3px solid #ffbb46;
	margin: 0 5px 0 0;
}
div.callouts p.callout-3 span {
	display: block;
	font-weight: bold;
	font-size: 108%;
	padding: 0 0 2px 0;
	color: #bf2026;
}

/* Girl Pic Wrap */
div.girl-pic-wrap {
	width: 270px;
	height: 263px;
	float: right;
	display: inline;
}

/* Girl Pic */
div.girl-pic {
	border-top: 4px solid #fff;
}
img.girl-pic-main {
	position: absolute;
	margin: -267px 0 0 210px;
}
img.girl-pic-elbow {
	position: absolute;
	margin: -111px 0 0 480px;
}

/* Side */
div.side {
	width: 170px;
	margin: 0 7px 0 0;
	float: right;
	display: inline;
}
body.inside div.side {
	padding-left: 15px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #0c2d82;
	margin: 0 4px 0 0;
}

/* Free Membership */
div.free-membership-home {
	height: 206px;
}
div.free-membership-home a {
	display: block;
	width: 170px;
	height: 206px;
	position: absolute;
	z-index: 10;
	background: url(../images/trans.gif) repeat 0 0;
	text-indent: -9000px;
}
div.free-membership-home img {
	position: absolute;
	margin: 0 0 0 -100px;
	z-index: 5;
}

div.free-membership {
	height: 206px;
}
div.free-membership a {
	display: block;
	width: 170px;
	height: 206px;
	position: absolute;
	z-index: 10;
	background: url(../images/trans.gif) repeat 0 0;
	text-indent: -9000px;
}
div.free-membership img {
	position: absolute;
	margin: 0 0 0 -25px;
	z-index: 5;
}

/* Newsletter */
div.newsletter {
	margin: 0 0 20px 0;
}
div.newsletter p {
	color: #fff;
	font-size: 77%;
	margin: 0 0 5px 0;
}
div.newsletter input.txt {
	width: 150px;
	font-size: 77%;
	color: #808080;
	padding: 3px;
	margin: 0 0 6px 0;
}
div.newsletter input.btn {
	margin: 0 10px 0 0;
	float: right;
	display: inline;
}

/* Quote */
div.quote {
	margin: 0 0 20px 0;
	width: 160px;
}
div.quote blockquote {
	font-size: 93%;
	color: #fff;
	font-style: italic;
	margin-left: 15px;
	line-height: 120%;
	text-align: center;
	margin: 0 0 5px 0;
}
body.home div.quote blockquote {
	padding-left: 13px;
}
div.quote p {
	font-size: 77%;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
div.quote div.hr {
	margin: 10px 30px;
	border-top: 1px solid #fff;
	height: 1px;
	overflow: hidden;
}

/* Main Pics */
div.main img.pic-left {
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}
div.main img.pic-right {
	margin: 0 0 10px 15px;
	float: right;
	display: inline;
}

/* Left Col Box */
div.left-col-box {
	width: 200px;
	float: left;
	display: inline;
}

/* Right Col Box */
div.right-col-box {
	width: 200px;
	float: right;
	display: inline;
}
/* @end */

/* Begin Coupon Styles */
div.coupon-pick {
	width: 450px;
	text-align: center;
}
p.rotate-coupon {
 	text-align:center; 
 	color:#fff; 
 	width: 160px;
}
a.rotate-coupon-link {
	color:#fff;
}
/*
div.left-col-coupon-box {
	width: 150px;
	float: left;
	display: inline;
	text-align: center;
	border: 1px solid #000;
}
div.middle-col-coupon-box {
	width: 150px;
	display: inline;
	text-align: center;
	border: 1px solid #000;
}
div.right-col-coupon-box {
	width: 150px;
	float: right;
	display: inline;
	text-align: center;
	border: 1px solid #000;
}
div.filler-col-coupon-box {
	width: 150px;
	display: inline;
	border: 1px solid #000;
}
*/
/* End Coupon Styles */

/* Begin Testimonial Styles */
div.testimonial-text {
	padding: 5px;
}
div.testimonial-sender {
	padding: 5px;
	text-align: right;
}
/* End Testimonial Styles */

/* @group Nav */
div#util-nav {
	float: left;
	display: inline;
}
div#util-nav ul {
	margin: 0;
	padding: 84px 0 0 0;
}
div#util-nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#util-nav ul li a {
	display: block;
	width: 100px;
	height: 30px;
	padding: 4px 0 0 0;
	text-align: center;
	border: 4px solid #fff;
	margin: 0 5px 0 0;
	font-size: 77%;
	font-weight: bold;
}
div#util-nav ul li a:link, div#util-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#util-nav ul li a.single {
	padding: 12px 0 0 0;
	height: 22px;
}
body.home div#util-nav ul li a {
	background-color: #0c2d82; /* #ffbb46 */
}
body.inside div#util-nav ul li a {
	background-color: #0c2d82;
}

div#nav {
	width: 116px;
	margin: 0 0 0 4px;
	text-align: center;
	float: left;
	display: inline;
}
body.inside div#nav {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #0c2d82;
	width: 114px;
	padding: 0 0 20px 0;
	margin: 0 0 0 5px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	padding: 10px 0;
}
div#nav ul li a {
	font-size: 77%;
	text-transform: uppercase;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

div.sidenav ul {
	margin: 0 0 10px 0;
	padding: 0;
}
div.sidenav ul li {
	list-style: none;
	font-size: 85%;
	text-transform: uppercase;
	padding: 4px 0;
}
div.sidenav ul li a:link, div.sidenav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
/* @end */

/* @group Default Headings */
div.main h2 {
	font-size: 123.1%;
	margin: 0 0 3px 0;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #fff;
}
div.main p {
	font-size: 93%;
	line-height: 130%;
}
body.inside div.main p {
	font-size: 108%;
}
.center {
	text-align: center!important;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 93%;
	line-height: 130%;
}
body.inside div.main li {
	font-size: 108%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link{ }
a:visited{ }
a:hover{ }
a:active{ }
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

#newletter3rdColumn .input {
	width: 150px;
	margin: 2px 0 0 0;
	padding: 2px;
}

#newletter3rdColumn .required {
	color: #f00;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
