* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #000000 url(../images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #F93;
}
a:hover {
	text-decoration: none;
	color: #F93;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0px;
	clear: both;
}

.break2 {
	font-size: 0;
	width: 0; height: 20px;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper**/
#wrapper {
	width: 960px;
	height: 100%;
	margin: auto auto;
	text-align: left;
	background: #333 url(../images/background.png) repeat-y 0 0;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 100px;
}
	#header h1 {
		float: left;
		padding: 21px 0 18px 0;
	}
		#header h1 a {
			background: url(../images/logo.png) no-repeat 0 0;
			display: block;
			width: 245px;
			height: 61px;
			text-indent: -9999px;
			outline: none;
			text-decoration: none;
		}
	#header .menu {
		float: right;
		margin-right: 10px;
		padding: 23px 0 17px 0;
	}
	#header ul {
		clear: both;
		list-style-type: none;
		height: 30px;
		padding-left: 2px;
	}
		#header ul li {
			float: left;
			padding-right: 2px;
		}
		#header ul li a {
	color: #FFF;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 7px 13px;
	outline: none;
	text-decoration: none;
		}
		#header ul li a:hover {
			text-decoration: none;
			color: #FFFFFF;
		}
#facebook {
	float: right;
	margin-top: 10px;
	margin-right: 16px;
	vertical-align: middle;
	font-size: 0.9em;
}
/** END header**/

/** BEGIN top **/
#left {
	float: left;	
	width: 650px;
}

#top {
	padding: 20px;
}
	#featured {
		width: 645px; height: 350px;
		position: relative;
		overflow: hidden;
	}
		.featured-img {
			width: 645px; height: 350px;
		}
			.featured {
				height: 350px;
			}
			.featured a {
				display: block;
			}
			.featured img {
				width: 645px;
				position: absolute;
				top: -20px;
			}
			#featured .previous {
				background: url(../images/shade.png) repeat 0 0;
				position: absolute;
				left: 0; bottom: 0;
				float: left;
				width: 67px;
				color: #FFFFFF;
				font-weight: bold;
				text-align: center;
				padding: 3px 0;
				font-size: 0.9em;
				margin: 0 0 10px 10px;
				z-index: 100;
			}
				.featured .previous:hover {
					text-decoration: none;
				}
			#featured .next {
				background: url(../images/shade.png) repeat 0 0;
				position: absolute;
				right: 0; bottom: 0;
				float: right;
				width: 67px;
				color: #FFFFFF;
				font-weight: bold;
				text-align: center;
				padding: 3px 0;
				font-size: 0.9em;
				margin: 0 10px 10px 0;
				z-index: 100;
			}
				.featured .next:hover {
					text-decoration: none;
				}
/** END top **/

/** BEGIN bottom **/
#bottom {
	padding: 24px 20px 20px 20px;
}

	#content{
		width: 650px;
	}
		#content .post {
	width: 298px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #333;
	padding-bottom: 13px;
	overflow: hidden;
		}
			#content .post img {
				float: left;
				margin: 0 8px 0 0;
				width: 100px; height: 100px;
			}
			#content .post .title {
			color: #F93;
			font-weight: normal;
			font-size: 1em;
			text-decoration: none;
			}
			#content .post p {
				line-height: 1.35em;
			}
		#content .odd {
			margin-right: 10px;
		}
		#content h2 {
			font-size: 1.4em;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#content h2.title {
			font-size: 0.9em;
			margin-bottom: 20px;
		}
	#sidebar {
	width: 250px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	}
		#sidebar .box {
		margin-top: 10px;
		padding: 5px;
		padding-bottom: 0;
		background-color: #333;
		overflow: hidden;
		}
			#sidebar .box h2 {
	padding: 1px 0 3px 6px;
	font-size: 1em;
	color: #F93;
	background-color: #000;
			}
			#sidebar .box label {
	padding: 1px 0 3px 6px;
	font-size: 1em;
	color: #F93;
	background-color: #000;
			}
			#sidebar .box ul {
				list-style-type: none;
				padding: 9px 0 0 5px;
			}
				#sidebar .box ul li {
					padding-left: 21px; 
					padding-bottom: 8px;
					background: url(../images/pasik.png) no-repeat 0 2px;
				}
				#sidebar .box ul li a {
				color: #FFF;
				text-decoration: none;
				}
					#sidebar .box ul li a:hover {
						text-decoration: none;
					}
