﻿.breadcrumbcontainer				{color:#bcbcbc; font-size:13px; padding:0 0 30px 0;}
.breadcrumbcontainer a				{color:#000;text-decoration:none;}

/* Post View */

#sidebar
{
	width:210px;
	float:left;
	margin:0px 0 0 0;
}
#postview
{
	float:left;
	width:450px;
	margin:0 30px 0 0;
}
#postview #breadcrumbs
{}
#postview #post
{
}
#postview #post #title
{
	font-size:17px;
	line-height:18px;
	color:#790000;
	font-weight:bold;
}
#postview #post #date
{
	font-size:10px;
	color:#a1a1a1;
	font-style:italic;
}
#postview #post #author
{
	color:#aaa;
	display:none;
}
#postview #body
{
	margin:20px 0 0 0;
	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
{}

#categories .categories
{
	width:300px;
	float:left;
	margin:0 0 15px 0;
}
#categories .categories a.name
{
	display:block;
	margin:0 0 0 55px;
	background:url(/images/site/plus.jpg) no-repeat;
	padding:0 0 0 18px;
	font-size:14px;
}
#categoryview #sidebar
{
	width:200px;
	float:left;
	background-color:#ddd;
	margin:0 10px;
	padding:10px;
	min-height:300px;	
}
#categoryview #category
{
	float:left;
	width:600px;
}
#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-top:20px;
	clear:both;
}
#categoryview #category #posts .post
{
	margin:0 0 10px 0;
	width:275px;
	float:left;
}
#categoryview #category #posts .left
{
	margin:0 50px 0 0;
}
#categoryview #category #posts .post .preview
{
	float:left;
	width:auto;
	min-height:80px;
	margin-right:10px;
	padding-right:10px;
}
#categoryview #category #posts .post .name
{
	clear:both;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px #ccc dashed;
	margin:0 0 7px 0;
	padding:0 0 3px 0;
	height:35px;
}
#categoryview #category #posts .post .name a
{
	text-decoration:none;
}
#categoryview #category #posts .post li
{
	margin:0 0 5px 0;
}
#categoryview #category #posts .post .button
{
	margin:3px 0 0 170px;
}
#categoryview #category #posts .date
{
	color:#a1a1a1;
	font-size: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 .preview
{
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 5px 0;
}

/* Nested Tips View */
#sidebar2
{
	width:210px;
	float:left;
	margin:0px 0 0 0;
}
#nestedtips
{
	
}
#nestedtips .post .title
{
	margin:10px 0;
}
#nestedtips .post .title a
{
	color:#000;
	text-decoration:none;
	display:block;
	background:#eddd52 url(/images/site/double-arrow-yellow.jpg) no-repeat 4px 7px;
	padding:5px 5px 5px 16px;
}
#nestedtips .post .title a:hover
{
	background:#ddd url(/images/site/double-arrow-grey.jpg) no-repeat 4px 7px;
}

