﻿.PagerContainerTable
{
	width:300px;
	margin:0 auto;
}
/* Post View */

#postview
{
	float:left;
	width:524px;
	margin:0 45px 0 0;
}
#postview #breadcrumbs
{}
#postview #post
{
}
#postview #post #author
{
	color:#aaa;
	display:none;
}
#postview #post #body
{
	
	line-height:18px;
}
#postview #post #tags a:link, #postview #post #tags a:active, #postview #post #tags a:visited
{
	color:#03b4e7;
	text-decoration:none;
	margin-right:4px;
}
#postview #post #tags a:hover
{
	color:#0191ba;
	text-decoration:underline;
	margin-right:4px;
}


/* Category View */
#categoryview
{}
#categoryview #sidebar
{
	width:200px;
	float:left;
	background-color:#ddd;
	margin:0 10px;
	padding:10px;
	min-height:300px;	
}
#categoryview #category
{
}
#categoryview #category #heading
{
	clear:right;
}
#categoryview #category #preview
{
	width:200px;
	min-height:100px;
	float:left;
	margin-right:20px;
}
#categoryview #category #name
{
}
#categoryview #category #posts
{
	margin:0 0 30px 0;
}
#categoryview #category #posts .post
{
	margin:0 0 12px 0;
	position:relative;
	padding:10px;
}

#categoryview #category #posts .post a
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


#categoryview #category #posts .post .preview
{
	float:left;
	width:auto;
	margin:0 10px 0 -50px;
	border:1px #5f9532 solid;
}

#categoryview #category #posts .post .description
{
	float:left;
	width:260px;
}

#categoryview #category #posts .post .button
{
	width:81px;
	position:absolute;
	bottom:-36px;
	left:234px;
}


/* Search Results View  */

#results #posts
{
	margin-top:20px;
	clear:both;
}
#results #posts .post
{
}

#results #posts .post .preview
{
	float:left;
	width:100px;
	min-height:80px;
	margin-right:10px;
}



/* Nested List View */

#nestedlist
{
}
#nestedlist .category
{
	margin-bottom:20px;	
	font-weight:bold;
}
#nestedlist .posts
{
	margin:10px 0 0 10px;	
}
#nestedlist .posts .post
{
	margin:0 0 15px 0;	
}

#nestedlist .posts .date
{
	font-size:10px;
}

#nestedlist .posts .title a
{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#nestedlist .button
{
	position:absolute;
	width:81px;
	left:178px;
	bottom:-15px;
}
