/*
-----------------------------------------------
Pheedo, Inc. Syndicate Feed CSS styles
Author:   Dan Hower
Version:  September 2006
----------------------------------------------- */


/* Body
----------------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
	
/* Structure
----------------------------------------------- */
#align {
	width: 762px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	top: 0;
	left: 0;
	}
	
#wrapper {
	width: 762px; 
	color: #444;
	margin: 0;
	padding-bottom: 3px;
	background-color: #ECECEC;
	float: left;
	text-align: left;
	}
	
#quicksub #wrapper {
	width: 762px; 
	color: #333;
	margin: 0;
	padding-bottom: 3px;
	background: #fff url(/images/cubes.gif) no-repeat right bottom;
	float: left;
	}
	
#outline {
	width: 734px;
	border: 1px solid #C6D1E5;
	background-color: #fff;
	padding: 10px;
	float: left;
	}
	
#header {
	width: 734px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #C6D1E5;
	background: none;
	}

#footer {
	width: 762px;
	font-size: 10px;
	background: #f0f0f0;
	color: #999;
	text-align: center;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	float: left;
	}
	
#feed_logo {
	float: right;
	margin-left: 25px;
	}
	
.container {
	width: 99%;
	float: left;
	}
	
.leftcol {
	width: 50%;
	float: left;
	}
	
.rightcol {
	width: 49%;
	float: right;
	}
	
/* Backgrounds
----------------------------------------------- */
#textfeed {
	background: #255EA1 url(/images/bckgrnd-feed.gif) repeat;
	}
	
#podcast {
	background: #f60 url(/images/bckgrnd-podcast.gif) repeat;
	}

#quicksub {
	background: #255EA1 url(/images/bckgrnd-feed.gif) repeat;
	}
	
	
/* Headings
----------------------------------------------- */
h1 {
    color: #555;
    font-weight: bold;
	letter-spacing: -.05em;
	margin: 0 0 10px 0;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 18pt;
	padding:0;
	}
	
#podcast h1 {
	padding-left: 40px;
	background: url(/images/icon_podcast_sm.gif) no-repeat;
	}
	
.title {
    line-height: 28px;
	color: #F93; 
	font-size: 28px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, sans-serif;
	}

h2 {
	font-size: 20pt;
	font-weight: normal;
	color:#F80;
    font-family: Trebuchet MS, Arial, sans-serif;
	line-height: 90%
	}

h3 {
	letter-spacing: -.05em;
	font-size: 12pt;
	font-weight: bold;
	color:#444;
	font-family: Trebuchet MS, Arial, sans-serif;
	line-height: 90%
	}

h4 {
	color: #000; 
	font-size: 14px;
	margin: 0;
	}
	
h5 {
	color: #000; 
	font-size: 12px;
	margin: 0 0 3px 0;
	}
	
h6 {
	color: #000; 
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	}
	

/* Text Styles
----------------------------------------------- */
p {
	margin: 0;
	}
	
p.larger {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
	}

small {
	font-size: 10px;
	margin: 0;
	}
	
.syndication-list-item-date {
	font-size: 11px;
	color: #666;
	}
	
.syndication-list-item-description {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	}
	
	
/* Link Colors and Styles
----------------------------------------------- */
a {
	color: #255EA1;
	}

a:hover {
	color: #999;
	text-decoration: none;
	}
	
a.play {
	color: #c63;
	font-weight: bold;
	text-decoration: none;
	padding-left: 18px;
	background: url(/images/play.gif) no-repeat 0 50%;
	}
	
	
/* List Styles
----------------------------------------------- */
ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	}
	
li {
	margin-bottom: 5px;
	padding: 0;
	}
	
#content {
	width: 734px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	}
ul#content {
	border: 0;
}

#content li {
	clear: both;
	margin-bottom: 20px;
	padding: 8px;
	}

#readers, .podcasts {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	}
	
#readers li {
	margin: 0 0 5px 0;
	background: url(/images/textfeed.gif) no-repeat 0 50%;
	padding-left: 22px;
	}
	
.podcasts li {
	margin: 0 0 5px 0;
	background: url(/images/podcast.gif) no-repeat 0 50%;
	padding-left: 22px;
	}
#readersLogoContainer ul {
	list-style-type: none;
	}
#readersLogoContainer li {
	display: inline;
	margin: 2px;
	}	
	
/* Images
----------------------------------------------- */
img {
	border: 0;
	}
	
img.marginbottom {
	margin-bottom: 10px;
	}
	
#footer img {
	vertical-align: middle;
	}
	
	
/* Misc.
----------------------------------------------- */
.row2 {
	background: #f0f0f0;
	}
	
#padding3 {
	padding: 3px;
	}
	
br {
	clear: both;
	}
	
hr {
	color: #999; 
	background-color: #999;
	height: 1px;
	border: 0;
	clear: both;
	}
	
form {
	margin: 0;
	padding: 0;
	}

/* Orange boxes */

.sub_options {
}
div.orangebox {
    background: url(/images/orangebox_topleft.gif) top left no-repeat;
    width: 32%;
    margin-right: 8px;
    float: left;
    }
div.orangebox p.lower {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
}
div.orangebox a {
    color: #fff;
    text-decoration: underline;
    }
div.orangebox h2 {
    background: url(/images/orangebox_topright.gif) top right no-repeat;
    color: #333;
    font-size: 1.3em;
    padding: 15px;
    margin: 0;
    }
div.orangeboxBody {
    margin: 0;
    margin-top: -2em;
    padding: 15px;
    border-right: 1px solid #f93;
    height: 190px; /* increase this if more vertical space for chicklets is needed */
    }	  
div.orangeboxFooter {
    background: url(/images/orangebox_bottomleft.gif) bottom left no-repeat;
    }
div.orangeboxFooter .bottomRtCap {
    background: url(/images/orangebox_bottomright.gif) bottom right no-repeat;
    display: block;
    padding: 15px;
    margin: -2em 0 0 0;
    height: 10px;
    }

/* forms */
input.text, select.text {
    border: 1px solid #999;
    font-size: 10pt;
    padding: 1px 1px;
    margin: 5px 0 15px 0;
    width: 200px;
    color: #666;
    }

