	/* General styles */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	color: #2b2b2b;
	font-size: 12px;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:;
	min-width:400px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	}
	
	
p {
	padding:0px;
	}
	
h1
{
	font-size: 2.2em;
	font-weight: bold;
	font-size-adjust: none;
	letter-spacing: -2px;
	border-bottom: 1px solid #66A5FF;
	padding: 0px;
	margin: 10px 0px 2px 0px;
}
	
h2
{
	font-size: 2em;
;	font-weight: bold;
	font-size-adjust: none;
	letter-spacing: -1px;
	line-height: normal;
	margin: 0px 5px 0px 0;
}

h3
{
	font-size: 1.6em;
	line-height: 1em;
	padding: 0px 0 5px 0;
	margin:0px 0 5px 0;
}

h4
{
	padding: 10px 5px 0 0;
	margin:0;
}

a
{
color:#1D67B7;	
text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	}

li
{
	margin-top: 10px;
}

input.text,
textarea
{
	padding: 2px 3px;
}

input.medium
{
	width: 300px;
}

input.large,
textarea.large
{
	width: 400px;
}



.dropdown
{
font-weight: bold; 
background-color: #4c5188; 
color: #fff; 
margin: 0px auto; 
margin-bottom: 10px; 
text-align: right; 
width: 180px; 
padding: 5px;
}

.field-title
{
	font-size: 10pt; 
	font-weight: bold;
}

.field-title span
{
	font-size: 8pt; 
	font-weight: normal;
	color: #999;
}

.field-desc
{
	font-size: 8pt; 
	font-weight: normal;
	color: #999;
}

.splash
{
background-color: #ffffff;
margin: 100px; 
width: 550px; 
padding: 20px; 
font-size: 16pt
}



#headertop 
{ 
border-bottom: 1px solid #CCCCCC;  
padding:6px 8px;
text-decoration: none; font-weight: normal; 
display: block; color: #555555;
height: 18px;
}

	
#loading {
	position: absolute; ; top: 100px;
	width:50%;			/* left column content width (left column width minus left and right padding) */
	left:25%;			/* (right column width) plus (left column left padding) */
	margin: 20px;
	padding: 10px 20px 10px 10px;
	color:#111111;
	background:;
	font-size: 1.6em;
	font-weight: normal;
	border: 1px solid #cccccc;
	}

#feed-container #content-body h2
{
	margin: 0px;
}

/* feed-items */

.item
{
	position:relative;
	float:left;
	margin-bottom: 20px;
	padding: 0px;
	width:100%;
	clear:both;
}

.item .desc
{
	margin-top: 15px;
}

.item .info
{
	color: #999;
	margin: 2px 5px 0px 0px;
}

.item img
{
	border: none; /* prevent link borders */
	padding: 2px;
}

.item .controls
{
	float: right;
	position: relative;
	width: -20%;
	display: inline;
	/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #floatbox {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

}

.info span
{
margin-right: 20px;
}

.heat-index 
{
	font-size: 2em;
	font-weight: bold;
	color: #7FCB00;
	font-family: Georgia;
	line-height:0em;
	}

/* page-header */

#header-container
{
	background: #fff url(../images/headerbar.gif) repeat-x scroll bottom left;
	height: 120px; 
	min-width: 900px;
}

#login
{
	float: right; 
	width: 250px; 
	padding: 10px;
}

#login #username,
#login #password
{
	border: 1px solid #999;
	padding: 2px 3px;
}


/* page-content */



#content-title {
	clear:both;
	padding:6px;
	border-bottom: 1px solid #CCCCCC;  
	left: 2%;
	width: 80%;
	}


#body-header {
padding: 0 0 5px;
margin: 0 0 5px;
float: left;
width:100%;
position:relative;
clear:both;
border-bottom: 1px dotted #bbb;
}

