/* GreyIce 0.10 by M.R.Muthu Kumar (m_muthukumar@users.sf.net)
based on BlueIce(RSS Reader Panel) by Joerg-Olaf Schaefers (http://fx3.org) */ 

html * 
{
	-moz-box-sizing: border-box;
}

html 
/* General Html formatting I think */
{
	line-height: 1.5; 
}
				
/* Body formatting */
body            
{ 
	font-family: Georgia, Palatino, "Times New Roman", serif;
  	background: #FFFFFF url(gfx/background.png);
  	margin: 0px;
  	padding: 0px;         
}

a               
{ 
	text-decoration: none; color: #696969; 
}

a:link
/* Link properties */
{
	text-decoration: none;
	color: #436976;
	font-weight: bold;
}

a:visited
/* Visited link properties */
{
	text-decoration: none;
	color: #537986;
}

a:hover
/* Over link properties */
{
	text-decoration: underline;
}

.item-desc a          
{ 
	text-decoration: none;
        /* color: #4D8AA6; */
        color: #696969;
        font-weight:bold;
        padding:0px 3px 0px 3px;                                         
}        
.item-desc a:hover    
{ 
	padding:0px 2px 0px 2px;
        background: #FFFFFF url('gfx/linkbgh.png') repeat-x top;
        border:1px solid #4D8AA6;
        -moz-border-radius:4px;                                          
}
.item-desc a:visited  
{ 
	text-decoration: line-through; 
	/* color: #4D8AA6; */
	color: #696969; 
	font-weight:bold; 
}


a:active
/* Link as it is being clicked properties */
{
	text-decoration: none;
}

p.item-desc a:link
/*Paragraph and paragraph link properties */
{
	color: #029;
}

#rss-header
/* This is the global title of the site. rss-title and rss-desc are children to this one */
{
	background-color: Silver;
	border: 1px solid #696969;
	/* background-color: #D9E3EE;                                   */
        /* border: 1px solid #4D8AA6; */
        -moz-border-radius:4px;
        padding: 6px 8px;
        margin: 10px 2%;  
}

#rss-title
/* The RSS header properties. Basically the where the <title> */
{
	/* background-color: red; */ /* uncomment to see effect */
	font-size: 1.3em;
        line-height: 1;
        margin: 0px;
        padding: 0px;         
	color: #696969;
}

#rss-title a    
{ 
	text-decoration: none; color: #696969; font-size: 1.1em;     
}

#rss-link       
{ 	color: #696969;
        font-size: 0.8em; 
        margin: 0px;
        padding: 5px 0px 0px 20px;                                   
}


#rss-desc
/* The description of the RSS. Not all sites have this, but a lot do. */
{
	/* color: red; */ /* uncomment to see what it does */
	font-size: 0.8em; 
        margin: 0px;
        padding: 5px 0px 0px 20px;    
	color: #696969;
}

div.item
/* Global news table properties */
{
	/* background-color: #000000; */ /* uncomment to see effect */
	/* background-color: #D9E3EE; */
        /* border: 1px solid #4D8AA6; */
	background-color: #DCDCDC;
	border: 1px solid Gray;
        width:  47%;  float: left;
        w/idth:  95%;
        min-width: 14em;
        -moz-border-radius:4px;
        margin: 0px 0px 8px 2%;
        padding: 0px;             

}

h2.item-title
/* The div.item's header properties */
{
	/* background-color: #dee7ec; */ /* change around to see what cell it's changing */
	/* background-color: #4D8AA6; */
	background-color: Gray;
        font-size: 0.8em;
        font-weight: normal;
        line-height: 1.2em;
        margin: 0px;
        color: #FFFFFF; 
        padding: 5px 5px 8px 8px;
	border: 1px solid gray;
        / * border-bottom:2px solid #FFFFFF; */
}

h2.item-title a         { text-decoration: none; color: #FFFFFF; font-weight:bold;   }
h2.item-title a:hover   { text-decoration: underline; color: #FFFFFF;                }
h2.item-title a:visited { text-decoration: line-through; color: #FFFFFF;             }

span.item-ordinal
/* The news's entry number properties */
{
	/* color: red; */ /* uncomment to see what it does */
	padding-right: 0.1em;
}

div.item-desc
/* The news's body properties */
{
	/* color: red; */ /* uncomment to see what it does */
	min-height: 6em;
        font-size: 0.8em;
        margin: 0px;
        padding: 8px 10px;       
}

div.item-pubDate
/* Date which it was released */
{
	/* background-color: #FF0000; */ /* Uncomment to see where it is */
        font-size: 0.8em;
	margin: 0px;
	padding: 8px 10px;
	width: 80%;
	float: left;
}

div.item-technorati
/* Bottom cell where respond bubble is */
{
	/* background-color: #00FF00; */ /* uncomment to see where it is */
	font-size: x-small;
	margin: 0px;
	padding: 8px 10px;
	width: 20%;
	float: right;
	text-align: right;
}


