/*
Theme Name: Teva Scheer dot com
Description: Child theme of suburbia for this site.
Version: 0.1
Author: Cat Rymer
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: suburbia-wpcom
*/

/* 3-columns for the main grid */
.grid {
	width: 351px;
	height: 218px;
}

.grid:first-child {
	width: 743px;
	height: auto;
	padding-bottom: 45px;
}

.grid .featured-image {
	float: right;
}

.grid .featured-image img {
	width: 100px;
	height: 155px;
	margin: 10px;
}

.grid h2 {
	clear: none;
	padding-top: 20px;
}

.grid:first-child .featured-image img {
	width: 200px;
	height: 310px;
}

.grid:first-child h2 {
	font-size: 15pt;
}

.grid:first-child p {
	font-size: 12pt;
	line-height: 18pt;
}

.left-sidebar {
	float: left;
	border-right: 1px solid #e0e0e0;
}

.grid .time {
	display: none;
}

.widget_search {
	border-top: 5px solid #e0e0e0;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}

.grid .attachment-thumbnail-placeholder {
	height: 183px;
}

.header, .header h1#site-title a {
	background-color: #7892cf;
	color: #fff;
}

.header h1#site-title,  .header div.desc{
	border-left: none;
}

div.footer, .grid:hover {
	background-color: #D8E7FE;
}

#single strong {
	color: #000;
	font-weight: bold;
	text-shadow: 2px 2px 2px #D8E7FE;
}

p#site-description:before, p#site-description:after {
	content: "\"";
}

p#site-description {
	text-align: right;
}

#single img.alignleft, #single img.alignright, #single img.aligncenter {
	margin: 10px;
}

body {
	background-color: #e0e0e0;
	background: -moz-linear-gradient(bottom, #e0e0e0 0%,#e0e0e0 60%, #D8E7FE 100%);
	background: -webkit-linear-gradient(bottom, #e0e0e0 0%,#e0e0e0 60%, #D8E7FE 100%);
	background: linear-gradient(to top, #e0e0e0 0%,#e0e0e0 60%, #D8E7FE 100%);
}