.BlogError {
	text-align: center;
}

.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

/* kamikaze */

div#container div#blog .basepage
{
	width: 590px;
	margin-right: 60px;
}
div#container div#blog .sidebar
{
	width: 280px;
}

div#container div.content div.WidgetHolder
{
	margin-bottom: 20px;
	}
	div#container div.content div.WidgetHolder h3
	{
		color: #999;
		padding-bottom: 15px;
		/*font-size: 20px;*/
}

div.blog_entry
{
	margin: 0px 0px 50px 0px;
	position: relative;
}
	div.blog_entry .page_content
	{
		margin: 0px 0px 20px 0px;
	}
	div#container div.content div.blog_entry div.author
	{
		font-style: italic;
		color: #888;
		line-height: 11px;
		margin-bottom: 14px;
		margin-left: 67px;
	}
	div.blog_entry div.image
	{
		clear: both;
		padding-top: 10px;
		clear: both;
		margin-bottom: 10px;
	}

	div.blog_entry div.intro
	{
		padding-top: 10px;
		clear: both;
	}

div#container div.content div.blog_entry h3
{
	margin-left: 67px;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 10px;
	white-space:nowrap;
	overflow:hidden;
	width:480px;
}


div#container div.content div.blog_entry div.page_content h3
{
    margin-left: 0;
}
/*
div.blog_entry div.when
{
	float: left;
	width: 57px;
	height: 51px;
	margin-right: 10px;
	position: relative;
	background-color: #111;
	background-image: url('../images/blog_date_mini_bg.png');
	background-repeat: no-repeat;
	text-align: center;
	color: #ddd;
}
*/
div.blog_entry div.when
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 57px;
	height: 51px;
	background-color: #111;
	background-image: url('../images/blog_date_mini_bg.png');
	background-repeat: no-repeat;
	color: #ddd;
}
	div.blog_entry div.when span.day
	{
		font-family: 'Georgia';
		display: block;
		position: absolute;
		top: 2px !important;
		top: 5px;
		width: 51px;
		font-size: 27px;
		line-height: 24px;
		height: 30px;
		text-align: center;
	}
	div.blog_entry div.when span.month
	{
		font-family: 'Georgia';
		display: block;
		position: absolute;
		bottom: 8px;
		width: 51px;
		font-size: 14px;
		text-align: center;
	}

div#blog div.sidebar ul li a
{
	display: block;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #CECECE;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*
	div#blog div.sidebar ul li a:hover
	{
		background-color: #111;
		color: #ddd;
	}
*/

div#container div.content div.WidgetHolder div.blog_entry
{
	height: 41px;
	margin-bottom: 10px;
	overflow: hidden;
}

div#container div.content div.WidgetHolder div.blog_entry div.when
{
	height: 41px;
	width: 47px;
	background-color: inherit;
	background-repeat: no-repeat;
	background-position: -10px -5px;
	margin-right: 5px;
}
	div#container div.content div.WidgetHolder div.blog_entry div.when span
	{
		width: 41px;
	}
		div#container div.content div.WidgetHolder div.blog_entry div.when span.day
		{
			font-size: 20px;
			top: 5px;
		}
		div#container div.content div.WidgetHolder div.blog_entry div.when span.month
		{
			font-size: 11px;
			bottom: 6px;
		}

div#container div.content div.WidgetHolder div.blog_entry h3
{
	padding-top: 0px;
	padding-bottom: 6px;
	font-size: 13px;
	width: auto;
	margin-left: 54px;
}

div#container div.content div.WidgetHolder div.blog_entry div.author
{
	font-size: 12px;
	margin-left: 54px;
}

/* comments */
div#PageComments_holder
{
	position: relative;
	min-height: 400px;
}

div#PageComments_holder form
{
	color: #d10000;
}

div#PageComments_holder form
{
	width: 450px;
	position: absolute;
	right: 0px;
	top: 30px;
}


div#PageComments_holder h4
{
	position: relative;
	width: 450px;
}

div#PageComments_holder h4:first-child
{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: 0px;
}

div#PageComments_holder div#CommentHolder
{
	width: 450px;
	margin-top: 16px;
}

div#PageComments_holder div#CommentHolder p#NoComments
{
	font-style: italic;
	
}

div#PageComments_holder div#CommentHolder ul#PageComments li
{
	display: block;
	background-color: #ddd;
	margin-bottom: 10px;
	border-bottom: 1px solid #888;
}
	div#PageComments_holder div#CommentHolder ul#PageComments li p.comment
	{
		padding: 10px;
	}
	div#PageComments_holder div#CommentHolder ul#PageComments li p.info
	{
		padding: 10px;
		font-size: 12px;
		font-style: italic;
		color: #888;
	}
		div#PageComments_holder div#CommentHolder ul#PageComments li p.info a
		{
			color: #888;
		}
	div#PageComments_holder div#CommentHolder ul#PageComments li a
	{
		border-bottom: 1px dotted #d10000;
	}
	div#PageComments_holder div#CommentHolder ul#PageComments li ul.actionLinks
	{
	}
		div#PageComments_holder div#CommentHolder ul#PageComments li ul.actionLinks li
		{
			display: inline;
			border: none;
			margin: 0px;
			padding: 10px 20px 10px 10px;
			background: inherit;
		}
	

div#PageComments_holder p#CommentsRSSFeed
{
	margin-top: 20px;
	width: 430px;
	padding: 10px;
	background-color: #ddd;
}
	div#PageComments_holder p#CommentsRSSFeed a
	{
		border-bottom: 1px dotted #d10000;
	}

div#container div#blog_comments
{
	background-color: #f0f0f0;
	background-image: url('/themes/kamikazeweb/images/projects_bg.png');
}

div#container div#blog_comments fieldset
{
	margin-top: 10px;
	position: relative;
}
	div#container div#blog_comments fieldset div#Name
	{
		width: 300px;
		margin-bottom: 10px;
		color: #111;
	}
	
	div#container div#blog_comments fieldset div#CommenterURL
	{
		width: 300px;
		margin-bottom: 10px;
		color: #111;
	}
		div#container div#blog_comments fieldset div.middleColumn
		{
			margin-top: 5px;
			border: 5px solid #ddd;
			width: 272px;
		}
		div#container div#blog_comments fieldset div.middleColumn input
		{
			width: 266px;
			margin: 0px;
			padding: 2px;
			background: #fff;
			border: 1px solid #fff;
		}
			div#container div#blog_comments fieldset div.middleColumn input:focus
			{
				border: 1px solid #777;
			}
	
	div#container div#blog_comments fieldset div#Comment
	{
		color: #111;
		width: 300px;
		margin-bottom: 10px;
	}
		div#container div#blog_comments fieldset div#Comment div.middleColumn
		{
			width: 406px;
		}
		div#container div#blog_comments fieldset div#Comment textarea
		{
			width: 400px;
			height: 130px;
			border: 1px solid #fff;
			background: #fff;
			padding: 2px;
		}
		div#container div#blog_comments fieldset div#Comment textarea:focus
		{
			border: 1px solid #777;
		}
	div#container div#blog_comments div.Actions
	{
		
	}
