
*{
  border: 0;
  margin: 0;
  padding: 0;
}
body {
	background-image: url('header-bg.png');
	background-repeat: repeat-x;
	background-position: top;
  margin: 0;
  padding: 0;
  color: #000;
  background-color:#fff;
  font-family: "Arial", Helvetica, Georgia, Times New Roman, Times, serif;
  font-size: 14px;
}
#wrapper {
  width:960px;
  margin:0 auto;
}
td { padding: 0.5em; }
a { text-decoration: none; color: #666; }
a:hover { color: #262626; }
small { font-size: 0.8em; }
del { text-decoration: line-through; }
.clear	{ clear: both; margin: 0; line-height: 0em; height: 0; }
.message {
	margin: 1.0em auto 1.0em auto;
	width: 90%;
	padding: 0.8em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.green    { background-color: #99FF66; }
.yellow   { background-color: #fbe760; }
.red      { background-color: #FF6A55; color: #ffffff; }
.bold_red { color: #d80000; font-weight: bold; }
#site_closed {
  background-color: #fff;
  border-top: 2px solid #262626;
  border-bottom: 2px solid #262626;
  text-align: center;
  margin-top: 4em;
  font-size: 1.6em;
  line-height: 1.8em;
}
#site_closed_admin_link { font-size: 8pt; margin-top: 1.0em; }
#content {
  background: #ffffff;
	width: 960px;
	padding-bottom:20px;
}
#sidebar {
  width:320px;
  margin:10px 10px 0 0;
  float:right;
}
#content-left {
	float: left;
	width: 600px;
  margin: 10px 0 0 10px;
}
#header {
  height:60px;
}
.logo {
  float:left;
	width: 300px;
	height: 60px;
  margin:0 0 0 10px;
}
.contact-info {
  float:right;
}
.top-nav {
  padding-top: 20px;
}
#navigation { margin-top: 0; padding: 0.3em 0 0.3em 0; background-color: #262626; }
ul.navigation { float: left; list-style: none; margin: 0 0 0 0.4em; text-transform: uppercase; ; }
ul.navigation li { display: inline; font-size: 16px; font-weight: bold; }
ul.navigation li a { color: #b0b0b0; padding: 0 0.6em 0 0.6em; text-decoration:none}
ul.navigation li a:hover { color: #fff; }
ul.navigation li a img { vertical-align: middle; }
ul.navigation .avatar  {
  margin-top:-8px;
  float:left;
  width:36px;
  height:36px;
}
ul.navigation .avatar {
  width:32px;
  height:32px;
  border: 2px solid #a9a9a9;
}
li#navigation_active a { color: #fff; }
ul.nav_right { display: inline; float: right; padding-top: 0px;}
#rss_icon { margin-top: -0.2em; }
#cat_bar {
  background:#000;
  position:relative;
  top:0px;
  z-index:2;
}
#cat_bar ul li{
  display:block;
}
ul.topnav {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
	width: 950px;
  font-size:16px;
}
ul.topnav li {
	float: left;
	height:39px;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative;
}
ul.topnav li a{
	color: #000;
	padding: 8px 5px;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li span {
	background: url(subnav_btn.png) no-repeat center top;
	width: 17px;
	height: 35px;
	float: left;
	cursor:pointer;
}
ul.topnav li span.subhover {
  background-position: center bottom;
  cursor: pointer;
}
ul.topnav li ul.children {
	background: #333;
	border: 1px solid #111;
	list-style: none;
	position: absolute;
	left: 0; top: 39px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 200px;
}
ul.topnav li ul.children li{
	border-top: 1px solid #252525;
	border-bottom: 1px solid #444;
	margin: 0; padding: 0;
	clear: both;
	width: 200px;
}
html ul.topnav li ul.children li a {
  color:#fff;
	background: #333;
	float: left;
	width: 175px;
	padding-left: 20px;
}
html ul.topnav li ul.children li a:hover {
	background: #222;
}
.sorts {
  position:relative;
  float:left;
	background-image: url(sorts-bg.png);
	background-repeat: repeat;
  background-position:0 0;
  margin:-10px 0 10px 10px;
  top:0px;
	height: 40px;
	width:580px;
  text-align: left;
}
.sorts-left{
  position:relative;
  float:left;
	background-image: url(sorts-left-bg.png);
	background-repeat: no-repeat;
	margin-left:-10px;
	height: 40px;
  width:10px;
}
.sorts-right{
  position:relative;
  float:right;
	background-image: url(sorts-right-bg.png);
	background-repeat: no-repeat;
  right:-10px;
	height: 40px;
  width:10px;
}
#sorts-content-left {
	display:inline;
	width:380px;
}
#sorts-content-right {
	float:left;
	width:200px;
	margin:0px -25px 0 0 !important;
	padding:0px !important;
}
#sorts-content-left{
  float:left;
  height:30px;
  margin: 5px 0 0 0;
}
#sorts-content-left,#sorts-content-left ul{
  list-style:none;
  line-height:1;
  padding:0 0px;
}
#sorts-content-left a{
  display:block;
  line-height:29px;
  margin-right:5px;
  color:#fff;
  font-size:18px;
}
#sorts-content-left li{
  float:left;
  line-height:30px;
  margin:0;
}
#sorts-content-left li a{
  background:url(top-nav-left.png) no-repeat left;
  color:#454545;
  text-decoration:none;
  padding:0 0 0 10px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
