/*
-----------------------------------------------
Client: Everybodyhurts.co.uk
Author: Copious Ltd - www.copious.co.uk
Copyright: 2006 Copious Ltd
Version:  04 Oct 2006
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */

body {
 	background: #7A960C;
	color: #333;
	margin: 0;
	padding: 0 0 25px 0;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	text-align: center;
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}


	
/* Common Typography
----------------------------------------------- */

h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	}


h1 { 
	color: Gray;
	margin: 0;
	padding: 0;
	font-size: 180%; 
	font-weight: normal;
	}
	
h1 span {
	display: none;
	}
	
h2 { 
	color: #727272;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 180%; 
	font-weight: normal;
	line-height: 1em;
	}
	
h3 {
	color: #7B9608;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 160%; 
	font-weight: normal;
	}
	
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active  {
	text-decoration: none;
	}
	
h4 {
	color: White;
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 140%; 
	font-weight: normal;
	}
	
h5 {
	color: #7B9608;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 160%; 
	font-weight: normal;
	}
	
h5 a:link,
h5 a:visited  {
	text-decoration: none;
	}
	
h5 a:hover,
h5 a:active  {
	background-color: #7A960C;
	text-decoration: none;
	}

	
	
	
	/* General linkology
----------------------------------------------- */

a:link,
a:visited {
	color: #7B9608;
	font-weight : normal; 
	text-decoration: underline;
	}

a:hover { 
	color: #F7FBE9;
	text-decoration : none;
	background-color: #ADC742;
	}

a:active {
	color: #7B9608;
	text-decoration : underline;
	}
	


/* Horizontal Main navigation
----------------------------------------------- */

#navcontainer	{ 	
	float:left;
	background-color: #ACC742;
	border-bottom: 5px solid #7A960C;
	line-height:3em;
	text-align: center;
	width:100%;
	}

#navlist {
	margin: 0 auto;
	padding: 0;
	width: 540px;
	}

#navlist ul {	
	margin: 0;
	padding: 0 ;
	list-style-type: none;
	text-align: center;
	}

#navlist ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	width: 25%;
	}

#navlist ul li a {
	background: transparent;
	color: White;
	border-top: 1px solid #ADC742;
	display: block;
	font-size: 160%; 
	text-decoration: none;

	}
	
#navlist a:hover {
	color: White;
	border-top: 1px solid #7B9608;
	text-decoration: none;
	}

#navlist a:active	{
	background: transparent;
	color: #7A960C;
	}
	
	
/* Story
----------------------------------------------- */

img.logo-branding {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#storycontainer	{
	clear: left;
	background-color: white;
	border-top: 8px solid #F3F4EE;
	border-bottom: 10px solid #CEE473;
	margin: 0;
	padding: 12px 0;
	}
	
#story	{
	margin: 0 auto;
	padding: 14px 40px;
	text-align: left;
	width: 460px;
	}
	
#story p	{ 
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 100%; 
	text-align: left;
	line-height: 1.4em;
	}
	
#story p.published	{ 
	color: #727272;
	border-top: 1px dashed Silver;
	border-bottom: 1px dashed Silver; 
	margin: 0;
	padding: 4px 0 4px 14px;
	}
	
ul.story-details { 
	background-color: #F9F9F6;
	border-top: 1px dashed #C5C5BB;
	border-bottom: 1px dashed #C5C5BB;
	margin: 0 0 20px 0;
	padding: 6px;
	list-style-type: none;
	font-size: 90%;
	}

ul.story-details li {
	padding: 0 6px 0 0;
	line-height: 1.4em;
	display: inline;
	}
	
ul.story-details li.comment {
	padding: 0 0 0 18px;
	background: url(../images/icons/bullet-comment.gif) no-repeat 0 50%;
	}
	
ul.story-details li.tags {
	background: url(../images/icons/bullet-tag.gif) no-repeat 0 50%;
	margin: 0 0 0 8px;
	padding: 0 0 0 16px;
	}
	
