body
{
	font-family: sans-serif;
	font-size: medium;
}

 .navigation
 {
 	color: #999999;
 	margin-top: 4px;
 }

#header-description
{
	color: #CCC;
}

/* Layout overrides */

#beta-inner
{
	background: #CCCCCC;
	padding: 13px 3px 3px 3px;
}

.asset-footer {
    font-size: 13px;
    border-top: 0px dotted #ccc;
    padding-top: 15px;
}

.widget-content
{
	font-size: smaller;
}

.widget-header-no-arrow
{
	height: 20px;
	margin-bottom: 8px;
	background-color: #333;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 0 6px 0 6px;
	line-height: 20px;
	font-family: serif;
	text-transform: uppercase;
	margin-right: 10px;
	margin-left: 10px;
}


.widget-header-no-arrow a {
    color: #fff;
    font-weight: bold;
}

.widget-header-no-arrow a:hover {
    text-decoration: underline;
}


.widget-search
{
    position: static;
}

body {
    font-family: sans-serif;   
}

/* extra headers */
h2.series-title, h2.page-subhead {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
margin-top: 12px;
}

h2.entry-asset .asset-name {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0px;
}

h3.byline
{
	font-size: 14px;
	line-height: normal;
	margin-bottom: 12px;

}

/* other overrides */
q:before
{
	content: open-quote;
}

q:after
{
	content: close-quote;
}

q
{
	font-style: italic;
}


/* Custom stuff */

.asset-body ul, .asset-body ol
{
	font-size: smaller;
}

.entry-navigation
{
	font-size: smaller;
	border-bottom: 1px #CCC dotted;
	margin-bottom: 10px;
}

.comment-header .user-pic {
height:36px;
width:36px;
}