/*
Theme Name: Duru Butik
Theme URI: http://cssbased.com/
Description: Theme for durubutik.com
Author: cssbased.com
Version: 2.0
Tags: duru butik
*/
@import url("http://fonts.googleapis.com/css?family=Calligraffitti:regular");

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #F9F7E8 url(images/body-bg.jpg) no-repeat center top;
	font: .81em/150% Georgia, Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	color: #B35750;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color:#C97A7D;
}
p {
	margin: 0 0 1.2em;
	padding: 4px 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
	text-shadow: 0 2px 0 #FCF9EE, 0 4px 0 rgba(0, 0, 0, 0.15);
	font-family: 'Calligraffitti', serif;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background: #F9F7E8 url(images/logo.jpg) no-repeat center top;
	width:250px;
	height:90px;
	display:block;
	text-indent:-5000px;
}

/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.6);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#menu-anamenu {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
}
#menu-anamenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#menu-anamenu li:first-child {
	margin-left: 10px;
}
#menu-anamenu a {
	line-height: 100%;
	color: #333;
	display: block;
	padding: 14px 15px;
	font-weight:bold;
	text-decoration: none;
}
#menu-anamenu a:hover {
	color: #000;
	-moz-transition: background-color 0.7s ease 0s;
    background-color: rgba(245, 236, 130, 0.8);
    border-radius: 10em 10em 10em 10em;
}


#social-nav {
    margin: 0 0 15px;
    padding: 0;
	position: absolute;
	top: 124px;
	right: 180px;
	z-index: 101;
}
#social-nav li {
    display: inline;
    list-style: none outside none;
    margin: 0 0 0 2px;
    padding: 0;
    position: relative;
    width: 30px;
}
#social-nav a {
    -moz-transition: background-color 0.7s ease 0s;
    background: url("images/nav-icons.png") no-repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border-radius: 10em 10em 10em 10em;
    display: inline-block;
    height: 30px;
    text-align: left;
    text-indent: -900em;
    width: 30px;
}
#social-nav a:hover {
    background-color: rgba(245, 236, 130, 0.8);
}
#social-nav .twitter a {
    background-position: -7px 4px;
}
#social-nav .rss a {
    background-position: -7px -82px;
}
#social-nav .face a {
    background-position: -7px -40px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {

	width: 670px;
	float: left;
	margin-top: 20px;

}

/* post */
.post {
	margin-bottom: 40px;
	min-height: 250px;
    padding: 2px 30px 8px;
    text-align: left;
	background: #fff;

	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	
	
	position: relative;

	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.post:before, .post:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.post:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
} 



.entry-title {
	padding: 0;
}
.entry-title sup {
    display: inline-block;
    vertical-align: top;
}

.entry-title sup a {
    background: url("images/nav-icons.png") no-repeat scroll 2px -668px transparent;
    display: block;
    font: 15px/100% Georgia,"Times New Roman",Times,serif;
    height: 30px;
    margin-left: 2px;
    padding-bottom: 4px;
    padding-top: 3px;
    text-align: center;
    text-shadow: none;
    width: 40px;
}
.entry-title a {
	text-decoration: none;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 20px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;

	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #999;
	font-size: 85%;
	text-align: center;
	/*text-shadow: 0 3px 0 #FCF9EE, 0 2px 0 rgba(0, 0, 0, 0.15);*/
}
#footer a {
	color: #B35750;
}
#footer .widget-area{width:24%;
   float: left;
    text-align: left;}
	#footer p{clear:both;}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


/*********************************/
div.thumbnail{
float:left;
margin:0 10px 10px 0;
}
div.thumbnail img{
padding:6px;
background-color:#fff;
border:1px solid #ccc;
-moz-box-shadow:3px 4px 12px #ccc;
-webkit-box-shadow:3px 4px 12px #ccc;
box-shadow:3px 4px 12px #ccc;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}



/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.paging{
    padding: 16px 10px;
    text-align: center;
	background: #fff;

}
.box
{	
padding: 16px 10px;
	position: relative;
	margin-bottom:40px;
background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.box:before, .box:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 

.box:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
} 
}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/*******************/
#commentform input[type=text],#commentform textarea{
padding:6px;
width:96%;
}
input[type=submit]{
 background: #B35750;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 2px #111111;
}
#commentform label{}
.form-allowed-tags{font-size:80%;color:#ccc;}

img.avatar{float:left;padding:4px}
.comment-body{font-size:90%;clear:both;}
.comment-author-duru{
 background: url("images/logo_comment.jpg") no-repeat scroll right bottom #F9F7E8;
    border: 1px solid #CCC;
    border-radius: 5px;
    color: #000000;
    padding: 8px;
}
#comments ul, #comments ol{
list-style:none;
margin:0;
}
#comments{background-color: #F4F7D9;}
.reply{text-align:right;font-size:80%;}
.comment-meta{font-size:80%;}
.vcard{font-weight: bold;}

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}

	/* content */
	#content {
		width: 68%;
		/*padding: 3% 4%;*/
	}

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto;
	}

	/* search form */
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 40px;
	}
	#searchform #s {
		width: 70px;
	}
	#searchform #s:focus {
		width: 150px;
	}

	/* main nav */
	#menu-anamenu {
		position: static;
	}
	
	#social-nav {
	position: absolute;
	top: 40px;
	right: 0px;
}

	/* site logo */
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
#footer .widget-area{width:100%;
float: none;
text-align: left;}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	#menu-anamenu a {
		font-size: 90%;
		padding: 10px 8px;
	}

}

img.alignleft{float:left;padding:4px;margin-right:8px}
img.alignright{float:right;padding:4px;margin-left:8px}