/* General */

body {
	margin: 0;
	background: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 960px;
	background: url("images/page.png") no-repeat;
display: block;
overflow-x:hidden;

}


/* Header */

#header {
	width: 960px;
	height: 281px;
	position: relative;

}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 10px;
		left: 280px;
		width: 700px;
		text-align: center;
		margin-left:0px;
	}

	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 31px Century Gothic, Helvetica, Arial, sans-serif;
		padding-bottom: 0px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header  .description {
		color: #bedae7;
		font: normal 17px Century Gothic, Helvetica, Arial, sans-serif;
		margin-left:100px;
	}
	
	/* Header - Menu */
	
	#header 
#header-menu {
		position: absolute;
		top: 235px;
		left: 10px;
		width: 820px;
		height: 26px;
		margin-top:50px;
		margin-bottom:10px;

		float:left;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 920px;
		height: 26px;
	}
	
	#header #header-menu ul li {
		float: left;
		width: 85px;
		height: 26px;
		font: 12px/26px Gerogia, Century Gothic, Helvetica, Arial, sans-serif;
		font-weight: bold;
		color: #ffffff;
		background: url("images/header_menu.gif") no-repeat;
		text-align: center;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #4a97bb;
		background: url("images/header_menu_hover.gif") no-repeat;
	}
	
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item a {
			color: #4a97bb;
			background: url("images/header_menu_hover.gif") no-repeat;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul{
			display: none;
		}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 226px;
		left: 762px;
		width: 190px;
		height: 80px;
	}





/* Main */

#main {
	width:960px;
	overflow: hidden;
float: left;
}

		
	/* Main - Content */
	
	#content {
		float: left;
		width: 505px;
		padding: 0 10px;
		overflow: hidden;
		margin-top:0px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 505px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 505px;
			color: #ffffff;
			font: normal 10px Century Gothic, Helvetica, Arial, sans-serif;
		}
		
		#content .post .post-title a {
			color: #99cc00;
			text-decoration: underline;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #000;
			width: 42px;
			height: 42px;
			padding-top: 20px;
			font: normal 20px/26px Verdana;
			background: url("images/post_date.jpg") no-repeat;
			margin-right: 15px;
		}
		
		
		#content .post .post-title h2 {
			color: #99cc00;
			font: normal 20px Verdana;
			padding: 3px 0 4px 0;
		}
		
		#content .post .post-title h2 a {
			color: #99cc00;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			line-height: 14px;
		}
		
		#content .post .post-title .post-title-info .category {
			background: url("images/icon_category.gif") no-repeat;
			padding-left: 17px;
		}
		.post-title-info a:link,.post-title-info a:active,.post-title-info a:current {
		color:#99cc00;
		}
		#content .post .post-title .post-title-info .author {
			background: url("images/icon_author.gif") no-repeat;
			padding-left: 18px;
			color: #99cc00;
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 505px;
		}
		
		#content .post .post-entry a {
			color: #99cc00;

			text-decoration: none;
		}
		


		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 6px solid #99cc00;
			font-size: 11px;
			color: #99cc00;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 470px;
			height: 34px;
			background: url("images/post_info.gif") repeat-x;
			padding: 0 15px;
			font: normal 11px/34px Verdana;
			color: #ffffff;
		}
		.read {
		float:right;

			padding: -10px 15px 0 15px;
			font: normal 11px/34px Verdana;
			color: #ffffff;
		}
		#content .post .post-info a {
			color: #99cc00;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				background: url("images/icon_comments.gif") no-repeat left center;
				padding: 0 5px 0 24px;
				float: left;
			}
			
			#content .post .post-info .post-info-share {
				float: right;
				padding: 9px 0;
			}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #99cc00;
			font: bold 15px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 480px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #88c802;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #203642;
		}
		
		#content .post .comments ol li cite {
			color: #a4c4d2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px Verdana;
			color: #ffffff;
			width: 655px;
			padding-left: 25px;
			margin: 0;
			float: left;
		}
		
		#content .post #commentform a {
			color: #a4c4d2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 12px Verdana;
		color: #99cc00;
		margin-bottom: 30px;
		width: 480px;
	}
	
	#content .navigation a {
		color: #99cc00;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar{
		float:right;
		width: 147px;
		font: normal 12px/18px Verdana;
		color: #ffffff;
		margin-right:5px;
		margin-top:40px;
		text-align:left;
		padding-right:5px;
	overflow: hidden;
	}
	#lsidebar{
		float: left;
		width: 209px;
		font: normal 12px/18px Verdana;
		color: #ffffff;
		margin-right: 8px;
                margin-top:20px;
	}

	
	#sidebar a {
		color: #ccd8c4;
		text-decoration: none;
	}
	#lsidebar a {
		color: #ccd8c4;
		text-decoration: none;
	}
	
	#sidebar a:hover,#lsidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 209px;
		margin-bottom: 20px;
		background: url("images/sidebar.gif") repeat-y;
	}
	#lsidebar .sidebar-box{
		width: 209px;
		margin-bottom: 20px;
		background: url("images/sidebar.gif") repeat-y;
	}
	#sidebar .sidebar-box-top {
		width: 209px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
		#lsidebar .sidebar-box-top {
		width: 209px;
		background: url("images/sidebar_top.gif") no-repeat;
	}
	#sidebar .sidebar-box-bottom {
		width: 209px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 5px;
	}
		#lsidebar .sidebar-box-bottom {
		width: 209px;
		background: url("images/sidebar_bottom.gif") no-repeat left bottom;
		padding-bottom: 5px;
	}
	
	#sidebar .sidebar-box-blank {
		width: 209px;
		margin-bottom: 20px;
		text-align: center;
	}
		#lsidebar .sidebar-box-blank {
		width: 209px;
		margin-bottom: 20px;
		text-align: center;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3{
			width: 199px;
			height: 36px;
			padding-left: 10px;
			text-align:left;
			font: bold 12px/36px Verdana;
			color: #c5e402;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		#lsidebar h3 {
			width: 199px;
			height: 36px;
			padding-left: 10px;
			font: bold 12px/36px Verdana;
			color: #c5e402;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			margin: 7px;
			width: 195px;
			background: #112502;
		}
		#lsidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			margin: 7px;
			width: 195px;
			background: #112502;
		}
		
		#sidebar ul li {
			color: #ffffff;
			font: normal 12px/30px Verdana;
			text-align:left;
		}
			#lsidebar ul li {
			color: #ffffff;
			font: normal 12px/20px Verdana;
		}
		#sidebar ul li a {
			width: 190px;
			color: #ccd8c4;
			padding-left: 5px;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #1b2f0c;
		}
				#lsidebar ul li a {
			width: 190px;
			color: #ccd8c4;
			padding-left: 5px;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #1b2f0c;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
				#lsidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				margin: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 10px;
				width: 195px;
			}
					#lsidebar ul li ul {
				margin: 0;
			}
			
			#lsidebar ul li ul li a {
				padding-left: 10px;
				width: 195px;
			}
		/* Sidebar - Forms */
		
		#sidebar  {
			margin: 0;
			padding: 25px 0 10px 0;
			width: 209px;
			text-align: center;
		}
		
		#sidebar #s {
			width: 130px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 7px;
			width: 170px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 2px 6px 0 6px;
		}
		#lsidebar .textwidget {
			padding: 2px 6px 0 6px;
		}

