@charset "utf-8";
/*
Theme Name: Mireille
Theme URI: http://www.man-man.com.cn/
Description: <a href="http://www.crayon.co.jp/">2009 Crayon, Inc. All Rights Reserved</a>
Version: 1.0
Author: Alimanman
Author URI: http://www.man-man.com.cn/
Tags: www.crayon.co.jp

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "utf-8";

/* Reset
-------------------------------------------------------------------*/
*{margin:0; padding:0;}
a img{border:none;}
a:link    {color:#4A2121; text-decoration:none;}
a:visited {color:#4A2121; text-decoration:none;}
a:hover   {color:#4A2121; text-decoration:underline;}
a:active  {color:#4A2121; text-decoration:underline;}
body{
	color:#000;
	font:400 12px/150% MS PGothic;
	/*
	font:400 12px/150% Arial;
	font:400 12px/150% Simsun;
	*/
	background:#FFF url(images/bg.jpg) repeat 0 0;
}
.wapper{
	margin:0 auto;
	width:849px;
	background:#221816 url(images/wapper_bg.jpg) repeat-x 0 0;
}

/* Header
-------------------------------------------------------------------*/
#header{
	margin:0 auto;
	padding-bottom:11px;
	width:829px;
	text-align:center;
	background:#554A42;
}

/* Main = vucut
-------------------------------------------------------------------*/
#vucut{
	clear:both;
	float:left;
	display:inline;
	margin:0 10px;
	width:829px;
	background:#554A42 url(images/main_bg.jpg) repeat-y -10px 0;
}

/* Lefter = sidebarSol
-------------------------------------------------------------------*/
#sidebarSol{
	overflow:hidden;
	float:left;
	display:inline;
	margin-left:25px;
	padding-bottom:35px;
	width:169px;
}
.left_box{
	margin-top:10px;
	width:167px;
/*	background:#FFF; */
	background:#f0e7d6;
	border:1px solid #80634A;
}
.left_box h2{
	height:26px;
	line-height:25px;
	text-align:center;
	font-size:13px;
	color:#D1C48F;
	background:url(images/left_h2_bg.jpg) no-repeat center -1px;
}
.left_list ul{
	padding:10px 10px 35px 10px;
	list-style:none;
}
.left_list ul li{
	padding-left:13px;
	background:url(images/icon001.jpg) no-repeat 0 4px;
}

/* Contents = ortaBolge
-------------------------------------------------------------------*/
#ortaBolge{
	overflow:hidden;
	float:left;
	display:inline;
	width:571px;
	margin-left:19px;
	padding-bottom:35px;
/*	background:#FFF; */
	background:#f0e7d6;
}
#ortaBolge h2{
	position:relative;
	height:36px;
	font-size:18px;
	color:#D1C48F;
	font-weight:400;
	padding-left:13px;
	line-height:36px;
	background:url(images/h2_bg001.jpg) no-repeat 0 0;
}
#ortaBolge h2 span{
	display:block;
	font-size:12px;
	position:absolute;
	right:12px;
	top:0;
}
.blogPost{
	margin:0 37px 0 33px;
	border-bottom:1px solid #4A2121;
}
.blogPost_not_order_bottom{border-bottom:none;}
.blogPost *{
	font-size:14px;
	color:#4A2121;
}
.baslik{
	padding:19px 0;
}
.baslik a,
.baslik a:visited{
	font-size:21px;
	font-weight:700;
}
.yaziBilgi{padding-bottom:19px;}
.yorumB{display:none;}
.entry{
	padding:5px 0;
	line-height:24px;
}

/* Righter = sidebarSag
-------------------------------------------------------------------*/
#sidebarSag{
	display:none;
	overflow:hidden;
	float:left;
	width:200px;
	background:#EEE;
}

/* Footer
-------------------------------------------------------------------*/
#footer{
	clear:both;
	background:#999;
}
#footer h2.copy{
	margin-top:0px;
	text-align:center;
	font-size:10px;
/*	color:#FFF; */
	color:#f0e7d6;
	font-weight:400;
	font-family:Arial;
	line-height:32px;
	height:36px;
	background:url(images/copy.jpg) no-repeat 0 0;
}























.yorumAlani,
.yorumYapAlani{
	display:none;
}
.mt10{margin-top:10px;}
