﻿/* Post View */
#sidebar{width:236px; padding-top:40px; min-height:300px;}
#postview{float:left; width:575px; padding-bottom:20px;}
#postview #breadcrumbs{}
#postview #post{margin-top:20px;}
#postview #post #author{display:none;}
#postview #post #body{margin:5px 0 30px 0;	line-height:18px;}
#postview #post #tags{display:none;}
#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{width:575px;}
#categoryview #sidebar{width:236px; min-height:300px;}
#categoryview #category{float:left;	width:575px;}
#categoryview #category #heading{clear:right;}
#categoryview #category #preview{width:200px; min-height:100px; float:right; margin-right:20px;	display:none;}
#categoryview #category #name{}
#categoryview #category #posts{clear:both; border-top:1px #9C8A88 dashed;}
#categoryview #category #posts .post{clear:left; margin:10px 0;	border-bottom:1px #9C8A88 dashed;}
#categoryview #category #posts .post .preview{float:left; width:100px; min-height:80px;	margin-right:10px;}
#categoryview #category #posts .post .description #title{border:1px #f00 dashed;}

/* 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{margin:10px;}
#nestedlist .category{margin:5px 0; font-weight:bold; font-size:16px; border-bottom:1px #666 dashed;}
#nestedlist .posts{}
#nestedlist .posts .post .title{font:normal 13px Verdana, sans-serif;}
#nestedlist .posts .post .author{font:italic 11px Verdana, sans-serif; color:#ccc; display:none;}
