/*
Theme Name: Grays Harbor County Bar Association
Theme URI: http://www.ghc_barassociation.gov/
Description: Custom Wordpress theme for Grays Harbor County Bar Association
Version: 1
Author: Daniel Evilsizor
Author URI: http://daniel.evilsizors.com/
Tags: custom
*/


body{
	background-color: #F3F0ED;
	color: #000;
	padding: 30px 0px;
}

a {
	color: #873B54;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 20px;
}

h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F2332;
	font-weight: normal;
}

h2.page-title {
	margin-bottom: 30px;
}

h3 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

h4 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 1.1em;
}

p {
	padding-top: 10px;
}


#maincontainer {
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 0.8em;
	line-height: 1.4em;
	background-color: #fff;
}

#header {
	background-color: #4F2332;
}

#header h1 {
	display: none;
}

#navigation {
	background-color: #000;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 3px;
}

#navigation #smoothmenu1 ul{
	float: right;
	margin-right: 50px;
}

#navigation ul li {
	display: inline;
	float: left;
}


#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-left: 280px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn-wide {
}

#leftcolumn {
	float: left;
	width: 280px; /*Width of left column*/
	margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
}

#slideshow_container {
	position: relative;
	width: 280px;
	height: 370px;
}

#footer1 {
	background-color: #441525;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#footer1 address {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
}

#footer1 a {
	color: #fff;
	text-decoration: none;
}

#footer1 a:hover {
	text-decoration: underline;
}


#search fieldset{
	float: right;
}

#search label {
	font-size: 0.9em;
	font-weight: bold;
}

#search input#s {
	margin: 0;
	padding: 2px;
	font-size: 0.9em;
	width: 110px;
	margin-left: 5px;
}

#footer2 {
	background: black;
	color: #eee;
	text-align: center;
	padding: 8px 0;
	font-size: 0.85em;
}

#footer2 a{
	color: #FFFF80;
}

#footer3 {
	color: #777;
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	background-color: #F3F0ED;
}

#footer3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

#footer3 a:hover {
	color: #333;
	border-bottom: 1px dotted #000;
}

.innertube{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

hr {
	margin-top: 25px;
	margin-bottom: 15px;  /* this is because the paragraph below will have a 10px padding-top */
	height: 3px;
	display: block;
	padding: 0;
	border: none;
	width: 100%;
	background: #fff url(_images/line.gif) repeat-x;
}

ul.search-results li {
	list-style-type: disc;
	color: #888;
	margin-left: 20px;
}

