/* 
	Theme Name: DAI 2008
	Description: A WordPress theme for Dier Agency Inc.
	Author: Jason Clement
	Author URI: http://www.jasonjclement.com
	Version: 1.0
*/

body {
	background: #fff;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0 auto;
	padding: 0;
	}


/* Structure Divs */

#content {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	background-image:url(images/content-bg.gif);
	background-repeat: no-repeat;
	}

#block {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 120px;
	margin: 0 auto;
	border-bottom: solid 10px #333;
	padding: 0;
	background-color: #063;
	}

#pages1 {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
	text-align: right;
	}
	
#pages2 {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	background-color: #063;
	}
	
#post {
	float: left;
	margin: 0;
	padding: 30px;
	width: 500px;
	}

#sidebar {
	float: right;
	line-height: 1.2em;
	margin: 20px 0px 0px 0px;
	padding: 0 30px 0px 0px;
	width: 200px;
	}

#footer {
	margin: 50px auto 0 auto;
	border-top: 10px solid #333;
	width: 800px;
	padding: 30px 0px;
	font-size: 10px;
	}


/* Header */

#header h1 {
	text-indent: -9999px;
	background-image: url(images/Dier-Agency-Inc.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	}
	
/* Pages */

#pages1 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	text-transform: none;
	}
	
#pages1 ul li {
	display:block;
	width: 170px;
	height: 50px;
	float: right;
	text-indent: -9999px;
	}

#pages1 ul li#personal a {
	display: block;
	width: 160px;
	height: 50px;
	background: url(images/personal-insurance.gif);
	}
	
#pages1 ul li#personal a:hover {
	background: url(images/personal-insurance.gif) no-repeat 0px -50px;
	}
	
#pages1 ul li#business a {
	display: block;
	width: 170px;
	height: 50px;
	background: url(images/business-insurance.gif);
	}
	
#pages1 ul li#business a:hover {
	background: url(images/business-insurance.gif) no-repeat 0px -50px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	font-size: 12px;
	display: block;
    margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#nav a:hover {
	color: #CCC;
	display: block;
	text-decoration: none;
    margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#nav li {
	float: right;
	margin: 0px;
	height: 30px;
	background: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	padding: 0px 8px;
	}
	
#nav li li {
	float: left;
	text-align: left;
	background: none;
	margin: 0px;
	height: auto;
	padding: 4px;
	width: 150px;
	border-bottom: solid 1px #004d26;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-size: 10px;
	float: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	}

#nav li ul {
	position: absolute;
	width: 150px;
	margin: 0px;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/* post */
#post p, #post ul, #post ol {
	line-height: 1.5em;
	}
			
#post ol, #post ul {
	margin: 0;
	padding: 0;
	}

#post ul {
	list-style: square inside;
	}

#post li {
	margin: 0;
	padding: 0;
	}

#post a{
	color: #063;
	text-decoration: underline;
	}

#post a:hover{
	color: #666;
	text-decoration: underline;
	}

#post h2 {
	font-size: 24px;
	font-weight: normal;
	font-family: Arial;
	color: #063;
	margin: 0;
	letter-spacing: -1px;
	padding: 0;
	border-bottom: solid 2px #063;
	}

#post h2 a{
	color: #063;
	text-decoration: none;
	}

#post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
		
#post h3 { 
	color: #333;
	font-size: 18px;
	letter-spacing: -.5px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	}
	
#post h4 { 
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.5em;
	}

#post small {
	font-size: 8pt;
	}
		
.feedback {
	font-size: 8pt;
	margin-bottom: 40px;
	padding: 10px 5px;
	background: #E9EFF3;
	border-bottom: 1px solid #DCE1E5;
	border-left: 1px solid #DCE1E5;
	border-right: 1px solid #DCE1E5;
	text-align: right;
	}

.postinfo {
margin-top: 10px;
padding-top: 10px;
}

#pagination {
	margin: 10px 0;
	text-align: center;
	}
		

/* Comments */

#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#commentlist li {
	border: 1px solid #CCC;
	margin: 16px 0;
	padding: 0 10px;
	}

#commentlist small {
	text-align: right;
	font-size: 8pt;
	font-family: Tahoma;
	}

#comments, #postcomment {
	margin: 40px 0 10px 10px;
	}


/* Form */

form textarea {
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

form input {
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

form input:focus {
	}

form textarea:focus {
	}


/* Sidebar */

#sidebar h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin: 0;
	padding: 0;
	}
		
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 5px 0;
	}
	
#sidebar li {
	list-style: none;
	padding: 5px 0;
	border-bottom: solid 1px #CCC;
	}
	
#sidebar div { 
	margin: 20px 0;
	padding: 0;
	}

#sidebar input {
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

#sidebar input:focus {
	}

#sidebar a:hover {
	color: #CCC;
}


/* General */

a {
	color: #063;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	color: #555;
	border-left: 5px solid #DCE1E5;
	padding-left: 15px;
	margin: 0;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}


/* Float and Clear */

div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	

/* Images align */

img.border {
	border: 1px solid #063;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #000;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
	background-color: #333;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
	background-color: #333;
	}
	

/* Text align */

.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
	
a.logo {
	display: block;
	background: url('images/sm-logo.gif') no-repeat left top; 
	width: 50px; 
	height: 60px; 
	margin-top: 0px;
	margin-right: 25px;
}

a.logo:hover {
	background-position: left bottom;
}

a.button {display: block;}
a.button:hover {background-position: left bottom;}

.right {float: right;}

hr {
	height: 1px;
	color: #ccc;
	clear:both;
}

#hrbreak {
	width: auto;
	height: 1px;
	background-color: #eee;
	clear: both;
	margin: 20px 0px;
}

br.blank {
	clear: both;
}