/*
Theme Name: DrGreene::01
Theme URI: http://example.com
Description: DrGreene Blog Design number 01 - Default
Author: Dante Michael Afrondoza / Mynd Consulting, Inc
Author URI: http://www.myndconsulting.com
version: 1.0
*/

/* resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
h1,h2,h3,h4,h5,h6 { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }

/* basics */

*{margin:0; padding:0;}

body {
	background: url(images/bkgrd_tile.jpg) top left #fff fixed;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	}
	
h1 {font-size: 1.8em;}
h2 {font-size: 1.4em; margin-top:10px;}
h3 {font-size: 1em; margin-top:10px;}
h4 {font-size: 0.9em;}


/* images and misc. */

img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#456209;
	text-decoration:none;
	border: none;
	}

a:hover{color: #7ca01a;text-decoration: underline; border: none;}



/* container */


#container {
	width: 1012px;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	border-left: 1px solid #c2db8c;
	border-right: 1px solid #c2db8c;
	background: url(images/sidebar_bg.jpg) repeat-y top right #FFF;
	position: relative;
	}

/* ads*/

#header_ad {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	padding: 1em 0;
	text-align: center;
	background: #fff;
}
	
/* header */

#header {
	display: block;
	width: 1012px; 
	height: 125px;
	background: url(images/header_bg.gif) repeat-x top left;
	color: #7ca01a;
	position: relative;
	}

#header a img {
	margin: 0;
	padding: 0;
	border: none;
}

#header a {
	color: #7ca01a;
}

div#titles {
	position: absolute;
	left: 240px;
	top: 70px;
	display: block;
	width: auto;
}

div#titles h1{
	font-family: georgia, Georgia, Times New Roman, serif;
	font-size: 2.4em;
	text-align: left;
}

div#titles i {
	color: #adce66;
}

div#header ul {
	position: absolute;
	right: 2em;
	top: 165px;
	list-style: none;
	float: right;
}

div#header ul li {
	display: inline-block;
	float: left;
}

div#header ul li a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #3f6005;
	height: 40px;
	line-height: 3.4em;
	padding: 0 14px;
}

div#header ul li a:hover {
	background: #bfec5d url(images/topnav_indicator.gif) top center no-repeat;
	text-decoration: none;
}

/* main menu */


#menu {
	display: block;
	background: #fff url(images/topnav_tile.gif) top left repeat-x;
	font-family: tahoma, times, serif;
	font-size: 1.2em;
	width:960px; 
	height:38px;
	margin: 0;
	padding: 0;
}


#menu ul {
	height: 38px;
	margin-right: 1em;
	padding: 0;
	text-align: right;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 2.6em;
}

#menu ul li a {
	padding: 1em;
	margin: 0;
	border-left: 1px solid #C4C7CC;
	font-weight: bold;
	color: #9E94F6;
}

#menu ul li a:hover {
	background-color: #9E94F6;
	color: #fff;
	text-decoration: none;
}



/* content */


#content {
	margin: 0 320px 0 0;
	padding: 1em 2.6em;
	background: url(images/content_circlebkgrd.jpg) no-repeat top left;
	font-size: 1.2em;
	max-width: 54em;
	width: auto !important; width: 46em;
	line-height: 2em;	
	/* height: 100%; */
}	

#content h2.archivetitle {
	font-size: 1em;
	font-style: italic;
	font-family: Garamond, Georgia, Times New Roman, serif;
	color: #79A213;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #CDCDCD;
}

.date {
	float: right;
	background: url(images/calendar.gif) no-repeat;
	width: 48px; 
	height: 50px; 
	display: block;
}

.author {
	float: left;
	text-align: center;
	width: 5em;
	margin-top: 2em;
}

div.author img {
	padding: 2px;
	background: #c2db8c;
}


.post {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 3em 0;
	padding: 0;
	border-bottom: #000;
	}
	
.post h2{
	font-family: georgia, times, serif;
	font-size: 1.6em;
	font-weight: 300;
	color: #c2db8c; 
	padding-bottom: 0.3em;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #c2db8c;
	}
	
.post h2 a {
	color: #7ca01a;
	text-decoration: none;
	}
	
.post h2 a:hover {
	color: #A8DA23;
	text-decoration: none;
	}
	
.post p{font-size: 0.9em;}

.post a{text-decoration:underline;}

.post ul,ol,dl{
	margin: 1em 2em;
}

.post li {font-size: 0.9em; }

.entry  {
	margin: 2em 0 3em 6em;
}

.entry p{
	margin: 1.2em 0;
	padding: 0;
}

.postmetadata{
	display: block;
	text-align: right;
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid #ECECEC;
}

.navigation {
	display: block;
	margin: 0;
	padding: 1em;
	width: auto;
	height: auto;
	font-size: 0.9em;
	}
	
