


/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	height:32px;
	width:366px;
	float:left;

	}
 
.idTabs ul{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	}
	
.idTabs li{
	float: left;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
.idTabs li a{
	font-family: tahoma;
	text-decoration: none;
	color: #000000;
	display: inline;
	margin: 0 2px 0 0;
	padding: 10px 10px 10px 10px;
	height: 3px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f2f2f2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d9d9d9;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
}

 .idTabs li a:hover,.idTabs .selected{
	font-family: tahoma;
	border: 0px solid #c0c0c0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #e70000;
}

.navbox{
	width: 362px;
	padding: 0px;
	background-image: url(../images/bb.jpg);
	background-repeat: no-repeat;
	height: 210px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #e6e6de;
}
.list1,list2,list3,list4,list5{
	padding-bottom:12px;
	}
.list1 li,.list2 li,.list3 li,.list4 li,.list5 li{
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 0px 25px;
	border-bottom:1px dashed #C0C0C0;

}
.list1 li a,.list2 li a,.list3 li a,.list4 li a,.list5 li a{
	color: #000000;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
	}

/*- Flickr -*/
.flickr{
	background: #fafafa;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}




/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}


