body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #f7f0e0 url(../images/bkgd-gradient.png) repeat-x;
}

#header {
	border-bottom: 5px solid #e98c32;
	padding: 15px 10px 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.75);
	box-shadow: 0 1px 0 rgba(255,255,255,0.75);
	background: #3b3734 url(../images/shadow-upper.png) repeat-x left bottom;
}

#header h1 {
	background: url(../images/logo.png) no-repeat;
	width: 210px;
	height: 41px;
	margin: 0 0 5px;
}

#header h1 img {
	display: none;
}

#header h2 {
	color: #737373;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .1em;
}

#content {
	background-color: white;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 -1px 4px rgba(0,0,0,0.25);
	box-shadow: 0 -1px 4px rgba(0,0,0,0.25);
	margin: 10px;
	border: 3px solid white;
}

h2 {
	margin: 0;
}

h3 {
	margin: 0;
	font-size: 14px;
	padding: 5px 5px 0;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1.4em;
	white-space: nowrap;
}

.article-body {
	margin: 5px;
	display: none;
}

.article-body p {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 1.2em;
}

.article-body img {
	max-width:  100px;
}

.item
 {
	background: url(../images/item-gradient.png) repeat-x left bottom;
	padding-bottom: 7px;
	position: relative;
}

h3 span {
	width: 100%;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	background: url(../images/show.png) no-repeat 98% top;
	height: 19px;
}

.shown
 {	background-position: 98% bottom;
}

.hidden
 { background-position: 98% top;
}

#footer {
	
}