ul.story-details li.story {
	background: url(../images/icons/bullet-story.gif) no-repeat 0 50%;
	margin: 0 0 0 8px;
	padding: 0 0 0 16px;
	}
	
	
/* Tags
----------------------------------------------- */

.link_normal {
	font-size:100%;
}

.link_medium {
	font-size:120%;
}

.link_large {
	font-size:140%;
}
	
/* Sign Up
----------------------------------------------- */

#share {
	border-top: 3px solid #A3BB3D;
	border-bottom: 3px solid #7A960C;
	margin: 0;
	padding: 0;
	line-height: 2.2em;
	}
	
#share a:link,
#share a:visited {
	background: Black url(../images/share-your-story.gif) no-repeat 50% 30%;
	color: #ADFF2F;
	padding: 0;
	display: block;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	}
	
#share a:hover {
	background: #424F08 url(../images/share-your-story.gif) no-repeat 50% 30%;
	text-decoration: none;
	}
	
#share a:link span,
#share a:visited span,
#share a:hover span {
	display: none;
	color: #ADFF2F;
	font-size: 100%;
	text-decoration: none;
	}
	
	
/* Comments
----------------------------------------------- */

#commentscontainer	{
	color: #F7FBE9;
	clear: left;
	background-color: #ACC742;
	margin: 0;
	padding: 12px 0;
	text-align: left;
	}
	
#comments	{
	margin: 0 auto;
	padding: 14px 40px;
	width: 460px;
	}
	
#comments a:link,
#comments a:visited	{
	color: White;
	}
	
#comments a:hover,
#comments a:active	{
	background-color: #7A960C;
	text-decoration: none;
	}
	
img.section-title {
	border: 0px;
	margin: 0;
	padding: 0 0 7px 0;
	display: block;
}
	
#comments p.feel-free {
	color: white;
	margin: 0;
	padding: 0 0 24px 0;
	font-size: 90%; 
	line-height: 1.2em;
	}
	
#comments p	{
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 90%; 
	line-height: 1.2em;
	}
	
ol { 
	border-top: 1px solid #DFE9B8;
	border-bottom: 1px solid #DFE9B8;
	margin: 0 0 12px 0;
	padding: 6px 0 6px 20px;
}

ol li {
	padding: 5px 0;
	line-height: 1em;
}


ul.comment-details { 
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	}
	
ul.comment-details li.comment {
	background: #A3BB3D;
	margin: 0;
	padding: 6px 6px 6px 20px;
	line-height: 1.2em;
	}
	
ul.comment-details li.id {
	background: url(../images/icons/bullet-comment-green.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	line-height: 1.4em;
	}
	
#story p.story-details { 
	background-color: #F9F9F6;
	border-top: 1px dashed #C5C5BB;
	border-bottom: 1px dashed #C5C5BB;
	margin: 0 0 20px 0;
	padding: 6px;
	list-style-type: none;
	font-size: 90%;
	}
	
span.para_push_story {
	background: url(../images/icons/bullet-story.gif) no-repeat 0 50%;
	margin: 0;
	padding: 0 0 0 16px;
}

span.para_push_comments {
	background: url(../images/icons/bullet-comment.gif) no-repeat 0 50%;
	margin: 0;
	padding: 0 0 0 18px;
}

span.para_push_tags {
	background: url(../images/icons/bullet-tag.gif) no-repeat 0 50%;
	margin: 0;
	padding: 0 0 0 16px;
}
	
	
/* Graphic titles
----------------------------------------------- */
	
#about-title, #comments-title, #favourite-title, #help-title {
	margin:0; padding:0;
	position:relative;
	width:485px; height:26px;
	margin:0; padding:0;
	overflow:hidden;
	}
	
#about-title span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:485px; height:26px;
	margin:0; padding:0;
	background:url("../images/about-title.gif") top left no-repeat;
	}
	
