/* copy stuff */
p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 20px 0;
}

h1,h2,h3,h4,h5,h6,h7 {
	margin: 0;
	font-family: trebuchet ms;
	color: #4e4c3f;
}

h1 {
	font-size: 24px;
	margin-bottom: 8px;
}

.start h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

h2 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #000;
}

#panel-body .box h3 {
	font-size: 24px;
	margin-bottom: 8px;
}

a.segment-link {
	display: block;
	margin-top: 5px;
	background-image: url(../image/chrome/sprite-icons.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 8px;
}

.aug a.segment-link 
{
    background-image: url(../image/chrome/sprite-icons-aug.gif);
}

p.box-link {
		border-top: 1px solid #e7e6dc;
		padding-top: 8px;
		margin: 0;		
}

p.leading {
	font-weight: bold;
}

.box-link a {
	background-image: url(../image/chrome/sprite-icons.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 8px;
}
.aug .box-link a 
{
    background-image: url(../image/chrome/sprite-icons-aug.gif);
}

.panel {
	background-color: #e9eadc;
	border: 1px solid #dcdeca;
	padding: 10px;
	margin-bottom: 20px;
}

.article-footer {
	color: #767360;
	padding-top: 6px;
	border-top: 1px solid #e7e6dc;
	clear: both;
}
.article-footer a {
	color: #767360;
	float: right;
}

div.block-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
div.block-left {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}

p.image-text {
	font-size: 11px;
	margin: 0;
}

p.image-credit {
		clear: both;
	float: right;
	font-size: 11px;
	margin: 0;
}


span.date {
color:#767360;
display:block;
font-size:11px;
}

.schedule span.date {
	margin-bottom: 2px;
}
.schedule h1 {
	margin-bottom: 10px;
}

.schedule h2 {
	padding-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #4e4c3f;
}

.schedule h3 {
	font-size: 12px;
	color: #000;
}

.schedule .segment-link {
	margin-top: 2px;
}

dt {
	padding: 0;
	margin: 0;
	float: left;
	font-weight: bold;
	margin-right: 5px;
}
dd {
	padding: 0;
	margin: 0;
	display: block;
}

#panel-body ul.vcards {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.vcards li {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
/*
ul.vcards li.last {
	border-bottom: none;
}*/
ul.vcards li div 
{
    position: relative;
    margin-left: 112px;
}

ul.vcards abbr { text-decoration: none; border-bottom: none;}
