/*
Theme Name: DS-FIT
Theme URI: http://dsfit.co.uk
Description: DS-FIT
Version: 1.0
Author: Yes We Work
*/

/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* FONTS */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html {
	background: #045563 url('img/bg.png') fixed top center no-repeat;
}
body {
	color: #494a4a;
	width: 960px;
	margin: 20px auto;
	border: 8px solid #494a4a;
	-moz-border-radius: 20px;
	background: #fff url('img/menubg.png') repeat-y;
	font-family: arial;
}
a {
	text-decoration: none;
	outline: none;
	color: #6c921e;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial;
	color: #3689ae;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.container {
	overflow: auto;
}
.nav {
	width: 270px;
	float: right;
}
.content {
	width: 590px;
	float: right;
	padding: 40px 70px 40px 30px;
}
#logo {
	height: 200px;
	width: 200px;
	background: #fff url('img/dsfit.png') no-repeat;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
}
ul.menu {
	overflow: auto;
	padding-bottom: 5px;
	background: url('img/menuend.png') no-repeat bottom;
}
ul.menu li {
	width: 270px;
	background-color: #ccc;
	height: 77px;
	background: url('img/box.png') no-repeat;
}
ul.menu li.current {
	width: 270px;
	background-color: #ccc;
	height: 77px;
	background: url('img/arrow.png') no-repeat;
}
ul.menu li a {
	width: 200px;
	height: 77px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -5000px;
}
ul.menu li.page-item-2 a {
	background: url('img/about_me.png') no-repeat center center;
}
ul.menu li.page-item-3 a {
	background: url('img/personal_training.png') no-repeat center center;
}
ul.menu li.page-item-5 a {
	background: url('img/prices.png') no-repeat center center;
}
ul.menu li.page-item-7 a {
	background: url('img/testimonials.png') no-repeat center center;
}
ul.menu li.page-item-16 a {
	background: url('img/contact.png') no-repeat center center;
}
ul.menu li.page-item-9 a {
	background: url('img/links.png') no-repeat center center;
}
.content h2 {
	font-size: 146.5%;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
.content h3 {
	font-size: 123.1%;
	margin-bottom: 10px;
}
.content h4 {
	font-size: 108%;
	margin-bottom: 10px;
}
.content h1 {
	font-size: 161.6%;
	font-weight: bold;
	text-align: right;
	border-bottom: 3px solid #494a4a;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.content p {
	line-height: 150%;
	margin-bottom: 15px;
}
.content ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
.content ul li {
	list-style-type: circle;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
form.contact-form input[type=text] {
	padding: 3px;
	font-family: arial;
	border: 1px solid #ccc;
	width: 300px;
}
form.contact-form textarea {
	padding: 3px;
	font-family: arial;
	border: 1px solid #ccc;
	width: 500px;
	height: 200px;
}
form.contact-form input[type=submit] {
	padding: 3px;
	width: 100px;
	border: 1px solid #ccc;
}
#home h3 {
	margin-top: 25px;
}
#home ul {
	margin-left: 0px;
	padding-top: 5px;
	overflow: auto;
	margin-bottom: 10px;
}
#home li {
	list-style-type: none;
	font-size: 131%;
	margin-bottom: 9px;
	padding-bottom: 9px;
	border-bottom: 1px dotted #ddd;
}
#home p {
	font-size: 131%;
	color: #3689ae;
}
#home img.alignright, #home img.alignleft {

}
.content blockquote>p {
	margin-left: 15px;
	font-size: 93%;
	font-family: arial;
}
.menuextralinks {
	width: 180px;
	padding: 10px;
}
