/* temp stuff*/
	ul.feature-list 
	{
		float: left;
		margin-right: -1px;
		margin-left: -4px;		
		margin-bottom: 15px;
	}
	ul.feature-list li
	{
		float: left;
	}
	ul.feature-list li a
	{
		display: block;
		background-image: url(../image/chrome/feature-plate.png);
		background-repeat: no-repeat;
		width: 147px;
		height: 39px;
		padding-top: 7px;
		padding-bottom: 6px;
		padding-left: 8px;
		padding-right: 7px;
		color: #000;
		margin-right: -4px;
	}

/* end temp stuff*/

.normal #panel-content .panel-feature 
{
	clear: both;
	position: relative;
	margin: 0px 5px 0px 5px;
	width: 480px;
	height: auto;
	background-color: #000;
	padding: 30px 25px 30px 25px;
	z-index: 1;
	color: #fff;
}

.subsection .tag
{
	position: absolute;
	left: 718px;
	top: -12px;
	width: 500px;
	height: 400px;
	/*background-color: #ccc;
	opacity: .25;*/
	z-index: 20;
	background-image: url(../image/chrome/r-splash-3.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

ul.nav-pages 
{
    clear: both;
	position: relative;
	z-index: 10;
}


.panel-intro 
{
	padding: 18px;
	background-color: #bd0004;
	color: #fff;
	margin-bottom: 7px;
}

.panel-feed 
{
	padding: 18px;
	background-color: #fff;
	color: #000;
	margin-bottom: 7px;
}

.panel-feed 
{
}

.copy P {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 1.2em;
}
.copy h1 {
	font-size: 3em;
	margin-bottom: 1em;
	color: #c00;
}
.copy h2 
{
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
}

.copy h2.highlight,
.copy p.highlight 
{
	clear: both;
	font-size: 1.4em;
	line-height: 1.;
	font-weight: bold;
	color: #c00;
	margin-bottom: 0.5em;
}

div.story-info 
{
	display: none;
}

.feed 
{
}

.feed h2
{
	font-size: 2.2em;
	font-weight: bold;
	color: #c00;
	padding-bottom: 0.5em;
}


.feed .post 
{
	border-bottom: 1px solid #fff;
	margin-bottom: 1.4em;
}

.feed .post .date 
{
	font-size: 1.2em;
	color: #ccc;
}


.feed .post h3 
{
	font-size: 1.8em;
	color: #c00;
	margin-bottom: 0.25em;
}

.feed .post .entry
{
	margin-bottom: 1em;
}

.feed .post .entry P,
.feed .post P.preview 
{
	color: #fff;
	font-size: 1.4em;
	margin-bottom: 1em;
}

#content h1 
{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 1em;
}

#content p 
{
	font-size: 1.2em;
}


.vendors li
{
	
}

fieldset 
{
    width: 380px;
    position: relative;
}

label
{
    clear:both;
    font-size: 11px;
    float: left;
    margin-bottom: 10px;
	margin-top: 3px;
    padding-top: 3px;
}

input.text 
{
    width: 260px;
    float: right;
    border: 1px solid #969696;
    margin-bottom: 10px;
}

textarea
{
    width: 260px;
    height: 150px;
    float: right;
    border: 1px solid #969696;
    margin-bottom: 10px;
}

input.button
{
    background-color: #b00000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 9px 4px 9px;
    color: #fff;
    border: none;
    float: right;
    clear: right;
}

.error 
{
    position: absolute;
    right: -20px;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 3px;
    padding-bottom:4px;
    border: 1px solid #ccc;
    border-left: none;
    background-color: #b00;
    color: #fff!important;
}

p.block {	float: left;	margin-right: 20px;	margin-bottom: 20px;}
span.block {	float: left;	margin-right: 15px;	margin-bottom: 10px;}
.clear {	clear: both;}
p.intro {	font-size: 26px;	text-transform: uppercase;	font-weight: bold;	letter-spacing: -2px;line-height: 29px;	}
.intro em {	font-style: normal;	color: #a40000;}

#panel-content-split h1 { display: none;}

dl 
{
    font-size: 11px;
    width: 100%;
    margin-bottom: 20px;    
    padding-bottom: 20px;
}

dt 
{
   padding: 4px 0px 4px 5px;
   clear: both;
   float: left;
   width: 115px;
}

dd 
{
  padding: 4px 5px 4px 120px;
}

dd.even
{
    background-image: url(../image/chrome/zebra-10.png);
}

ul 
{
    overflow: hidden;
}