﻿/* Right Column */
#right .teaser					{display:none;}
#right .readMore				{display:none;}
#right .title					{margin:0 0 10px 0;}
#right .title a					{color:#b05000;}
#right #posts					{padding:0 20px;}
#right .date					{display:none;}
#right .dividerHorz				{display:none;}
/* Post View */
#breadcrumbs					{background:#4b4319; color:#b79f1c; height:20px; padding:5px 0 0 5px;}
#breadcrumbs a					{color:#b79f1c; font-weight:bold; text-decoration:none;}
.main #left #post h2			{color:#fcde29;}
#postview a						{color:#fcde29;}
#postview #post					{margin-top:20px;}
#postview #post #author			{color:#aaa;}
#postview #post #body			{margin:10px 0 0 0;}
#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*/
.main #left #categories h2 a{font-size:20px; font-weight:bold; color:#fcde29; text-decoration:none;}

/* Category View */
#categoryview #category #preview
{
	width:200px;
	min-height:100px;
	float:left;
	margin-right:20px;
}
#categoryview #category #name
{
}
#categoryview #category #posts
{
	margin-top:20px;
	clear:both;
}
#categoryview #category #posts .title a
{
	color:#fcde29; font-size:16px; font-weight:bold; text-decoration:none;
}
#categoryview #category #posts .post
{
	clear:left;
	margin-bottom:10px;
}
#category #posts .date
{
	color:#4d4d4d;
	font-size:11px;
}
#category #posts .readMore
{
	margin:10px 0 0 230px;
}
#categoryview #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
{}

