/*
Theme Name: Alpha WordPress Theme
Author: ChiQ
Author URI: http://www.wpthemedesigner.com/
*/

@import url("styles/default/featured.css");
* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #7294cf url(images/header2.gif) repeat-x 0 0;; /*ee8f0e---b6d5ff---93a5c4*/
}

a {
	text-decoration: none;
	color: #FF9F00;
}
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;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	width: 946px;
	height:auto;
	margin: auto auto;
	text-align: left;
	background-color: /*#f8f8f9; */#fdfdfd;
	/*border: 3px solid #000;*/
}

	
#altmenu {
	/*background-color: #fdfdfd;*/
	background: url(images/divider.png) repeat-x;
}	
#altmenu a{
	color: #7294cf;
	font:Verdana;
	
}	



/** BEGIN header **/

#header_banner {
	padding-bottom: 10px;
	width:946px;
	height:100px;
	background: url(images/banner.jpg) no-repeat 0 0;
	
}


#header {
	padding-bottom: 10px;
}
	#header ol {
		list-style-type: none;
		height: 30px;
		float: left;
		padding-left: 1px;
		background: url(images/divider.gif) no-repeat 0 0;
	}
		#header ol li {
			float: left;
			text-transform: uppercase;
			height: 30px;
			padding-right: 1px;
			background: url(images/divider.gif) no-repeat right 0;
			font-size: 0.9em;
		}
		#header ol li a {
			color: #333333;
			display: block;
			padding: 8px 10px 9px;
		}
		#header ol li a:hover {
			background-color: #333333;
			color: #FF9F00;
		}
	#header form {
		float: right;
		width: 220px; height: 22px;
		background: url(images/search.gif) no-repeat 0 0;
		margin-top: 3px;
	}
		#header input {
			border: 1px solid #ffffff;
			width: 180px;
			margin: 2px 7px 0 2px;
			float: left;
		}
		#header button {
			width: 25px; height: 22px;
			text-indent: -9999px;
			border: 0;
			background-color: transparent;
		}
	#header h1 {
		clear: both;
		text-transform: uppercase;
		font-size: 2em;
		float: left;
		padding: 30px 0 20px;
	}
		#header h1 a {
			color: #333333;
		}
	#header p {
		float: right;
		padding: 16px 100px 15px 10px;
		background: url(images/avatar.gif) no-repeat 96% 0;
		margin-top: 20px;
	}
	#header ul {
		clear: both;
		background: url(images/navigation.gif) no-repeat 0 0;
		height: 32px;
		list-style-type: none;
		padding: 0 10px;
	}
		#header ul li {
			float: left;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(images/navdivide2.jpg) no-repeat 0 3px;
		}
		#header ul li.f {
			background: none;
		}
		#header ul li a {
			color: #333333;
			display: block;
			padding: 1px 12px;
		}
		#header ul li a:hover {
			color: #FF9F00;
		}
/** END header **/

/** BEGIN home **/
#home {
	clear: both;
	border-top: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin: 0 8px;
}
	#home #featured {
		float: left;
		width: 67%;
	}
	
	#home #featured_resim {
		float: left;
		width: 67%;
		background:url(images/karisik.jpg) no-repeat;
	}

	#home #featured h2 {
			color: #FF9F00;
			text-transform: uppercase;
			font-size: 0.8em;
			background: url(images/bullet.gif) no-repeat 10px 12px;
			padding: 10px 10px 10px 25px;
			border-width: 0 1px 1px 0;
			border-color: #E1E1E1;
			border-style: solid;
		}

  
	#home #popular {
		float: right;
		width: 33%;
		background-color: /*#f8f8f9;*/#fdfdfd;
	}
		#home #popular h2 {
			color: #FF9F00;
			text-transform: uppercase;
			font-size: 0.8em;
			background: url(images/bullet.gif) no-repeat 10px 12px;
			padding: 10px 10px 10px 25px;
			border-bottom: 1px solid #e1e1e1;
		}
		#home #popular ul {
			list-style-type: none;
			padding: 20px 20px 10px;
		}
			#home #popular ul li {
				border-bottom: 1px dotted #CCCCCC;
				padding: 5px 0;
			}
			#home #popular ul li a {
				color: #6699CC;
			}
			#home #popular ul li a:hover {
				
			}
