/* South Coombe CSS Document*/

html {
	min-height:100%;
	margin-bottom:1px;
	}

#header {
	text-align: center
	}

/*
the body - set the global font, the background image and centre the page
*/

body {
	background: #ffffff url(southcoombe_images/background.gif) repeat-y 50% 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}

#container {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	}

/*
the main heading, containg the banner, same width as the container & the image
the h1 text is hidden by positioning off the page
*/

h1 {
	padding-right: 0px;
	padding-left: 0px;
	background: url(xxsouthcoombe_images/header.jpg);
	padding-bottom: 0px;
	margin: 0px;
	width: 760px;
	text-indent: -9999px;
	padding-top: 0px;
	height: 155px
	}

/*
the sidebar - set the width of the side bar
*/

#left {
	width: 200px;
	margin: 30px 0 0 0;
	float: left;
	padding-left: 20px;
	}

/*
the menu - set the font and width of the menu
*/

#navcontainer {
	width: 220px;
	padding-bottom: 20px;
	}

#navcontainer a {
 	display: block;
 	width: 220px;
 	height: 22px;
	}

/*
the list - move the menu items apart by padding
*/

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent: 40px;
	letter-spacing: 1px;
	}

/*
the list effects - set the hover, visited states
*/

#navcontainer a:link, #navcontainer a:visited {
 	background: url(southcoombe_images/bg_nav.gif);
	color: #ffffff;
 	text-decoration: none;
	}

#navcontainer a:hover {
	background: url(southcoombe_images/bg_nav_over.gif);
	color: #333333;
	text-decoration: none;
	}

#navcontainer li a#current {
	background: url(southcoombe_images/bg_nav_over.gif);
	color: #333333;
	text-decoration: none;
	}

#side_content {
	padding-top: 50px;
	width:190px;
	margin-left: 10px;
	margin-right: 10px;
	}

/*
the main content - width of the content - be aware of ie on windows, width can overspill
*/

#content {
	width:420px;
	float: left;
	margin: 30px;
	line-height: 2.0;
	text-align: justify;
	}

#gallerycenter {
	padding-left: 30px;
	}


 .thumbnail {
	float: left;
	width: 154px;
	border: 1px solid #bac1a3;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	}

.clearboth {
	clear: both;
	}

/*
the right column where the image sits, watch those widths!
*/

#picture_content {
	text-align:justify;
	margin-left: 0px;
	width: 200px;
	}

/*
the h2 tag for the content heading
*/

#content h2 {
	text-align: center;
	font: 14px  Georgia, Times, serif;
	color: #5c6e5c;
	background: transparent url(southcoombe_images/title_line.gif) no-repeat;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
}

#content h3 {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
	color: #ff6600;
	padding-top: 0px
	}

#content h4 {
	font-size: 16px;
}

/*
the container for the lower content incl the the divider lines
*/

#lower_content {
	width: 700px;
	overflow: auto;
	clear: both;
	margin: 0px;
	margin-left: 20px;
	padding: 12px 0px 10px 0px;
	text-align: left;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	}


/*
the left panel - ie on macs shows these panels on top of one another
*/

#left_panel {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 20px 8px 0px 4px;
	text-align: left;
	line-height: normal;
	}

#lower_content h3 {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	color: #6699cc;
	padding-top: 0px
	}

/*
the right panel
*/

#right_panel {
	float: left;
	width: 300px;
	margin: 0px;
	margin-left: 20px;
	padding: 20px 8px 0px 8px;
	text-align: left;
	line-height: normal;
	}


/*
the image right float
*/

 .floatright {
	float: right;
	width: 103px;
	text-align:center;
	margin: 0 5px 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #bac1a3;
	border-right: 1px solid #bac1a3;
	border-bottom: 1px solid #bac1a3;
	border-left: 1px solid #bac1a3;
	}

 .floatleft {
	float: left;
	margin: 0 5px 5px 5px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #bac1a3;
	}

div.floatright img {
	border-top: 1px solid #bac1a3;
	border-right: 1px solid #bac1a3;
	border-bottom: 1px solid #bac1a3;
	border-left: 1px solid #bac1a3;
	}

p {
	margin-top: 0;
	}

/*
the image border
*/


.imageborder {
	border: #bac1a3 1px solid;
	padding: 5px;
	background-color: #ffffff;
	}

.imagebordercenter {
	margin: 0 50px 0 50px;
	border: #bac1a3 1px solid;
	padding: 5px;
	background-color: #ffffff;
	}

.subtitle {
	text-align: center;
	}

.imageleft {
	float: left;
	border: #bac1a3 1px solid;
	padding: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #ffffff;
}

.imageright {
	float: right;
	border: #bac1a3 1px solid;
	padding: 5px;
	margin-left: 6px;
	margin-bottom: 6px;
	background-color: #ffffff;
}

/*
the footer - clears the divs above, as the footer stretches across; the script ensures the footer sticks to the bottom, the width is the same as container & header
*/


/*links ------------------------------------------------- */

#content a:link {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	}
	
#content a:hover {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFCC;
	}
#content a:visited {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	}

#content a:active {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	}

#footer {

	position: relative;
	padding: 5px 0;
	background: url(southcoombe_images/footer2.jpg);
	margin: 0px auto;
	width: 760px;
	height: 110px;
	}

/*
the footer text styling
*/

#footer h2 {
	font-weight: normal;
	padding-top: 80px;
	margin: 0px;
	text-align:center;
	font: 12px"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}


#footer h2 a:visited {
	color: #fff;
	border-bottom: #fff 1px dotted;
	text-decoration: none
	}

#footer h2 a:link {
	color: #fff;
	border-bottom: #fff 1px dotted;
	text-decoration: none
	}

#footer h2 a:hover {
	color: #fff;
	background-color: #333333;
	text-decoration: none;
	border-bottom-style: none
	}
	
	/*
the clear - clears the divs to make way for a footer that stretches across the width
*/


.clear {
	clear: both
}


/*
the gallery css
*/

#gallery {
}


#gallery img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 10px 10px;
	}


/* table style */
#table_style {
	width: 320px;
	padding: 0;
	margin: 0 0 0 30px;
	}

caption {
	padding: 0 0 5px 0px;
	width: 200px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #caffb0;
	}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	}



td.alt {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #7DADD4;
	padding: 4px 4px 4px 4px;
	color: #4f6b72;
	}
