/* CSS Document */


/*** BLOG DETAIL ***/

#blogdetail { margin-top:10px; }

.thumbnail { height: 185px; width: 244px; float: left; background: transparent url("thumbshadow2.gif") no-repeat; padding: 2px 0 0 2px; margin: 0 17px 15px 0; }
.thumbnail img { border: none; height: 181px; width: 239px; }

#blogdetail h2 { border:none; padding:0; }

#blogdetail h3 { margin: 0 0 15px 0; font-size:11px; }

#blogdetail p.description { line-height:150%; padding:0 0 7px 0 }

#blogdetail .meta { clear:left; background-color:#ececec; margin:10px 0 0 0; padding:10px 15px; }
#blogdetail .meta ul { margin:0; padding:0; list-style:none; }
#blogdetail .meta ul li { font-size:12px; margin:0 0 2px 0; }

#blogdetail .meta ul.l1 { float:left; width:206px;   }
#blogdetail .meta .l2 { float:left; padding:0 10px 0 20px; width:310px; border-left:1px solid #cbcbcb; }
#blogdetail .meta .l2 img { float:left; margin:0 10px 0 0; border:1px solid #999; }
#blogdetail .meta .l2 ul { margin-left:60px; }

#blogdetail .blogpostsearch { font-size:14px; clear:both; text-align:center; }
#blogdetail .blogpostsearch input { padding:3px; font-size:14px; }


/*** Recent Posts ***/
h2 #blogsubscribe { float:right; margin:5px 3px 0 0; }

div#recentposts ul {
list-style: none;
margin:0;
}

div#recentposts ul li {
 margin:10px 0 0px 0;font-size:11px;
}

#recentposts ul li a {
text-decoration:none
}

div#recentposts ul li h3 {
	margin:15px 0 1px 0;
	font-size:15px;
	}

div#recentposts ul li p {
	margin:0;
	font-size:12px;
	}

div#recentposts ul li p.meta { font-size:12px; color:#000; margin-bottom:5px;  }

div#recentposts ul li p.meta a { text-decoration:underline; }

div#recentposts ul li {
border-bottom:1px dashed #BCBCBC;
clear:both;
color:#000000;
line-height:150%;
margin:5px 0;

}




/*** Secondary Pages ***/
h2 small { float:right; display:block; margin:12px 10px 0 10px; font-size:10px; color:#333; }

/* COMMENTS */

#usercomments { margin-top:30px; }
#usercomments .comment { margin:10px 0; background:url(comment_bg.gif) 60px top  repeat-y; }
#usercomments .comment .avatar { float:left; width:50px; height:50px; margin:0 10px 0 0; }
#usercomments .comment .entry { background-color:#f7f7f7; border:1px solid #e1e1e1; border-left:none; margin-left:79px; padding:10px 15px;  }
#usercomments .comment .entry h4 { font-size:14px; margin:0; }
#usercomments .comment .entry h4 img { float:right;}
#usercomments .comment .entry h4 a { text-decoration:none;}
#usercomments .comment .entry p { color:#2A2A2A; font-size:12px; margin:7px 0; }
#usercomments .comment .entry p.meta { font-size:10px; border-top:1px solid #e1e1e1; margin:0; padding:5px 0 0 0; }

#usercomments .commentad { background:#f7f7f7; border:1px solid #e1e1e1; margin-left:79px; padding:3px 0; }

#postcomment h3 {
        background: #F6F6F6 url('bullet.gif') top left no-repeat;
        font-size: 12px;
        line-height: 1.25em;
        margin: 0;
        padding: 2px 0;
        text-indent: 12px;
        border: 1px solid #E2E2E2;
}

#postcomment .subinfo {
        padding: 3px;
        font-style: italic;
		font-size:12px;
		margin:5px 0;
}
#postcomment p { margin:0; }
#postcomment p small { color:#AAA; }

#postcomment option { padding:1px 3px; }

/*** Author Box ***/

	.author { position:relative; }
	.author img { position:absolute; top:5px; right:10px; width:40px; margin:0; padding:0; font-size:1px; line-height:1px; }
	.author span { line-height:100%; }

		
/*** Neighborhood Page ***/		

#blogdetail .nthumbshot { float:right; margin:10px; }


/*** Tag Cloud ***/	
#side .cloud { text-align:justify; }
#side .cloud li { display:inline; margin:0 6px 0 0; padding:0; border:0;}