/** END home **/

/** BEGIN content **/
#content {
	/*clear: both;*/
	margin-left: 8px;
	width: 65.5%;
	/*float: left;*/
	border-width: 1px 1px 1px;
	border-style: solid;
	border-color: #e1e1e1;
	background-color: /*#f8f8f9;*/#fdfdfd;
	padding: 13px 3px;
	position:relative;
	/*display: inline;*/
}

#content .post_index{
		font-size: 0.9em;
		width: 46.5%;
		float: left;
		margin-left: 15px;
		height: 280px;
	}

		#content .post_index h2 {
			font-size: 1.6em;
			font-weight: normal;
		}
			#content .post_index h2 a {
				color: #4884e8;
			}
		#content .post_index .date {
			color: #897C81;
			font-size: 0.9em;
			padding-top: 5px;
		}
		#content .post_index img {
			border: 4px solid #CCBEC3;
			float: left;
			margin: 0 10px 5px 0;
			height: 67px; width: auto;
		}
		#content .post_index p {
			line-height: 1.3em;
			margin-bottom: 10px;
			text-align: justify;
		}
		#content .post_index .details_tek {
			border-width: 1px 0;
			border-style: dotted;
			border-color: #BEC6C0;
			clear: both;
		}
		#content .post_index .details {
			border-width: 1px 0;
			border-style: dotted;
			border-color: #BEC6C0;
			clear: both;
			padding: 5px;
			height: 15px;
		}
			#content .post_index .details .comments a {
				color: #3A413C;
				text-transform: uppercase;
				float: left;
			}
			#content .post_index .details .readmore {
				text-transform: uppercase;
				float: right;
			}

	#content .post{
		font-size: 0.9em;
		width: 46.5%;
		float: left;
		margin-left: 15px;
	}
	
	#content .post_justheader {
		font-size: 0.75em;
		width: 30.5%;
		float: left;
		margin-left: 15px;
	}
		#content .post_justheader h2 {
			font-size: 1.6em;
			font-weight: normal;
		}
			#content .post_justheader h2 a {
				color: #4884e8;
			}
			#content .post_justheader h2 a:hover {
				color: #ed8f10;
			}
	
	
		#content .post h2 {
			font-size: 1.6em;
			font-weight: normal;
		}
			#content .post h2 a {
				color: #4884e8;
			}
		
			#content .post h3 a {
				color: #000000;
			}
			#content .post h3 a:hover {
				color: #ed8f10;
			}
			
		#content .post .date {
			color: #897C81;
			font-size: 0.9em;
			padding-top: 5px;
		}
		#content .post img {
			border: 4px solid #CCBEC3;
			float: left;
			margin: 0 10px 5px 0;
			height: 67px; width: auto;
		}
		#content .post p {
			line-height: 1.3em;
			margin-bottom: 10px;
		}
		#content .post .details_tek {
			border-width: 1px 0;
			border-style: dotted;
			border-color: #BEC6C0;
			clear: both;
		}
		#content .post .details {
			border-width: 1px 0;
			border-style: dotted;
			border-color: #BEC6C0;
			clear: both;
			padding: 5px;
			height: 15px;
		}
			#content .post .details .comments a {
				color: #3A413C;
				text-transform: uppercase;
				float: left;
			}
			#content .post .details .readmore {
				text-transform: uppercase;
				float: right;
			}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	margin-right: 4px;
	width: 299px;
	float: right;
	display:inline;
	background-color: #fdfdfd;
}
	#sidebar .box {
		width: 277px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #e1e1e1;
		padding: 10px;
		clear: both;
		margin-bottom: 15px;
	}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				border-bottom: 1px dotted #CCCCCC;
				padding: 6px 8px;
			}
			#sidebar .box ul li a {
				color: #333333;
			}
			#sidebar .box ul li a:hover {
				color: #6699CC;
			}
		#sidebar .box img {
			margin: 5px;
			border: 1px dashed #BDBDBD;
		}
		#sidebar .video {
			padding: 10px 0 10px 5px;
			width: 292px;
		}
			#sidebar .video img {
				border: 0;
			}
	#sidebar #mixed {
		width: 299px; height: 90px;
		background: url(images/mixed.gif) no-repeat 0 0;
		
	}
		#sidebar #mixed a {
			color: #6699CC;
			font-weight: bold;
		}
		#sidebar #mixed .rss {
			padding: 17px 0 0 84px;
			display: block;
		}
		#sidebar #mixed .email {
			padding: 16px 0 0 42px;
			display: block;
		}
		#sidebar #mixed input {
			margin: 8px 10px 0 20px;
			border: 1px solid #fdfdfd;
			float: left;
			width: 222px;
		}
		#sidebar #mixed button {
			float: left;
			text-indent: -9999px;
			width: 30px; height: 24px;
			border: 0;
			margin-top: 5px;
			background-color: transparent;
		}
	#sidebar #lists {
		list-style-type: none;
		border-bottom: 1px solid #333333;
		border-top: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		height: 33px;
	}
		#sidebar #lists li {
			float: left;
			font-weight: bold;
			font-size: 0.9em;
			border-left: 1px solid #e1e1e1;
		}
		#sidebar #lists li a {
			color: #333333;
			padding: 10px 8px;
			display: block;
		}
		#sidebar #lists li a:hover {
			color: #FF9F00;
		}
	#sidebar h2 {
		font-size: 0.9em;
		padding: 10px 8px;
		border-bottom: 1px solid #333333;
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		border-top: 1px solid #e1e1e1;
	}
	#sidebar .l {
		width: 49%;
		float: left;
	}
	#sidebar .r {
		width: 49%;
		float: right;
	}
	
	#sidebar .sikayet{
	background: url(images/ampulak.gif) no-repeat 0 0;
	width:283px;
	height:283px;
	display:block;
}
	#sidebar .divided {
		
	}
		#sidebar .divided ul {
			list-style-type: none;
			border-width: 0 1px 1px;
			border-style: solid;
			border-color: #e1e1e1;
			margin-bottom: 15px;
		}
			#sidebar .divided ul li {
				border-top: 1px dotted #cccccc;
				padding: 6px 8px;
			}
			#sidebar .divided ul li a {
				color: #333333;
			}
			#sidebar .divided ul li a:hover {
				color: #6699cc;
			}
		#sidebar .divided h2 {
			font-size: 1em;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	/*background: url(images/alt.png) no-repeat  0 10px;*/
	background: url(images/footer.gif) repeat-x  0 0;
	background-position:center center;
	padding: 0 0 0;
	font-size: 0.8em;
	color: #808080;
	height: 150px;
	background-color: #EEEEEE;
}
	#footer div {
		width: 946px;
		margin: auto auto;
		text-align: left;
	
	}
	#footer .l {
		float: left;
	}
	#footer img {
		display:inline;
	}
	#footer .r {
		float: right;
	}
	#footer a {
		color: #6699cc;
	}
	#footer div.transbox
	  {
	  width:400px;
	  height:180px;
	  margin:30px 50px;
	  background-color:#ffffff;
	  border:1px solid black;
	  /* for IE */
	  filter:alpha(opacity=60);
	  /* CSS3 standard */
	  opacity:0.6;
	  }
	#footer div.transbox p
	  {
	  margin:30px 40px;
	  font-weight:bold;
	  color:#000000;
	  }
