/*
Theme Name: River Haven
Theme URI: http://www.riverhaven.co.uk
Description: Bespoke River Haven Theme
Version: 1.0
Author: Oliver Campion
Author URI: http://www.webd.co.uk/
*/

body, td {
	font-family: verdana;
	font-size: 9pt;
	color: #000000;

	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #009900;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-face-color: #ffffff;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #009900;
}

a:hover {
	color: #C0E1D9;
}

.searchbox {
    font-family: verdana;
    border: 1px solid #009900;
    color: #009900;
    font-size: 9px;
    background-color: #ffffff;
}

.menu {
	color: #ffffff;
}

a.menu {
	color: #ffffff;
    text-decoration: bold;
}

a.menu:hover {
	color: #336633;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
