﻿/* Stylesheet for Coleraine Cottage May 2010. Copyright Webfactor NZ*/
body {
	background: #000 url('images/site/mataura-river.jpg') no-repeat fixed center top;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

html {
	height:101%;
}

#banner {
	width:924px;
	height:200px;
	background-image: url('images/site/panel-bg.png');
	margin:auto;
	border:1px #333 solid;
}

#navigation {	
	width:924px;
	height:54px;
	margin:auto;
	/*margin-top:10px;*/
	background-image: url('images/site/menu-bg.png');
	border-left: #333 solid 1px;
	border-right: #333 solid 1px;

}

#navigationbottom {	
	margin:auto;
	margin-bottom:15px;
	width: 780px;
}

a:link {
	color: #39f;
}

a:visited {
	color: #39f;
}

a:hover {
	color: #fff;
}

a:link img {
	border:1px solid #488ccc;
}

a:visited img {
	border:1px solid #265988;
}

a:hover img {
	border:1px solid #b00;
}

#navigation ul {
	list-style-type: none;
	width: 922px;
	margin: 0 auto;
	padding-top:10px;
	padding-left: 8px;
}

#navigation li {
	float: left;
	padding-right:6px;
}

#navigation a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px outset #83bb14;
	/*background-color: #436621;*/
	background-image: url('images/site/up-bg.png');
	background-repeat: repeat-x;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px outset #c6df1b;
	/*background-color: #557628;*/
	background-image: url('images/site/down-bg.png');
	background-repeat: repeat-x;
}


#navigationbottom a {
	color: #33bb33;
	text-decoration: none;
	padding: 0 6px 0 6px;
}

#navigationbottom a:hover {
	color: #fff;
	text-decoration:underline;
}

#content {
	width:924px;
	background-image: url('images/site/panel-bg.png');
	margin:auto;
	/*margin-top:10px;*/
	margin-bottom:25px;
	border:1px #333 solid;
}

.contenttable {
	width:840px;
	margin: 0 auto;
}

.leftpanel {
	width:280px;
}

.rightpanel {
	padding:0 15px 0 15px;
	text-align:justify;
}

#list li {
	list-style-type:circle;
}

#links li {
	list-style:circle;
	border-bottom: 1px dashed #ddd;
	padding-top:5px;
	
}

#links a{
	text-decoration:none;
}
	
#footer {
	width:924px;
	height:70px;
	color: #999;
	background-image: url('images/site/panel-bg.png');
	margin:auto;
	margin-top:10px;
	padding-top:7px;
	border:1px #333 solid;
}

h1 {
	font-size: 15px;
	color: #338833;
	background-image: url(images/site/h1-shamrock.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	height: 24px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin:0;
	margin-left: -15px;
}

h2 {
	font-size:13px;
	color: #338833;
	margin-left: -10px;
}

h3 {
	font-size:13px;
	color:#fff;
	margin-left:5px;
}

.floatimgright {
	float:right;
	margin-left:12px;
}

.floatimgleft {
	float:left;
	margin-right:12px;
}

.center {
	text-align:center;
}

.small {
	font-size:11px;
}

.picbox {
	border: 1px solid #889;
}

.success {
	font-weight:bold;
	color: green;
	text-align:center;
}

.fail{
	font-weight:bold;
	color: red;
	text-align:center;
}


#wf {
		width: 924px; 
		margin: auto;
		font-size:.7em;
		text-align: right;
		margin-bottom:25px;
}

#wf a {
		color: #fff; 
		text-decoration: none;
}

#wf a:hover {
		text-decoration: underline;
}

/* End of stylesheet for Coleraine Cottage May 2010. Copyright Webfactor NZ */

