.blog div#bg-header .shadow {
	height:158px;
	background:url(../images/shadow-header.png) repeat-x bottom;
}

.blog div#content,
.blog-list div#content {
	min-height:380px;
	margin-bottom:15px;
}

.blog #content .image img {
	margin-right:20px;
	float:left;
}

.blog div#content a.readmore {
	width:30px;
	height:10px;
	padding:7px 10px;
	font-size:9px;
	font-weight:bold;
	line-height:normal;
	text-align:center;
	color:#1A1A1A;
	text-decoration:none;
	text-shadow: 0px 0px 7px #000;
	background:url(../images/bg-silver.jpg) repeat-x top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:inline-block;
}

.blog div#content a.readmore:hover {
	background:url(../images/bg-silver.jpg) repeat-x bottom;
}

.blog div#content .header-content {
	width:600px !important;
	margin-bottom:40px !important;
	float:left;
}

.blog .right-content {
	width:374px;
	float:right;
}

.blog div#content .item {
	margin-bottom:30px;
	display:block;
}

.right-content .item img {
	width:175px;
	height:auto;
}

.blog-list div#content .header-content {
	margin-bottom:10px !important;
}

.blog-list div#content table {
	width:100%;
	border-collapse:collapse;
}

.blog-list div#content table th {
	border-bottom:2px solid #000;;
}

.blog-list div#content table td {
	padding:5px 10px;
	background:#424242;
	border-bottom:2px solid #000;;
}

.blog-list div#content .item {
	margin-bottom:10px;
	border-bottom:1px solid #ce1b1b;;
}

/* SLIDE */

#slider {
	width:374px;
	margin: 10px auto 0;
	overflow: hidden;
	height: 330px;
}

#slide-wrapper {
	width: 100%;
	height: 1500px;
	position: relative;
}

div.slide {
	width: 100%;
	height: 300px;
	background: gray;
	color: #fff;
}

div.slide h2 {
	background: #c60;
	margin: 0;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

div.slide p {
	width: 80%;
	margin: 0 auto;
	padding: 0.5em 0 1em 0;
	line-height: 1.3;
}

#slider-controls {
	width: 30px;
	height: 15px;
	margin-top:10px;
	position:absolute;
	right:0;
	z-index:1000;
}

#slider-controls a {
	display: block;
	width: 15px;
	height: 15px;
	text-indent: -1000em;
}

#slider-controls #prev {
	background: url(../images/wup.png) no-repeat;
	float: left;
}

#slider-controls #next {
	background: url(../images/wdown.png) no-repeat;
	float: right;
}
