/* For developers:  For easy upgrades, put any custom styles here.  Then, when you upgrade the theme, simply overwrite the custom.css file with this one to put your changes back in */

.gridbox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0px;
	color: #999;
	text-align: justify;
	box-shadow: 0 0 5px #dfdfdf;
	-moz-box-shadow: 0 0 5px #dfdfdf;
	-webkit-box-shadow: 0 0 5px #dfdfdf;
	width: 298px !important;
	margin-top: 20px;
}

.gridbox p.gridentry_title {
	margin-left: 0;
	padding-left: 0;
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}

.gridbox p.gridentry_title a {
	color: #333;
}

.boxentry {
	margin: 20px;
}