@CHARSET "UTF-8";
/*
 *  colors:
 *  dark blue: #03428f
 *  bright blue: #0961F5
 *  light blue: #CEE0FA
 * 
 */

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* END RESETS */

body {
	background: #FFF;
	font-family: Times New Roman, Garamond, serif;
	font-size: 14px;
	font-weight: normal;
}

a {
	color: #0961F5;
}

.clear {
	clear: both;
}


#container {
	width: 900px;
	margin: 0 auto 40px auto;
}


/* HEADER STYLES */

#header {
	height: 250px;
	width: 900px;
	position: relative;
}

#header #logo {
	margin: 10px 0 0 0;
}

/* SOCIAL MEDIA LINKS */

#sociallinks {
	position: absolute;
	right: 10px;
	bottom: 5px;
	
}

#sociallinks li {
	display: inline;
	list-style: none;
	margin: 2px;
}

/* NEWSLETTER SIGN UP */

#signup {
	/*background: url('../images/newslettersprite.png') 0 -55px no-repeat;
	width: 330px;*/
	background: url('../images/ebookssprite.png') 0 -55px no-repeat;
	width: 371px;
	height: 55px;
	margin: 0;
	padding: 0;
	position:absolute;
	right: 5px;
	top: 30px;
}

#signup span {
	font-size: 0px;
	margin-left: -2000px;
}

#signup a {
	display: block;
	/*width: 330px;*/
	width: 371px;
	height: 55px;
}

#signup a:hover {
	/*background: url('../images/newslettersprite.png') 0 0 no-repeat;*/
	background: url('../images/ebookssprite.png') 0 0 no-repeat;
}

#contact {
	position: absolute;
	right: 20px;
	top: 90px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* NAVIGATION */

#header #navholder {
	position: absolute;
	right: 0;
	top: 120px;
}

#navigation {
	background: url('../images/navsprite.png') 0 -82px no-repeat;
	width: 900px;
	height: 82px;
	margin: 0;
	padding: 0;
}

#navigation span {
	font-size: 0px;
	margin-left: -2000px;
}

#navigation li, #navigation a {
	display: block;
	height: 82px;
}

#navigation li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0 5px;
}

#aboutme {
	width: 145px;
}

#aboutme a:hover {
	background: url('../images/navsprite.png') -5px 0 no-repeat;
}

#services {
	width: 125px;
}

#services a:hover {
	background: url('../images/navsprite.png') -160px 0 no-repeat;
}

#bootcamps {
	width: 145px;
}

#bootcamps a:hover {
	background: url('../images/navsprite.png') -295px 0 no-repeat;
}

#clients {
	width: 110px;
}

#clients a:hover {
	background: url('../images/navsprite.png') -450px 0 no-repeat;
}

#media {
	width: 115px;
}

#media a:hover {
	background: url('../images/navsprite.png') -570px 0 no-repeat;
}

#links {
	width: 95px;
}

#links a:hover {
	background: url('../images/navsprite.png') -695px 0 no-repeat;
}

#blog {
	width: 95px;
}

#blog a:hover {
	background: url('../images/navsprite.png') -800px 0 no-repeat;
}

/* END HEADER STYLES */


/* MAIN CONTENT BODY STYLES */

.content {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}

.aboutcontent {
	height: 770px;
}

.servicescontent {
	height: 900px;
}

.bootcampcontent {
	height: 950px;
}

.clientscontent {
	height: 1130px;
}

.linkscontent {
	height: 1320px;
}

.mediacontent {
	height: 1720px;
}

.thankyoucontent {
	height: 560px;
}

h3 {
	font-size: 15px;
	color: #03428f;
}

p {
	margin: 5px 5px 10px 5px;
	line-height: 1.2;
}

/* PHOTO'S */

.polaroid {
	padding: 5px 5px 10px 5px;
	background: #F3F3F3;
	display: inline-block;
	border: 1px solid #a3a3a3;
}

#aboutmephoto {
	position: absolute;
	right: 5px;
	top: 30px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}

#aboutmephoto2 {
	position: absolute;
	right: 0;
	top: 275px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#aboutmephoto3 {
	position: absolute;
	left: 55px;
	top: 550px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	z-index: 20;
}

#servicesphoto {
	position: absolute;
	right: 20px;
	top: 30px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);	
}

#servicesphoto2 {
	position: absolute;
	right: 40px;
	top: 280px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);	
}

#bootcampphoto {
	position: absolute;
	right: 0;
	top: 60px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);	
}

#bootcampphoto2 {
	position: absolute;
	right: 5px;
	top: 300px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);	
}

#bootcampphoto3 {
	position: absolute;
	right: 15px;
	top: 540px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);	
}

