/*
		Purpose:	RSS Feeds, Style Sheet
		Site:		www.
		Author:		Mark Rowlands, (c) Fusion Advertising & Design Ltd 2008
		Version:	0.01 (26th June 2008)
		
		Changes:
			0.01	MR	26/06/2008	Initial development
	
*/


/* 	STANDARD TAGS
	HTML Standard Tag overrides
------------------------------------------------
*/

.rss #rssAreaList ul { margin:0; padding:0; width:695px; float:left; }
.rss #rssAreaList li { margin:0; padding:0; padding-bottom:20px; float:left; list-style:none; background-image:none; }
.rss #rssAreaList li p { font-size:1em; margin:0 0 3px 0; }
.rss #rssAreaList li p a { font-size:1.2em; font-weight:bold; display:block; border-bottom:1px solid #cccccc; width:680px; }
.rss #rssAreaList ul li ul { margin:0; padding:0; float:left; height:100%;}
.rss #rssAreaList ul li ul li { margin:0; padding:0px 0px 3px 12px; float:left; width:120px; background-image:url(../images/bullet_small.gif); background-repeat:no-repeat; background-position:0 5px;}
.rss #rssAreaList ul li ul li a { font-size:0.9em; }

.rss #rssPriceList ul { margin:0; padding:0; }
.rss #rssPriceList li { margin:0; padding:0; padding-bottom:10px; background-image:none;}
.rss #rssPriceList li a { background-image: url(/resources/images/ico_rss_logo.gif); background-repeat: no-repeat; padding-left: 40px; padding-top: 0px;  }


.rss #rssSections {}
.rss #rssSections li { padding:0px; margin:0px 10px 0px 0px;}

#rssSections { float:left; margin:15px 0px 0px 0px;}
#rssSections ul { float:left; padding:0px; margin:0px;}
#rssSections ul li { float:left; list-style:none; background-image:none; padding:0px; margin:0px;}


/* Styling for the rss feeds 
======================================*/

/* Time-stamp: "2005-05-02 20:54:36 ADT" sburke
 by sburke@cpan.org - I hereby release this CSS code into the public domain.
*/

/** {
  display: block;
  border-top:  2px groove #000060;
  border-left: 2px groove #000060;
  padding: 2px 2px 2px 15px;
}

link:before            { content: "\00a0\00a0 URL:\00a0\00a0\00a0\00a0 " }
webMaster:before       { content: "\00a0\00a0 Feed admin: " }
lastBuildDate:before   { content: "\00a0\00a0 Last feed update: " }
updateFrequency:before { content: "\00a0\00a0 Update Frequency: " }
updateFrequency:after  { content: " times" }
updatePeriod:before    { content: "\00a0\00a0 Update Period: " }
updateBase:before      { content: "\00a0\00a0 Update Base: " }
language:before        { content: "\00a0\00a0 Language: " }
docs:before            { content: "\00a0\00a0 Read me: " }
description:before     { content: "\21D2  "} 

docs {  color: #fcc; }

image, guid, ttl, skipHours, skipDays, updateBase { display: none }

channel description { font-size: 150%; }
item    description { font-size: 110%; }

:root:before {
 content: "\2022\00a0\00a0\00a0 Don't panic.  This data file is meant to be read in an RSS reader.\00a0\00a0  See http://interglacial.com/rss/about.html  \00a0\00a0\00a0\2022";
}

:root {
  border: none;
  padding: 0;
  padding-top: .7em;
  margin: 2px;
  font-size: 11pt;
  display: block;
  background-color: black;
  color: white;
}

channel {
  border:  0;
  padding: 0;
  margin-top: .9em;
}

channel > title {
  font-size:  230%;
  font-style: italic;
}

item {
  padding: 0;
  border: 0;
  border-left: 9px solid #80d0d0;
  margin: 25px 0 20px 0;
}

item > * { border: 0; }

item > title {
  font-size: 150%;
}

item > link {
  font-size: 80%;
  margin-top:  6px;
  margin-bottom: 6px;
}
*/
/* End */




