/*   
Theme Name: Pilates South
Theme URI: pilatessouth.co.uk
Description: A basic wordpress theme using only pages not posts
Author: Tom Still
Author URI: tomstill.com
Version: 1.0
*/

* {
	margin:0;
	padding:0;
	outline:0;
}

img {
	border:none;
}

body {
	color:#0070c0;
	font-family:"Arial", Verdana, Tahoma, sans-serif;
	font-size:62.5%;
}

h1 {
	color:#7bc242;
	font-size:2em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.6em;
}

h4, h5, h6 {
	font-size:1.5em;
} 

p {
	font-size:1.3em;
	line-height:1.6em;
	margin:0 0 10px 0;
}

li {
	font-size:1.3em;
	line-height:1.6em;
}

a, a:active, a:visited {
	color:#0070c0;
}

a:hover {
	text-decoration:none;
}

/* Structure */

#wrapper {
	margin:25px auto;
	width:960px;
}

#header {
	clear:both;
	height:100px;
	position:relative;
	width:960px;
}

#sidebar {
	float:left;
	width:240px;
}

#content {
	float:right;
	padding:0 0 0 20px;
	margin:0 0 25px 0;
	width:700px;
}

p#footer {
	clear:both;
}

/* Header */

#logo-main {
	position:absolute;
		left:240px;
		top:0;
}

/* Sidebar */

ul#menu {
	background:#6fa9c7;
	clear:both;
	list-style:none;
	padding:10px;
	width:220px;
}

ul#menu li {
	font-size:1em;
	margin:0;
	width:220px;
}

ul#menu li a, #menu li a:active, #menu li a:visited {
	background:#5596bc;
	color:#cbe7f5;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	height:15px;
	margin:5px 0;
	padding:5px;
	text-decoration:none;
	width:210px;
}

#menu li a:hover {
	background:#3d7ca5;
}

/* Content */

#content ul, #content ol {
	margin:0 30px 10px 30px;
}

.alignright {
  float:right;
}

/* Footer */

#footer {
	text-align:center;
	font-size:1.3em;
	font-style:italic;
}
