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

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;
}

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

body {
  background: url(images/background.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;
}

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

.flickr {
color: #fff;
}

.greytxt {
color: #8c8681;
}

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


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

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



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

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

.page:hover {
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: 193px;
	margin: 0 auto;
}

#intro li {
	padding: 19px;
}

#content {
	background: url(images/subcontentbox.jpg) no-repeat 96.5% 47%;
	height: 391px;
}

#maincontent {
	background: none;
	height: 352px;
	width: 451px;
	margin: 19px;
	float: left;
}

#subcontent {
	height: 312px;
	width: 264px;
	margin: 32px 38px 47px 44px;
	float: right;
}

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

#photostreamtxt {
	background: none;
	height: 142px;
	width: 140px;
	padding: 9px 20px 10px 20px;
	margin: 0 auto;
	float: left;
}

#photostream {
	background: none;
	height: 162px;
	width: 655px;
	margin: 0 auto;
	float: right;
}

.flickr_badge img { 
	display: block; 
	width: auto; 
	height: 100px; 
	padding: 5px; 
	margin: 23px 15px 10px 5px; 
	border: none; 
	background: #336633; 
	float: left; }


/* =Footer


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

#footer {
	clear: both;
	background: none;
	text-align: center;
	height: 84px;
	padding-top: 5px;
	margin: 0 auto;
}


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


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

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


/* =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
-----------------------------------------------------------------------------*/