/** END footer **/

/** BEGIN misc **/
#list3 a {
	color: #333333;
}
#list3 a:hover {
	color: #FF9F00;
}
#content .single {
	text-align: justify;
	padding: 10px;
	font-size: 0.9em;
}
#content .single h2 {
	padding-bottom: 15px;
}
#content .single h2 a {
	color: #6699CC;
}
#content .single p {
	margin-bottom: 10px;
	font-size: medium;
	font-family: 'Times New Roman';
}
#content .single h3 {
	margin-bottom: 5px;
	font-size: 1.3em;
}
#content .single ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .single ul li {
	padding: 2px 0;
}
#content .single ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .single ol li {
	padding: 2px 0;
}
#content .single blockquote {
	font-style: italic;
	padding: 10px;
	background-color: #EEEEEE;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E3E3E3;
	margin-bottom: 10px;
}
#content .single .details {
	clear: both;
	border-width: 1px 0;
	border-style: dotted;
	border-color: #B5B5B5;
	text-transform: none !important;
	line-height: 1.6em;
	padding: 5px 0 !important;
}
	#content .single .details a {
		margin: 0 !important;
		font-weight: bold;
	}
	#content .single .details .l {
		float: left;
		width: 35%;
		margin-bottom: 0 !important;
	}
	#content .single .details .r {
		float: right;
		width: 55%;
		margin-bottom: 0 !important;
	}
