/*
Theme Name: MIND D&D
Theme URI: http://www.minddnd.com
Version: 1.1
Author: MIND Development & Design, LLC
Author URI: http://www.minddevelopmentanddesign.com/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, p, blockquote, 
a, em, font, img, small, ol, ul, li,
fieldset, form, label, legend, table, 
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}

body {
	background-color:#d8d0ae;
	overflow-y: scroll;
	}

#page {
	width:100%;
	margin:0px auto;
	background-image:url('/images/mind-bg.jpg');
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;

	}
	
.section {
	width:1000px;
	margin:0px auto;
	display:block;
	padding:0px;
	background-color:#d8d0ae;
	}
	
.section-top {
	width:1000px;
	margin:0px auto;
	display:block;
	padding:0px;
	background: #8d9a94 url('/images/headerbreak.gif') top;
	background-repeat:repeat-x;
	}
	
#header {
	background: #d8d0ae url('/images/headerbreak.gif') top;
	background-repeat:repeat-x;
	height:206px;
	width:100%;
	margin:0px auto;
	padding-left:0px;
	}

#toplogo {
	margin:0px 0px 0px 0px;
	float:left;
	}

#headline {
	position:relative;
	height:100px;
	width:330px;
	margin:0px 0px 0px 230px;
	padding:43px 0px 0px 0px;
	background:url('/images/developmentdesign.gif') bottom right no-repeat;
	}

#sociallinks {
	width:404px;
	height:auto;
	padding:7px 0px 0px 0px;
	margin:-100px 0px 0px 590px;
	}

#content {
	margin: 0px auto;
	width:1000px;
	overflow:auto;
	background-color:#d8d0ae;

	}

#contentleft {
	width:710px;
	float:left;
	padding-bottom:15px;
	padding-top:0px;
	padding-left:10px;
	margin-left:0px;
	background-color:#d8d0ae;
		}

#readmore {
	width:700px;
	height:250px;
	background: url('/images/readmorebox.gif') top no-repeat;
	text-align:left;
	margin-left:0px;
	margin-top:20px;
	padding:70px 0px 0px 0px;
	}

#sidebarright {
	width:250px;
	float:right;
	margin-right:15px;
	height:100%;
	background-color:#d8d0ae;
	margin-bottom:0px;
	padding-bottom:0px;
	overflow:hidden;

	}

#footer {
	clear:both;
	width:100%;
	height:220px;
	margin:0px;
	padding:0px;
	background-color:#8d9a94;
	background-image:url('/images/footer-bg.gif');
	background-position:center;
	background-repeat:no-repeat;
	}

	
#footer-block {
	float:left;
	width:330px;
	margin-left:0px;
	margin-top:8px;
	}

#footer-block-v {
	float:left;
	width:360px;
	}
	
#links {
	margin-top:45px;
	}

.credits {
	margin:0px 0px 0px 0px;
	padding:50px 0px 10px 0px;
	}

#footerlogo {
	float:left;
	margin:55px 0px 0px 0px;
	}


ul#navigation li {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	}