#clientsphoto {
	position: absolute;
	right: 60px;
	top: 30px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#clientsphoto2 {
	position: absolute;
	left: 5px;
	top: 390px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#linksphoto {
	position: absolute;
	right: 0;
	top: 50px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}

/* TITLES */

.pagetitle {
	margin: 0 0 0 60px;
}

.pagetitle span {
	display: none;
}

#aboutmetitle {
	width: 150px;
	height: 65px;
	background: #FFF url('../images/aboutmetitle.png') 0 0 no-repeat;
}

#servicestitle {
	width: 135px;
	height: 65px;
	background: #FFF url('../images/servicestitle.png') 0 0 no-repeat;
}

#bootcamptitle {
	width: 400px;
	height: 65px;
	background: #FFF url('../images/bootcampstitle.png') 0 0 no-repeat;
}

#clientstitle {
	width: 110px;
	height: 65px;
	background: #FFF url('../images/clientstitle.png') 0 0 no-repeat;
}

#linkstitle {
	width: 80px;
	height: 65px;
	background: #FFF url('../images/linkstitle.png') 0 0 no-repeat;
}

#mediatitle {
	width: 95px;
	height: 65px;
	background: #FFF url('../images/mediatitle.png') 0 0 no-repeat;
}

#thankyoutitle {
	width: 170px;
	height: 65px;
	background: #FFF url('../images/thankyoutitle.png') 0 0 no-repeat;
}

/* PAPER BACKGROUND STYLES */
.notepad {
	background: #FFF url('../images/note1.jpg') 0 0 no-repeat;
	width: 180px;
	height: 240px;
	padding: 50px 20px 40px 20px;
	line-height: 1.2em;
	color: #000;
}

.notepadtop {
	background: #FFF url('../images/note1top.jpg') 0 0 no-repeat;
	width: 220px;
	height: 65px;
}

.notepadcontent {
	background: #FFF url('../images/note1mid.jpg') 0 0 repeat-y;
	width: 180px;
	padding: 5px 20px;
	line-height: 1.2em;
	color: #000;
}

.notepadbottom {
	background: #FFF url('../images/note1bottom.jpg') 0 0 no-repeat;
	width: 220px;
	height: 76px;
}

.postit {
	width: 230px;
	height: 240px;
	background: url('../images/postitbg.png') 0 0 no-repeat;
	padding: 25px 20px 35px 50px;
}

.bluepostit {
	width: 180px;
	height: 150px;
	background: url('../images/bluenote.gif') 0 0 no-repeat;
	padding: 60px 20px 40px 40px;
	color: #FFF;
}

.bluepostit a {
	color: #28e24e;
	text-decoration: none;
}

.bluepostit h3 {
	color: #FFF;
}

.brownpostit {
	width: 160px;
	height: 180px;
	background: url('../images/brownpostit.gif') 0 0 no-repeat;
	padding: 40px 60px 30px 30px;
}

.brownpostit a {
	text-decoration: none;
}

.whitepostit {
	width: 290px;
	height: 300px;
	background: url('../images/whitepostit.gif') 0 0 no-repeat;
	padding: 30px 30px 30px 40px;
}

.rippedtop {
	width: 300px;
	height: 46px;
	background: url('../images/rippedtop.png') 0 0 no-repeat;
}

.rippedcontent {
	width: 300px;
	background: url('../images/ripped.png') 0 0 repeat-y;
}

.rippedbottom {
	width: 300px;
	height: 38px;
	background: url('../images/rippedbottom.png') 0 0 no-repeat;
}

/* TEXT CONTENT SECTION STYLES */

/* ABOUT ME STYLES */

#aboutmain {
	position: absolute;
	top: 90px;
	left: 35px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#nivea {
	width: 190px;
	height: 160px;
	padding: 35px 15px 35px 15px;
	background: url('../images/niveabg.gif') 0 0 no-repeat;
	color: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: 380px;
	right: 300px;
}

#nivea h3 {
	font-size: 14px;
	color: #FFF;
}

#nivea a {
	color: #FFF;
}

ul.square {
	margin-left: 15px;
	list-style-type: square;
}

#balance {
	position: absolute;
	left: 270px; 
	top: 70px;
}

#qualifications {
	position: absolute;
	top: 300px;
	right: 45px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
}

#qualifications ul {
	margin: 5px;
	line-height: 1.3em;
}

#qualifications a {
	text-decoration: none;
}

/* SERVICES */

#oneoff {
	position: absolute;
	top: 85px;
	left: 75px;
	z-index: 5;
		-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}

#dietary {
	position: absolute;
	top: 70px;
	left: 330px;
	z-index: 15;
}

#fittingitin {
	position: absolute;
	top: 500px;
	right: 30px;
}

