input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}

select{
	padding: 0;
}

li{
	list-style: none;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:250px;
	float:left;
	display:block;
	}

.sideTabs .idTabs{
	font-size: 12px;
	height: 30px;
	letter-spacing: -1px;
}

.sideTabs .idTabs li{
	float: left;
	font-size: 13px;
	line-height: 30px;
}

.sideTabs .idTabs li a{
	background: #eeeeee;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	color: #c0c0c0;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}

.sideTabs .idTabs li a:hover,

.sideTabs .idTabs .selected{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-bottom:1px solid #ddd;
	color: #373737;
	text-decoration: none;
}

/*- Fix -*/

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

/*- navbox -*/

.navbox{
	background: #dddddd;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -2px 0 20px;
	padding: 10px 10px 0;
	position: relative;
}