/*
Theme Name: Dr.Beez Blog
Version: 1.0
Description: Dr.Beez's blog - Very simple 2-column theme that focuses on minimalism. You have the option to add a banner and change the sidebar's position in the theme options.
Author: Basanova
Author URI: http://www.basanova.com/
Tags: black, Green, white, Yellow, two-columns, right-sidebar, fixed-width, custom-header, theme-options
*/

* {
	margin: 0 auto;
	}
body {
	background: #d0a23b url(./images/bg.jpg) repeat-x top;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	}

.top-line {
	width:100%;
	height:5px;
	background:#400101;
}

a {
	color: #ff7700;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
cite {
	font-style: normal;
	}
cite a {
	color: #ff7700;
	font-style: normal;
	}
code {
	background: #efefef;
	border: 1px solid #dfdfdf;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 10px;
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	}
p {
	line-height: 1.5em;
	margin-top: 20px;
	text-align: left;
	}
pre {
	background: #efefef;
	border: 1px solid #dfdfdf;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 20px;
	overflow: auto;
	padding: 10px;
	}
textarea {
	font-family: "Arial";
	font-size: 1em;
	}

/* -header -*/

#bannerwrap {
	text-align: center;
	width: 830px;
	}
#bannerwrap img {
	border: 4px solid #000000;
	padding: 3px;
	margin-bottom: 20px;
	max-width: 816px;
	}
#banner-custom img {
	border: 4px solid #000000;
	padding: 3px;
	margin-bottom: 20px;
	max-width: 816px;
	}

/* -content- */

#contentwrap {
	width: 982px;
	padding-top:15px;
	min-height:400px;
	background:url(./images/title_bg.jpg) top no-repeat;
	}

#contentwrap h1 {
	background: #000000;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 20px;
	}
#contentwrap h1 a {
	color: #ffffff;
	}
#content {
	float: left;
	width: 640px;
}

#content .content-main {
    background:#fff;
	width:640px;
}

#content .content-top {
    width: 640px;
	height:11px;
	background:url(./images/main_content_top.png) top no-repeat;
}

#content .content-bottom {
    width: 640px;
	height:11px;
	background:url(./images/main_content_bottom.png) bottom no-repeat;
}

.content-margin-20 {
	float: left;
	width: 30px;
	}
#content h1 .description {
	color: #ffffff;
	font-size: .5em;
	font-weight: normal;
	}

/* -post and entries- */

.post {
	background: #ffffff;
	padding: 20px 30px 30px 30px;
	color:#444444;
	}
.post a {
	color: #ff7700;
	text-decoration: none;
	}
.post a:hover {
	color: #000000;
	text-decoration: none;
	}
.post blockquote {
	/*background: #efefef;*/
	border-left: 4px solid #dfdfdf;
	margin-top: 20px;
	padding: 1em;
	}
.post blockquote p {
	margin: 0;
	}
.post embed, .post img, .post object {
	display: block;
	margin-top: 20px;
	max-width: 496px;
	}
.post img, .post object {
	/*border: 4px solid #dfdfdf;
	padding: 3px;*/
	}
.post embed.alignleft, .post img.alignleft, .post object.alignleft {
	margin: 0 10px 10px 0;
	}
.post embed.alignright, .post img.alignright, .post object.alignright{
	margin: 0 0 10px 10px;
	}

.post h2 a {
	color: #d6311c;
	}
.post h2 a:hover {
	color: #8ea638;
	}
.post ul, .post ol {
	line-height: 1.5em;
	margin-top: 20px;
	}
.post input {
	background: #efefef;
	border: 1px solid #dfdfdf;
	color: #000000;
	padding: 3px;
	}
.post input[type="submit"] {
	margin-top: 20px;
	}

.postmetadata-top {
	margin-top: .5em;
	text-transform: uppercase;
	}
.postmetadata-bottom {
	margin-top: 20px;
	text-transform: uppercase;
	}

/* -post tables- */

.post table {
	background: #efefef;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	line-height: 1.5em;
	margin: 20px auto 0 auto;
	width: 100%;
	}
.post th, .post td {
	background: #efefef;
	border: 1px solid #dfdfdf;
	padding: 5px;
	}

/* -sidebar- */

#sidebar1wrap {
	float: left;
	width: 312px;
	}
	
#sidebar1wrap .sidebar1-top {
	background:url('./images/side_content_top.png') no-repeat top;
    width: 312px;
	height:11px;
}

#sidebar1wrap .sidebar1-main {
    background:#fff;
}

#sidebar1wrap .sidebar1-bottom {
	background:url('./images/side_content_bottom.png') no-repeat bottom;
    width: 312px;
	height:11px;	
}

	
#sidebar1 {
	background: #ffffff;
	padding:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:292px;
	}