#body-header span {
float:left;
margin: .5em 10px 0em 0;
vertical-align:middle;
	font-size: 1em;
	line-height:1em;
	color: #737373;
}
	
	#side,
	#content-body
	{
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

	
#body-container
{
		float:left;
		width:100%;
		position:relative;
		right:25%;
		}

#content-body
{
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */	
	}

#side
{
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}	


#content-shadow-top
{
	float: right;
	display: inline; 
	width: 7px;
	height: 10px;
	background: transparent url(../images/shadow-corner.gif) no-repeat scroll right top;
}

#pagination-controls-top
{
	float: left;
	font-size: 8pt;
	position:relative;
	clear:both;
	width:100%;
	border-bottom:1px dotted #BBBBBB;
	}

#pagination-controls-bottom
{
	float: right;
	display: inline; 
	padding: 5px;
	font-size: 8pt;
	position:relative;
}

#story-controls-bottom
{
	float: left;
	display: inline; 
	padding: 5px 10px;
	padding-left: 17px;
	font-size: 8pt;
	margin-top: -24px;
}



#content-footer
{
	margin-right: 7px; 
	font-size: 8pt;
	padding: 20px;
	padding-top: 0px;
	background-color: #fff;
}

#feed-container #content-footer
{
	background-color: transparent;
}

#footer-container
{
width:100%;
clear:both;
float:left;
position:relative;
border-top: 3px solid;  
position: relative;
margin: 4px 0px 2px 0px;
padding: 5px 5px 0px 5px;
}


/* feed-cloud */

.cloud
{
	font-family: arial;
	border-bottom: 1px dotted #CCCCCC;  
	padding: 3px 0px 3px 0px;
}

.cloud span
{
	padding-right: 5px;
}

.cloud a
{
	padding: 0px 3px 0px 3px;
}

.cloud a:hover
{
	color: #00f;
}

.cloud .smallest
{
	font-size: 7pt;
	color: #111111;
}

.cloud .smaller
{
	font-size: 8pt;
	color: #111111;
}

.cloud .small
{
	font-size: 10pt;
	color: #111111;
}

.cloud .medium
{
	font-size: 12pt;
	color: #111111;
}

.cloud .large
{
	font-size: 14pt;
	color: #111111;
}

.cloud .larger
{
	font-size: 16pt;
	color: #111111;
}

.cloud .largest
{
	font-size: 18pt;
	color: #111111;
}

/* page-tabs */

#tabs
{
	position: absolute; 
	top: 71px; 
	left: 100px; 
	width: 500px;
	z-index: 10;
}

#tabs span
{
	display: none;
}

#home-tab,
#favorites-tab,
#sources-tab,
#create-feed-tab
{
	display: block;
	height: 41px;
	float: left;
	background: #fff url(../images/tabs.jpg) no-repeat scroll 0px 0px;
}

#home-tab
{
	background-position: 0px 0px;
	width: 94px;
}

#home-tab:hover
{
	background-position: 0px -41px;
}

#home #home-tab,
#home-tab.active
{
	background-position: 0px -41px;
}

#favorites-tab
{
	background-position: -94px 0px;
	width: 123px;
}

#favorites-tab:hover
{
	background-position: -94px -41px;
}

#favorites #favorites-tab,
#favorites-tab.active
{
	background-position: -94px -41px;
}

#sources-tab
{
	background-position: -217px 0px;
	width: 118px;
}

#sources-tab:hover
{
	background-position: -217px -41px;
}

#sources #sources-tab,
#sources-tab.active
{
	background-position: -217px -41px;
}

#create-feed-tab
{
	background-position: -335px 0px;
	width: 155px;
}

#create-feed-tab:hover
{
	background-position: -335px -41px;
}

.ctrl-icon
{
	float: left;
	display: inline; /* fix */
	margin-right: 5px;
}

.group-item
{
	margin-bottom: 5px;
}

.group-desc
{
	font-size: 8pt;
}

.tags
{
	color: #999;
	margin: 2px 5px 5px 0px;
	font-size: 8pt;
}


.align_edit_feeds
{
 padding:5px 0 0 0;
 color: #111111;
}	

.highlight
{
background: #DDF0F8;
padding: 5px 5px;
margin:5px 0 20px 0;
border: 1px solid #E3E3E3;
}

.divider
{
	border-top: 3px solid #7FCB00;
	border-bottom: 1px dotted #CCCCCC;  
	padding: 5px 0 3px 0;
;
}

.dotted_bottom
{
border-bottom: 1px dotted #CCCCCC;  
}

.rss_img
{
	height: 25px;
	width: 25px;
	border:none;
}

.description
{
	font-color: #eee;
	font-size: .8em;
}



form
{
	font-weight: normal;
	font-size: 1em;
}

select
{
	font-weight: normal;
	font-size: 1em;
}

	/* Sections */

#page_container
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:98%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	left:1%;
	top:1%;
	background:#fff;
}

#header
{ 
clear:both;
float:left;
position:relative;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	color: #222222; 
}

#headertopright 
{ 
float:right;
text-align: right;
font-size: 1.2em;
padding:0px 8px;
}

#headerlogo 
{ 
float:left;
top: 300px; left: 30px;
padding:1px 8px;
height:50px;
}



	#header ul {
		clear:left;
		float:left;
		position:relative;
		width:100%;
		list-style:none;
		margin:0 0 0 0;
		padding:0;
		background:;
		border-bottom: 3px solid;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

#content
{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:98%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	left:1%;
	top:1%;
}

#left-column
{
	float:left;
	clear:both;
	width:73%;			/* left column content width (left column width minus left and right padding) */
	}

#column-header
{
position:relative;	/* This fixes the IE7 overflow hidden bug */
float:left;
width:100%;
border-bottom:1px dotted #BBBBBB;
clear:right;
}

#column-header span {
float:left;
margin: .5em 10px 0em 0;
vertical-align:middle;
	font-size: 1em;
	line-height:1em;
	color: #737373;
}
	
#side
{
		position:relative;
		width:25%;			/* right column content width (right column width minus left and right padding) */
		left:2%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}	

#content-column1
{
		float:left;
		position:relative;
		width:46%;			/* right column content width (right column width minus left and right padding) */
		left:0%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

#content-column2
{
		float:right;
		position:relative;
		width:48%;			/* right column content width (right column width minus left and right padding) */
		right:0%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}


.subtitle
{
	font-weight: bold;
	font-size: 1.2em;
	line-height:1em;
}	

#feed-group
{
		float:left;
		position:relative;
}

#link-bar
{
	font-size: .8em;
	line-height:.8em;
	color: #737373;
}