/* Footer */

#footer {
padding-top:20px;
        margin: 20px 20px 20px 20px;
	width: 960px;
	height: 110px;
	background: url("images/footer.jpg") no-repeat;
	color: #ffffff;
	font: normal 11px/110px Verdana;
	text-align: center;
	overflow: hidden;
line-height:15px; 
}

#footer a {

	color: #99cc00;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/************************************************
*	[Search Form]				*
************************************************/
	
#searchform {
     float:right;
     margin: 0px;
     margin-right:10px;
     margin-top:1px;
     padding: 4px 0px 0px 0px

	 
}
#s {
     background: url(images/searchbg.png) no-repeat;
     width: 180px;
     color: #99cc00;
     font-size: 11px;
     font-family: Arial, Tahoma, Verdana;	
     padding:4px;
	 padding-left:20px;
     margin: 0px 0px 0px 10px;
	 border:1px solid #1b3e06;
}	
#sbutt {
	background: url("images/search.png") no-repeat;
	width:55px;
	color: #99cc00;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	font-weight:bold;
	margin: 0px 0px 0px 10px;
	 border:1px solid  #2e7201;
}	
#right{
margin-top:20px;
float:right;
width:430px;
padding:2px;
}
.subscribe{
margin-top:-10px;
}

<style type="text/css">
td.klasiraniq {
background-color: #000;
color: #FFF;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: black;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: none;
	-moz-border-radius: 0px 0px 0px 0px;
}

</style>




.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url("/images/working.gif") 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url("/jokes/images/rating1.png") top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url("/jokes/images/rating1.png") left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url("/jokes/images/rating1.png") left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		



  

   ul.topnav {  
       list-style: none;  
       padding: 0 20px;  
       margin: 0;  
       float: left;  
       width: 920px;  
       background: #222;  
       font-size: 17px;  
       background: url(images/topnav_bg.gif) repeat-x;  
   }  
   ul.topnav li {  
       float: left;  
       margin: 0;  
       padding: 0 15px 0 0;  
       position: relative; /*--Declare X and Y axis base for sub navigation--*/  
   }  
   ul.topnav li a{  
       padding: 10px 5px;  
       color: #fff;  
       display: block;  
       text-decoration: none;  
       float: left;  
   }  
   ul.topnav li a:hover{  
       background: url(images/topnav_hover.gif) no-repeat center top;  
   }  
   ul.topnav li span { /*--Drop down trigger styles--*/  
       width: 17px;  
       height: 35px;  
       float: left;  
       background: url(images/subnav_btn.gif) no-repeat center top;  
   }  
   ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
   ul.topnav li ul.subnav {  
       list-style: none;  
       position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
       left: 0; top: 35px;  
       background: #333;  
       margin: 0; padding: 0;  
      display: none;  
       float: left;  
       width: 170px;  
       border: 1px solid #111;  
   }  
   ul.topnav li ul.subnav li{  
       margin: 0; padding: 0;  
      border-top: 1px solid #252525; /*--Create bevel effect--*/  
       border-bottom: 1px solid #444; /*--Create bevel effect--*/  
       clear: both;  
       width: 170px;  
   }  
 html ul.topnav li ul.subnav li a {  
       float: left;  
      width: 145px;  
     background: #333 url(images/dropdown_linkbg.gif) no-repeat 10px center;  
     padding-left: 20px;  
   }  
  html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
      background: #222 url(images/dropdown_linkbg.gif) no-repeat 10px center;  
   }  