#sidebar1 ul {
	margin: 0;
	padding: 0;
	}
#sidebar1 ul.children a, #sidebar1 li.page_item ul li.page_item a {
	padding-left: 20px;
	}
#sidebar1 ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item a {
	padding-left: 30px;
	}
#sidebar1 ul.children ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item ul li.page_item a {
	padding-left: 40px;
	}
#sidebar1 li {
	list-style: none;
	}
#sidebar1 a, #sidebar1 li.recentcomments {
	color: #000000;
	font-size:14px;
	display: block;
	padding: 2px 5px 2px 15px;
	}
#sidebar1 a:hover {
	color: #d0a23b;
	}
#sidebar1 li.recentcomments a {
	border: none;
	}
#sidebar1 .widget_text {
	border-bottom: 1px dotted #dfdfdf;
	}
#sidebar1 .textwidget {
	padding: 5px 0 5px 0;
	}
#sidebar1 .textwidget img {
	display: block;
	}
#sidebar1 .widget_text a, #sidebar1 .widget_text a img {
	border: none;
	padding: 0;
	}
#sidebar1 .widget_text a:hover {
	background: none;
	color: #000000;
	}
#sidebar1 li.widget_categories ul li {
	border-bottom: 1px dotted #dfdfdf;
	display: block;
	padding: 5px 5px 5px 10px;
	}
#sidebar1 li.widget_categories ul li a {
	border-bottom: none;
	display: inline;
	padding: 0;
	}
#sidebar1 li.widget_categories ul li:hover, #sidebar1 li.widget_categories ul li:hover a {
	color: #ff7700;
	}
#sidebar1 h2.small {
	border-bottom: 1px dotted #000000;
	color: #ff7700;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 5px;
	}

#sidebar1 h2.title {
	color: #d6311c;
	font-size: 18px;
	padding-bottom: 10px;
	}
	
#sidebar1 select {
	margin: 5px 0 5px 0;
	width: 100%;
	}
#sidebar1 small {
	text-transform: uppercase;
	}
#sidebar1 #tag_cloud h2 {
	margin-bottom: 10px;
	}
#sidebar1 #tag_cloud a {
	border: none;
	display: inline;
	padding: 0 3px 0 3px;
	}

/* -sidebar calender- */

#sidebar1 table {
	border-top: 1px dotted #000000;
	width: 100%;
	}
#sidebar1 table a {
	border: none;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 3px;
	}
#sidebar1 table th {
	color: #000000;
	text-align: center;
	}
#sidebar1 table td {
	color: #dfdfdf;
	text-align: center;
	}
#sidebar1 #calendar {
	margin-top: 20px;
	}
#sidebar1 #calendar h2 {
	display: none;
	}
#sidebar1 caption {
	color: #ff7700;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	}

/* -comments- */

#comments, #respond {
	background: #ffffff;
	width: 550px;
	}
#commentpages {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 20px;
	}
ul#commentlist {
	list-style: none;
	margin-bottom: 20px;
	padding: 0 20px 0 20px;
	}
ul#commentlist li.comment {
	border-top: 1px dotted #dfdfdf;
	padding: 20px 0 20px 0;
	}
ul#commentlist ul.children {
	list-style: none;
	padding: 0 0 0 20px;
	}
ul#commentlist ul.children li {
	border-top: 1px dotted #dfdfdf;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
ul#commentlist li blockquote {
	/*background: #efefef;*/
	border-left: 4px solid #dfdfdf;
	margin-top: 20px;
	padding: 1em;
	}
ul#commentlist li blockquote blockquote {
	margin-bottom: 0;
	}
ul#commentlist li blockquote p {
	margin: 0;
	}
/*ul#commentlist a {
	color: #ff7700;
	}*/
h2.comments, h2.respond {
	color: #000000;
	padding: 20px 10px;
	}
h2.commentpages {
	margin-bottom: 20px;
	}
small a.comment-edit-link {
	color: #ff7700;
	text-transform: uppercase;
	}
#commentlist div .avatar {
	float: left;
	border: 4px solid #dfdfdf;
	margin: 0 10px 10px 0;
	padding: 3px;
	}
.vcard .fn, .vcard .says {
	font-size: 1.5em;
	}
.comment-meta {
	font-size: .8em;
	margin-bottom: 40px;
	text-transform: uppercase;
	}
.comment-meta a {
	color: #000000;
	}
.comment-meta a.comment-edit-link {
	color: #ff7700;
	}
.reply {
	margin-top: 20px;
	text-align: left;
	}
#cancel-comment-reply-link {
	margin-left: 20px;
	}
