/*
Theme Name: Banter
Theme URI: http://wells-it.com/
Description: This theme was custom developed from scratch.
Version: 1.0
Author: Mindy Wells
Author URI: http://www.welldonedesigns.net/
Tags: custom, banter
*/

body {
	background: url('/wp-content/themes/banter/images/bg.png') repeat-y 50% 0% #7F7F7F;
	line-height: 1.5em;
	font-size: 1.35em;
	padding: 0;
	margin: 0;
}




b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #ffffff;
}

#topsection{
background: #EAEAEA;
height: 186px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 210px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
#height: 800px;
background: url(/wp-content/themes/banter/images/sideGradient.jpg) no-repeat;
}

#footer{
font-size: 0.6em;
line-height: 1.4em;
font-family: serif;
clear: left;
width: 100%;
color: #777;
text-align: center;
padding: 20px 0;
}

#footer a{
color: #777;

}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

a img { border: none; }

.preloads {
	display: none;
	visibility: hidden;
}

div.content, div#contentcolumn {
	font-family: serif;
	line-height: 1.4em;
	font-size: 0.8em;
}

ul.vendors {
display: block;
}

.navigation .alignleft {
float: left;
}

.navigation .alignright {
float: right;
}

div.gallery img {
margin: 20px;
display: block;
}