#content .single {
	border-bottom: 0 !important;
}
#content .single h2 {
	font-size: 1.5em !important;
	text-transform: none !important;
	font-size: 1.5em;
}
#comments {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}
#respond {
	padding-top: 20px;
}
#postnav {
	font-size: 0.9em;
	padding: 20px;
}
#postnav  li{
	font-size: 0.9em;
	padding: 20px;
}
/*------------------------pixopoint-------------*/

#pixopoint_menu1 {
	width:100%;
	height:35px;
	margin:0;
	padding: 0 10px;
	}
#pixopoint_menu1 ul {
	width:100%;
	border:none;
	background:none;
	margin:0;
	padding:0;
	list-style:none;
	}
#pixopoint_menu1 li {
	border:none;
	background:none;
	background:#000000 url("../images/dazzle_red.png");
	color:#FFFFFF;
	line-height:35px;
	z-index:20;
	letter-spacing:0px;
	background:;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin:0 0px;
	;float:left;
	font-family:tahoma,sans-serif;
	position:relative;
	}
#pixopoint_menu1 li:hover,#pixopoint_menu1 li.sfhover {
	background:url("/images/yeni.jpg") repeat-x;
	background-position:0 50px;
	}
#pixopoint_menu1 li a {
	border:none;
	background:none;
	text-decoration:none;
	display:block;
	padding:0 12px;
	color:#000000;
	}
#pixopoint_menu1 li a:hover {
	border:none;
	background:none;
	text-decoration:none;
	color:#FFFFFF;
	background-position:100% -120px;
	}
#pixopoint_menu1 ul ul {
	position:absolute;
	left:-999em;
	top:35px;
	width:120px;
	}
#pixopoint_menu1 li:hover ul,#pixopoint_menu1 li.sfhover ul {
	left:auto;
	}
#pixopoint_menu1 ul ul li a {
	padding:4px 10px;
	text-transform:normal;
	font-variant:normal;
	}
#pixopoint_menu1 ul ul li {
	letter-spacing:0px;
	color:#444444;
	z-index:20;
	width:120px;
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	background:#FFFFFF;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:0;
	}
#pixopoint_menu1 ul ul li a {
	line-height:22px;
	color:#444444;
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li:hover a,#pixopoint_menu1 ul ul li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	color:#444444;
	}
#pixopoint_menu1 ul ul li:hover li a:hover,#pixopoint_menu1 ul ul li.sfhover li a:hover {
	color:#FFFFFF;
	}
#pixopoint_menu1 ul ul li:hover,#pixopoint_menu1 ul ul li.sfhover {
	color:#FFFFFF;
	background:#000000;
	}
#pixopoint_menu1 ul ul ul li {
	font-size:1em;}#pixopoint_menu1 ul ul ul, #pixopoint_menu1 ul ul ul ul {
	position:absolute;
	margin-left:-999em;
	top:0;
	width:120px;
	}
