* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: black;
	background: #FFFFFF url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #383737;
}
a:hover {
     text-decoration:none;
	color: orange;
}
img {
border:0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	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;
}
#wrapper {
	width: 975px;
	margin: auto auto;
	text-align: left;
}
#header {
	height: 160px;
}
	#header ul {
		list-style-type: none;
		float: left;
		
	}
		#header ul li {
			float: left;
			font-weight: bold;
			font-family: Verdana;
			font-size: 0.9em;
		}
		#header ul li a {
			color: #FFFFFF;
			display: block;
			padding: 8px 15px 9px;
		}
		#header ul li a:hover {
			color:#fcc58a;
background: url(images/active.gif) no-repeat bottom
			display: block;
			padding: 8px 15px 9px;
		}

		#header ul li a:hover, #header ul li.here a {
			background: url(images/active.gif) no-repeat bottom 
                        color:#fcc58a; 
                        center;
			text-decoration: none;
		}
	#header .rss {
		float: right;
		background: url(images/rss.gif) no-repeat 0 7px;
		padding: 9px 10px 9px 20px;
		font-size: 0.8em;
		font-family: Verdana;
		color: #FFFFFF;
	}
		#header .rss a {
			color:#ffffff;
			margin: 0 7px;
		}
	
		#header .rss a:hover {
			color:#fcc58a;
		}
	#header h1 {
		clear: both;
		float: left;
		padding: 14px 0 0 13px;
	}
	
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 289px;
			height: 97px;
			background: url(images/logo.png) no-repeat 0 0;
		}
	
	#header .ad {
		float: right;
		padding: 35px 6px 0 0;
	}
#content {
	float: left;
	width: 655px;
	overflow: hidden;
	padding-bottom: 11px;
}
	#content .post {
		float: left;
		width: 315px;
		padding: 11px 10px 0 0;
	}
		#content .post .details1 {
			background-color: #ec8e2b;
			color: #ffffff;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			padding: 8px 7px;
			margin-bottom: 5px;
		}
			#content .post .details1 a{
				color: #ffffff;
				text-decoration: none;
			}
	#content .post .buffer {
		padding: 3px;
		background-color: #ffd09e;
		margin: 0;
	}
	#content .post .content{
		border: 1px solid #ffd09e;
		padding: 10px;
		background-color: #ffffff;
		height: 170px;
	}
		#content .post .content img {
			border: 3px solid #FFD09e;
			margin: 4px 8px 0 0;
			float: left;
			width: 80px;
                        height:60px;
		}
		#content .post .content h2 {
			margin-bottom: 5px;
			font-size: 1.5em;
			line-height: 1.3em;
		}
		#content .post .content h2 a {
			text-decoration: none;
			color: black;
			font-size: 0.8em;
		}
		#content .post .content h2 a:hover {
			text-decoration: none;
			color: #da770f;
			font-size: 0.8em;
		}
		#content .post .content p {
			line-height: 1.5em;
		}
	#content .post .details2 {
		background-color: #ffd09e;
		padding: 4px 7px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #FFD09e;
	}
		#content .post .details2 a {
			color: #2e2e2e;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
		}
		#content .post .details2 a:hover {
			text-decoration: none;	
		}
	#content .postnav {
		padding: 11px 0 0 0;
		font-size: 0.8em;
		font-weight: bold;
		clear: both;
	}
		#content .postnav a {
			color: black;
		}
	#content .title {
		font-size: 0.9em;
		padding: 15px 5px 10px;
		letter-spacing: 1px;
	}
	#content .single {
		padding: 15px 15px 10px 0;
	}
		#content .single h2 {
			font-size: 1.4em;
			margin-bottom: 15px;
		}
		#content .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content .single h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
#sidebar {
	width: 320px;
	float: right;
	padding: 11px 0 20px;
}
	#sidebar .l {
		float: left;
		width: 155px;
	}
	#sidebar .r {
		float: right;
		width: 155px;
	}
	#sidebar .box {
		background-color: #FFD09E;
		padding: 3px;
		margin-bottom: 10px;
	}
		#sidebar .box h2 {
			background-color: #ffffff;
			font-size: 0.9em;
			font-family: Verdana;
			color: #ec8e2c;
			padding: 5px;
			border: 1px solid #FFD09E;
		}
		#sidebar .box ul {
			background-color: #ffffff;
			list-style-type: none;
			padding: 4px 8px 0px;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #FFD09E;
		}
			#sidebar .box li {
				font-size: 0.9em;
				font-family: Verdana;
				line-height: 1.4em;
				padding: 3px 0 3px 14px;
				border-bottom: 1px dotted #dddddd;
				background: url(images/bullet.gif) no-repeat 0 8px;
			}
			#sidebar .box li a {
				color: black;
			}
			#sidebar .box li a:hover {
				color: #ec8e2c;
			}
		#sidebar .box p, #sidebar .box div {
			background-color: #ffffff;
			padding: 8px;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #FFD09E;
		}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 4px 8px;
			}
		#sidebar .box .video {
			padding: 9px;
		}
	#sidebar form {
		width: 312px; height: 33px;
		background: #FFD09E url(images/search.gif) no-repeat center;
		padding: 4px;
		margin-bottom: 10px;
	}
		#sidebar form input {
			float: left;
			border: 0;
			width: 218px;
			font-size: 1.4em;
			font-family: Verdana;
			margin: 6px;
		}
		#sidebar form button {
			float: right;
			width: 75px; height: 33px;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: bold;
			color: #ffffff;
			border: 2;
			background-color: transparent;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #ec8e2b;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 0.9em;
}
	#footer li {
		color: #FFFFFF;
	}
	#footer li a {
		color: red;
	}
	#footer p {
		padding: 10px 0;
		text-align: left;
		width: 620px;
		margin: auto auto;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments a {
	text-decoration: none;
	color: black;
}
	#comments h2 {
		font-size: 1.3em;
		font-style: none;
	}
	#comments p {
		line-height: 1.6em;
	}
	#comments form {
		padding: 0 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 370px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #c96e0d;
	}
h2.title {
	font-size: 1em !important;
	padding: 10px;
	color: #ea9541;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
#comments ol {
	list-style-type: none;
	clear: both;
}
	#comments .buffer {
		padding: 20px 15px 0 0;
	}
	#comments h2 {
		padding-left: 0 !important;
		padding-bottom: 20px !important;
	}
	#comments ol li {
	margin-bottom: 10px;
	background-color: #ffffff;
	font-size: 0.9em;
	font-family: Verdana;
	color: #456069;
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	border: 4px solid #FFD09e;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
		border: 2px solid #FFD09e;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: red;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}

.reklam {
margin:5 px;
}
/* powered by teknobeyin */
	#y ul {
		list-style-type: none;
		float: left;
		
	}
		#y ul li {
			float: left;
			font-weight: bold;
			font-family: Verdana;
			font-size: 0.9em;
		}
		#y ul li a {
			color: #FFFFFF;
			display: block;
			padding: 8px 15px 9px;
		}
		#y ul li a:hover, #header ul li.here a {
              color:#fcc58a;
              background: url(images/active.gif) no-repeat bottom                 
              center;
              text-decoration: none;
		} 






<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 10px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #DA780D url(media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(media/roundright.gif) no-repeat right top; /*right corner image*/
padding: 9px 6px 8px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #AE5300; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}




</style>
