/*
Theme Name: Making Waves
Theme URI: http://makingwavesswimschool.com
Description: For Making Waves Swim School
Version: 1.0
Author: Daniel Edwins
Author URI: http://danieledwins.com
*/



/* Begin Typography & Colors */
body {
	font-size: 65%; /* Resets 1em to 10px */
	line-height: 2em;
	font-family: Verdana, Arial, Sans-Serif;
	/* background: #73a0c5 url('images/background.jpg'); */
	background: #202024; /* url('images/bg.jpg') repeat-x; */
	color: #333;
	text-align: center;
	}
	
a {
	text-decoration: none;
	color: #004a85;
}

ul { list-style-type: circle; padding-left: 20px;}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	border-top: 1px solid #999;
}

img {
	border: 0;
}

#page {
	background-color: white;
	border: 6px solid #88889f;
	text-align: left;
	width: 980px;
	margin: 10px auto;
	background: #fff url('images/red.png') repeat-y right;
	}

#header {
	background: #fff;
	padding: 10px;
	padding-bottom: 0;
	padding-left: 0;
	background: #fff url('images/boy.jpg') no-repeat right;
	}
	
#headerimg {
	width: 576px;
	height: 124px;
}

#headerimg {
	background: url('images/header.gif');
	margin-left: 0;
}

ul#navbar {
	height: 50px;
	background: url('images/bar.png') repeat-x;
	padding: 0;
	margin: 0;
}

ul#navbar li {
	display: inline;
	line-height: 35px;
	font-size: 1.3em;
	list-style-type: none;
	padding-left: 20px;
}

ul#navbar li a:link, ul#navbar li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#navbar li a:hover {
	color: #acf;
	text-decoration: underline;
}

ul#navbar li.current_page_item a {
	color: #acf;
	text-decoration: none;
}

#content {
	float: left;
	width: 680px;
	padding: 5px 20px;
	padding-bottom: 20px;
}

#sidebar {
	color: #fff;
	float: right;
	width: 240px;
	padding: 10px;
	padding-bottom: 20px;
}

#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4,#sidebar h5 {
	color: #fff;
} 

#sidebar h1 { font-size: 1.8em; }
#sidebar h2 { font-size: 1.6em; }
#sidebar h3 { font-size: 1.4em; margin-bottom: 0; padding-bottom;}
#sidebar h4 { font-size: 1.2em; }
#sidebar h5 { font-size: 1.0em; }

#sidebar p {
	font-size: 12px;
}

#sidebar li.widget {
	list-style-type: none;
}

ul.calendar {
	list-style-type: none;
	font-size: 12px;
	padding: 0;
	margin: 2px 20px;
}

ul.calendar li {
	padding: 0;
	margin: 0;
}

#footer {
	border-top: 3px solid #024b8d;
	background: #bcd4e7;
	padding: 7px 15px;
	clear: both;
}

div.entry {
	font-size: 1.3em;
	line-height: 1.4em;
}

h1,h2,h3,h4,h5 { font-weight: normal; color: #004a85; }
h1,h2 { font-family: Georgia, Times, 'Times New Roman', serif; }


h1 { font-size: 3.5em; }
h2 { font-size: 3.2em; }
h3 { font-size: 1.4em; color: #8e152b; margin-bottom: 0.0em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.0em; }

td h4 {
	margin-top: 0;
}

small { color: #666; font-size: 1.1em; }

img.alignright {
	float: right;
	padding-left: 10px;
}
