﻿/* Post View */

#sidebar{float:left; min-height:300px; width:240px;}
#postview{float:left;}
#postview #breadcrumbs{}
#postview #post{margin-top:20px;}
#postview #post #author{color:#aaa; display:none;}
#postview #post #body{margin:0 0 30px; 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{float:left; min-height:300px; width:240px;}
#categoryview #category{float:left;}
#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:10px; font-weight:bold;}
#nestedlist .posts{margin:10px 0 0;}
#nestedlist .posts .post{}
#nestedlist .posts .post .title{display:block; background:#fff; padding:3px; border:1px solid #f5d7a8; margin:2px 0;}
#nestedlist .posts .post .title a{display:block; background:#fff url(/images/site/arrow.png) left center no-repeat; padding:2px 0 2px 18px; text-decoration:none; line-height:20px;}
#nestedlist .posts .post .title a:hover{display:block; background:#faeacf url(/images/site/arrow.png) left center  no-repeat; text-decoration:none;}