/** END bottom **/

/** BEGIN footer **/

#footer {
	background-color: #2C2C2C;
	margin: 0 auto;
	clear: both;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 0.9em;
	padding: 15px 15px 20px;
	width: 930px;
}
	#footer a {
		color: #ffffff;
		font-weight: bold;
	}
	#footer a:hover {
		text-decoration: none;
	}
	#footer p {
		text-align: left;
		margin: auto auto;
		float: left;
	}
	#footer #sponsor {
		float: right;
	}

/** END footer **/

/** begin pages submenu **/
#header li ul {
	clear: both;
	position: absolute;
	list-style-type: none;
	display: none;
	z-index: 200;
	height: auto !important;
	padding-top: 1px;
	padding-left: 0 !important;
	margin: -1px 0 0 -1px;
	background-image: none !important;
	border-width: 0 0 1px !important;
	border-color: #FDB268;
	border-style: solid;
}
	#header li ul li {
		clear: both;
		margin: 0 !important;
		background-image: none !important;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #FDB268;
		padding: 0 !important;
	}
	#header li ul li a {
		padding: 4px 15px !important;
		line-height: 1.5em;
		width: 170px;
		background-color: #FF5802;
	}
	#header li ul li a:hover {
		background-color: #FE1001 !important;
		background-image: none !important;
	}
/** end pages submenu **/

/** BEGIN single **/
#single {
	padding: 10px;
}
	#single h2 {
	margin-bottom: 10px;
	color: #F93
	}
	#single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#single ul, #single ol {
		list-style-position: inside;
		margin-bottom: 10px;
		padding: 0 !important;
	}
	#single li {
		line-height: 1.6em;
		padding: 2px 0 !important;
		list-style-type: disc !important;
	}
	#single .details {
	font-size: 0.9em;
	padding: 5px;
	background-color: #333;
	font-style: italic;
	margin-bottom: 10px;
	}
	/** begin headers **/
	#single h3, #single h4, #single h5, #single h6 {
		margin: 15px 0 10px;
	}
	#single h3 { font-size: 1.5em; font-weight: normal; }
	#single h4 { font-size: 1.4em; font-weight: normal; }
	#single h5 { font-size: 1.3em; }
	#single h6 { font-size: 1.2em; }
	/** end headers **/
	
	/** begin blockquote **/
	#single blockquote {
		line-height: 1.6em;
		padding-left: 10px;
		margin-bottom: 10px;
		font-style: italic;
		border-left: 2px solid #e0e0e0;
	}
	/** end blockquote **/
	
	/** begin table **/
	#single table {
		margin-bottom: 20px;
	}
		#single table th {
			font-size: 0.9em;
			color: #ffffff;
			padding: 2px 4px;
			line-height: 1.6em;
			background-color: #606060;
		}
		#single table td {
			line-height: 1.6em;
			padding: 2px 4px;
		}
		#single table tr.odd td { background-color: #eeeeee; }
		#single table tr.even td { background-color: #e0e0e0; }
		
	/** end table **/
	
	/** begin form **/
	#single form {
		margin-bottom: 10px;
	}
	#single fieldset {
		border: 1px solid #c0c0c0;
		padding: 16px;
		margin-bottom: 20px;
	}
		#single form p {
			margin-bottom: 4px !important;
		}
		#single form input {
			margin-right: 5px;
		}
		#single form label {
			margin-right: 10px;
		}
		#single form input.text, #single form textarea {
			border: 1px solid #909090;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 2px;
			max-width: 100%;
			margin-bottom: 10px;
		}
		#single form textarea {
			line-height: 1.6em;
			margin-bottom: 10px;
		}
		#single form button, #single form input.button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 5px;
		}
	/** end form **/
