﻿/* Post View */

#sidebar{width:200px; float:left; background-color:#ddd; margin:0 10px; padding:10px; min-height:300px;	display:none;}
#postview{float:left;}
#postview #breadcrumbs{/*text-indent:-9999px; background:url(/images/site/BackToBlog.png); height:26px; width:114px;*/}
#postview #post{width:590px; overflow:hidden;}
.pubBtns{float:right; margin:5px 0;}
#postview #post #author{color:#aaa; display:none;}
#postview #post #body{margin:15px 12px 15px 0; line-height:18px; clear:both;}
#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:200px; float:left; background-color:#ddd; margin:0 10px; padding:10px;	display:none;}
#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:150px; 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{}

.PagerContainerTable{width:100%; border-top:1px solid #2F2012; color:#fff;}
.PagerContainerTable .PagerInfoCell{width:33%; text-align:left;}
.PagerContainerTable .PagerCurrentPageCell{width:33%; text-align:center;}
.PagerContainerTable .PagerOtherPageCells{width:33%; text-align:right;}
