﻿/* Post View */
#sidebar{width:329px; float:left; min-height:300px;}
#postview{float:left;}
#postview a{color:#900; text-decoration:none;}
#postview a:hover{color:#f00; text-decoration:none;}
#postview #breadcrumbs{}
#postview #post{margin-top:20px;}
#postview #post #author{color:#aaa; display:none;}
#postview #post #body{margin:20px 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:329px;	float:left;	min-height:300px;}
#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 a{color:#900; text-decoration:none;}
#nestedlist a:hover{color:#f00; text-decoration:none;}
#nestedlist .category{margin-bottom:20px; font-weight:bold; font-size:18px;}
#nestedlist .posts{margin:10px 0 0 10px;}
#nestedlist .posts .post .author{font-size:10px; margin-bottom:10px;}