#sorts-content-left li a span{
  background:url(top-nav.png) no-repeat right;
  display:inline-block;
  height:30px;
  padding:0 10px 0 0;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#sorts-content-left li a:hover,#sorts-content-left li.active a,#sorts-content-left li.current_page_item a{
  background:url(top-nav-left-active.png) no-repeat left;
  color:#000;
  cursor:pointer;
  text-decoration:none;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#sorts-content-left li.active a span,#sorts-content-left li.current_page_item a span,#sorts-content-left li a:hover span{
  background:url(top-nav-active.png) no-repeat right;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#sorts-content-right {
  float:left;
  height:30px;
  margin: 0 0 0 -10px;
  position:relative;
  top:5px;
}
#sorts-content-right ul li{
  display:block;
}
ul.v-menu {
  background: url(sorts-drop-bg.png) no-repeat;
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0;
	float: left;
	width: 220px;
  font-size:16px;
  position:relative;
  z-index:1;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
ul.v-menu li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative;
}
ul.v-menu li a{
	padding: 5px 10px 5px 10px;
	display: block;
	text-decoration: none;
	float: left;
	width: 138px;
  color:#000;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
ul.v-menu li span {
	background: url(sorts-subnav-btn.png) no-repeat right top;
	width: 40px;
	height: 30px;
	float: left;
  text-align:right;
  cursor:pointer;
}
ul.v-menu li span.subhover {
  background-position: center bottom;
  cursor: pointer;
}
ul.v-menu li ul.v-menu-sub {
	list-style: none;
	position: absolute;
	left: 0; top: 30px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 196px;
}
ul.v-menu li ul.v-menu-sub li{
	background: #333 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/images/dropdown_linkbg.gif) no-repeat 10px center;
	margin: 0; padding: 0;
	clear: both;
	width: 196px;
}
html ul.v-menu li ul.v-menu-sub li a {
	background: #222 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/images/dropdown_linkbg.gif) no-repeat 10px center;
	float: left;
	width: 175px;
	padding-left: 10px;
  color:#fff;
}
#breadcrumbs {
	font-size: 0.86em;
	padding-bottom: 10px;
	font-weight:bold;
}
#breadcrumbs img {
  float:right;
}
.vote_button {
  background: url(vote-bg.png)  no-repeat;
  float:left;
  width:50px;
  height:70px;
  margin-right:10px;
	float: left;
	margin: 0 6px 6px 0;
	text-align: center;
}
.vote_button_top {
	line-height: 1.7em;
	font-size: 1.5em;
	width: 48px;
  height:36px;
  background:transparent;
}
.vote_button_bottom {
	margin-top:10px;
	padding: 2px 0 2px 0;
	width: 50px;
  background:transparent;
  border:none;
}
.vote_button_bottom a {
  font-size:12px;
  color:#454545;
  text-decoration:none;text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.vote_button_bottom a:hover {
	background:transparent;
}
.vote_color_top { color: #fff; }
.vote_color_new { color: #fff; }
.vote_color_top_clicked { background-color: #f0f0aa; }
.vote_color_top_just_voted { background-color: #f99555; }
.vote_button_space { margin-left: 58px; }
 .alert_link { padding-left: 1.5em; background-image: url(alert.png); }
 .alert_choices li {
	display:inline;
	padding-right: 0.8em;
 }
.post {
  margin-bottom:20px;
}
.post-box {
  background: #fafafa;
  border: 1px solid #a9a9a9;
  width:580px;
  padding:10px;
  overflow:hidden;
}
.share_this {
  width:580px;
  padding:10px;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}
.post-box-title {
  padding:0 0 10px 0;
  text-decoration:underline;
}
.post-box-title a {
  color:#000;
}
.post_image_wrapper {
  float:left;
  width:67px;
  height:65px;
  border: 1px solid #acacac;
  margin-right:10px;
}
.post-text {
  font-size:12px;
  color:#6a6a6a;
}
.post-details {
  height:40px;
  width:600px;
  background: #fff;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.user-avatar  {
  float:left;
  width:30px;
  height:30px;
}
.user-avatar img {
  width:26px;
  height:26px;
  border: 1px solid #a9a9a9;
  padding:2px;
  margin: 4px 10px 0 10px;
}
.post-links {
  float:left;
  margin: 12px 0 0 20px;
  color:#909090;
}
.post-links a {
  font-style:italic;
  color:#000;
}
.show_post_extra_fields {
  margin:10px 0 0 0;
}
.show_post_extra_fields ul li {
  padding-right: 0.0em;
  display: inline;
  color:#848484;
  margin-right: 0.0em;
}
.show_post_extra_fields ul li a {
  background-repeat: no-repeat;
  background-position: 0 0px;
  font-weight: normal;
  color:#fff;
}
.show_post_extra_fields ul li a:hover {
  color:#000;
}
.alert_choices {
  margin:10px 0 0 0;
  padding:5px;
  height:40px;
  width:590px;
  background: #fff;
  border: 1px solid #a9a9a9;
}
.alert_choices ul {padding-top:5px;}
#who_voted {
  border: 1px solid #a9a9a9;
  margin:0 0 20px 0;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#who_voted_title {
  border-bottom: 1px solid #a9a9a9;
  margin:0;
  padding:5px 0 2px 5px;
}
#who_voted_content {
  width:580px;
  padding:10px 10px 0 10px;
}
#who_voted_content img {
  margin-right:5px;
  padding:2px;
  border: 1px solid #a9a9a9;
}
.post-list {
  margin-bottom:20px;
}
.post-list-box {
  background: #fafafa;
  border: 1px solid #a9a9a9;
  width:580px;
  height:100px;
  padding:10px;
  overflow:hidden;
}
.post-list-box-title {
  padding:0 0 10px 0;
  text-decoration:underline;
}
.post-list-box-title a {
  color:#000;
}
.post_image_wrapper {
  float:left;
  width:66px;
  height:66px;
  border: 1px solid #acacac;
  padding:2px;
  margin-right:10px;
}
.video_inc_list  {
  float:left;
  width:67px;
  height:65px;
  border: 1px solid #acacac;
  margin-right:10px;
}
.video_inc_list img {
  height: 65px;
  width: 67px;
  padding-left: 0em;
}
.post-list-text {
  font-size:12px;
  color:#6a6a6a;
}
.post-list-details {
  height:40px;
  width:600px;
  background: #fff;
  font-size:12px;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.user-avatar  {
  float:left;
  width:30px;
  height:30px;
}
.user-avatar img {
  width:26px;
  height:26px;
  border: 1px solid #a9a9a9;
  padding:2px;
  margin: 4px 10px 0 10px;
}
.post-links {
  float:left;
  margin: 12px 0 0 20px;
  color:#909090;
}
.post-links a {
  font-style:italic;
  color:#000;
}
.show_post_extra_fields {
  margin:10px 0 0 0;
}
.show_post_extra_fields ul li {
  padding-right: 0.0em;
  display: inline;
  color:#848484;
  margin-right: 0.0em;
}
.show_post_extra_fields ul li a {
  background-repeat: no-repeat;
  background-position: 0 0px;
  font-weight: normal;
  color:#848484;
}
.show_post_extra_fields ul li a:hover {
  background-position: 0 -32px;
  color:#000;
}
.follow_link {
	background: #9abf11 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	margin:0 2px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.show_post_extra_fields ul li a.follow_link{
	color: #fff;
  font-weight:bold;
}
.tweet_this_link {
	background: #60a2c3 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	margin:0 2px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.show_post_extra_fields ul li a.tweet_this_link {
	color: #fff;
  font-weight:bold;
}
.alert_link {
	background: #e62727 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	margin:0 5px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.show_post_edit {
	background: #6cb144 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	margin:0 5px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.show_post_extra_fields ul li a.alert_link {
	color: #fff;
  font-weight:bold;
}
.read_more {
	background: #faeb02 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	margin:0 5px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.show_post_extra_fields ul li a.read_more {
	color: #454545;
  font-weight:bold;
}
.save_post_link {
	background: #fc4505 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	margin:0 2px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.show_post_extra_fields ul li a.save_post_link {
	color: #fff;
  font-weight:bold;
}
.comment_link {
	background: #222 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	margin:0 2px 0 0;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.show_post_extra_fields ul li a.comment_link {
	color: #fff;
  font-weight:bold;
}
.comment_reply_link { padding-left: 1.9em; background-image: url(comment.png); background-repeat: no-repeat; background-position: 0 0;}
.comment_edit_link { padding-left: 1.9em; padding-top:0.1em; background-image: url(edit.png.2); background-repeat: no-repeat;  background-position: 0 0;}
.comment_reply_wrapper a:hover  { background-position: 0 -32px;}
.comments_wrapper {
  border: 1px solid #a9a9a9;
}
.comments_wrapper h2 {
  border-bottom: 1px solid #a9a9a9;
	padding: 5px;
}
.comment_header .avatar_wrapper a {
	padding: 0 0.6em 0.6em 0;
}
.comment_main {
  border: 1px solid #a9a9a9;
}
.comment {
  padding:5px;
	background-color: #fff;
	margin-top: 0.2em;
}
.comment_reply_wrapper {
	padding-bottom:1em;
	padding-top: 0.8em;
	text-align:right;
	margin-right: 0.6em;
}
.comment_reply_link, .comment_edit_link {
	font-size: 8pt;
	text-decoration: none;
	color:#444444;
	font-weight:bold;
}
.comment_author {
}
.comment_status {
}
.comment_author_date {
  margin-top: 0.6em;
	font-size: 0.8em;
	float: right;
}
.comment_reply_header h2 {
  border-bottom: 1px solid #a9a9a9;
	padding: 5px;
}
.comment_instructions, .comment_subscribe, .comment_extras {
  padding-bottom:5px;
}
div.comment_form {
  border: 1px solid #a9a9a9;
  margin-top:20px;
}
.comment_form textarea {
	width: 100%;
}
.comment_form_off {
  border: 1px solid #a9a9a9;
	margin-top: 2.0em;
	padding: 1.0em 0 1.0em 0;
	text-align: center;
}
.comment_status {
	float: right;
	text-align: right;
}
#post_comments_admin {
	float: right;
	text-align: right;
}
#post_comments_admin li {
	padding: 0;
}
.comment_header {
	border: 1px solid #d0d0d0;
	padding: 0.4em;
	background-color: #f9f9f9;
	margin-bottom: 0.4em;
	height:16px;
	display:block;
}
.comment_content {
	margin: 0.6em 0 0 0.8em;
	overflow: hidden;
	width: 96%;
}
.comment_header_left {
	float:left;
	width: 70%;
}
.comment_post_link {margin: 0.6em 0.6em 0.4em; text-align:right;}
.comment_show_hide  { margin-left: 2.0em; font-size: 0.8em; }
.clear	{ clear: both; margin: 0; line-height: 0em;}
#submit_2 { border: 1px solid #a9a9a9; padding:5px;}
button {
	background: #222 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 3px 3px 3px;
	margin:0 2px 0 0;
	color: #fff;
	text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
#pagination {
  clear:both;
	background: #fafafa;
	border: 1px solid #a9a9a9;
  padding:10px;
	height: 15px;
	width:580px;
  text-align: left;
  color:#666;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
#pagination p {
  float:left;
  position:relative;
  text-align:left;
  top:20px;
  left:10px;
}
#pagination a {
	background: #fff;
	display: inline;
	padding: 0.3em 0.7em 0.3em 0.7em;
	border:solid 1px #a9a9a9;
	color:#000;
	font-weight:bold;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
#pagination .pagi_current {
	color: #000;
	background-color: #f9eb15;
	font-weight: bold;
	padding: 0.3em 0.7em 0.3em 0.7em;
	border:solid 1px #ccc;
	font-weight:bold;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
#pagination a:hover {
	color: #000;
	background-color: #f9eb15;
	border:solid 1px #444444;
	text-decoration: none;
}
#pagination p span {
  background:#1a6396;
  border:1px solid #ccc;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  margin-right:1px;
  padding:4px 7px;
}
#pagination h4 {
  margin-top:-1.45em;
  border:none;padding:0;
}
.sidebox-top {
  width:330px;
  height:10px;
  background: url(sidebox-top.png) no-repeat;
}
.sidebox-content {
  background: url(sidebox-bg.png) repeat-y;
}
.sidebox-bottom {
  width:330px;
  height:10px;
  margin:0 0 10px 0;
  background: url(sidebox-bottom.png) no-repeat;
}
.sidebar-inner {
  padding-left:10px;
  width:300px;
}
#sidebar ul { list-style-type: none; margin-bottom: 0.0em;	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);}
#sidebar li { padding: 0.5em 0 0.5em 0; margin-left: 0;  }
#sidebar .widget_twitter { position:relative; font-size:14px; }
#sidebar .widget_twitter ul li {  border-top: 1px dashed #a9a9a9; }
#sidebar .widget_twitter h3 { background:url(ico-twitter.png) no-repeat left top; height:30px; padding-left:32px; }
#sidebar .widget_twitter a { color:#2882c1; font-size:14px; }
#sidebar .widget_twitter .follow { position:absolute; right:15px; top:5px; }
#sidebar .widget_twitter .follow a { font-size:12px; font-style:italic;}
.posts_widget_vote { color:#fff; background:#454545; border: 2px solid #a9a9a9; float: left; width: 2.5em; height: 2.0em; text-align: center; line-height: 28px; margin-right: 0.5em; font-weight:bold; }
.posts_widget_link  { display: block; }
.posts_widget_indent { margin-left: 2.4em; }
.posts_widget_item {
  border-bottom: 1px dashed #a9a9a9;
  height:32px;
}
.widget {padding-bottom:10px;}
.widget_head {margin:0;}
.widget h2 {padding-bottom:5px; border-bottom:1px dashed #a9a9a9;}
#tab {
  padding-top:5px;
}
.tabnav li {
  display: inline;
  list-style: none;
  padding-right: 5px;
}
.tabnav li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  padding: 6px 8px;
  outline: none;
}
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
  background: #dedbd1;
  color: #222;
  text-decoration: none;
}
.tabdiv {
  margin-top: 5px;
  border-top: 1px solid #dedbd1;
  padding: 5px;
}
.ui-tabs-hide {
  display: none;
}
.sidesubmit{
  height:62px;
  width: 330px;
  background-position: 0px 0;
  overflow:hidden;
  margin-bottom:10px;
}
.sidesubmit a {
  height:62px;
  width: 330px;
  display:block;
  text-decoration:none;
}
.sidesubmit a:hover {
  text-decoration:none;
}
.sidesubmit span {
  float:left;
  font-size:26px;
  padding: 14px 0 0 73px;
}
form { padding: 1.0em; }
fieldset {
  border: 1px solid #781351;
  width: 20em
}
legend {
  color: #fff;
  background: #ffa20c;
  border: 1px solid #781351;
  padding: 2px 6px
}
label {
  width: 4em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}
