/* sidebar styles */
* {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
	margin-bottom: 5px;
	padding: 1px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#sidebar {
	margin: 20px 10px 10px 10px;
	padding: 10px;
	width: 200px;
	position:absolute;
	left:720px;
	top:0px;
	color: #666;
}

#sidebar-home {
	margin: 20px 10px 10px 10px;
	padding: 10px;
	width: 200px;
	color: #666;
}

#menu {
	width: 180px;
	list-style-type: none;
}

#menu ul {
	list-style-type: none;
	color: #666;
}

#menu ul li {
	list-style-type: none;
	background: url(images/underline_173.gif) no-repeat bottom left;
	line-height: 14px;
	padding: 5px 0px 5px 0px;
}

#menu ul ul {
	margin-bottom: 5px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times New Roman, Times, serif;
	font-size: 16px;
	color: #333;
	margin: 30px 0px 6px 0px;
	font-weight: normal;
}

#menu h2 a{
	color: #333;
}

#menu a:hover{
	color: #000;
}

#menu #search {
}

#categorypost-list ul {
	margin: 0px;
}