/*
Theme Name: DQ V3
Theme URI: http://drquincy.com/
Description: My theme for drquincy.com
Version: 1.0
Author: Tim Bennett
Author URI: http://drquincy.com/
Tags: None

	For me.

*/

	body {
	
		margin: 0px;
		background-position: top;
		background-repeat: repeat-x;
		background-image: url('/img/bg.jpg');
	
	}
	
	img {
	
		border: none;
	
	}

	div, p {
	
		color: #555555;
		line-height: 18px;
		font-family: Georgia, serif;
		font-size: 12px;
	
	}
	
	strong {
	
		color: #111111;
		font-weight: 100;
	
	}
	
	ul {
	
		margin: 0px;
		padding: 0px;
	
	}
	
	li {
	
		list-style: none;
		margin-left: 0px;
		background-image: url('/img/article.gif');
		background-repeat: no-repeat;
		padding-left: 15px;
		background-position: top left;
		line-height: 18px;
	
	}
	
	a {
	
		color: #0084C9;
	
	}
	
	a:hover {
	
		color: #000000;
	
	}
	
	strong {
	
		color: #000000;
	
	}
	
	div#strapline {
	
		text-align: center;
		font-style: italic;
		font-size: 16px;
		color: #999999;
		padding-top: 15px;
		padding-bottom: 15px;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	
	}
	
	div#strapline span {
	
		color: #111111;
	
	}
	
	div#menu {
	
		text-align: right;
		font-size: 14px;
		padding-top: 15px;
	
	}
	
	div#menu span {
	
		color: #FFFFFF;
		padding-left: 15px;
		padding-right: 15px;
	
	}
	
	div#menu a {
	
		color: #FFFFFF;
		text-decoration: none;
	
	}
	
	div#menu a:hover {
	
		color: #FFFFFF;
		text-decoration: underline;
	
	}

	div#blogbody, div.div {
	
		width: 950px;
		margin: 0 auto 0 auto;
	
	}
	
	div#top {
	
		height: 55px;
		background-repeat: no-repeat;
		background-image: url('/img/top.jpg');
		margin-bottom: 5px;
	
	}
	
	div#blogleft {
	
		width: 190px;
		float: left;
		padding-right: 10px;
	
	}
	
	div#blogmiddle {
	
		width: 528px;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	
	}
	
	div#blogright {
	
		width: 190px;
		float: right;
		padding-left: 10px;
	
	}
	
	.clear {
	
		clear: both;
	
	}
	
	h1 {
	
		margin: 0px;
		font-weight: 100;
		font-style: italic;
		color: #111111;
		padding-top: 15px;
		padding-bottom: 5px;
		font-size: 18px;
		border-bottom: 1px solid #CCCCCC;
	
	}
	
	h2, h3, div#webservices {
	
		color: #000000;
		font-size: 16px;
		font-family: Georgia, sans-serif;
		font-weight: 100;
		margin: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	
	}
	
	div#webservicestop {
	
		padding-top: 15px;
		border-top: 1px solid #CCCCCC;
	
	}
	
	div#webservicesbottom {
	
		padding-bottom: 15px;
	
	}
	
	blockquote {
	
		font-size: 11px;
		font-family: Georgia, serif;
		margin-left: 20px;
		border-left: 2px solid #EEEEEE;
		padding-left: 20px;
	
	}
	
	blockquote p {
	
		color: #000000;
	
	}
	
	textarea {
	
		width: 400px;
	
	}
	
	ul.children li {
	
		font-style: italic;
	
	}
	
	p.postmetadata {
	
		padding: 5px;
		text-align: center;
		color: #111111;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		background-color: #F8F8F8;
		font-size: 11px;
	
	}
	
	input {
	
		border: 1px solid #CCCCCC;
		color: #555555;
		font-family: Georgia, serif;
		font-size: 12px;
	
	}
	
	div#copyright {
	
		font-size: 10px;
		color: #999999;
		text-align: center;
		border-top: 1px solid #CCCCCC;
		padding-top: 15px;
		padding-bottom: 25px;
	
	}
	
	img#rssimg {
	
		vertical-align: middle;
		padding-right: 5px;
		padding-bottom: 3px;
	
	}
	
	small {
	
		color: #111111;
		background-color: #EEEEEE;
		font-size: 11px;
	
	}
	
	.center {
	
		text-align: center;
	
	}