﻿/* Post View */

#sidebar
{
	width:200px;
	float:left;
	background-color:#ddd;
	margin:0 10px;
	padding:10px;
	min-height:300px;	
}
#postview
{
	float:left;
	width:750px;
	padding:10px;
	background-color:#a79778;
}
#postview #breadcrumbs
{}
#postview #post
{
	margin-top:20px;
}
#postview #post #author
{
	color:#000;
	display:none;
}
#postview #post #body
{
	margin:10px 0 30px 0;
	line-height:18px;
	font-size:12px;
}
#postview #post .tags a
{
	color:#5D1B00;
	text-decoration:none;
	margin-right:4px;
}
	#postview #post .tags a:hover
	{
		text-decoration:underline;
	}
.newsArchive a
{
	font-size:11px;
}

/*Default View*/
#defaultView
{
	padding:10px 0;
}
#defaultView td
{
	vertical-align:top;
}
	#defaultView .preview
	{
	}
	#defaultView .name
	{
		margin:0 0 5px 0;
	}
		#defaultView .name a
		{
			font-size:18px;
		}
	#defaultView .description
		{
		}

/*Category View*/
#categoryview #categories
{
}
#categoryview #categories td
{
	vertical-align:top;
}
	#categoryview #categories .preview
	{
	}
	#categoryview #categories .name
	{
		margin:0 0 5px 0;
	}
		#categoryview #categories .name a
		{
			font-size:18px;
		}
	#categoryview #categories .description
		{
		}
	
#categoryview #category
{
}
	#categoryview #category #heading
	{
		
	}
		#categoryview #category #heading .preview
		{
			width:150px;
			float:left;
			margin-right:0px;
		}
		#categoryview #category #heading #description
		{
			float:left;
			width:450px;
		}
#categoryview #category #name
{
}
#categoryview #category #posts
{
	margin-top:20px;
	clear:both;
}

	#posts a
	{
		font-size:12px;
		font-weight:700;
	}

#post h1
{
	font-size:16px;
	margin:5px 0px;
	padding:0px;
}

#categoryview #category #posts .post
{
	clear:left;
	margin-bottom:10px;
}

#categoryview #category #posts .post .preview
{
	float:left;
	width:100px;
	min-height:80px;
	margin-right:10px;
}


/* Blogview View */
#blogview
{}
#blogview #sidebar
{
	width:200px;
	float:left;
	background-color:#ddd;
	margin:0 10px;
	padding:10px;
	min-height:300px;	
}
#blogview #category
{
	float:left;
	width:600px;
}
#blogview #category #heading
{
	clear:right;
}
#blogview #category #preview
{
	width:200px;
	min-height:100px;
	float:left;
	margin-right:20px;
}
#blogview #category #name
{
}
#blogview #category #posts
{
	margin-top:20px;
	clear:both;
}
#blogview #category #posts .post
{
	clear:left;
	margin-bottom:10px;
}

#blogview #category #posts .post .preview
{
	float:left;
	width:100px;
	min-height:80px;
	margin-right:10px;
}


/* Search Results View  */

#results #posts
{
	margin-top:20px;
	clear:both;
}
#results #posts .post
{
	clear:left;
	margin-bottom:10px;
}

#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
{}