/*** Rating ***/	

#side a.report { padding:5px 0 5px 25px; background: url(error.gif) left center no-repeat; }

#side h3.rate { text-align:center; border-bottom:1px solid #E3E3E3; padding:0 0 5px 0; }	

#side .rating{ width:160px; height:22px; margin:0 auto; padding:0; list-style:none; clear:both; position:relative; background: url(rating_sprite.gif) no-repeat 0 25px; }


#side ul.rating li { cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em; margin:0; padding:0; border:none; }
#side ul.rating li a,
#side ul.rating li.avg  { position:absolute; left:0; top:0; width:22px; height:22px; text-decoration:none; z-index: 200; }
 
#side .nostar {background-position:0 0; }
#side .onestar {background-position:0 -22px;}
#side .twostar {background-position:0 -44px;}
#side .threestar {background-position:0 -66px}
#side .fourstar {background-position:0 -88px}
#side .fivestar {background-position:0 -110px}


#side ul.rating li.one a {left:0px; }
#side ul.rating li.two a {left:22px;}
#side ul.rating li.three a {left:44px;}
#side ul.rating li.four a {left:66px;}
#side ul.rating li.five a {left:88px;}
#side ul.rating li.avg { left:110px; text-indent:0; color:#555; text-align:center; width:50px; color:#175483; font-weight:bold; font-size:14px; }
#side ul.rating li.avg span { font-size:10px; line-height:10px; display:block; color:#999; font-weight:normal; }
#side ul.rating li a:hover {
	z-index:2;
	width:160px;
	height:22px;
	overflow:hidden;
	left:0;	
	background: url(rating_sprite.gif) no-repeat 0 0
}
#side ul.rating li.one a:hover {background-position:0 -132px}
#side ul.rating li.two a:hover {background-position:0 -154px}
#side ul.rating li.three a:hover {background-position:0 -176px}
#side ul.rating li.four a:hover {background-position:0 -198px}
#side ul.rating li.five a:hover {background-position:0 -220px}

#side ul.thumbshots li { padding:10px 0; }
#side ul.thumbshots li div.thumbshot { float:left; width:120px; height:90px; margin:0 10px 0 0; border:1px solid #DDD; }
#side ul.thumbshots li h4 { font-size:12px; margin:0 0 10px 130px; }
#side ul.thumbshots li p.desc { font-size:11px; margin:0 0 0 130px; }

#everything { position:relative; }
#favorite_form { display:none; position:absolute; top:250px; left:90px; width:480px; background-color:#FFF; border:2px solid #01325d; z-index:999; }
#favorite_form h4 { text-align:center; font-size:20px; padding:7px 0; margin:0 0 10px 0; background:#01325d url(tagging_bg.gif) 0 -4px repeat-x; font-weight:normal; color:#FFF; }
#favorite_form form { font-size:14px; color:#333; padding:0 0 10px 0; }
#favorite_form form div.formsection { }
#favorite_form form div.field { clear:left; margin-left:85px; }
#favorite_form form div.field label { display: inline; float:left; width:70px; margin-left:-85px; text-align:right; padding:5px 15px 5px  0; color:#01325d; font-weight:bold; }
#favorite_form form div.field span { display:block; padding:5px 0 10px 0; }
#favorite_form form div.field p { display:block; width:360px; padding:5px 0; }
#favorite_form form div.field p.break { border-bottom:1px solid #ebebeb; padding-bottom:7px; margin-bottom:7px; }
#favorite_form form div.field .notes { font-size:10px; padding-top:0; color:#666; }

#favorite_form input.text, #favorite_form textarea.text { width:350px; border:1px solid #bcbcbc; margin:0; padding:2px 3px; }

div.submit { margin:0 40px 0 85px; text-align:right; }
div.submit a { margin:0 10px; color:#777; font-size:10px; }

.sidemeta { clear:left; border-top:1px solid #ddd; margin:1px 1px; padding:2px 0 0 0; text-align:right; font-size:10px; }

#wide_ad_unit { display:none; }
.wide_ads .search_header h3 { font-size:18px; font-weight:normal;  padding:0 0 5px 0; border-bottom:1px solid #DDD; }
.wide_ads .search_header h3 a { color:#cb0608; }
.wide_ads .result { margin:7px 0 0 0; line-height:150%; }
.wide_ads .result b { font-size:15px; }