.pagetitle {}

a.more-link {
	display: block;
	margin: 0.5em 0;
	height: auto;
	width: auto;
	text-align: right;
}

/* sidebar */

#sidebar {
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size:1.1em;
	width: 300px;
	float:right;
	padding: 10px 10px 20px 20px;
	}

#sidebar h2{
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 0 0.5em 0;
	color: #9E94F6;
	border-bottom: 1px solid #c2db8c;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin: 0 0 1em 0;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 0.5em 0 2em 0;
	padding: 0;
}

#sidebar ul ul li {
	display: block;
	margin: 0;
	font-size: 0.9em;
	border-bottom: 1px solid #ECECEC;
}

#sidebar ul ul li a{
	display: block;
	padding: 0.5em 1em;
	color: #5a5a5a;
}

#sidebar ul ul li a:hover{
	background: #E9FAC9;
	text-decoration: none;
}

#sidebar ul img{
	margin: 3px auto;
	padding: 3px;
	border: 1px solid #CCC;
	background: #FFF;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidead {padding: 0; margin: 0;}

#sidead img{width: 300px; height: 250px;}

div#sidead img {
	width: 300px; 
	height: 250px;
}

/* comments */

#commentssection{
	display: block;
	height: auto;
	padding: 1em;
	margin: 3em 1em;
	background: #F5FFE1;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 1.2em;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentssection img {
	padding: 0;
}

#commentssection .photo {
	float: left;
	width: 5em;
	height: auto;
	margin-right: 2em;
}

#commentssection .author {
	float: left;
	width: 100%;
	height: auto;
}

.commentmetadata {
	display: block;
	width: 100%;
	height: auto;
}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 1.4em;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 1em;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 0.8em;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #F8F5FE;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #F3FBFD;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 1.4em;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

form#searchform {
	display: block;
}

form#searchform input.text {
	background: #FFF url(images/textbox_bg.gif) repeat-x top left;
	border: 0;
	padding: 0.3em;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	float: left;
	width: 22em;
	color: #456209;
}

/* footer */

#footer {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	background: url(images/footer_bg.gif) repeat-x top left #fff;
	color: #777;
	text-align: center;
	padding: 1em 0 !important;
	padding: 0.5em 0;
        margin-bottom: 0px;
}

#footer p { padding: auto; }
#footer a{ color: #9E94F6; }
#footer a:hover{color: #5D5D5D;}

/* widgets */

#akismetwrap #akismetstats{
	margin: 0 auto;
}

#sidebar object {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#calendar_wrap table#wp-calendar{
	width: 100%;
	border: 1px solid #c2db8c;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #F4F9EC;
	color: #fff;
	font-size: 1em;
	font-weight: bold;	
}

#calendar_wrap table#wp-calendar caption{
	padding: 0.5em;
	width: auto;
	height: auto;
	text-align: left;
	font-weight: bold;
	background: #9DC648;
	color:#456209;
}

#calendar_wrap table#wp-calendar thead th{
	display: table-cell;
	padding: 0.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #c2db8c;
}

#calendar_wrap table#wp-calendar tfoot {
	padding: 0.2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #c2db8c;
}

#calendar_wrap table#wp-calendar tr{
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	text-align: center;
	color: #c2db8c;
	background: #fff;
}

#calendar_wrap table#wp-calendar td{
	display: table-cell;
	margin: 0;
	padding: 0.5em;
	background: #E7F1D1;
}

#calendar_wrap table#wp-calendar td.pad{
	background: #F4F9EC;
}

/* author.php */

ul.authorposts li {
	display: block;
	margin: 0;
	font-size: 0.9em;
	border-bottom: 1px solid #ECECEC;
}

ul.authorposts li a{
	display: block;
	padding: 0.5em 1em;
	color: #5a5a5a;
	text-decoration: none;
}

ul.authorposts li a:hover{
	background: #E9FAC9;
	text-decoration: none;
}

dl.details dt{
	font-size: 0.6em;
}

dl.details dd{
	margin: 0 0 0.5em 2em;
}

.author_details {
	margin: 2em 0 3em 12em;
	padding: 1em;
	border-left: 1px solid #e5e5e5;
}

/* generic classes */
.purple { color: #9E94F6; }
.green {	color: #79A213; }
.lightgreen { color: #c2db8c; }

.alignleft {	float: left; }
.alignright { float: right; }
.textalignleft {text-align:left;}
.textalignright {text-align:right;}

.month { padding: 0 0.5em; font-size: 0.8em; text-transform: lowercase; color: #4A6A0A; }
.day { padding-left: 1em; line-height: 0.6em; font-size: 1.4em; font-family: georgia, times new roman, verdana, serif; color: #fff; }
