/*
-----------------------------------------------
Style Sheet

Site:     Vibrabody
Company:  Melissa Norfolk Web Design
Website:  www.melissanorfolk.net.au
Author:   Tim Connell
Version:  2007.01
------------------------------------------------
Colours:
	Orange :	#F78F1E
	
	Text ( Almost Black ) :	#010101
----------------------------------------------- */
html { margin: 0; padding: 0; }


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #010101;
	background: #F78F1E;
	padding: 0;
	font-size: 12px;
}

#container {
	background: #FFF;
}

#footer td {
	padding-top: 12px; 
}

/* !COLOURS AND HIGHLIGHTS
--------------------- */
#sidebar a img {
	padding-bottom: 2px;
}

#body {
	border-top: 3px solid #F78F1E;
	border-bottom: 3px solid #F78F1E;
	padding-bottom: 12px;
}

#featured {
	padding: 5px 0 0 0;
	border-top: 3px solid #F78F1E;
}

hr {
	border-color: #BBBBBB -moz-use-text-color -moz-use-text-color;
	border-style: dashed none none;
	border-width: 1px 0pt 0pt;
	height: 1px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

img.bordered {
	padding: 2px;
	border: 1px solid #CCC;
}

img.ebmedded {
	border: 1px solid #222;
	margin: 0 0 10px 20px;
	clear: right;
	float: right;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

/* !TYPOGRAPHY
--------------------- */

h1, h2, h3, h4, h5 { margin: 10px 0; }
h1 { font-size: 18px; color: #F78F1E; }
h2 { font-size: 14px; }
h3 { font-size: 13px; color: #F78F1E; margin: 20px 0 10px 0;}
h4 { font-size: 12px; }
p { margin: 0 0 15px 0; text-align: justify;}

a {}
	a, a:link, a:visited, a:hover, a:active {
		color: #F78F1E;
		text-decoration: underline;
	}
	
	#media .pdfLink { padding: 0.5em 0 0 2em ; background: url(images/pdf.gif) no-repeat bottom left;}
	#media .imgLink { padding: 0.5em 0 0 2em ; background: url(images/image.gif) no-repeat bottom left;}
	#media .websiteLink { padding: 0.5em 0 0 2em ; background: url(images/link.gif) no-repeat bottom left;}

ul {
	margin: 0;
	padding: 0 0 15px 15px;
}

		ul li {
			padding: 1px 3px;
			margin: 0;
		}
		
		ul.listing  {
			padding: 0;
			list-style: none;
		}
	
#header a {
	color: #010101;
	font-size: 11px;
}

#featured {
	font-size: 12px;
}

#featured h3 {
	margin: 0 0 5px 0;
}

#footer {
	text-align: right;
	font-size: 11px;
}

/* !FREE FIRST WORKOUT BOX
--------------------- */
#homeFree .content {
	font-size: 16px;
}

#homeFree {
	border-bottom: 3px solid #F78F1E;
}

#homeFree p {
	text-align: left;
}

#homeFree p.important {
	font-size: 20px;
}

p.important strong {
	color: #F78F1E;
}

#homeFree a {
	text-decoration: none;
	color: #010101;
}

/* !DATA TABLES
--------------------- */

table.data ,table.data td {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
table.data {
	border: 1px solid #CCC;
}
table.data thead th, table.data th {
	color: #666;  
	padding: 5px 10px;
	border-left: 1px solid #CCC;
	font-size: 14px;
}
table.data th {
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
	background: #f1f1f1;
}
table.data tr td {
	background: #fafafb;
	padding: 5px 10px;
}

table.data tr:hover td {
  color: #666;
}

/* !EXERCISE TABLES
--------------------- */

table.exercise ,table.exercise td {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
table.exercise {
	border: 1px solid #CCC;
}
table.exercise thead th, table.exercise th {
	color: #666;  
	padding: 5px 10px;
	border-left: 1px solid #CCC;
	font-size: 12px;
}
table.exercise th {
	border-top: 1px solid #CCC;
	text-align: center;
	font-weight: normal;
	background: #f1f1f1;
	color: #F78F1E;
}
table.exercise tr td {
	background: #fafafb;
	padding: 5px 10px;
	text-align: center;
}

table.exercise td:hover {
  color: #666;	
  background-color: #e2e2e2;
}

/* !MEDIA PAGE
--------------------- */
#media table img {
	border: 1px solid #222;
	margin: 0 0 10px 20px;
	clear: right;
	float: right;
}

.footertxt A:link { color: #999999; text-decoration:none; }
.footertxt A:visited { color: #999999; text-decoration:none; }
.footertxt A:hover { color: #999999; text-decoration:none; }
.footertxt A:active { color: #999999; text-decoration:none; }

