/*
Theme Name: Balance of Fitness
Theme URI: http://www.balanceoffitness.com
Description: Custom theme created for Balance of Fitness
Version: 1.0
Author: Natalie MacLees, http://nataliemac.com
Tags: custom, black, red, white, dark, sleek, modern
*/

/* Resets -------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}
	
body	{
	background: #000;
	color: #fff;
	font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', Tahoma, Geneva, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	position: relative;
	width: 900px;
	}

:focus	{
	outline: 1px dotted #ccc;
	}
	
/* /Resets ------------------------------------------------------------------------------------- */

/* Layout -------------------------------------------------------------------------------------- */
	/* Header ------------------------------------------------------------------------------- */

#logo	{
	background: transparent;
	height: 258px;
	left: -198px;
	position: absolute;
	top: 0;
	width: 486px;
	z-index: 100;
	}
	
	#logo a	{
		background: transparent url(images/logo.png) 100% 100% no-repeat;
		display: block;
		height: 258px;
		left: 0;
		position: absolute;
		text-indent: -1000em;
		top: 0;
		width: 486px;
		}
	* html #logo a	{
		background: transparent url(images/logo_ie6.png) 0 0 no-repeat;
		}
		
		#logo a:focus	{
			outline: 0 none;
			}
		
#tagline	{
	font-size: 28px;
	font-weight: bold;
	line-height: 120px;
	text-align: right;
	}
	
	#tagline .body	{
		color: #c9b8b3;
		}
		
	#tagline .mind	{
		color: #e1cec7;
		}
		
	#tagline .life	{
		color: #efe3e0;
		}
		
	/* /Header ------------------------------------------------------------------------------ */
	
	/* Navigation --------------------------------------------------------------------------- */
	
#nav	{
	background: transparent url(images/bgNav.png);
	line-height: 70px;
	margin: 10px 0 0 0;
	position: relative;
	text-align: center;
	z-index: 200;
	}
	
	#nav li	{
		display: inline;
		padding: 0 14px;
		}
		
		#nav li a	{
			border-top: 3px solid transparent;
			color: #a39693;
			font-size: 28px;
			text-decoration: none;
			}
			
			#nav li a:hover	{
				border-top-color: #d61314;
				color: #d61314;
				}
	
	#nav li.current	{
		}
		
		#nav li.current a	{
			color: #fff;
			}
	
	/* /Navigation -------------------------------------------------------------------------- */
	
	/* Definition --------------------------------------------------------------------------- */
	
#definition	{
	background: transparent url(images/definition_border.jpg) 50% 0 no-repeat;
	line-height: 70px;
	position: relative;
	}
	
	*:first-child+html #definition	{
		zoom: 1;
		}
	
	#definition dl	{
		background: transparent url(images/definition_border.jpg) 50% 100% no-repeat;
		font-size: 24px;
		text-align: center;
		}
		
		#definition dl dt,
		#definition dl dd	{
			display: inline;
			}
	
	/* /Definition -------------------------------------------------------------------------- */
	
	/* Content Area ------------------------------------------------------------------------- */
	
#content	{
	background: #1d1d1d;
	margin: 10px 0;
	overflow: hidden;
	padding: 22px;
	}
* html #content	{
	zoom: 1;
	}
	
	/* /Content Area ------------------------------------------------------------------------ */
	
	/* Footer ------------------------------------------------------------------------------- */
	
#footer	{
	background: transparent url(images/definition_border.jpg) 50% 0 no-repeat;
	clear: both;
	color: #a39693;
	font-size: 18px;
	padding: 20px 0;
	}
	
	#footer ul	{
		text-align: center;
		}
		
		#footer ul li	{
			display: inline;
			padding: 0 10px;
			}
			
			#footer ul li a	{
				color: #a39693;
				text-decoration: none;
				}
				
				#footer ul li a:hover	{
					color: #d61314;
					}
					
	#footer p.trademark	{
		font-size: 11px;
		padding: 0 0 10px 0;
		text-align: center;
		}
	
	#footer p.copyright	{
		padding: 10px 0 0 0;
		text-align: center;
		}
	
	/* /Footer ------------------------------------------------------------------------------ */
/* /Layout ------------------------------------------------------------------------------------- */

