/*
Theme Name: Roundstone Regatta
Theme URI: http://www.roundstoneregatta.com/
Description: Roundstone Regatta Theme.
Version: 1.0
Author: NetLink IT Services
Author URI: http://www.netlink.ie/
Tags: Roundstone Regatta

*/



body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #517998 url('images/bg-body.jpg') top left fixed no-repeat;
}

#wrapper {
	background: #BE696C url('images/bg_frame.jpg') top center repeat-x;
	width: 790px;
	padding: 5px;
	margin: 0 auto;
}

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

#headerimg {
	background: url('images/Regatta_header.jpg') top center no-repeat;
	width: 770px;
	height: 490px;
	margin: 0 auto;
}

#content-wrapper {
	background: #993333 url('images/bg_sail.jpg') top center no-repeat;
	margin: 0 10px;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 500px;
	padding: 10px 10px;
	margin: 0 10px;
	float: right;
}

#content h2, #sidebar h2 {
	padding: 0;
	margin: 0;
}

#content a:link, #content a:active, #content a:visited {
	color: #fff;
	text-decoration: underline;
}

#content a:hover {
	color: #ccc;
	text-decoration: none;
}

#sidebar {
	width: 200px;
	padding: 10px 10px 10px 15px;
	float: left;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	padding: 0;
	margin: 5px 0 0 0;
}

#sidebar ul li li {
	padding: 0;
	margin: 5px 0 0 25px;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #99FF00;
}

#footer {
	font-size: 10px;
	color: #ccc;
	background: #333;
	padding: 8px;
	margin: 0 10px 10px 10px;
}
#footer a {
color: #99ccff;
text-decoration: none;
}

.clr {
	clear: both;
}