.notfound {
	padding-right: 10px;
}
	.notfound h2 {
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.notfound p {
		line-height: 1.6em;
	}
/** END single **/

/** BEGIN comments **/
#comments {
	clear: both;
}
	#comments h2 {
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 15px;
		line-height: 1.5em;
	}
	#comments form {
		padding: 10px;
	}
		#comments form input, textarea {
			border: 1px solid #c0c0c0;
			font-size: 0.9em;
			font-family: Georgia, "Times New Roman", Times, serif;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Georgia, "Times New Roman", Times, serif;
			width: 120px; height: 23px;
		}
		#comments form #user {
			background-image: url(../images/user.gif);
		}
		#comments form #email {
			background-image: url(../images/email.gif);
		}
		#comments form #url {
			background-image: url(../images/world.gif);
		}
		#comments form .note {
			margin-bottom: 10px;
		}
	#comments form p {
		margin-bottom: 5px;
		font-size: 0.9em;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#comments .author {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	#comments .date {
		font-size: 0.8em;
		margin-bottom: 5px;
	}
	#comments .required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
	#comments .thread-odd {
	border-width: 1px 0;
	border-style: dotted;
	border-color: #c0c0c0;
	background-color: #333;
	padding: 10px;
	margin: 0 !important;
	}
	#comments .thread-even {
	padding: 10px;
	background-color: #333;
	}
	#comments .details {
		float: left;
	}
	#comments .gravatar {
		float: right;
	}
	#comments .commentitems {
		padding: 5px 10px;
	}
	#comments .commentlist {
		list-style-type: none;
	}
		#comments .commentlist li {
			clear: both;
		}
		#comments .commentlist li ul {
			list-style-type: none;
			padding-left: 10px;
			border-left: 2px solid #e0e0e0;
			margin: 10px 0;
		}
	#comments .reply {
		font-size: 0.8em;
		text-transform: uppercase;
	}
	#comments .navigation {
		padding: 10px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
	#comments em {
		display: block;
		margin: 5px 0;
		font-size: 0.9em;
		font-style: normal;
		font-weight: bold;
		color: #009900;
	}
/** END comments **/

/** begin calendar **/
#calendar_wrap {
	
}
	#wp-calendar {
		width: 100%;
	}
		#wp-calendar caption {
			margin-bottom: 5px;
			font-weight: bold;
			text-transform: uppercase;
		}
		#wp-calendar th {
			text-align: center;
			font-size: 0.9em;
			background-color: #FDC501;
			color: #000000;
		}
		#wp-calendar td {
			text-align: center;
			padding: 2px;
			font-size: 0.9em;
		}
			#wp-calendar td a {
				font-weight: bold;
				text-decoration: none;
			}
		#prev {
			padding: 15px 5px 0 !important;
			text-align: left !important;
			text-transform: uppercase;
		}
		#next {
			padding: 15px 0 0 !important;
			text-align: right !important;
			text-transform: uppercase;
			font-size: 0.8em;
		}
			#prev a, #next a {
				display: block;
				width: 45px; height: 13px;
				text-align: center;
				font-size: 0.8em !important;
				background-color: #FDC501;
				color: #000000;
			}
			#prev a:hover, #next a:hover {
				background-color: #303030;
			}
			#prev a { float: left; }
			#next a { float: right; }
/** end calendar **/

/** begin search form **/
#searchform {
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 0;
	background-color: #333;
	overflow: hidden;
	
}
	#searchform input {
	width: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 1px 2px;
	border: 1px solid #40450C;
	background-color: #000;
	color: #FFF;
	}
	#searchsubmit {
		width: auto !important;
		padding: 0 !important;
	}
/** end search form **/

/** END widget styles **/