body {
background: #fff;
font-family: Tahoma, Arial, sans-serif;
font-size: 11pt;
line-height: 20pt;
color: #333;
text-rendering: optimizeLegibility;
}

A:link  {
color: #1a7cb2/*ff6e00*/;
text-decoration: underline;
}

A:visited {
color: #743399;
text-decoration: underline;
}

A:active {
color: #ff6e00;
text-decoration: underline;
}

A:link:hover, #nav a:hover{
color: #666666;
text-decoration: none; }

#all {
max-width: 1010px;
margin-left: auto;
margin-right: auto;
padding: 2em;
position: relative;
}

#banner {
padding-right: 1em;
background: url(http://blog.localditch.com/wp-content/uploads/2011/02/the-local-ditch.png) right no-repeat;
height: 198px;
text-align: right;
vertical-align: bottom;
position: relative;
}

#crumb {
background: #1a78ac;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt; 
color: #fefefe;
line-height: 1.3em;
color: #ffffff;
margin-top: 0px
}

#crumb a {
color: #ffffff;
}

#footer {
clear: both;
}

#nav {
float:right;
width:150px;
text-align: left;
padding-top: 1em;
}

#nav a:link {
text-decoration: none;
}

#nav a:hover {
text-decoration: underline;
}

#nav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt; 
line-height: 1.3em;
}
#nav ul ul {
list-style-type: square;
margin-left: 1em;
}


#main {
margin-right: 200px;
overflow: hidden;
padding-right: 2em;
padding-top: 1em;
}

blockquote {
font-style: italic;
}

h1 {
font-family:Impact; 
text-align: left; 
color: #ff6e00;  
font-size: 2em; 
font-style: italic;
}

h2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 13pt; 
color: #ff6e00;
font-weight: bold;
border-bottom: 1px #c0c0c0 solid;
}

hr {
width: 100%;
height: 1px;
color: #aaaaaa;
background-color: #aaaaaa;
border: 0px;
}

img {
border: 1px solid #000000;
margin: 0em 1em 0em 1em;
}

table {
margin: 0px;
padding: 0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt; 
line-height: 1.3em;
color: #666666;
border-collapse: collapse;
width: 100%;
}

th {
color: #ff6e00;
vertical-align: top;
text-align: left;
}


td {
padding: 2px;
border-bottom: 1px #aaaaaa solid;
vertical-align: top;
padding-right:20px;
}

ul {
list-style-type: square;
}

table.center {
margin-left: auto;
margin-right: auto;
}

p.center {
text-align: center;
}

h1.center {
text-align: center;
}

h3.news {
margin-bottom: 0px;
padding-bottom: 0px;
}
.category {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
margin-bottom: 1em;
}
.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

.front_image {
border: 2px;
text-align: center;
}
.lite {
color: #ff6e00;
font-weight: bold;
}

p.date {
text-align: right;
font-style: italic;
}

.small {
font-size: 6pt;
}

/* Banner Navigation */

/* =Navigation
-------------------------------------------------------------- */

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	position: absolute;
bottom: 1.5em;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
font-size: 9pt;
	clear: left;
	float: left;
	font-style: italic;
	color: #666;
	margin: 12px 0 18px 0;
position: absolute;
left: 0;
bottom: 2em;
}

#site-title-name {
display: none;
}

/* This is the custom header image */
#branding img {
	border: 0px;
	clear: both;
	display: block;
	margin: 0px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #7f7f7f; /* compatibility */
	filter:alpha(opacity=85); /* For IE */
	background-color:rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access .menu-header,
div.menu {
	font-size: 13px;
margin-left: 12px;

}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
		padding-left: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {
	color: #ccc;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	z-index: 99999;
	border: solid;
	padding-left: 0px;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}



/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* Structure the footer area */

.widget-area ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}


#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 9pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#colophon {
border-top: 4px solid #7f7f7f;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0 0 0;
}

h3.widget-title {
border-bottom: 1px dotted #333;
margin-bottom: 0px;
}

/* Custom Search Box formatting */

fieldset {
border: 0;
margin: 0;
padding: 0;

}

.search-box {
float: right;
height: 38px;
margin-right: 10px;
}

.search-box input {
   font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
    padding: 5px;
    border: solid 1px #000000;
    background-color:rgba(128,128,128,0.5);
	color: #999;
	margin: 4px 0 4px 0;
}
.search-box input:focus {
    background-color:rgba(256,256,256,0.5);
	color: #000;
}

#searchsubmit {
background:url('http://www.localditch.com/search.png') no-repeat center;
cursor:pointer;
width: 20px;
border: 0;
}
