#blog_logo
{
	display: block;
	height: 110px;
	width: 50%;
	background: transparent url(/images/weekly_tonic_header.gif) no-repeat 0 0;
	text-indent: -1234em;
	overflow: hidden;
}

#blog_logo:hover {border:0 !Important;}

#dean
{
	display: block;
	width: 210px;
	height: 165px;
	background: transparent url(/images/dean_cutout.gif) no-repeat 0 0;
	position: absolute;
	top: 52px;
	left: 320px;
	z-index: 100;
}

#dean_who
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 110px;
	background: transparent url(/images/weekly_tonic_header.gif) no-repeat 100% 0;
	text-indent: -1234em;
	overflow: hidden;
}

.entry
{
	margin: 0 0 15px 0;
	
	padding: 0 0 15px 0;
	border-bottom: #ccc solid 1px !important;
	position:relative;
	overflow:hidden;
	background-color:#fff;
}

.comment-box
{
	margin: 15px 0 15px 0;
	padding-bottom: 15px;
	border-bottom: #ccc solid 1px !important;
	position:relative;
	overflow:hidden;
	background-color:#fff;
}

.entry a,.comment-box a { color:#FF6F1C; font-weight:bold;}
.entry a:hover,.comment-box a:hover { color:#000;}

.entry div.meta
{
	width: 200px;
	position:absolute;
	top:0;
	left:0;
}


.entry div.meta p
{
	margin: 0 0 .3em 0;
	padding: 0;
}

.comment_number
{
	background: #fff url(/images/interface/bubble_left.gif) no-repeat 0 1px;
	height: 21px;
	display: block;
	float: left;
	color: #fff;
	text-shadow: #000 0 0 0;
	font-weight: bold;
	text-align: center;
	font-size:90%;
	padding-left: 5px;
	margin-right: .3em;
}

.comment_number strong
{
	display: block;
	padding-right: 5px;
	background: transparent url(/images/interface/bubble_right.gif) no-repeat 100% 1px;
	color:#fff;
}

.entry div.summary,
.entry div.body,
.entry-image,
.comment-box .comment,
#new_comment form
{
	width: 465px;
	padding-left: 224px;
}

.entry-image img {
margin-bottom:10px;
}

.comment-box .comment-data {
float:right;
position:absolute;
top:0;
}
.entry ul
{
	list-style: disc inside;
	margin:0 0 1em 0;
	padding-top:0;
}



.entry div.summary img,
.entry div.body img
{
	float: right;
	margin: 0 0 10px 10px;
}

.pagination
{
	position: relative;
	margin: 30px 0;
	width:100%;
}

.pagination p {
	padding-left: 224px;
}
.pagination .next
{
	position: absolute;
	right: 0;
	top: 0;
}

.pagination .previous
{
	position: absolute;
	left: 0;
	top: 0;
	background: #fff url(/images/interface/rounded_button.gif) no-repeat 100% 0;
	height: 21px;
	display: block;
	float: left;
	color: #fff;
	text-shadow: #000 0 0 0;
	font-weight: bold;
	text-align: center;
}

.pagination .previous span
{
	display: block;
	padding-left: 22px;
	padding-right: 10px;
	background: transparent url(/images/interface/arrow_left_rounded_rectangle.gif) no-repeat 0 0;
}

.pagination .previous:hover,
.pagination .next:hover { color: #FF6F1C; }

.pagination .next
{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff url(/images/interface/rounded_button.gif) no-repeat 0 0;
	height: 21px;
	display: block;
	float: right;
	color: #fff;
	text-shadow: #000 0 0 0;
	font-weight: bold;
	text-align: center;
}

.pagination .next span
{
	display: block;
	padding-right: 22px;
	padding-left: 10px;
	background: transparent url(/images/interface/arrow_right_rounded_rectangle.gif) no-repeat 100% 0;
}

.rss {
background:transparent url(/images/interface/rss.png) no-repeat 100% 40%;
padding-right:18px;
}


.tags a {
font-weight:bold;
}

#new_comment input.text,
#new_comment textarea {
width:360px;
}

#new_comment h3 {
float:left;
width:200px;
}
