
/* -------------------------------------------------------------- 
   GO! Co-operative CSS
    * Filename:        style.css
    * Version:         0.5 (18-06-2009) DD-MM-YYYY
    * Website:         http://www.go-now.coop/css/
	
  Created by:
    * Morgan Faichney
    * Al Macmillan
    * Neil Albrock
	Copyright 2009 Atomised Co-operative Ltd
-------------------------------------------------------------- */
/*****************************************************
* Reset
*****************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body{line-height:1.5em;}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a { outline: none;
	cursor:pointer;
}
ul, li {
	list-style:none;
}
/*****************************************************
* 960 Grid
*****************************************************/
/* Sets up basic grid floating and margin. */
.width-1, .width-2, .width-3, .width-4, .width-5, .width-6, .width-7, .width-8, .width-9, .width-10, .width-11, .width-12 {display:inline;float:left;margin-left: 10px;margin-right: 10px;}
/* Use these classes to set the width of a column. */
.width-1  { width: 60px;}
.width-2  { width: 140px;}
.width-3  { width: 220px;}
.width-4  { width: 300px;}
.width-5  { width: 380px;}
.width-6  { width: 460px;}
.width-7  { width: 540px;}
.width-8  { width: 620px;}
.width-9  { width: 700px;}
.width-10 { width: 780px;}
.width-11 { width: 860px;}
.width-12 { width: 940px;}
/* Add these to a column to append empty cols after. */
.after-1  { padding-right: 80px;}
.after-2  { padding-right: 160px;}
.after-3  { padding-right: 240px;}
.after-4  { padding-right: 320px;}
.after-5  { padding-right: 400px;}
.after-6  { padding-right: 480px;}
.after-7  { padding-right: 560px;}
.after-8  { padding-right: 640px;}
.after-9  { padding-right: 720px;}
.after-10 { padding-right: 800px;}
.after-11 { padding-right: 880px;}
.after-12 { padding-right: 960px;}
/* Add these to a column to prepend empty cols before. */
.before-1  { padding-left: 80px;}
.before-2  { padding-left: 160px;}
.before-3  { padding-left: 240px;}
.before-4  { padding-left: 320px;}
.before-5  { padding-left: 400px;}
.before-6  { padding-left: 480px;}
.before-7  { padding-left: 560px;}
.before-8  { padding-left: 640px;}
.before-9  { padding-left: 720px;}
.before-10 { padding-left: 800px;}
.before-11 { padding-left: 880px;}
.before-12 { padding-left: 960px;}

/*add these to remove the padding*/
.left-nopad{margin-left:0px;}
.nopad{margin-left:0px; margin-right:0px;}	
/*****************************************************
* navigation 
*****************************************************/
h1.logo a{
	text-indent:-9999px;
	background:url(../images/logo3.png) no-repeat;
	width:125px;
	height:56px;
	position:relative;
	float:left;
	top:30px;
	left:26px;
	overflow:hidden;
}
.navbar{
	margin-top:51px;
	position:relative;
	right:-30px;
}
#navwrap{
	position: relative;
	margin-top:0px;
}

ul#nav { background:url(../images/nav2.png);}
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:35px; display:block; text-indent:-9999px; outline:none }

li#navCoop a, li#navPlans a, li#navInvest a, li#navShares a, li#navPeople a, li#navInfo a , li#navDestinations a, li#navContact a { background:url(../images/nav2.png)}

li#navCoop a 						{ background-position:0 0; width:91px; left:0 }
li#navCoop a:hover					{ background-position:0 -37px }
body#pagecoop li#navCoop a 			{ background-position:0 -37px }

li#navPlans a 						{ background-position:-91px 0; width:92px; left:91px }
li#navPlans a:hover					{ background-position:-91px -37px }
body#pageplans li#navPlans a 		{ background-position:-91px -37px }

li#navInvest a 						{ background-position:-183px 0; width:92px; left:183px }
li#navInvest a:hover					{ background-position:-183px -37px }
body#pageinvest li#navInvest a 		    { background-position:-183px -37px }

li#navShares a 						{ background-position:-275px 0; width:92px; left:275px }
li#navShares a:hover					{ background-position:-275px -37px }
body#pagejoin li#navShares a 		    { background-position:-275px -37px }

