/*
Theme Name: Hebrides People
Theme URI: http://www.hebridespeople.com/
Description: This is the theme for the Hebrides People web site, designed by Anne Macaulay of Reefnet Ltd in 2010 for the Northton Heritage Trust. Please contact info@reefnet.co.uk for further information.
Author: Reefnet Ltd
Version: 0.1
Tags: commercial
*/
@import url(./reset.css);

/**
 * layout
 */
body {
	background: #fff url(/img/wallpaper2.jpg) 0 0 repeat;
	height: 100%;
	margin: 0;
}
#wrapper {
	background: transparent url(/img/shadow.png) 0 0 repeat-y;;
	width: 958px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -100px;
	padding: 0;
	position: relative;
}

#mainbox {
	width: 900px;
	margin: auto;
	padding: 0px 20px 20px 20px;
}

#header {
	margin: auto;
	width: 940px;
	height: 160px;
	background: #534741;
}

#header #strip_above {
	position: relative;
	height: 119px;
}
#header #logo_tree {
	position: absolute;
	top: 2px;
	left: 5px;
}
#header #logo_text {
	position: absolute;
	top: 23px;
	left: 72px;
}

#header #logo_strap {
	position: absolute;
	font-style: italic;
	top: 51px;
	left: 72px;
	padding-left: 4px;
	font-size: 12px;
}

#container {
	padding-top: 8px;
}

#content {
	width: 900px;
	float: left;
	margin-right: 30px;
}

#footer {
	margin: auto;
	width: 940px;
	height: 4px;
	background: #534741;
}

.message {
	background-color: #4F0000;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 4px;
	margin-bottom: 1em;
}

#userinfo {
	float: right;
	padding: 8px;
	background-color: #534741;
	color: white;
}


/**
 * text / img
 */
body {
	font: 13px/1.5 Arial, Verdana, 'Liberation Sans',sans-serif;
	color: #575757;
	line-height: normal;
}


a {
	color: #3d71ae;
	text-decoration: none;
}
a:visited {
	color: #234164;
}

a.nomore, a.nomore:visited, a.nomore:hover, a.nomore:active {
	color: #575757;
	cursor: default;
}
a:visited {
	color: #234164;
}
a:hover, a:active {
	color: #58a3fb;
}


p {
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 1em 0 0.5em 0;
	font-family: Georgia, Garamond, "Times New Roman", serif;
}
h1, #mid h3, #right h3 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
}

#content h1, #mid h3, #right h3 {
	display: block;
	padding: 0 0 0px 0;
	margin: 1em 0;
	white-space: nowrap;
}



#content img {
	margin: 14px;
	border: 1px solid #c6c6c6;
	padding: 8px;
}


#content img.noborder,#mid img.noborder, #right img.noborder {
	border: none;
}

.form form fieldset {
	border: 1px solid #ddd;
	padding: 10px;	
}

.form form fieldset legend {
	font-size: 1.2em;
}

.form {
	border: 1px solid #ddd;
	padding: 10px;
	width: 350px;
}
.form form {
	
}
.form button[type=submit] {
	background: #534741;
	color: white;
	border: none;
	padding: 8px;
	margin-left: 286px;

}

.form button[type=submit]:hover {
	cursor: pointer;
}

.form h3 {
	margin-top: 0;
}

.form form div.input {
	margin-bottom: 4px;
}
.form form div.input input {
	border: 1px solid #534741;
	padding: 4px;
}

.form form label {
	width: 180px;
	display: inline-block;
	padding: 4px 0 4px 0;
}

div.submit {
	clear: both;
}

div.costed_results {
	clear: both;
	border-width: 0;
	border-style: dashed;
	border-color: #aaa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 8px;
	margin: 2em 0 2em 0;
	display: block;
	text-align: center;
	font-size: 1.2em;
}

img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.emigrees table {
	width: 900px;
}
td {
	padding: 6px;
}

tr {
	border-collapse: separate;
	border-bottom: 1px solid #ddd;
}
th {
	border-top: none;
	padding-bottom: 1em;
	text-align: left;
	padding: 8px;
}

tr.altrow {
	background: #eee;
}
div.paging_counter {
	margin: 1em 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
	float: left;
	clear: both;
	padding: 8px;
	width: 30%;
	border-bottom: 1px solid #ddd;
}
dt.altrow, dd.altrow {
	background-color: #eee;
}
dd {
	display: block;
	float: left;
	padding: 8px;
	width: 60%;
	border-bottom: 1px solid #ddd;
}



/**
 * fixes etc.
 */
.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

* html .clearfix,*:first-child+html .clearfix{
	zoom:1
}