select {border: 1px solid #454545;}
input, textarea {
  color: #000000;
  background: #f2f2f2;
  border: 1px solid #454545;
}
input.submit {
	background: #222 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
input.search {
	background: #222 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 4px 5px 4px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
#search_form { padding: 0; text-align: left;}
#search_form input#search_input {
	background-image: url(search-input-bg.png);
	background-repeat: no-repeat;
  padding: 0.4em;
  width: 215px;
  color:#000;
  border:1px solid #a9a9a9;
}
a.forgot_password {
	background: #e62727 url(http://web.archive.org/web/20120504004644/http://beritakamu.com/content/themes/hotarufiltr/css/overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
.profile_navigation {
    background:#f2f2f2;
    border:1px solid #a9a9a9;
    width: 18%;
    margin-right: 2%;
    float: left;
    display: inline;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-radius: 5px;
border-top-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.profile_navigation ul {
  list-style:none;
}
.profile_navigation ul li {
    background:#f2f2f2;
    border-top:1px solid #a9a9a9;
    padding:5px;
}
.profile_navigation ul li:hover {
    background:#fff;
    border-top:1px solid #a9a9a9;
    padding:5px;
    cursor:pointer;
}
#profile_avatar {
  padding:0 0 0 4px;
}
.users_content {
    width: 450px;
    float: left;
}
.users_content h2 {
  background:#252625;
  color:#fff;
  border: 1px solid #252625;
	padding: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-radius: 5px;
border-top-radius: 5px;
}
#users_edit_profile.users_content table, .users_content textarea {
	width: 100%;
}
.users_content table td {
	vertical-align: top;
}
#users_posts_filter#sort_box.sort_menu li { display: block; margin: 0;}
#users_posts_filter#sort_box.sort_menu li.active { background-color: #f8f8f8; }
#users_posts_filter#sort_box.sort_menu li.active a { color: #000; font-weight: bold; }
#profile_avatar {  margin: 0.6em 1.0em 1.0em 0; }
#profile_bio {
  float: left;
  margin: 0.0em 0 1.0em 0;
  width: 438px;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
	padding: 5px;
}
#profile_usage { margin: 0 1.0em 1.0em 0; }
#footer {
  background: #454545;
	height:35px;
	margin:20px 10px 0 10px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.footer-copyright {
  margin:0;
}
.footer-copyright p {
  color:#7a7a7a;
  padding: 10px 0 0 10px;
}
.footer-copyright p a {
  color:#f8f8f8;
  text-decoration:none;
}
.footer-copyright p a:hover {
  color:#9a9a9a;
}
.footer-copyright p span {
  float:right;
  padding: 0 10px 0 0;
}
.panel_header {
    padding: 0.4em 0 0.4em 0;
    float: left;
    width: 145px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #F8F8F8;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.panel_header_off {
    float: left;
    width: 145px;
    background-color: #E5E5E5;
    border: 1px solid #a9a9a9;
}
.panel_header_off a {
    display: block;
    padding: 0.4em 0 0.4em 0;
    text-align: center;
    font-size: 1.1em;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.panel_header_off a:hover {
    background-color: #faeb02;
    color: #000;
}
.panel_spacer {
    width: 6px;
    float: left;
}
.panel_clear { clear: both; width: 300px; margin: 0; padding: 0; height: 1px; overflow: hidden; background-color: #F8F8F8; }
.panel_content {
    background-color: #F8F8F8;
    width: 300px;
}
.panel_content ul { padding: 0.4em; }