/*

Theme Name: Webevi Tema
Theme URI: http://www.webevi.com/
Description: Webevi Blog Tema
Version: 1.0
Author: Engin
Author URI: http://engingulgen.com

*/

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff url(images/bg.jpg) repeat-x; 
	color: #454545; 
}

a {
	color: #185DA0;
	background: inherit;
}

a:hover {
	color: #9EC068;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	color: #000; 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h3 { 
	font-size: 1.4em;
}

h4 { 
	font-size: 1.3em;
}

h5 { 
	font-size: 1.2em;
}

h6 { 
	font-size: 1.1em;
}

p {	
	margin: 0 0 5px 0;
	
}

blockquote {
	margin: 10px 0 0 25px;
	padding: 0 20px;
	border-left: 1px solid #ccc;
	color: #666;
}

form { 
	margin: 0; 
}

input.search {
	width: 173px; 
	border: none;
	background: url(images/input.gif); 
	padding: 4px;
	padding-left:30px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0px auto;
	width: 950px; 
}

.header { 
	height: 128px; 
}

.logo {
	height:128px;
	width:200px;
	background:url(images/logo.jpg) no-repeat;
	cursor:pointer;}


.top_info {
	float: right;
	width: 740px;
	padding: 0 0 o 0;
	height:128px;
	background:url(images/header_bg_blog.jpg) no-repeat right;
}

	.top_info_left {
		width: 240px;
		float: left;
	}

	.top_info_right {
		float: right;
		text-align: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.slogan {
	font-size: 0.9em;
	width: 160px;
}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}

	.bar ul { 
		margin: 0; 
		padding : 0; 
		list-style : none; 
	}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		float: left; 
	}
	
	.bar .current_page_item a{ 
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	}
	
	.bar a:hover {
		background: #FFF url(images/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px;
		text-decoration: none;
	} 

.search_field { 
	background: #DCF2B8 url(images/barbg.gif) no-repeat; 
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
}

.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(images/subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

/* left side
   --------- */

.left {
	float: left;
	width: 620px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
	}

.metadata {
	border-top: 1px dotted #ccc;
	clear: both;
	margin-bottom: 50px;
	text-align: right;
}

.sticky h2 {
background: transparent url(images/sticky.gif) no-repeat 2px 5px;
padding: 2px 0 2px 22px;
}

.sticky h2 a{
background: none;
}

.sticky {
background-color: #fffff0;
}
	
.alignright {
float: right;
}
	
.alignleft {
float: left;
}

.centered {
display:block;
margin:0 auto 0 auto;
}

/* Begin Comments*/

.commentlist li.thread-even {
	background-color:#f4f4f4;
	}

.commentlist {
	margin:15px 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background: #fafafa;
	color: #808080;
	border: 1px solid #eeeeee;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin-left: 10px;
	background: #fff;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: inline;
	}
	
.commentlist ul.children li {
	background-color: #e3e3e3;
	border: 1px solid #efefef;
	list-style: none;
	margin-top: 20px;
	}

.commentlist ul li.depth-2 {
	background-color: #f1f1f1;
	}

.commentlist ul li.depth-3 {
	background-color: #ececec;
	}

.commentlist ul li.depth-4 {
	background-color: #e8e8e8;
	}

.commentlist ul li.depth-5 {
	background-color: #e3e3e3;
	}

.commentsnavigation {
	padding: 20px 0 30px 0;
	}
/* End Comments */
	
/* Sidebar
   ---------- */
		
.sidebar {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}

.sidebar_left {
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
}

.sidebar_right {
	float: right;
	width: 150px;
	margin: 0 0 10px 0;
}

.sidebar h2 {
	border-bottom: 1px solid #CCC;
}

.sidebar ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

.sidebar li {
	list-style-type:none;
	border-bottom:solid 1px #CCC;
	text-decoration:none;
	font-weight:bold;

}
.sidebar a{
	text-decoration:none;
}

.sidebar li ul li{
	list-style-type:none;
	text-decoration:none;
	margin-left:20px;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background:#F93;
		color: #246088;
		border: 1px solid #FF6633;
	}

	.right_articles {
		border: 1px solid #CCC;
		padding: 8px;	
		margin: 0 0 10px 0;
		background: #F4F4F4;
	}
	

		
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #9EC068;
	background: #fff;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


.nav_menu{
	width:950px;
	height:35px;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	}


.preload2 {background: url(images/button4.gif);}
.menu2 {padding:0 0 0 0; margin:0; list-style:none; height:35px; background:#fff url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#FFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu2 li a.top_link:hover {color:#fff; background: url(images/button4.gif) no-repeat;}
.menu2 li a.top_link:hover span {background:url(images/button4.gif) no-repeat right top;}
.menu2 li a.top_link:hover span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu2 li:hover > a.top_link {color:#fff; background: url(images/button4.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(images/button4.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(images/button4a.gif) no-repeat right top;}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:2px; top:40px; background: #fff; padding:3px 0; border:1px solid #FF6633; white-space:nowrap; width:150px; height:auto;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:144px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu2 :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 80px 7px no-repeat;}
.menu2 :hover ul.sub li a:hover {background:#FF6633; color:#fff;}
.menu2 :hover ul.sub li a.fly:hover {background:#FF6633 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu2 :hover ul li:hover > a.fly {background:#FF6633 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #FF6633; white-space:nowrap; width:93px; z-index:200; height:auto;}






