/*  
Theme Name: Easton Elder Law
Theme URI: 
Description: Custom WordPress Theme for Easton Elder Law
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

*/

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

body  {
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 20;
	padding: 0;
	background: url(images/background.jpg) repeat-x;
	background-color: #F5EDC9;
	line-height: 20px;
}

#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background: url(images/body.jpg) repeat-y;
}

.clearfloat {
	clear: both;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #4E7791; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #ff9900; 
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #4E7791;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4E7791;
}

.image {
    background-color: #ffffff;
    border: 1px solid #4E7791;
    padding: 4px;
    margin-right: 10px;
}

/* Header ////////////////////////////////////////////////////////// */

#header { 
	width: 960px;
	height: 185px;
	background: url(images/header.jpg) no-repeat;
	margin-bottom: 20px;
} 

#header_logo {
	width: 960px;
	height: 145px;
	padding: 0px;
	margin-bottom: 4px;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	background: url('images/brown.jpg') no-repeat top left;
	width: 323px;
	height: 145px;
}

#header_logo a {
	width: 323px;
	height: 145px;
	display: block;
	text-indent: -999999px;	
}

/* Navigation in Separate Stylesheet //////////////////////////////////////////////////////////////// */

/* Body ////////////////////////////////////////////////////////// */

#body {
	background: url(images/body.png) repeat-y;
	clear: both;
}

#left {
	display: inline;
	float: left;
	width: 600px;
	margin-left: 20px;
	margin-right: 60px;
	padding-bottom: 30px;
}

#right {
	float: right;
	width: 265px;
	padding: 0px 5px 30px 0px;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 140px;
	clear: both;
}

#footer {
	width: 960px;
	height: 89px;
	background: url(images/footer.jpg) no-repeat;
	font-size: 11px;
}

#footer_text {
	padding: 17px 5px;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
	color: #ffffff;
}

#footer_text a {
	color: #ffffff;
	text-decoration: none;
}

#footer_text a:hover {
	color: #ffffff;
	text-decoration: none;
}

#mds {
	text-align: right;
	width: 960px;
	height: 70px;
	margin: 0px auto;
}