﻿/*
Theme Name:Paravan Teması
Theme URI:http://www.yelbilisim.com
Description:Veri kurtarma
Version:1.0
Author:Tayfun Yel
Author URI:http://www.yelbilisim.com

*/

/************************************************************\
* CSS
\************************************************************/
	/* CSS Tweaks */
	* {padding:0;margin:0;}
	a img {border:0;}
	.clear {clear:both;}
	a {text-decoration:none;outline:none;}
	a:hover {text-decoration:underline;}
	a img {vertical-align:middle;}
	p {padding-bottom:10px;}
	.hidden {display:none;}

	/* Body */
	body {font-family:Arial;font-size:12px;font-weight:normal;}

	/* Wrapper */
	.wrapper {width:960px;margin:auto;}
	
	/* Overlay */
	.overlay {background-color:#000;background-repeat:no-repeat;background-position:center 15%;position:fixed;top:0;left:0;width:100%;height:2000px;z-index:10;display:none;}
	.overlay_style-blue {background-image: url(img/blue/loading.gif);}
	.overlay_style-green {background-image: url(img/green/loading.gif);}
	.overlay_style-grey {background-image: url(img/grey/loading.gif);}
	.overlay_style-orange {background-image: url(img/orange/loading.gif);}
	.overlay_style-purple {background-image: url(img/purple/loading.gif);}
	.overlay_style-red {background-image: url(img/red/loading.gif);}
	
	/* Content */
	.content {padding:10px;margin:-10px;background:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;}

/************************************************************\
* Header
\************************************************************/
	.header {position:relative;height:116px;margin-bottom:25px;}
	.header-home {position:relative;height:405px;margin-bottom:10px;}

	/* Logo */
	.header .logo {display:block;width:260px;height:100px;text-indent:-999px;overflow:hidden;}

	/* Menu */
	.header .menu {list-style:none;position:absolute;top:5px;right:0;z-index:9;}
	.header .menu > li {float:left;position:relative;}
	.header .menu > li:hover {background:url(img/menu_hover.gif) repeat-x bottom;}
	.header .menu > li > a {float:left;display:block;height:90px;line-height:90px;padding:0 15px;outline:none;color:#777;}
	.header .menu > li:hover > a {color:#333;text-decoration:none;background-position:top center;}
	.header .menu > li > ul {display:none;width:180px;position:absolute;right:-90px;margin-right:50%;top:88px;z-index:9;background:url(img/menu_dropdown_arrow.gif) no-repeat top center;padding-top:7px;border-bottom:4px solid #bababa;}
	.header .menu > li > ul > li:first-child {border-top:1px solid #fff;background:none;padding-top:0;}
	.header .menu > li > ul li {list-style:none;background:url(img/box_ul_div.gif) repeat-x top;padding-top:2px;}
	.header .menu > li > ul li a {display:block;padding:5px;background:#f3f3f3;color:#333;}
	.header .menu > li:hover > ul {display:block;}

	/* Shadows */
	.header .shadow {display:none;width:15px;height:15px;position:absolute;bottom:0;}
	.header-home .shadow {display:block;}
	.header .shadowl {left:-15px;background-position:-15px -82px;}
	.header .shadowr {right:-15px;background-position:0 -82px;}

	/* Featured Posts */
	.header .featured {padding:20px;position:relative;height:265px;}
	.header .featured .border-featured {padding:1px;border:4px solid #fff;-moz-border-radius:3px;-webkit-border-radius:3px;display:block;width:460px;height:200px;}
	.header .featured .featured-wrap {width:470px;height:210px;overflow:hidden;z-index:9;position:relative;}
	.header .featured .fthumbs {list-style:none;position:absolute;bottom:16px;left:20px;}
	.header .featured .fthumbs li {float:left;padding:1px;border:3px solid #fff;width:34px;overflow:hidden;height:34px;margin-right:10px;-moz-border-radius:3px;-webkit-border-radius:3px;}
	.header .featured .fthumbs li.active {width:254px;}
	.header .featured .fthumbs li img {vertical-align:middle;margin-right:5px;display:inline-block;width:34px;height:34px;}
	.header .featured .fthumbs li a {font-size:11px;font-weight:bold;display:block;}
	.header .featured .fthumbs li a:hover {text-decoration:none;}
	.header .featured .finfo_wrap {width:430px;height:272px;overflow:hidden;position:relative;}
	.header .featured .finfo {position:absolute;top:20px;right:20px;width:430px;}
	.header .featured .finfo ul {list-style:none;position:absolute;top:0;left:0;}
	.header .featured .finfo ul li {width:430px;height:272px;}
	.header .featured .finfo span {display:block;color:#fff;padding:5px;font-size:11px;font-weight:bold;-moz-border-radius:3px;-webkit-border-radius:3px;}
	.header .featured .finfo span .comments {float:right;}
	.header .featured .finfo .title {font-size:20px;font-weight:bold;margin:10px 0;display:block;}
	.header .featured .finfo .excerpt {color:#fff;font-size:14px;padding-top:12px;line-height:19px;text-align:justify;}

/************************************************************\
* Left
\************************************************************/
	.left {width:620px;float:left;}
	.left-fullwidth {width:100%;}
	.left-fullwidth .heading {background:url(img/heading_bg_fullwidth.png);width:960px;}

	/* Articles */
	.articles {list-style:none;}
	.articles > li {margin-top:25px;}
	.articles > li:first-child {margin-top:0;}
	.articles .cats {display:block;}
	.articles .title {font-size:22px;font-weight:bold;display:block;margin:3px 0;font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif, Arial;}
	.articles .pinfo {display:block;margin-bottom:5px;}
	.articles .thumbnail {float:left;border:3px solid #ccc;margin-right:5px;margin-bottom:5px;display:block;width:82px;height:82px;vertical-align:middle;}
	.articles .excerpt {line-height:18px;text-align:justify;}
	.articles .plinks {display:block;clear:left;margin-top:10px;height:25px;background:url(img/plinks_bg.gif);text-align:right;border-right:1px solid #d0d0d0;line-height:25px;color:#777;font-size:11px;position:relative;}
	.articles .plinks .info {float:left;padding-left:5px;}
	.articles .plinks span {display:block;float:right;padding:0 8px;background:url(img/plinks_div.gif) repeat-y left;margin:1px 0;height:23px;}
	.articles .plinks span .arrow-down {display:inline-block;width:7px;height:4px;background-position:0 0;}
	.articles .plinks span:hover ul {display:block;}
	.articles .plinks span:hover > a {color:#333;text-decoration:underline;}
	.articles .plinks span:hover {background-color:#fff;}
	.articles .plinks span ul {display:none;width:104px;position:absolute;right:-1px;top:24px;z-index:9;border:1px solid #d0d0d0;line-height:normal;}
	.articles .plinks span ul > li:first-child {border-top:1px solid #fff;background-image:none;}
	.articles .plinks span ul li {list-style:none;background:#f3f3f3 url(img/box_ul_div.gif) repeat-x top;padding-top:2px;text-align:left;padding:5px;}
	.articles .plinks span ul li a {color:#333;}
	.articles .plinks span ul li img {vertical-align:middle;margin-right:5px;}
	.articles .plinks .more {display:block;float:left;width:88px;height:25px;background-position:0 -204px;overflow:hidden;color:#fff;text-align:center;text-transform:lowercase;}

	/* Article Pages */
	.article {margin-bottom:10px;}
	.article .plinks {border-left:1px solid #d0d0d0;}
	.article .post {line-height:18px;text-align:justify;}
	.article .post a {font-weight:bold;}

	/* Images */
	.articles .post img {padding:1px;border:1px solid #ccc;max-width:620px !important;}
	.articles .post img.wp-smiley {padding:0 !important;border:none !important;vertical-align:middle;}
	.articles .post img.centered{display:block;margin-left:auto;margin-right:auto;}
	.articles .post img.alignleft {margin:0 7px 2px 0;display:inline;}
	.articles .post img.alignright{margin:0 0 2px 7px;display:inline;}
	
	/* HTML Headings */
	.articles .post h1, .articles .post h2, .articles .post h3, .articles .post h4, .articles .post h5, .articles .post h6 {margin:10px 0;padding-bottom:10px;border-bottom:1px dotted #ccc;}
	.articles .post h1 {font-size:28px;padding-bottom:15px;margin-top:20px;color:#444;}
	.articles .post h2 {font-size:24px;color:#555;}
	.articles .post h3 {font-size:20px;color:#666;}
	.articles .post h4 {font-size:18px;color:#777;}
	.articles .post h5 {font-size:16px;color:#888;}
	.articles .post h6 {font-size:13px;color:#888;}
	
	/* Blockquotes */
	.articles .post blockquote {margin:5px;padding:5px;position:relative;font-style:italic;}
	
	/* Lists */
	.articles .post ul {margin:5px 0 5px;}
	.articles .post ul ul {margin:0;}
	.articles .post ol {margin:5px 0 5px;}
	.articles .post ol ol {margin:0;}
	.articles .post ul li {list-style:none;text-indent:15px;margin-left:12px;padding:3px 0;}
	.articles .post ol li {list-style-position:inside;margin-left:10px;padding:3px 0;}

	/* Related Posts */
	.related {list-style:none;padding-bottom:20px;}
	.related li {height:60px;padding-top:10px;margin-top:10px;border-top:1px solid #ccc;}
	.related li:first-child {border:0;margin:0;padding:0;}
	.related .thumbnail {width:55px;height:55px;float:left;margin-right:8px;border:3px solid #ccc;}
	.related .thumbnail[src=""] {display:none;}
	.related .title {font-size:16px;font-weight:bold;display:block;}
	.related span {line-height:18px;}

	/* Comments */
	.comments ul {list-style:none;}
	.comments ul li:first-child {padding-top:0;}
	.comments ul li {padding-top:25px;}
	.comments ul li ul {margin-left:35px;padding-top:25px;}
	.comments .avatar img {float:left;border:3px solid #ccc;margin-right:10px;}
	.comments .cright {float:right;}
	.comments .cright .cinfo {border-bottom:1px dashed #ccc;padding-bottom:10px;margin-bottom:10px;}
	.comments .cright .cinfo .replylink a {float:right;line-height:30px;}
	.comments .cright .cinfo .author {font-size:16px;display:block;}
	.comments .cright .comment {line-height:18px;}

	.comments li .cright {width:540px;}
	.comments li li .cright {width:505px;}
	.comments li li li .cright {width:470px;}
	.comments li li li li .cright {width:435px;}
	.comments li li li li li .cright {width:400px;}
	.comments li li li li li ul {margin-left:0;}

	.comments .cform {margin-top:15px;color:#616161;}
	.comments .cform .input {color:#666;}
	.comments .cform .input strong {display:inline-block;padding:3px;background:#ccc;width:50%;min-width:310px;text-align:right;color:#666;}
	.comments .cform .input.textarea strong {width:80%}
	.comments .cform .input input {background:#f3f3f3;border:1px solid #fff;padding:5px;font-size:12px;font-family:Arial;width:200px;margin-left:5px;font-style:italic;}
	.comments .cform .input input:focus {font-style:normal;}
	.comments .cform .input .required {color:#ff0000;}
	.comments .cform .input textarea {width:98%;border:0;background:#f3f3f3;font-size:12px;font-family:Arial;padding:5px;font-style:italic;height:100px;}
	.comments .cform .input textarea:focus {font-style:normal;}
	.comments .cform input[type="submit"] {float:right;width:84px;height:32px;padding-bottom:3px;background-position:0 -265px;border:0;color:#fff;text-align:center;text-transform:lowercase;font-size:14px;display:block;}

	/* Cancel Comment Reply Link */
	.comments .cancel-comment-reply {display:none;padding:8px 0;}
	.comments li .cancel-comment-reply {display:block;}
	.comments .wpn_logged_in {padding-bottom:5px;}
	.comments li #respond {padding:0 5px;}
	.comments li #respond .heading {display:none;}
	.comments #respond img {vertical-align:middle;}

	/* More Articles */
	.morearticles {margin-top:25px;list-style:none;width:640px;}
	.morearticles > li {float:left;margin-right:10px;width:305px;margin-bottom:10px;}
	.morearticles .preview {margin-bottom:10px;}
	.morearticles .preview .thumbnail {float:left;display:block;width:48px;height:48px;border:3px solid #ccc;float:left;margin-right:5px;}
	.morearticles .preview .title {font-weight:bold;display:block;font-size:14px;}
	.morearticles .preview .excerpt {line-height:19px;text-align:justify;}
	.morearticles strong {color:#666;display:block;padding-bottom:5px;font-size:14px;}
	.morearticles ul {border-bottom:1px solid #cececf;list-style:none;border-left:1px solid #cececf;border-right:1px solid #cececf;}
	.morearticles ul li {background:url(img/morearticles_div.gif) repeat-x top;padding-top:2px;}
	.morearticles ul li a {display:block;padding:5px;background:#f3f3f3;}
	.morearticles ul li a:hover {background:#fff;}

/************************************************************\
* Right
\************************************************************/
	.right {float:right;width:300px;padding:0 10px;}
	.right .box {background:#d0d0d0 url(img/box_bottom.gif) no-repeat bottom left;padding:10px;padding-top:3px;padding-bottom:14px;margin-bottom:10px;}
	.right .box-inner {background:#f3f3f3;border:1px solid #fff;padding:5px;/*-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;*/}

	/* Box/Widget */
	.right .box > ul {background:#f3f3f3;border:1px solid #fff;/*-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;*/}
	.right .box ul li {padding:5px;padding-top:7px;background:url(img/box_ul_div.gif) repeat-x top;list-style-position:inside;color:#999;margin-top:1px;/*-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;*/}
	.right .box-inner > ul {margin:-5px;}
	.right .box ul li:first-child {background-image:none;margin-top:0;padding-top:5px;}
	.right .box ul li a {color:#333;}
	.right .box ul ul li:hover {background:none;color:#999;}
	.right .box li ul {border:0;margin:-5px;margin-top:7px;padding-left:15px;background:#edecec url(img/box_ul_sub.gif) repeat-x top;padding-top:2px;}
	.right .box li ul ul {background-color:#e7e6e6;margin-left:-20px;padding-left:30px;}
	.right .box li ul ul ul {background-color:#e2e2e2;margin-left:-35px;padding-left:45px;}
	.right .box li ul ul ul ul {background-color:#ddd;margin-left:-50px;padding-left:60px;}
	.right .box li ul li {background-image:none;}

	/* Color Cubes */
	.colorcubes {height:40px;margin-bottom:10px;padding-left:8px;}
	.colorcubes a {display:block;float:left;width:40px;height:40px;background:url(img/color_cubes.gif) no-repeat top left;text-indent:-999px;overflow:hidden;margin-right:8px;}
	.colorcubes a.blue {background-position:0 0;}
	.colorcubes a.green {background-position:-40px 0;}
	.colorcubes a.grey {background-position:-80px 0;}
	.colorcubes a.orange {background-position:-120px 0;}
	.colorcubes a.purple {background-position:-160px 0;}
	.colorcubes a.red {background-position:-200px 0;}

	/* Search */
	.box-search .box-inner {padding:1px;-moz-border-radius:5px;-webkit-border-radius:5px;}
	.box-search input[type="text"] {float:left;border:0;padding:5px;background:#f3f3f3 url(img/icon_search.png) no-repeat 7px 7px;padding-left:28px;font-size:12px;font-family:Arial;color:#333;width:178px;}
	.box-search input[type="submit"] {float:right;width:65px;height:26px;padding-bottom:3px;background-position:0 -234px;border:0;color:#fff;text-align:center;text-transform:lowercase;font-size:11px;display:block;}

	/* Box Tabs */
	.right .btabs {list-style:none;position:relative;width:300px;height:34px;}
	.right .btabs li a {display:inline-block;width:96px;height:34px;background-position:0 -9px;position:absolute;top:0;text-align:center;line-height:28px;}
	.right .btabs li a.active {width:108px;background-position:0 -43px;}
	.right .btabs .tab1 {left:0;}
	.right .btabs .tab2 {left:102px;}
	.right .btabs .tab3 {right:0;}
	.right .btabs .tab1.active {left:-6px;}
	.right .btabs .tab2.active {left:96px;}
	.right .btabs .tab3.active {right:-6px;}

	/* Flickr */
	.box-flickr .flickrwrap {width:350px;padding:0 3px;margin-top:-5px;}
	.box-flickr img {display:block;width:80px;height:80px;float:left;margin-right:8px;margin-top:8px;}
	.box-flickr a:hover img {border:3px solid #fff;}
	.flickrwrap img:first-child, .flickrwrap img:first-child + li, .flickrwrap img:first-child + li + li {margin-top:8px;} 

/************************************************************\
* Bottom
\************************************************************/
	.bottom {height:183px;background:#333;margin-top:25px;position:relative;margin-top:50px;}
	.bottom .binner {background:#7b7b7b;width:960px;margin:auto;height:223px;position:absolute;left:-480px;margin-left:50%;top:-20px;}
	.bottom .bleft {display:block;width:21px;height:223px;background:url(img/bottom_left.gif) no-repeat top left;position:absolute;top:0;left:-21px;}
	.bottom .bright {display:block;width:21px;height:223px;background:url(img/bottom_right.gif) no-repeat top right;position:absolute;top:0;right:-21px;}
	.bottom .binner > ul {position:absolute;top:-10px;left:12px;list-style:none;}
	.bottom .binner > ul > li {width:292px;float:left;margin:0 10px;}

	/* Bottom Box */
	.bottom .box {background:#f3f3f3;padding:10px;border-bottom:3px solid #c0c0c0;height:150px;overflow:auto;}
	.bottom .box ul {margin:-10px;list-style:none;padding:2px;}
	.bottom .box li {padding:5px;background:url(img/box_ul_div.gif) repeat-x top;color:#666;min-height:23px;line-height:23px;}
	.bottom .box li:first-child {background-image:none;}
	.bottom .box li img {vertical-align:middle;margin-right:5px;}
	.bottom .box li a {color:#333;}

/************************************************************\
* Footer
\************************************************************/
	.footer {height:108px;color:#fff;}
	.footer .wrapper {height:83px;padding:0 10px;padding-top:25px;width:940px;}
	.footer .fleft {float:left;padding-top:22px;width:50%;}
	.footer .fright {float:right;text-align:right;padding-top:22px;width:50%;}
	.footer .fright .wpnlogo {float:right;margin-left:10px;}
	.footer a {font-weight:bold;}

/************************************************************\
* Headings
\************************************************************/
	
	/* Left Side */
	.heading {display:block;width:620px;height:40px;background:url(img/heading_bg.png);color:#fff;font-size:18px;line-height:40px;text-indent:12px;margin-bottom:10px;}
	.heading a {float:right;font-size:11px;color:#ccc;font-weight:bold;text-transform:lowercase;margin-right:12px;}

	/* Left Side Small */
	.heading2 {display:block;width:305px;height:40px;background:url(img/heading2_bg.png);color:#fff;font-size:18px;line-height:40px;text-indent:12px;margin-bottom:10px;}
	.heading2 a {float:right;font-size:11px;color:#ccc;font-weight:bold;text-transform:lowercase;margin-right:12px;}

	/* Right Side / Widget Titles */
	.heading3 {display:block;width:320px;height:47px;background-position:0 -102px;margin:0 -10px;color:#fff;font-size:18px;line-height:35px;text-indent:14px;}
	.heading3 a {color:#fff;}
	.heading3 img {display:none;}
	.heading3 .more {float:right;font-size:11px;font-weight:bold;text-transform:lowercase;margin-right:10px;}

	/* Bottom Titles */
	.heading4 {display:block;width:312px;height:45px;background-position:0 -154px;margin:0 -10px;color:#fff;font-size:18px;line-height:45px;text-indent:20px;}

/************************************************************\
* Advertisements
\************************************************************/

	/* 300 x 250 Advert */
	.advert-300 {width:300px;height:250px;margin-bottom:10px;overflow:hidden;}

	/* 468 x 60 Advert */
	.advert-468 {width:468px;height:60px;background:url(img/advert_cat_bg.png);margin-bottom:10px;padding:9px 76px;overflow:hidden;}

/************************************************************\
* Wordpress
\************************************************************/

	/* Calendar */
	#wp-calendar {width:100%;}
	#wp-calendar td {padding:5px;text-align:center;vertical-align:middle;}
	#wp-calendar caption {font-size:14px;font-weight:bold;padding:5px 15px 7px;text-align:left;margin-bottom:10px;}
	#wp-calendar a {font-weight:bold;}
	#wp-calendar #prev a {text-align:left;font-weight:bold;}
	#wp-calendar #next a {text-align:right;font-weight:bold;}

	/* Page Navigation */
	.wp-pagenavi {text-align:center;font-size:12px;padding:10px;padding-top:30px;font-weight:bold;font-family:Arial;}
	.wp-pagenavi .current {padding:6px 8px;margin-right:5px;-moz-border-radius:3px;-webkit-border-radius:3px;}
	.wp-pagenavi a,.wp-pagenavi .pages {padding:6px 8px;margin-right:5px;outline:none;-moz-border-radius:3px;-webkit-border-radius:3px;}

	/* Contact Form */
	.formcontainer fieldset {margin:10px 0;padding:10px;background:#f9f9f9;border:1px solid #ccc;}
	.formcontainer legend {padding:7px 15px;font-size:16px;font-weight:bold;color:#fff;}
	.formcontainer fieldset:hover  legend{color:#fff;}
	.formcontainer input, .formcontainer textarea {border:1px solid #ccc;background:#fff;margin-bottom:5px;padding:5px;font-family:Arial;font-size:12px;color:#333;}
	.formcontainer input[type="text"] {width:250px;}
	.formcontainer span {color:#ff6eae;}
	.formcontainer textarea {width:550px;}
	.formcontainer input:focus, .formcontainer textarea:focus {border:1px solid #999;}
	.formcontainer label {margin-bottom:5px;}
	.formcontainer input[type="submit"] {padding:6px;font-weight:bold;color:#666;font-size:11px;}
	.formcontainer .form-submit {display:block;padding-top:15px;border-top:1px dotted #666;margin-top:8px;}
	.formcontainer p.error {border:1px solid #ff6eae;padding:5px;font-size:14px;font-weight:bold;color:#555;background:#f4e7e7;margin-top:5px;}
	.formcontainer input.error {border:1px solid #ff6eae;background:#f4e7e7;}
	.formcontainer .success {border:1px solid #FC9;padding:5px;font-size:14px;font-weight:bold;color:#555;background:#FFC;margin-top:5px;}
	.formcontainer span {display:inline;}
	
	/* Align Left/Right */
	.alignright {float: right;}
	.alignleft {float: left}

	/* Captions */
	.wp-caption {text-align:center;padding-top:4px;margin:10px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius: 3px;color:#fff;}
	.wp-caption img {margin:0;padding:0;border:0 none;border:1px solid #fff !important;}
	.wp-caption p.wp-caption-text {font-size:11px;line-height:17px;padding:0 4px 5px;margin:0;}