﻿/* Post View */

#sidebar{float:left; margin:0; padding:0; min-height:300px; width:307px;}
#postview{float:left; width:100%;}
#postview #breadcrumbs{}
#postview #post{margin-top:20px;}
#postview #post #author{color:#aaa; display:none;}
#postview #post #body{margin:10px 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{float:right; margin:0px; padding:0; min-height:300px;}
#categoryview #category{float:left;	width:100%;}
#categoryview #category #heading{clear:right;}
#categoryview #category #preview{width:200px; min-height:100px; float:left; margin-right:20px;}
#categoryview #category #name{}
#categoryview #category .posters{margin:10px 0 0; clear:both;}
#categoryview #category .posters .post{clear:left; margin-bottom:15px;}
#categoryview #category .posters .post .preview{float:left; width:100px; min-height:80px; margin-right:10px;}


/* Search Results View  */
#results .posters{margin-top:20px; clear:both;}
#results .posters .post{clear:left; margin-bottom:10px;}
#results .posters .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{margin:3px 0; font-size:13px;}
#nestedlist .author{display:none;}

.PagerContainerTable{padding:0; margin:0; font-size:10px; width:250px;}
.PagerContainerTable tr td{margin:0; padding:0;}

.PagerContainerTable .PagerInfoCell{margin:0; padding:0; background:#ae1d1c; text-align:center; width:100px;}
.PagerContainerTable .PagerCurrentPageCell{margin:0; padding:0; text-align:center;}
.PagerContainerTable .PagerCurrentPageCell .PagerHyperlinkStyle{background:#323132; padding:3px; display:block; border:1px solid #ae1d1c;}
.PagerContainerTable .PagerOtherPageCells{margin:0; padding:0; text-align:center;}
.PagerContainerTable .PagerOtherPageCells a.PagerHyperlinkStyle{background:#011837; padding:3px; display:block; border:1px solid #323132;}
.PagerContainerTable .PagerOtherPageCells a:hover.PagerHyperlinkStyle{background:#323132; padding:3px; display:block; border:1px solid #ae1d1c;}

.GoToLabel{display:none;}
.GoToArrow{display:none;}