/*
Theme Name: Connie Combs
Theme URI: http://www.conniecombs.com
Description: theme created from a static site
Version: 1.0
Author: Stefani A. taylor
Author URI: http://www.sataylordesigns.com
Tags: barrel racing, horses, teacher
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #960;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-color: #600;
	height: 135px;
	width: 1000px;
	overflow: hidden;
}
#mainContent  {
	float: right;
	height: 625px;
	width: 680px;
	padding: 0;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#sidebar {
	float: left;
	height: 625px;
	width: 190px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-image: url(images/ConnieSidebar.jpg);
}
#sbHomeDescriptive {
	font-size: 16px;
	float: left;
	width: 190px;
	margin-top: 85px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.whiteType {
	color: #FFF;
}
.blkType {
	color: #000;
}
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 30px;
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #FFF;
}td img {display: block;}
#homeSWF {
	float: right;
	height: 665px;
	width: 750px;
}
p {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}td img {display: block;}a:link {
	color: #FFF;
}
.post {
margin-bottom:5px;
}
.post h2{
margin-bottom:5px;
}
.post a{
color:#723A00;
}
.smalltxt{
font-size: 12px;
}