#poledancing {
	position: absolute;
	top: 450px;
	left: 75px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#familyfitness {
	position: absolute;
	left: 320px;
	top: 540px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}

/* BOOTCAMP STYLES */

#bootcampmain {
	position: absolute;
	top: 80px;
	left: 35px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#bootcampdates {
	position: absolute;
	top: 420px;
	left: 310px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}

#bootcampates a {
	color: #0961F5;
	text-decoration: none;
}

.campdates {
	margin: 10px 0 10px 15px;
	list-style-type: circle;
}

.campdates li {
	margin-bottom: 5px;
}

#bootcampsform {
	position: absolute;
	left: 275px;
	top: 100px;
	padding: 30px;
	background: #CEE0FA;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

#bootcampsform h2 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

#bootcampsform label {
	width: 90px;
	display: inline-block;
}

#bootcampsform input {
	width: 120px;
	border: 1px solid #03428f;
}

#bootcampsform select {
	width: 120px;
	border: 1px solid #03428f;
}

#bootcampsform .submit input {
	width: 80px;
	background: #03428f;
	color: #FFF;
	cursor: pointer;
}

/* CLIENTS STYLES */

#client1 {
	position: absolute;
	left: 50px;
	top: 70px;
}

#client2 {
	position: absolute;
	left: 320px;
	top: 40px;
}

#client3 {
	position: absolute;
	left: 15px;
	top: 330px;
}

#client4 {
	position: absolute;
	left: 360px;
	top: 310px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}

#client5 {
	position: absolute;
	right: 50px;
	top: 375px;
}

#client6 {
	position: absolute;
	left: 110px;
	top: 620px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}

#client7 {
	position: absolute;
	right: 10px;
	top: 670px;	
}

/* LINKS STYLES */

#links1 {
	position: absolute;
	left: 40px;
	top: 90px;	
}

#links2 {
	position: absolute;
	left: 360px;
	top: 50px;	
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}

#links3 {
	position: absolute;
	right: 40px;
	top: 80px;	
}

#links4 {
	position: absolute;
	left: 5px;
	top: 390px;	
}

#links5 {
	position: absolute;
	left: 330px;
	top: 480px;	
}

#links6 {
	position: absolute;
	right: 10px;
	top: 400px;	
}

#links7 {
	position: absolute;
	left: 0;
	top: 730px;	
}

#links8 {
	position: absolute;
	left: 340px;
	top: 760px;	
}

#links9 {
	position: absolute;
	right: 0;
	top: 700px;	
}

#links10 {
	position: absolute;
	left: 30px;
	top: 1030px;	
}

#links11 {
	position: absolute;
	right: 10px;
	top: 1000px;	
}

/* MEDIA STYLES */

#mediamain {
	position: absolute;
	left: 20px;
	top: 70px;	
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#mediacontact {
	position: absolute;
	left: 10px;
	top: 720px;	
}

#mediasecond {
	position: absolute;
	left: 30px;
	top: 500px;	
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}

#medialist {
	width: 300px;
	position: absolute;
	left: 320px;
	top: 30px;
}

.mediaitem {
	clear: both;
	width: 270px;
	padding: 10px 15px;
	text-align: center;
}

.medialogo {
	border: 1px solid #9F9F9F;
}

.medialist {
	margin: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.medialist a {
	text-decoration: none;
}

.medialist a:hover {
	text-decoration: underline;
}

#sarahebook {
	position: absolute;
	right: 40px;
	top: 40px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	width: 170px;
	height: 229px;
	border: 1px solid #999;
}

#ebookform {
	position: absolute;
	right: 70px;
	top: 280px;
	text-align: center;
}

#ebookform h3 {
	margin-bottom: 5px;
}

#ebookdescription {
	position: absolute;
	right: 10px;
	top: 350px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}

#sarahdvd {
	position: absolute;
	right: 50px;
	top: 980px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	width: 170px;
	height: 229px;
	border: 1px solid #999;
}

.video {
	background: #222;
	padding: 5px 5px 10px 5px;
}

#video1 {
	position: absolute;
	right: 0;
	top: 320px;
}

#video2 {
	position: absolute;
	right: 0;
	top: 570px;
}

/* THANK YOU STYLES */

#thankyoutext {
	position: absolute;
	left: 170px;
	top: 120px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

#thankyouebook {
	position: absolute;
	right: 170px;
	top: 140px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}

/* FOOTER */

#footer {
	clear: both;
	margin: 40px 5px 10px 0;
}

#bottomnav {
	float: left;
	margin-left: 50px;
}

#bottomnav li {
	display: inline;
	float: left;
	margin: 1px 2px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11px;
}

#bottomnav a {
	color: #666;
}

#bottomnav a:hover {
	color: #222;
}


#copyright {
	float: right;
	margin-right: 30px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #666;
}


