/*-----------------------------------------------------------------------------
Classic Ink Stylesheet (Pages)

version:   1.0
author:    steven daniels
website:   www.designbysteve.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table {
  margin: 0.5em 0;
}

/* Remove styles from links */
ul,li  { 
list-style-type: none; 
}
a   { 
outline: none;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

.button					{ padding: 3px 3px; background: #59b22d; color: #fff; }
.button:hover			{ background: #fff; color: #59b22d; cursor: pointer; }

/* Remove border around linked images */
img {
	border: 0;
}

body {
  background: url(images/bgother.jpg) repeat-x;
  background-color: #333333;
  width: 100%;
  display: table;
}

#container {
	background: none;
	width: 850px;
	margin: 0 auto;
	text-align: left; /*part 2 of makes box central in ie (re-aligns text)***********/
	overflow: visible;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font-size: 62.5% ;
}

h1 {
color: #59b22d;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
font-size: 3em;
}

h2 {
color: #59b22d;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
font-size: 3em;
}

h2.sidebar {
color: #8bc66d;
}

h3 {
color: #8c8681;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
font-size: 2em;
}

h4 {
font-size: 2em;
font-weight: 400;
line-height: 1.2em;
color: #ccc;
font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

p {
font-size: 1.2em;
font-weight: 400;
line-height: 1.3em;
color: #ccc;
font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

.flickr {
color: #fff;
}

.greytxt {
color: #8c8681;
}


/* =Headings
-----------------------------------------------------------------------------*/

#header {
	background: url(images/logo.jpg) top left no-repeat;
	height: 146px;
}



/* =Links
-----------------------------------------------------------------------------*/

a#page 
{
color: #59b22d;
font-weight: 400;
text-decoration: none;
}

a:hover#page {
color: #fff;
font-weight: 400;
text-decoration: underline;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#nav {
	width: 520px;
	height: 60px;
	padding: 7em 0 0 39em;
	text-align:center;
}

ul#nav li {
display:inline} /* this makes the menu display horizontally in ie (has to be a seperate rule) CHICK THIS VS SUBNAV ie IS IT FLOATLEFT OR DISPLAYINLINE?*/

ul#nav a  {
	display: block;
	float: left;
	padding: 0 0.6em;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	font-weight: 400;
	font-size: 1.9em;
	text-decoration: none;
}

#nav a:link, #nav a:visited {
	color: #fff;
}

#nav a:hover {
	color: #59b22d;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/

#sitemap {
	float: left;
  	text-align:center;
	padding: 1em 0 0 26em
}

ul#sitemap li  { 
	float: left; /* this makes the menu display horizontally in ie (has to be a seperate rule)*/
}

ul#sitemap a  {
	display: block;
	float: left;
	line-height: 2.1em;
	padding: 0 1em;
	width: auto;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
}

#sitemap a:link, #sitemap a:visited {
	color: #59b22d;
}

#sitemap a:hover {
	color: #ccc;
}


/* =Main Content
-----------------------------------------------------------------------------*/

#intro {
	clear: both;
	background: none;
	height: 19px;
	margin: 0 auto;
}

#contentgallery {
	background: none;
	height: 627px;
	margin-bottom: 13em;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	background: none;
	text-align: center;
	height: 84px;
	margin: 0 auto;
	
}


#credits {
	background: none;
	text-align: center;
	padding-top: 25px;
	height: 50px;
	margin: 0 auto;
	clear: both;
}

/*-----------------------------------------------------------------------------

/* ie7 only begin with html>body {code in here}
-----------------------------------------------------------------------------*/

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}

label {
	float: left;
	width: 10em;
	margin-bottom: 1em;
}

input {
	width: 200px;
	height: 20px;
	border: 1px solid #999;
}

input.button {
	border: none;
	width: 80px;
	height: 30px;
	margin-top: 1em;
}

textarea {
	width: 400px;
	height: 100px;
	border: 1px solid #999;
}

input:focus, textarea:focus {
	background: #ccc;
}




/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

.floatimgright { /* Leave at end of stylesheet */
float:right;
margin: 25px 0px 0px 10px;
}

.floatimgleft {
float:left;
margin: 25px 15px 0px 0px;
}



/* =Misc 2
-----------------------------------------------------------------------------*/

ul#checklist li {
background: url(images/16-circle-green-check.png) no-repeat 0 50%;
padding-left: 30px;
}