#comments-title span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:485px; height:26px;
	margin:0; padding:0;
	background:url("../images/comments-title.gif") top left no-repeat;
	}
	
#favourite-title span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:485px; height:26px;
	margin:0; padding:0;
	background:url("../images/favourite-title.gif") top left no-repeat;
	}
	
#help-title span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:485px; height:26px;
	margin:0; padding:0;
	background:url("../images/help-title.gif") top left no-repeat;
	}
	
	
/* Footer
----------------------------------------------- */
	
#credscontainer	{
	clear: left;
	color: white;
	background-color: #7A960C;
	border-top: 3px solid #C6E156;
	margin: 0;
	padding: 0 0 12px 0;
	text-align: center;
	}
	
#credscontainer a	{
	color: white;
	}
	
#credentials	{
	margin: 0 auto;
	padding: 0 40px 14px 40px;
	width: 460px;
	}

.topper {
	clear: both;
	float: right;
	background: #C6E352;
	margin: 0 0 14px 0;
	padding: 0 0 4px 0;
	font-size: 85%;
	text-align: center;
	width: 100px;
	}
	
#credscontainer .topper a	{
	color: #425508;
	}
	
ul.creds, ul.action {
	clear: right;
	color: white;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 85%;
	list-style: none;
	line-height: 1.4em;
	text-align: right;
	}
	
ul.creds a,
ul.action a {
	color: white;
	}
	
ul.action li {
	margin: 0;
	padding: 0 16px 0 0;
	}
	
ul.action #print {
	background: url(../images/icons/print.gif) no-repeat 100% 4px;
	}
	
ul.action #e-mail {
	background: url(../images/icons/email.gif) no-repeat 100% 6px;
	}
	
.podcast-promo { 
	float: left;
	margin: 24px 0 0 0;
	padding: 0;
}

ul.bookmarklets {
	clear: right;
	color: #CEE473;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 85%;
	list-style: none;
	line-height: 1.4em;
	text-align: right;
	}
	
ul.bookmarklets li {
	margin: 0;
	padding: 0 0 0 4px;
	display: inline;
	}
	
#credscontainer ul.bookmarklets a {
	color: #DFE9B9;
	}
	
	
	
/* Sitemap
----------------------------------------------- */

ul.sitemap {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	}

ul.sitemap li {
	padding: 0;
	line-height: 1.4em;
	}
	
ul.sitemap li.map-title span {
	margin: 0;
	line-height: 1.8em;
	font-size: 145%
	}
	
ul.map-stories {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-type: none;
	}

ul.map-stories li {
	background: url(../images/icons/bullet-story.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
	line-height: 1.4em;
	}
	
ul.map-tags {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style-type: none;
	}

ul.map-tags li {
	background: url(../images/icons/bullet-tag.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
	line-height: 1.4em;
	}


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

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}

legend {
	display: none;
	}
	
#form1 {
	margin: 0;
	padding: 0;
}

.formLabel,
.formMessage,
.formCheck {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	}

.row {
	clear: both;
	padding-bottom: 14px;
	}
	
#title,
#detail,
#tags { 
	background-color: #F9F9F6;
	border: 1px solid #C5C5BB;
	margin: 0;
	padding: 3px;
	width: 99%;
	font-size: 90%;
	font-family: "Trebuchet MS", verdana, arial, helvetica,
	}
	
#name,
#comment { 
	background-color: #DFE9B8;
	border: 1px solid #A5BA39;
	margin: 0;
	padding: 3px;
	width: 99%;
	font-size: 90%;
	font-family: "Trebuchet MS", verdana, arial, helvetica,
	}

#submit,
#clear {
	clear: both;
	margin: 14px 0 0 0;
	padding: 0;
	}

/* Misc
----------------------------------------------- */
	
	
hr {
	height: 1px;
	background-color: #DFE9B8;
	color: #DFE9B8;
	border: none;
	padding: 0;
	margin:  0 0 16px 0;
	}

	

	



	





	