li.depth-1 #respond {
	margin: 0 0 -20px -20px;
	}
li.depth-2 #respond {
	margin: 0 0 -20px -40px;
	}
li.depth-3 #respond {
	margin: 0 0 -20px -60px;
	}
li.depth-4 #respond {
	margin: 0 0 -20px -80px;
	}
li.depth-5 #respond {
	margin: 0 0 -20px -100px;
	}
#commentform {
	padding: 0 10px 20px 10px;
	width: 530px;
	}
#commentform a {
	color: #ff7700;
	}
#commentform input, #commentform textarea {
	background: #efefef;
	border: 1px solid #dfdfdf;
	color: #000000;
	padding: 3px;
	}
#commentform #commentbox {
	height: 100px;
	width: 502px;
	}
#commentform #submit {
	color: #000000;
	margin-top: 20px;
	}
#commentform small {
	text-transform: normal;
	}
.commentlinks {
	padding: 5px;
	}
.commentlinks a {
	color: #000000;
	padding: 5px 10px 5px 10px;
	}
.commentlinks a:hover {
	background: #000000;
	color: #ffffff;
	}
.commentlinks .current {
	background: #000000;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	}

/* -search form- */

#s {
	background: #fff;
	border: 1px solid #000000;
	color: #8ea638;
	padding: 3px 3px 3px 3px;
	width: 213px;
	font-size:16px;
	}
#searchsubmit {
	background:#d7311c;	
	border: 1px solid #000000;
	color:#fff;
	font-size:16px;
	width: 64px;
	height:28px;
	position:relative;
	top:1px;
	}


/* -newsletter form- */

#sstxt {
	background: #fff;
	border: 1px solid #000000;
	color: #8ea638;
	padding: 3px 3px 3px 3px;
	/*width: 106px;*/
	width: 280px;
	margin-bottom:5px;
	font-size:16px;
	}
#ssbtn {
	background:#d7311c;	
	border: 1px solid #000000;
	color:#fff;
	font-size:16px;
	width: 54px;
	height:28px;
	position:relative;
	top:1px;
	}


/* -footer- */

#footer {
	position:relative;
	bottom:0;
	clear: both;
	padding: 20px 30px;
	text-align: left;
	width: 922px;
	color:#273a45;
	}
#footer a {
	color: #273a45;
	}

#footer a:hover {
	color: #000;
	}

#footer small {
	text-transform: uppercase;
	}

#footer .copyright {
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
}

/* -misc and universal- */

.navlink a {
	background: #ffffff;
	color: #ff7700;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	}
.navlink a:hover {
	color: #000000;
	}
.navlink-posts {
	background: #ffffff;
	color: #ff7700;
	display: block;
	padding: 10px;
	text-align: center;
	}
.navlink-posts a:hover {
	color: #000000;
	}
.uppercase {
	text-transform: uppercase;
	}
.wp-smiley {
	border: none;
	display: inline;
	margin: 0;
	}

/* -floats - */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
	
	
#nav-bottom ul {
	margin: 0;
	padding: 0;
	width:100%;
	height:16px;
	padding:20px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:16px;
}

#nav-bottom ul li { 
    float:left;
	list-style: none;
	padding:0 15px 0 2px;;
}


#nav-category ul {
    margin: 0;
	padding: 0;
	width:465px;
	float:right;
	height:127px;
	font-size:16px;
	line-height:16px;
}

#nav-category ul li { 
    float:left;
	width:155px;
	list-style: none;
}

#nav-category ul li:hover { 
	
}

#nav-category ul li a {
	width:105px;
	display:block;
	padding:13px 20px;
	margin-left:10px;
	margin-bottom:10px;
	background:#fff;
	color:#8ea638;
	text-align:center;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav-category ul li a:hover {
	background:#400101;
	color:#fff;
	text-decoration:none;
}

#nav-rss {
	float:right;
	width:328px;
	height:38px;
	margin-bottom:18px;
}

.rss {
	float:right;
	background:url('./images/rss_top.gif') no-repeat right;
	width:70px;
	height:38px;
	display:block;
	cursor:pointer;
	pointer:hand;
}

.rss:hover {
	background:url('./images/rss_top_.gif') no-repeat right;
	width:60px;
	height:38px;
}

#logo {
	margin-top:10px;
	float:left;
    background:url(./images/logo.png) no-repeat;
	width:328px;
	height:158px;
	cursor:pointer;
	pointer:hand;
}

.logo-description {
    float:left;
	margin-top:40px;
	margin-left:68px;
	width:260px;
	height:118px;
}

.category-title {
    color:#d6311c;
	font-size:21px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	text-transform:uppercase;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 30px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 13px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}
