/*   
Theme Name: Rigg Ocean Racing
Theme URI: www.riggoceanracing.co.uk
Description: Theme for the Rigg Ocean Racing website.
Author: Jacob Deane
Author URI: www.jdpictures.co.uk
Version: 1.0
.
Released under GNU license. Feel free to use, redistribute or modify this theme.
.
*/

body {
	background: #004a46 url(images/bg_swirls.gif) center top no-repeat;
	margin:0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#000000;
	font-size:12px;
}

img { border:none; }

a:link, a:visited{
	color:#004a46;
	text-decoration:none;
}

a:hover, a:active{
	color:#007771;
	text-decoration:none;
}

h1 {
	margin:0px 0px 5px 0px;
	padding:0px;
	}

#container {
	width:860px;
	margin: 72px auto;
	background: #000000;
}

#header {
	width:860px;
	height:105px;
	background: url(images/bg_header.jpg);
	color:#FFFFFF;
}

.menu {
	text-transform:lowercase;
	display:block;
	margin:0px;
	font-size:14px;
}

.menu li {
	display: inline;
}

.menu li a{
	display:inline;
	padding:0px 7px 0px 7px;
	border-left:1px solid #FFFFFF;
}

.menu li.first a{
	border-left:none;
}

.menu a:link, .menu a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover, .menu a:active{
	color:#cccccc;
	text-decoration:none;
}


#content {
	width:840px;
	padding: 10px;
	background:#c8e1de url(images/page_top.gif) top no-repeat;
}
	
#page-bottom {
	height:10px;
	width:860px;
	background:#c8e1de url(images/page_bottom.gif) bottom no-repeat;
}

.page-content {
	width:820px;
	padding:0px 10px;
	background: #FFFFFF
}

.page-content-top {
	width:840px;
	height:10px;
	background: #FFFFFF url(images/white-top-big.gif) top no-repeat;
	position:relative;
	left:-10px;
}

.page-content-bottom {
	width:840px;
	height:10px;
	background: url(images/white-bottom-big.gif) bottom no-repeat;
	position:relative;
	left:-10px;
}

#searchbox {
	width:300px;
	text-align:right;
	float:right;
}

.clear {
	clear:both;
	height:0px;
}

.boat-row {
	width:820px;
}

.boat-name {
	width:250px;
	float:left;
}

.boat-year {
	width:100px;
	float:left;
}

.boat-designer {
	width:250px;
	float:left;
}

a.edit:link, a.edit:visited {
	color:#CCCCCC;
	text-decoration:none;
}

a.edit:hover, a.edit:active {
	color:#CC0000;
	text-decoration:none;
}