body {
	background-color: #fff;
	background-image: url("banner-grad.jpg");
}
#banner {
	background-image: url("banner.jpg");
}






.row {
	border-bottom: 1px solid #d8d8d8;
}
.row-banner {
	height:221px;
	color:#fff;
	text-shadow:none;
}
.row-banner h1 {
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
}
.row-banner .bluebutton {
	padding-left: 20px;
	padding-right:20px;
}
.row-banner p {
	padding:0px;
	padding-bottom:10px;
}
.row-banner .row-content {
	line-height:25px;
	padding-top:18px;
	padding-bottom:0px;
}
.row-banner .text {
	float:left;
	width:620px;
}
.row-banner img {
	float:right;
}
.row-light {
	background: url("http://localhost/wordpress/wp-content/themes/silverbars/theme/row-light.jpg") repeat;
}
.row-dark {
	background: url("http://localhost/wordpress/wp-content/themes/silverbars/theme/row-dark.jpg") repeat;
}
.row-content {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-top:30px;
	padding-bottom:50px;
	border-bottom: 1px solid #d2d2d2;
}
.row-banner .row-content  {
	border:none;
}

img.thumb {
	box-shadow: 1px 2px 3px rgba(0,0,0,.25);
}
.cols-1 p.title {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}
.icon-buttons .cols-5 {
	text-align:center;
}
.icon-buttons button {
	width:170px;
}
.post {
	border-top: 1px solid #d8d8d8;
	padding-bottom:30px;
	padding-top:30px;
}
.post:first-child {
	border:none;
	padding-top:0px;
}
.post-img {
	float:left;
	margin-top: 6px;
}
.post-text {
	float:right;
	width:800px;
}
.post-text .date {
	color:#7d7d7d;
}



table.info {
	float:left;
	width:710px;
}
table.info thead {
	background-color: #eaeaea;
	background-image: -moz-linear-gradient(top, #f7f7f7, #d8d8d8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#d8d8d8));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #d8d8d8);
	background-image: -o-linear-gradient(top, #f7f7f7, #d8d8d8);
	background-image: linear-gradient(to bottom, #f7f7f7, #d8d8d8);
	background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#d8d8d8');

}
table.info thead td {
	color: #333333;
	font-weight:bold;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
}
table.info tbody td {
	line-height:50px;
	padding-left:15px;
	padding-right:15px;
}
table.info tbody tr {
	border: 1px solid #dedede;
}
table.info td.num {
	font-weight:bold;
	font-size: 15px;
}
table.info td.buttons {
}
table.info tr td img {
	vertical-align: middle;
}
.info-buttons {
	float: left;
	width: 248px;
	padding-top: 10px;
	height:185px;
	text-align:center;
	border: 1px solid #dedede;
	
	background-color: #f3f3f3;
	background-image: -moz-linear-gradient(top, #f8f8f8, #efefef);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#efefef));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #efefef);
	background-image: -o-linear-gradient(top, #f8f8f8, #efefef);
	background-image: linear-gradient(to bottom, #f8f8f8, #efefef);
	background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#efefef');
	
	
	line-height:auto;
}