/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: D3 Theme
Author: Henry Jacob
Version: 0.4.6

/* Special header graphic - resizeable */
/* Logo Area */

/*
*/

* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.85em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

/* general */
a {
	color:#9C0;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}


/* Typeography */

blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	background: url(../slick/images/blockquote.gif) no-repeat left top;
	font-style:italic;
}



/* header */
#header {
	background:#323232 center repeat-y;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	margin:0 auto;
	width:800px;
}
#header_inside h1 {
	color:#fff;
	float:left;
	font:3.2em 'Trebuchet MS', Verdana, sans-serif;
	height:100px;
	line-height:100px;
	margin:0 0 0 20px;
	width:700px;
}
#header_inside h1 span {
	color:#9c0;
}
#header_inside ul {
	float:right;
	height:100px;
	list-style:none;
	width:600px;
}
#header_inside ul li {
	border-right:1px solid #555;
	float:right;
	height:100px;
	list-style:none;
	width:90px;
}
#header_inside ul li a {
	color:#fff;
	display:block;
	height:50px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:90px;
}
#header_inside ul li a:hover {
	background:#fff;
	color:#111;
}
#header_inside ul li a.active {
	background:#fff;
	color:#111;
}

/* content */
#content {
	background:#fff center repeat-y;
	width:100%;
	height:100%;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside {
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	margin:0 auto;
	width:800px;
	height:100%;
}
#content_inside_sidebar {
	border-left:1px solid #bbb;
	float:right;
	line-height:175%;
	margin:5px 0 5px 570px;
	padding:0 0 0 10px;
	position:absolute;
	width:200px;
}
#content_inside_sidebar h2 {
	background:#fff;
	color:#000;
	font-size:110%;
	font-weight:400;
	padding:5px 0;
	text-align:right;
}
#content_inside_main {
	background:#fff;
	letter-spacing:-1px;
	line-height:175%;
	margin:0 auto;
	padding:10px 235px 10px 10px;
	width:550px;
}
#content_inside_main h1 {
	border-bottom:0px solid #ccc;
	font-size:125%;
	padding:0 0 2px;
	text-align:right;
}
#content_inside_main h2 {
	border-bottom:1px solid #ccc;
	font-size:100%;
	padding:0 0 2px;
}
#content_inside_main h3 {
	color:#ccc;
	font-size:115%;
	text-align:right;
}
#content_inside_main p {
	padding:0 0 10px;
}

/* footer */
#footer {
	background:#323232  center repeat-y;
	height:100px;
	width:100%;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer_inside {
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	height:100px;
	margin:0 auto;
	width:800px;
}
#footer_inside p {
	color:#fff;
	line-height:100px;
	text-align:center;
}

#HeaderArea {
	margin: 0;
	background-position: top;
	/*width: 640px;*/
	height: 41px;
	position: relative;
	left: 0px;
	top: 0px;
}

#HeaderLeft {
	background-image:  url(../slick/images/logo_area_side.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 41px;
	width: 1px;
	position: absolute;
	left: 0px;
}

#HeaderRight {
	background-image:  url(../slick/images/logo_area_side.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 41px;
	width: 1px;
	position: absolute;
	right: 0px;
}

#HeaderCenter {
	background-image: url(../slick/images/logo_area.gif);
	background-repeat: repeat-x;
	height: 41px;
	width: 100%;
	position: absolute;
	left: 1px;
	padding: 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
}

/* END logo area */


/* Images */
img	{
	border: 0;
}

hr	
{
	color: #9A9A8C;
	background-color: #9A9A8C;
	height: 1px;
	border: 0px;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */


/* NEW */
form {
	margin: 0px;
	padding: 0px;
}

/* NEW */
code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
	overflow: auto;
	width: 430px;
	border: 1px dotted #777;
	padding: 5px
}

/* NEW */
#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
	border: 1px solid;
}

#maincontent
{
	margin: 0;
	padding: 12px;
	top: 0px;
	/*border-left-width: 1px;
	border-left-style: solid;*/
	height: 100%;
}

#maincontent .blog_title
{
	color: #663;
	background-color: #FFF;
	font-size:120%;
	font-weight:400;
	padding: 0px 6px 0px 0px;	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}


#maincontent .blog_body
{
	padding: 0px; /* Used to be 10px */
	margin: 0px;
	line-height: 16px; /* This is new */
	border-width: 1px;
	border-style: none;
	color: #663;
	background-color: #000000;
	border-color: #A6A6A6;
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-bottom: 10px;
	top: 0px;
}

#maincontent .blog_comment
{
	padding: 6px 10px 0px 0px;
	font-size: 10px;
	font-weight: bold;	
	color: #663;
	background-color: #FFF;
}

#sidebar
{
	background-image: url(../slick/images/menu_bg.gif);
	background-repeat: repeat-x repeat-y;
	height: 100%;
	width: 195px;
	padding: 0px 0px 0px 12px;
	font-size: 11px;
	font-weight: normal;	
}

#sidebar-top
{
	background-image: url(../slick/images/menu_bg-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 0px 5px 3px 7px;
	/*background-color: #B2B286;*/
	margin: 0px;
}

#sidebar .menu_body
{
	padding: 5px;
	clear: both;
	/*background-color: #FFF;*/
	margin: 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

/* Links */

