﻿/* Post View */
#sidebar{width:250px; float:right; background-color:#ddd; margin:0 10px; padding:10px; min-height:300px;}
#postview{float:left; width:630px;}
#postview #breadcrumbs{}
#postview #post{margin-top:20px;}
#postview #post #author{color:#aaa;	display:none;}
#postview #post #body{margin:20px 0 30px 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{}
#categoryview #sidebar{width:250px;	float:right; background-color:#ddd; margin:0 10px; padding:10px; min-height:300px;}
#categoryview #category{float:left; width:630px;}
#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{clear:left; margin-bottom:10px;}
#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{}
