/*
Theme Name: D&S Mortgages
*/

/*CSS Reset*/
body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img { border: 0;}
:focus { outline: 0; }

body {
	background: #936E16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.3em;
	margin: 0 0 0 1px;
	}

img {
	display: block;
	}

p {
	margin-bottom: 1.5em;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

a:link {
	color: #245E34;
	text-decoration: none;
} 
a:visited {
	color: #245E34;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #936E16;
	text-decoration: none;
}
a:active {
	color: #245E34;
}

div.header-container {
	width: 100%;
	background: url(images/header-bg.gif) repeat-x;
	}
	
div.header {
	width: 990px;
	margin: 0 auto;
	}
	
div.container {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url(images/bg.gif) center repeat-y;
	}
	
div.col-left {
	width: 183px;
	float: left;
	padding-left: 23px;
	}
	
div.col-left ul li {
	font-size: 14px;
	font-family: Adobe Garamond, Georgia, "Times New Roman", Times, serif;
	padding: 7px 0;
	}
	
div.col-left ul li a:link, div.col-left ul li a:visited {
	text-decoration: none;
	}
		
div.col-right {
	background: url(images/col-right-bg.gif) repeat-x;
	width: 732px;
	float: left;
	padding: 0 26px;
	min-height: 668px;
	height: auto !important;
	height: 668px;
	}
	
div.col-right h1 {
	color: #003300;
	font-size: 30px;
	font-family: Adobe Garamond, Georgia, "Times New Roman", Times, serif;
	padding: 8px 0 17px 0;
	margin-bottom: 28px;
	}
	
div.col-right h2 {
	font-size: 19px;
	color: #936E16;
	}
	
div.col-right h3 {
	font-size: 19px;
	line-height: 1.1em;
	color: #936E16;
	margin-bottom: 19px;
	}
	
div.col-right ul {
	margin: .5em 0 1em .5em;
	padding: .5em 0 0 0;
	color: #245E34;
	}
	
div.col-right ul li {
	padding: 3px 0 0 13px;
	background: url(images/bullet.gif) 0 9px no-repeat;
	}
	
div.entry p {
	margin-bottom: 5px;
	}
	
div.entry {
	margin-bottom: 2em;
	}
	
div.entry a {
	font-weight: bold;
	}
	
div.footer {
	width: 938px;
	border-top: 1px solid #C2AE7C;
	background: #fff;
	clear: left;
	font-size: 11px;
	padding: 11px 26px;
	position: relative;
	overflow: hidden;
	}

div.footer div.left {
	float: left;
	}
	
div.footer div.right {
	float: right;
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
