body {
	/*font-family:Helvetica, Arial, sans-serif;*/
	font-family:Georgia,Times,serif;
	line-height:22px;
	color:#333;
	font-size:75%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
}

body {
	background-color:#FFF;
	margin:0;
}

#container
{
	margin:0pt auto;
	max-width:1200px;
	position:relative;
	text-align:left;
}
#header {
	/*background:#1B5790 none repeat scroll 0% 50%;*/
	/*background:#4B538B none repeat scroll 0% 50%;*/
	color:#333;
	position:relative;
	width:100%;
}	

#secondaryHeader {
	clear:both;
	background:#999 none repeat scroll 0% 50%;
	color:#FFFFFF;
	margin:0pt auto;
	width:100%;
	text-align: center;
}

.headerRight {
	float:right;
	margin:0pt;
	min-height:33px;
	padding:10px 10px 0pt 0px;
	position:relative;
}
#footer{
text-align:center;
margin: 0px auto;
color:#999999;
font-size:85%;
padding-top:25px;
}
#footerText{
color:#999999;
font-size:85%;
}
a {
	/*color:#09F;
	color:#F7A21B;*/
	color:#4B538B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	/*color:#F30;*/
	color: #E45635;
}
 a:visited
{
	font-weight: normal;
	color:#999;
}
a.topics, a.apple, a.windows, a.linux, a.unix
{
	font-weight:bold;
	font-size:135%;
	color:#FFF;
}
a.topics:hover
{
	font-weight:bold;
	font-size:135%;
	color:#E45635;
}
a.apple:hover
{
	color:#4B538B;
}
a.appleSelected, a.appleSelected:hover
{
	font-weight:bold;
	font-size:135%;
	color:#4B538B;
}
a.windows:hover
{
	color:#6A4A3C;
}
a.windowsSelected, a.windowsSelected:hover
{
	font-weight:bold;
	font-size:135%;
	color:#6A4A3C;
}

a.linux:hover
{
	color:#D60257;
}
a.linuxSelected, a.linuxSelected:hover
{
	font-weight:bold;
	font-size:135%;
	color:#D60257;
}

a.unix:hover
{
	color:#1A9C3D;
}
a.unixSelected, a.unixSelected:hover
{
	font-weight:bold;
	font-size:135%;
	color:#1A9C3D;
}

h1 {
	margin:0;
}
h1.header
{
	float: left;
	margin-top: 5px;
}
.storyTitle h1
{
}
.title h1
{
	float: left;
	font-size: 100%;
}
h3 {
/*	font-family:arial,sans-serif;*/
	font-size:135%;
	letter-spacing:-0.03em;
	line-height:1;
	margin:0pt 0pt 0.5em;
color: #999;
}
.feedTitle h3 {
	font-weight:bold;
	letter-spacing:-0.02em;
	line-height:1.1;
	margin:2px 0pt 0pt;
}
.podcastLine, .videoLine{
	margin:0px 15px 0px 15px;
}

h3.podcastTitle, h3.videoTitle
{
	font-weight:bold;
	letter-spacing:-0.02em;
	line-height:1.1;
	margin:2px 0pt 0pt;
	display: inline;
}
.podcastItem{
	padding-left: 0px;
	padding-right: 50px;
	float: left;
	width: 225px;
}
.videoItem{
	float: left;
	margin: 5px;
}
.video
{
#background: #999;
	padding: 2px;
	border:1px solid #999;
}
.clearIt
{
	clear: both;
	height: 20px;
}

.leftNav
{
	margin-top: 6px;
	float:left;
	padding-left:10px;
	padding-right:15px;
	margin-right:15px;
	width: 225px;
}
.rightSide
{
	float:left;
	width:660px;
	padding-right:25px;
}
.rightNav
{
	margin-top: 6px;
	float:left;
	padding-left:10px;
	padding-right:15px;
	width: 225px;
}
.articleCredit
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	font-weight: bold;
}
.storyContent
{
}	

/*this can go in a different css*/
a.outlink 
{
	background:transparent url(/images/outlink.gif) no-repeat scroll right top;
	float: right;
	height: 16px;
	width: 13px;
	display: block;
}
a.email
{
	background:transparent url(/rssfeeds/images/email.gif) no-repeat scroll right top;
	float: right;
	height: 16px;
	width: 20px;
	display: block;
}

#content
{
	clear: both;
	margin-top: 15px;	
	width: 1200px;
}
.grouping
{
	float: left;
	text-align: left; 
	width: 380px;
	padding-left: 15px;
}
ul
{
	margin: 0px;
	padding: 0px;
}
ul li, .listing
{
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;
	border-top:1px dotted #999;
}
.listingBoxBody {
	padding:3px;
	border-left:1px solid #4B538B;
	border-bottom:1px solid #4B538B;
	border-right:1px solid #4B538B;
	background: #FFF;
	width: 380px;
}
.listingBoxHeader{
	font-weight: bold;
	padding:3px;
	border-left:1px solid #4B538B;
	border-top:1px solid #4B538B;
	border-right:1px solid #4B538B;
	border-bottom:1px dashed #4B538B;
	background: #FFF;
	width: 380px;
}

