img {
   behavior: url("http://devweblog.org/plugin/pngbehavior.htc");
}
/* templates/devweblog/style.css  */
body {
	font: 12px Arial,Helvetica,Sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: #fff url(templates/devweblog//images/background.png) top left repeat-x;
	text-align: center;
}

a { color: #1971a3; }
a:hover { text-decoration: none; }

#page {
	width: 882px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	position: relative;
	height: 6.67em;
}

#header ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.9em;
	overflow: hidden;
	font-size: .9167em;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #1971a3 url(templates/devweblog//images/nav_bg.gif) top left repeat-x;
}

#header ul li {
	float: left;
	color: #fff;
	border-left: 1px solid;
	padding: 0 .67em;
	margin: .3em 0 0;
}

#header ul li.first { border: none; padding-left: 2em; }
#header ul li a { color: #fff; text-decoration: none; }
#header ul li a:hover { text-decoration: underline; }

#header h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 59px;
	width: 178px;
	overflow: hidden;
	position: absolute;
	top: 1.75em;
	left: 18px;
}

* #header h1 { left: 20px; }

#header h1 a {
	display: block;
	padding: 59px 0 0;
	margin: 0;
	background: url(templates/devweblog//images/title.png) top left no-repeat;
}

#header .description {
	position: absolute;
	top: 45px;
	left: 206px;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
}

#content {
	float: left;
	width: 579px;
	padding: 0 0 3em 0;
}

#content .post {
	padding: 0 0 0 1.5em;
	margin-bottom: 2em;
}

#content .post p
{
	line-height: 1.25em;
}

#content .post h2 {
	font-size: 1.6em;
}

#content .post .serendipity_freeTag { border: 1px solid #ccc; background-color: #f3f3f3; padding: 0.75em; margin: 1em 0; }
#content .post .serendipity_freeTag a { padding-left: 19px; background-repeat: no-repeat; background-position: left; background-image: url(/icons/tag_orange.png); }

#content .post .meta { height: 16px; font-size: .8em; margin: -1.3em 0 0 0; padding-left: 19px; background-repeat: no-repeat; background-position: left; background-image: url(/icons/user_comment.png); }

#content .post pre {
	display: block;
	margin: 0 1em;
	border-left: 3px solid #8bb7d0;
	padding: 1em;
	overflow-x: auto;
}

#content .comments {
	padding: 0 0 0 1.5em;
}

#content .comments h3 {
	font-size: 1.25em;
	margin: 1em 0;
	padding: 0;
}

#content .comments ol.thecomments {
	margin: 1em;
	padding: 0;
	list-style: none;
	border-top: 1px solid #7badca;
}

#content .comments div.serendipity_comment {
	font-size: .9167em;
	padding: 1em;
	border-bottom: 1px solid #7badca;
	zoom: 100%;
}
#content .comments div.serendipity_comment:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#content .comments div.comment_oddbox { background: #ddeaf1; }

#content .comments div.serendipity_comment div.serendipity_comment_source {
/*	border-top: 1px solid #9cc2d7; 
	margin: 1em 0 0; */
	margin: 1em 0 0 0;
}

#sidebar {
	margin: 0 0 0 597px;
	width: 276px;
}

#sidebar .serendipitySideBarItem
{
	margin-bottom: 2em;
}
#sidebar .serendipitySideBarItemBody
{
	margin-left: 20px;
	margin-top: 1em;
}

#sidebar h3 {
	margin: 0;
	color: #fff;
	background: url(templates/devweblog//images/header_bg.gif) top left no-repeat;
	font-size: 1.25em;
	padding: .5em 1em .67em;
}

#sidebar h3 a { color: #fff; text-decoration: none; }

#sidebar ul {
	font-size: .9167em;
	border-top: 1px solid #ddd;
	list-style: none;
	padding: 0;
	margin: .5em 1em;
}

#sidebar ul li {
	border-bottom: 1px solid #ddd;
}

#sidebar ul li a {
	display: block;
	text-decoration: none;
	padding: .5em 1em;
}

#sidebar ul li a:hover { background: #DDEAF1; }

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	color: #888;
	font-size: .9167em;
	padding: .2em 0 2em;
}

#sidebar div#calendar { text-align: center; }

#sidebar .serendipity_calendar {
	font-size: .9167em;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 100%;
}

#sidebar .serendipity_calendar td:hover { background: #ddeaf1; }

#sidebar .serendipity_calendarHeader { padding: .3em 0; }

#sidebar .serendipity_calendar .serendipity_weekDayName {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: .3em 0;
	background: #DDEAF1;
}

#sidebar .serendipity_calendar .serendipity_weekDayName { width: 3em; }

#sidebar .serendipity_calendarDay { font-size: 1.1em; border: 1px dashed #e7e7e7; width: 3em; }