/* Links --------------------------------------------------------------------------------------- */

a,
a:link	{
	color: #d61314;
	text-decoration: none;
	}
	
a:visited	{
	}
	
a:hover,
a:active	{
	text-decoration: underline;
	}

/* /Links -------------------------------------------------------------------------------------- */

/* Global Styles ------------------------------------------------------------------------------- */

.gyro	{
	font-family: 'times new roman', times, serif;
	text-transform: uppercase;
	}

/* /Global Styles ------------------------------------------------------------------------------ */

/* Content Styles ------------------------------------------------------------------------------ */

#content h1	{
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 24px 0;
	}
	
	#content h1 a	{
		color: #fff;
		}
		
#content h2	{
	font-size: 30px;
	}
	
#content p	{
	margin: 0 0 1em 0;
	}
	
#content ul	{
	margin: 0 0 1em 0;
	}
	
	#content ul li	{
		list-style-type: disc;
		margin: 0 0 0 1.4em;
		}
		
#content div.single h1,
#content div.single h2,
#content div.single h3,
#content div.single p,
#content div.single ul,
#content div.single ol	{
	margin-right: 350px;
	}

/* /Content Styles ----------------------------------------------------------------------------- */

/* Services ------------------------------------------------------------------------------------ */

#content ul.servicesList	{
	}
	
	#content ul.servicesList li	{
		list-style-type: none;
		margin: 0 0 2em 0;
		overflow: hidden;
		}
	* html #content ul.servicesList li	{
		zoom: 1;
		}
		
		#content ul.servicesList li img	{
			float: left;
			margin-top: 10px;
			}
			
		#content ul.servicesList h2	{
			font-size: 30px;
			margin-left: 150px;
			}
			
			#content ul.servicesList h2 a	{
				font-size: 24px;
				padding: 0 20px;
				}
			
		#content ul.servicesList div.description	{
			margin-left: 150px;
			}

/* /Services ----------------------------------------------------------------------------------- */

/* Home Page ----------------------------------------------------------------------------------- */

#home #slideshow	{
	height: 282px;
	width: 900px;
	}
		
#home #nav	{
	margin-top: 0;
	}

#home #content	{
	background: #000 url(images/home_content.gif) 0 50% repeat-y;
	padding: 0;
	}
	
#home #news	{
	float: left;
	margin-right: 50px;
	padding: 22px;
	width: 305px;
	}
	
	#home #news h3	{
		margin: 0;
		}
		
	#home #news h3 a	{
		color: #fff;
		}
		
	#home #news p.date	{
		color: #afa3a5;
		font-size: 14px;
		}
		
	#home #news div.excerpt	{
		margin: 0 0 1em 0;
		}
	
#home #specialOffer	{
	float: left;
	padding: 22px;
	width: 186px;
	}
	
#home #featuredService	{
	float: right;
	padding: 22px;
	width: 183px;
	}
	
	#home #featuredService h3	{
		margin: 0 0 12px 0;
		text-align: center;
		}
	
#home h2	{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 24px 0;
	text-align: center;
	}
	
#home h3	{
	font-size: 24px;
	margin: 0 0 24px 0;
	}
	
#home p.more	{
	font-size: 20px;
	text-align: right;
	}
	
/* /Home Page ---------------------------------------------------------------------------------- */

/* Contact Form -------------------------------------------------------------------------------- */

.contact-form .required	{
	color: #d61314;
	}
	
.contact-form fieldset	{
	padding: 0.6em 0;
	}
	
.contact-form legend	{
	font-weight: bold;
	}
	
.contact-form input.text	{
	background: #333;
	border: 0 none;
	border-bottom: 1px solid #000;
	color: #ccc;
	padding: 3px;
	}
	
.contact-form div.form-input,
.contact-form div.form-option	{
	padding: 0 0 0.6em 0;
	}
	
.contact-form textarea.text	{
	background: #333;
	border: 1px solid #000;
	color: #ccc;
	font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', Tahoma, Geneva, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 3px;
	}
	
.contact-form input.button	{
	background: #666;
	border: #000;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.contact-form input.error,
.contact-form textarea.error	{
	border: 1px solid #d61314;
	}

/* /Contact Form ------------------------------------------------------------------------------- */