#pixopoint_menu1 li li:hover ul,#pixopoint_menu1 li li.sfhover ul,#pixopoint_menu1 li li li:hover ul,#pixopoint_menu1 li li li.sfhover ul {
	margin-left:120px;
	}
#pixopoint_menu1 ul ul li:hover li a,#pixopoint_menu1 ul ul li.sfhover li a {
	text-decoration:none;
	}
#pixopoint_menu1 ul ul li li:hover a,#pixopoint_menu1 ul ul li li.sfhover a {
	color:#FFFFFF;
	text-decoration:none;
	}
#pixopoint_menu1 li.pixo_search:hover {
	background:none;
	}
#pixopoint_menu1 li.pixo_search form {
	margin:0;
	padding:0;
	}
#pixopoint_menu1 li.pixo_search input {
	font-family:tahoma,sans-serif;}
#pixopoint_menu1 li.pixo_search input.pixo_inputsearch {
	width:100px;
	}
#pixopoint_menu1 li.pixo_right {
	float:right;
	}

/** END misc **/
	
	
.featured, .featured .content, .featured .footer {
	display: block;
	width: 662px;
}

.featured {
	background: url(img/b_featuredY.png) repeat-y;
	height: auto;
	position: relative;
	z-index: 1;
}

.featured .content {
	display: block;
	background: url(img/b_featured.png) no-repeat top;
	min-height: 240px;
	height: auto !important;
	height: 240px;
}

.featured .footer {
	display: block;
	background: url(img/b_featuredF.png) no-repeat bottom;
	height: 15px;
}

.featured .sm-w {
	border-bottom: 1px solid #dedede;
}

.featured h1 {
	float: left;
	display: block;
	color: #3c3c3c;
	font-size: 1.5em;
	font-weight: normal;
	font-family: Tahoma;
	padding: 10px 0 8px 20px;
	margin: 0 1px 0 1px;
}

.featuredposts {
	float: right;
	margin: 220px 100px 0 0;
	font-family: Tahoma;
	display: inline;
}

.featuredposts li {
	float: left;
	display: block;
	font-family: Tahoma;
	margin: 0 10px 0 0;
}

.featuredposts li a {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	font-family: Tahoma;
	background: url(img/light_off.png) no-repeat;
}

.featuredposts li a:hover {
	background: url(img/light_bl.png) no-repeat;
}

.featuredposts li a.selected {
	background: url(img/light_on.png) no-repeat;
}

.featuredposts li a.selected:hover {
	background: url(img/light_on.png) no-repeat;
}

.featuredposts_content {
	display: none;
	position: relative;
	z-index: 1;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

/* content */
.featuredposts_content .thumb {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 184px;
	height: 134px;
}

.featuredposts_content .thumb img {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa;
	padding: 1px;
}

.featuredposts_content .fpost {
	position: absolute;
	top: 15px;
	left: 220px;
	right: 20px;
}

.featuredposts_content .fpost h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.8em;
}

.featuredposts_content .fpost p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
	text-align: justify;
	color: #888;
}

.featuredposts_content .fpost .read, .featuredposts_content .fpost .docomment {
	display: block;
	height: 13px;
	line-height: 13px;
}

.featuredposts_content .fpost .read {padding: 15px 0 0 22px}
.featuredposts_content .fpost .docomment {padding: 8px 0 0 22px}

.featuredposts_content .fpost .read {background: url(img/ico_more.png) no-repeat}
.featuredposts_content .fpost .docomment {background: url(img/ico_comment.png) no-repeat}
.featuredposts_content .fpost .read {background-position: left 15px}
.featuredposts_content .fpost .docomment {background-position: left 8px}

.featuredposts_content .fpost .read a {color: #555}
.featuredposts_content .fpost .read a:hover {color: #ff6000}
.featuredposts_content .fpost .docomment a {color: #555}
.featuredposts_content .fpost .docomment a:hover {color: #ff6000}