/*
Theme Name: SB Digs Custom Theme
Description: Custom designed theme for WordPress by Amy Love, integrated by Christian Riggs.
Version: 1.0
Author: Amy Love

*/



body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #3f3f3f;
	text-align: center;
}

div, td, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #ffa84a;
}

a:hover {
	text-decoration: underline;
}

#headWrapper {
	border-bottom: 1px solid #ffa84a;
}

.headLogo {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/*#introBox {
	border-top: 1px solid #ffa84a;
	border-bottom: 1px solid #ffa84a;
	background-color: #ebe9e9;
	padding: 5px 0;
	text-align: center;
	color: #c33c07;
	font-size: .9em;
	line-height: normal;
	margin: 0 auto;
}

#introBox img {
	text-align: center;
}

#introBox h3 {
	font-size: 1.3em;
}*/

#contentTable {
	margin: 0 auto;
	width: 960px;
	border: 0;
}

#contentTable td {
	vertical-align: top;
	padding: 15px 20px;
	text-align: center;
}

.leftColumn, .rightColumn {
	width: 180px;
}

.centerColumn {
	width: 570px;
	border-color: #ffa84a;
	border-style: solid;
	border-width: 0 1px 1px;
}

#contentTable td.leftColumn {
	text-align: right;
	padding-right: 20px;
        width: 200px;
}

.rightColumn {
	text-align: left;
}

.leftColumn .leftNavMain a {
	font-size: 1.2em;
	color: #beb9ae; 
	line-height: 2.3em;
        padding-bottom: 15px;
}

.leftColumn .leftNavSub a {
	font-size: 0.9em;
	/*color: #ffa84a;*/
        color: #c2cf77;
	line-height: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	/*text-transform: uppercase;*/
}

.leftColumn .leftNavSub li {
    padding-bottom: 15px;
}

h1 {
    font-weight: normal;
    font-size: 1.7em;
    color: #37a2ce;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    color: #37a2ce;
}

h2 a {
    color: #37a2ce;
}

.articleCopy {
	font-size: .9em;
	line-height: 1.3em;
}

.articleCopy img {
	padding: 10px 0 5px 0;
	display: block;
        border: 0;
}

.articleSeparator {
	border-top: 1px solid #ccc;
	margin: 20px 0;
}

.searchText {
	font-size: 1.1em;
	font-weight: bold;
	color: #c33c07;
	display: block;
        padding-left:7px;
        text-align:left;
}

.searchBox, .inputBox {
	/*border: 1px solid #3f3f3f;
	background-color: #fff;
	width: 130px;
*/
font-size:11px; border:1px solid #BEB9AE; width: 150px; padding: 3px;
}

input:focus {
	background-color: #ffc;
}

.subscribeText {
	font-size: 1.5em;
	font-weight: bold;
	color: #c33c07;
	display: block;
}

.subscribeBullets {
    color: #3f3f3f;
    line-height: 1.3em;
    font-size: 1.0em;
    padding: 10px 0;
}

#footer {
	margin: 30px auto;
	text-align: center;
	width: 960px;
	font-size: .8em;
	color: #a5a2a2;
}


/* CATEGORY STYLING IN LEFT NAV-SIDEBAR */

li a {
	list-style-type:none;
	font-size: 1.2em;
	color: #c2cf77;
	line-height: 2.3em;
}

li {
	list-style-type:none;
}


/* MORE LINK */

.more-link {
	font-size:.7em;
	font-style:normal;
}

/** OVERRIDES **/
h1 a { 
    line-height: normal;
    font-size: 20px;
    margin-top: 10px;
    color: #37a2ce;
}

.article {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.article a img {
    margin: 0 auto;  
}

.leftNavMain .cat-item a {
    line-height: normal;
}

.leftNavMain li {
    padding-bottom: 15px;
}

.navigation {
    width: 100%;
}

.navigation .alignLleft {
    float: left;
}

.navigation .alignright {
    float: right;
}

.entry img { border: 0; }
.banner-border { border: 1px solid #000; }
