/*
THEME NAME: DiannaBDesigns
THEME URI: http://www.diannabdesigns.com/
DESCRIPTION: Custom theme for the diannabdesigns.com blog
VERSION: 1.0a
AUTHOR: Blase Design
AUTHOR URI: http://www.blasedesign.com/
TAGS: custom, two-columns, fixed-width, theme-options, right-sidebar, threaded-comments, sticky-post, microformats.
Template: thematic
The DiannaBDesigns theme is copyright Dianna Badalament http://diannabdesigns.com/
This work is released under the Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License.
http://creativecommons.org/licenses/by-nc-nd/3.0/us/
*/

/* Import template css rules */
@import url(../thematic/style.css);

/* main site css */
body{
	margin:0;
	padding:0 0 40px;
	font:12px Arial, Helvetica, sans-serif;
	background:#2f2a2b url(images/bg-body.gif);
}
img { border:0; }
a{
	color:#ffffff;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
input, textarea, select{
	font:10px arial,sans-serif;
	vertical-align:middle;
}
#wrapper{
	width:983px;
	padding:0 6px 6px 6px;
	margin:0 auto;
	background:#191211;
	color:#969595;
}
/*content*/
#content{
	width:959px;
	overflow:hidden;
	padding:0 0 0 24px;
	background:#2f2a2b;
}
#content hr {
	border:1px dotted #969595;
	border-width:1px 0 0;
}
#content h2{
	font-size:16px;
	margin:0 0 3px;
	color:#969595;
	font-weight:bold;
}
.text{
	height:1%;
	overflow:hidden;
	margin:0 35px 0 0;
}
#content p{
	color:#969595;
	line-height:17px;
}
/*footer*/
#footer{
	border:none;
	width:100%;
	overflow:hidden;
	padding:15px 0;
	margin:0;
	background:#2f2a2b;
}
#footer p{
	margin:0;
	text-align:center;
	color:#969595;
	font-size:10px;
}

/* Theme specific styles are below */
/*header*/
#blog-header {
	background:#2f2a2b;
	width:983px;
	height:135px;
}
#blog-header a {
	background:url(images/blog_header.jpg) no-repeat;
	width:983px;
	height:100px;
	display:block;
	text-indent:-9999px;
}
#backtosite {
	float:right;
	margin:0 29px 0 0;
	height:35px;
}
#backtosite a {
	background:url(images/tab_returntosite.gif) no-repeat 0 0;
	width:225px;
	height:35px;
	display:block;
	text-indent:-9999px;
}
#backtosite a:hover {
	background-position:0 -35px;
}
/*containers*/
#container {
	background:#2f2a2b;
	width:983px;
	margin:0;
	padding:0;
}
#content {
	padding:20px;
	width:640px;
	margin:0;
	float:left;
}
#primary {
    border:none;
    padding:0;
    margin:0;
}
.entry-utility {
	border-top:1px dotted #191211;
	color:#666666;
	font-size:11px;
	line-height:18px;
	margin:0 0 10px;
	padding:3px 0 0;
}
.entry-content p {
	margin-bottom:15px;
}
.entry-title a {
	color:#969595;
	text-decoration:none;
}
/* sidebar styles */
.main-aside {
	width:263px;
	color:#969595;
	padding:0;
	margin:0;
	border:none;
	background:#191211;
	clear:both;
}
.main-aside a {
	color:#969595;
}
.main-aside a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.searchysearch {
	background:none;
}
.searchysearch input {
	background:#3a3536;
	border:1px solid #191211;
	padding:5px;
	color:#969595;
}
.form-submit input {
	background:#191211;
	border:1px solid #191211;
	padding:5px;
	color:#969595;
}
.sideybar {
	background:#191211 url(images/sidebar_header.gif) no-repeat;
	padding-top:66px;
	margin-top:20px;
}
.aside h3 {
	color:#fff;
	font:bold 12px/16px arial, verdana, sans-serif;
	text-transform:uppercase;
}
.main-aside ul {
	padding:20px 20px 0;
}
.aside ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
}
.aside ul ul {	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 20px 20px;
}
.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
	margin-bottom:0px;
}

/*comments*/
#comments {
	padding:0;
}
#comments h3 {
	padding:0;
}
#respond {
	background:none;
}
#comments-list ol {
	border:none;
	margin:0 0 18px;
}
#comments-list li.alt {
	background:none;
}
.comment-content p {
	margin-bottom:20px;
}
#comments-list .comment-author {
	font-weight:bold;
	padding:9px 0 0;
}
#comments-list .comment-meta {
	color:#666666;
	font-size:11px;
	padding:0 0 9px;
}
#comments-list li {
	border-bottom:1px dotted #969595;
	background:#3a3536;
}

/*override styles for default.css */
p, ul, ol, dd, pre {
margin-bottom:0;
}
#siteinfo {
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	padding:0;
}
.entry-title {
	font-size:18px;
	line-height:18px;
}
.entry-title a:active, .entry-title a:hover {
	color:#ffffff;
}
.entry-meta {
	color:#666666;
	font-size:11px;
	font-style:italic;
	line-height:18px;
}