li#navPeople a 					{ background-position:-367px 0; width:91px; left:367px }
li#navPeople a:hover				{ background-position:-367px -37px }
body#pagepeople li#navPeople a 	{ background-position:-367px -37px }

li#navInfo a 						{ background-position:-458px 0; width:94px; left:458px }
li#navInfo a:hover					{ background-position:-458px -37px }
body#pageinfo li#navInfo a 		{ background-position:-458px -37px }

li#navDestinations a 						{ background-position:-552px 0; width:92px; left:552px }
li#navDestinations a:hover					{ background-position:-552px -37px }
body#pagedestinations li#navDestinations a 		{ background-position:-552px -37px }

li#navContact a 						{ background-position:-644px 0; width:91px; left:644px }
li#navContact a:hover					{ background-position:-644px -37px }
body#pagecontact li#navContact a 		{ background-position:-644px -37px }

/*ul#nav { background:url(../images/nav.png);}
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:35px; display:block; text-indent:-9999px; outline:none }

li#navCoop a, li#navPlans a, li#navInvest a, li#navShares a, li#navPeople a, li#navInfo a , li#navDestinations a, li#navContact a { background:url(../images/nav.png)}

li#navCoop a 						{ background-position:0 0; width:83px; left:0 }
li#navCoop a:hover					{ background-position:0 -35px }
body#pagecoop li#navCoop a 			{ background-position:0 -35px }

li#navPlans a 						{ background-position:-83px 0; width:84px; left:83px }
li#navPlans a:hover					{ background-position:-83px -35px }
body#pageplans li#navPlans a 		{ background-position:-83px -35px }

li#navInvest a 						{ background-position:-167px 0; width:84px; left:167px }
li#navInvest a:hover					{ background-position:-167px -35px }
body#pageinvest li#navInvest a 		    { background-position:-167px -35px }

li#navShares a 						{ background-position:-251px 0; width:83px; left:251px }
li#navShares a:hover					{ background-position:-251px -35px }
body#pagejoin li#navShares a 		    { background-position:-251px -35px }

li#navPeople a 					{ background-position:-334px 0; width:85px; left:334px }
li#navPeople a:hover				{ background-position:-334px -35px }
body#pagepeople li#navPeople a 	{ background-position:-334px -35px }

li#navInfo a 						{ background-position:-419px 0; width:84px; left:419px }
li#navInfo a:hover					{ background-position:-419px -35px }
body#pageinfo li#navInfo a 		{ background-position:-419px -35px }

li#navDestinations a 						{ background-position:-503px 0; width:84px; left:503px }
li#navDestinations a:hover					{ background-position:-503px -35px }
body#pagedestinations li#navDestinations a 		{ background-position:-503px -35px }

li#navContact a 						{ background-position:-587px 0; width:85px; left:587px }
li#navContact a:hover					{ background-position:-587px -35px }
body#pagecontact li#navContact a 		{ background-position:-587px -35px }
.twitter{
	position:absolute;
	right:48px;
	top:6px;
}
/* -------------------------------------------------------------- */


#header_wrapper {
	width: 100%;
}
.header_container {
  width: 968px;
  margin: 0 auto;
  height:120px;
  background:url(../images/header.png);
  margin-bottom:8px;
}
.header_container ul{
	list-style:none;
	display:inline;
}
#footer_wrapper {
	width: 100%;
	height:190px;
}
.footer_container {
  width: 960px;
  height: 180px;
  margin: 0 auto;
  padding-bottom: 10px;
  position:relative;
}
.container {
  	width: 968px;
  	overflow:hidden;
  	margin-left: auto;
	margin-right: auto;
}
.top {
	background:url(../images/top.png) no-repeat 0 0;
	height:28px;
}

.middle {
	background:url(../images/middle.png) repeat-y;
	height:100%;
}
.bottom {
	background:url(../images/bottom.png) no-repeat 0 0;
	height:36px;
	margin-bottom:8px;
}
.extra-left{
	padding-left:26px;
	margin-left: 5px;
}
.lineheight {
margin-top: 19px;
}
.colourbar {
background: url(../images/colourbar.png) no-repeat;
width: 96px;
height: 23px;
   margin-left: 31px;	
} 
.clear{clear:both;}

