/*
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: 'Quicksand', 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: #908A83;
}

a:hover {
    text-decoration: underline;
}

#headWrapper {
    border-bottom: 1px solid #fff;
    background-color: #a49c96;
}

.headLogo {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

.intro-text {
    font-size: 16px;
    text-align: center; 
    margin: 20px 0 40px;
    color: #403a38;  
}
h2.featured {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .25em;
    margin-bottom: 30px;
}
#contentTable {
	margin: 0 auto;
	width: 1080px;
	border: 0;
}
#contentTable td {
    vertical-align: top;
    text-align: center;
    min-width: 220px;
}

.centerColumn, .rightColumn { padding: 0 20px; }
.leftColumn {
    width: 250px;
    padding: 0 20px 0 ;
}
#contentTable td.leftColumn { text-align: center; }
.rightColumn {
    width: 210px;
    text-align: left;
}
.centerColumn {
    width: 550px;
    border-color: #aa836f;
    border-style: solid;
    border-width: 0 4px 4px;
}

.leftColumn .leftNavMain a {
    font-size: .9em;
    color: #86837b; 
    line-height: 1.5em;
    padding-bottom: 15px;
}

.leftColumn .leftNavSub a {
    font-size: 0.9em;
    color: #9d9a95;
    line-height: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
}
.leftColumn ul { margin: 0; padding: 0 0 20px 0; }
.leftColumn ul li {
    display: inline;
    color: #908a83;
    font-size: .8em;
    white-space: nowrap;
    padding-right: 8px;
}
.leftColumn ul li:last-child { padding-right: 0; }
.leftColumn ul li a { color:  #908a83; }
.leftColumn .leftNavSub li { padding-bottom: 15px; }

h1 {
    font-weight: normal;
    font-size: 1.7em;
    color: #9d9a95;
}

h2 {
    font-size: 1.3em;
    font-weight: normal;
    color: #9d9a95;
}
h2 a { color: #9d9a95; }

.articleCopy, .entry p {
    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;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #8f8a84;
}

.searchBox, .inputBox {
    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: #7a3a19;
    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: #b2cea4;
    line-height: 2.3em;
}

li { list-style-type:none; }
.more-link {
    font-size:.7em;
    font-style:normal;
}

/** OVERRIDES **/
h1 a { 
    line-height: normal;
    font-size: 20px;
    margin-top: 10px;
    color: #9d9a95;
}

.article a img { margin: 0 auto; }

.leftNavMain .cat-item a { line-height: normal; }

.leftNavMain li {
    border-top:1px dotted #ccc;
    margin-top:5px;
    padding-top:8px;
}

.navigation {
    width: 100%;
    padding-bottom: 20px;
}

.navigation .alignLleft { float: left; }

.navigation .alignright { float: right; }
.entry img { border: 0; }
.banner-border { border: 1px solid #000; }
.side-box {
    padding: 10px;
    border: 1px solid #8b8883;
    text-align: left;
    margin-bottom: 20px;
}
.center { text-align: center; }
.side-box input[type='text'] { width: 150px; }
.side-box div.img { margin: 0 auto; text-align: center; }
ul.category li { display: block; font-size: 14px; }
ul.category li:first-child { border-top: 0; }
ul.category li:last-child { border-bottom:1px dotted #ccc; }
