﻿/* Post View */

#sidebar{width:200px; float:left; background-color:#ddd; margin:0 10px; padding:10px; min-height:300px; display:none;}
#postview{}
#postview #breadcrumbs{}
#postview #post{margin-top:10px;}
#postview #post h1{margin:10px 0 0;}
#postview #post h2 {color:#074aa1;}
#postview #post #author{display:none;}
#postview #post #body{margin:10px 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;}
#posts .post{margin:0 0 10px; border-bottom:1px solid #666;}
#posts .post .preview{float:left; width:150px; min-height:150px; margin:0 10px 10px 0; text-align:center;}

/* Category View */
#categoryview{}
#categoryview #sidebar{width:200px; float:left; background-color:#ddd; margin:0 10px; padding:10px;	min-height:300px;}
#categoryview #category{width:728px; 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; padding-bottom:5px;}
#categoryview #category #posts .post .preview{float:left; width:100px; min-height:80px; margin-right:10px; text-align:center;}

/* Teams View */
#teams .team{float:left; margin:15px 10px; width:162px;}
#teams .team a {color:#074aa1; display:block; height:35px; font-size:15px; font-weight:bold; margin:0 0 5px 0; text-decoration:none;}
#teams .team .preview {border:1px #000 solid; height:162px; overflow:hidden; width:162px;}
#teams .team .description {display:none;}



/* 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{}