div.article_image {
margin-left: -6px;
margin-top: -16px;
}

.article_image img{
position: relative;
left: 17px;
}
.article_image_top {
background:url(../images/article_image_top.png) no-repeat 0 0;
height:15px;
}

.article_image_mid {
background:url(../images/article_image_middle.png) repeat-y;
height:100%;
	margin-bottom: -7px;
}
.article_image_bottom {
background:url(../images/article_image_bottom.png) no-repeat 0 0;
height:15px;
margin-bottom:8px;
}

/*****************************************************
* sidebar styles 
*****************************************************/
.sidebar-item{
	clear:both;
	margin-top:30px;
	height:130px;
	width:300px;
}
.sidebar-item p, div.footer_trio p{
	font-size:14px;
	color:#065D6B;
}

.sidebar-image{
	float:left;
	background:url(../images/sidebar_back.png) no-repeat 0 0;
	width:170px;
	height:130px;
	padding-right:10px;
}
.sidebar-image img{
	padding:13px 16px;
}
.sidebar-a{
	position: relative;
	float:left;
	width:110px;
	right: 3px;
}
.sidebar-item a{
	font-size:14px;
	text-decoration: underline;
	color:#000;
}
.sidebar-item a:hover{
	color:#f56e16;
}

.sidebar-p{
	position: relative;
	float:left;
	padding-bottom:10px;
	width:110px;
	top: 8px;
	right: 3px;
}

div.width-4.sidebar {
	position: relative;
    margin-top:12px;
    margin-bottom:19px;
}


/*****************************************************
* Typography styles
*****************************************************/

body { 
	font-size: 16px;
	line-height: 19px;	
	color:#000000;
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Gill Sans, "Helvetica", "Arial", Trebuchet, Calibri, sans-serif; 
	font-weight:100;
	font-style: normal;
}



.sixteen p {
	margin: 0 0 19px 0;
}
.footer{
	font-size:11px;
}
h2 {
	font-size: 38px;
	margin: 0 0 19px -2px;
	font-weight: 700;
}

h3 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: bold;
		color:#0a8ca1;
}
h4 {
	font-weight: 500;
	margin-bottom: 8px;
}
div.container  ul {
	margin-bottom: 19px;
}
div.container  ul li {
	margin-left: 36px;
	margin-bottom: 2px;
	font-size: 14px;
}
li {
	list-style-type: disc;
}
h2.go {
	color:#0a8ca1;
	font-weight:bold;
}
span.go{
	color:#0a8ca1;
	font-weight:bold;
}
span.italic {
	font-style: italic;
}
span.heavieritalic {
	font-style: italic;
	font-weight: 500;
}
span.bold {
	font-weight: 500;
}
span.left {
	float:left;
}
span.right {
	float:right;
}

.sixteen a{
	color:#0a8ca1;
	text-decoration:none;
	font-weight:bold;
}
.sixteen a:hover{
	text-decoration:underline;
}
img.right {
	margin-top: 13px;
	margin-left: 35px;
}
.footer a{
	text-decoration: none;
    color:black;
}
.footer a:hover{
	color:#f56e16;
}


div.footer_trio {
	left: 15px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
}
div.footer_trio a {
	font-weight: normal;
	font-style: normal;
}
div.footer_trio a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}
div.footer_trio p, div.footer_trio h4 {
	text-align: center;
}

h4.foottweetheader a {
	text-indent:-9999px;
	background: url(../images/twitter.png) no-repeat 61px 0;
	float: left;
	overflow:hidden;
	width: 100%;
	height: 18px;
}
#archivalink  {
	float: left;
	width: 120px;
	padding-left: 5px;
	padding-right: 5px;
}

#linkfarm {
	width: 283px;
	float: left;
	border-left: 2px dashed #93B0B5;
	border-right: 2px dashed #93B0B5;
	padding-left: 5px;
	padding-right: 5px;
}

#rss-feed {
	width: 120px;
	padding-left: 10px;
	float: left;
}
#rss-feed img{
	position:relative;
	margin-left:26px;
}


#linkfarm ul li {
	font-size: 12px;
	text-align: center;
	margin-left: -3px;
	margin-bottom: 0px;
	list-style-position: inside;
	color:#065D6B;

}
