@charset "utf-8";
/* CSS Document */

*,
html{
margin:0;
padding:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
outline: 0;
}

body{
background:url(http://outdooradventureguide.co.uk/outdoor_files/images/bg.png) repeat;
background-color:#004F9C;
font-family: Arial, Helvetica, sans-serif;
color:#222;
font-size:90%;
}

#pagewrap {
	background-color: #fff;
	width: 90%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.blurb {
	background-color:#F8F5E8;
	border-bottom:2px solid #ECE8D7;
	border-right:2px solid #ECE8D7;
	line-height:19px;
	padding:20px;
	width: 90%;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

hr {
color: #ECE8D7;
background-color: #ECE8D7;
height: 2px;
width: 90%;
margin-left: auto;
margin-right: auto;
}

.blurb h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:700;
	padding-bottom:10px;
	padding-top:10px;
	line-height:30px;
	text-align: center;
	color: #154A7F;
}

.blurb ul {
	margin-left: 100px;
}

.blurb p {
	text-align: justify;
	font-size: 0.8em;
}


#content p.endform a:link, #content p.endform a:visited {
	text-decoration: none;
}

#content p.endform a:hover {
	text-decoration: underline;
}

#content p.endform {
	padding: 20px;
	text-align: center;
	width: 100%;
	font-size: 14pt;
	font-weight: bold;
}

#content a:hover{
text-decoration: underline;
}

#content{
width: 95%;
margin-left: auto;
margin-right: auto;
}

.normalcase{
text-transform:none !important;
}


#content h2{
font-family: Georgia, "Times New Roman", serif;
clear:left;
font-size:14pt;
text-transform:uppercase;
font-weight:500;
color:#222;
margin-top:1em;
margin-bottom:0.5em;
}

#content h2.dotover{
margin:25px 210px 1em 0;
border-top:1px dotted #333;
padding-top:10px;
}

#content h2#subtitle{
text-transform:none;
color:#7d5657;
}

#content h3{
font-size:1em;
font-weight:bold;
color:#825D5E;
margin-bottom:0.5em;
margin-top:1.5em;
}

#content h4{
font-size:1em;
font-weight:bold;
margin-bottom:0.5em;
}

#content h5{
font-size:0.9em;
font-weight:normal;
color:#999;
margin:0 0 1em 0;
}

#content h6{
font-size:0.9em;
font-style: italic;
border-top:1px solid #ddd;
padding:5px 0 0 0;
font-weight:normal;
text-align:right;
}

#content p.blockquote{
font-weight:normal;
margin:0 50px 1em 50px;
font-style:italic;
line-height:1.2em;
}

#content img.fl-right{
float:right;
margin:0 0 0 20px;
}


/*forms - start (copy of subs form) */ 

form{
margin-bottom:20px;
padding:10px;
}

#header form{
border:0;
padding:0;
background-color:transparent;
}

form p{
margin-top:10px;
}

form fieldset{
border:1px solid #ccc;
padding:1em 1em 2em 1em;
margin-bottom:1em;
}


form label,
form fieldset label{
font-size:0.9em;
font-weight:bold;
width:200px;
float:left;
text-align:right;
padding-right:10px;
}

form input,
form fieldset input{
width:200px;
}


#button,
.button{
width:auto !important;
margin-left:210px;
}

/*forms - end */

/* tables - start */

table{
/* border:1px solid #ccc; */
margin-bottom:20px;
}

th,
td{
padding:5px;
}

thead th{
font-weight:bold;
font-size:1em;
text-align:center;
color: #154A7F;
}

tbody th{
font-weight:normal;
font-size:1em;
text-align:left;
color: #154A7F;
}

tbody td{
font-weight:normal;
font-size:1em;
text-align:left;
background-color:#fff;
}

#content table.summary tbody td {
	border:1px solid #ccc;
}

td.right, thead th.right, td.right input, td.right select {
text-align:right;
}

table.struct {
	border: 0;
	margin: 0;
	width: 100%;
}

table.struct td {
	/* border: 1px solid #666; */
}

table.struct td.struct-left {
	width: 20%;
	vertical-align: top;
}

table.struct td.struct-right {
	width: 80%;
}

table.struct td.struct-left p {
	clear: both;
}

.fieldset-image img {
	float: left;
	border: 2px solid #265098;
	margin: 5px;
}

tr.example td {
	color: #265098;
}


/* tables - end */


/* warning etc messages start */

#messages{
margin:0 0 1em 0;
background:#fff url(http://outdooradventureguide.co.uk/grafix/warning-triangle.png) top left no-repeat;
padding:0 0 0 40px;
font-size:0.9em;
}

p.error,
p.warn,
p.info{
font-weight:bold;
color:#b22;
margin:0 !important;
padding:0;
}

p.warn{
color:#c70;
}

p.info{
color:#396;
}

.ok { 
color:#396;
}

.error { 
color:#b22;
}

/* warning etc messages end */

blockquote p{
text-indent:-0.3em;
margin-left:1em !important;
margin-right:1em !important;
font-style: italic !important;
}
#content p.author{
padding:0.8em 0 1em 0;
border:1px solid #ccc;
border-left:0;
border-right:0;
}

#content p.more{
font-weight:bold;
font-size:0.8em;
color:#999;
}

form#signup{
font-size:0.9em;
width:190px;
margin:0;
}

form#signup label{
margin:0 0 0 -10px;
text-align:left;
}

form#signup input{
margin:0 0 0 -10px;
padding:0;
}

form#signup input.button{
margin:0 0 0 -10px;
width:auto;
}

p.gallerycaption{
clear:left;
color:#666;
margin:0.5em 0 1em 0;
padding-bottom:0.5em;
border-bottom:1px solid #666;
}

.nobord{
border:0 !important;
text-decoration:none !important;
}

.hide{
display:none;
}

.logo {
	width: 100%;
	text-align: left;
	margin-left: 30px;
	margin-top: 60px;
}

.logo img {
	border:0;
}