@charset "utf-8";
/*
Theme Name: Rafineri
Description: Rafiner Blog
*/

html{
	background:url(images/bg.png);
}

body{
	background:url(images/bodyBg.png) repeat-y top center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	background:#fff200;
}

img{
	border:0;	
}

form{
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

input, textarea, select{
	font-family:Arial, Helvetica, sans-serif;
}

#general{
	width:646px;
	margin:auto;
	padding:20px 25px;
	overflow:hidden;
	background:#fff;
}

#header{
	display:block;
	height:132px;
	background:#fff;
}

#left{
	width:370px;
	margin:0 10px 0 0;
	float:left;
}

#left #welcome{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
	padding:15px 0 5px 0;
}

#left .post{
	border-bottom:10px solid #000;
	padding:0 0 10px 0;
}

#left .post .date{
	font-size:37px;
	font-weight:bold;
	font-style:italic;
	border-bottom:2px dotted #000;
	background-repeat:no-repeat;
	background-position:right center;
	margin:5px 0 10px 0;
	letter-spacing:-1px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#left .post  img{
	padding:0 0 2px 0;
}

#left .post .title{
	font-size:23px;
	font-style:italic;
	margin:10px 0 0 0;
	line-height:35px;
	letter-spacing:-1px;
	font-family:"Arial Black", Gadget, sans-serif;
	display:block;
}

#left .post .txt{
	margin:5px 0 0 0;
	font-size:12px;
}

#left .post .tags{
	margin:10px 0 0 0;
	font-size:12px;
	font-weight:bold;
}

#left .post .tags a{
	font-weight:normal;
}

#left .post .cats{
	margin:5px 0 0 0;
	font-size:12px;
	font-weight:bold;
	display:none;
}

#left .post .cats a{
	font-weight:normal;
}

#left .post .cats a:hover{
	color:#900;
}

#left #nav{
	padding:10px 0 0 0;
	text-align:center;
}

#right{
	width:266px;
	float:left;
}

#right #menu{
	margin:20px 0 0 0;
}

#right #menu li{
	width:266px;
	margin-bottom:1px;
}

#right #menu li ul{
	margin:0 0 10px 0 !important;
}

#right #menu li ul li{
	width:100%;
	text-align:right;
	padding:2px 0;
}

#right #menu li ul li a{
	background:none !important;
	display:inline;
	padding:2px 0;
}

#right #menu li ul li a:hover{
	background:#fff200 !important;
}

#right #menu a{
	background-repeat:no-repeat !important;
	display:block;
}

#right #searchForm{
	padding:10px 0;
	width:100%;
	overflow:hidden;
	border-bottom:3px dotted #000;
}

#right #searchForm .key{
	border:0;
	background:transparent url(images/searchBoxBg.png);
	padding:6px;
	font-weight:bold;
	font-size:14px;
	width:55%;
	float:left;
}

#right #searchForm .btn{
	position:absolute;
	margin:0px 0 0 4px;
	*margin:10px 0 0 4px;
}

#right #searchForm .submit:hover{
	background:#fff200;
}

#right #pages{
	padding:10px 0;
	text-align:right;
	border-bottom:3px dotted #000;
}

#right #pages .pagenav{
	margin:0;
	font-size:25px;
	font-weight:bold;
}

#right #pages .pagenav ul{
	font-weight:normal;
}

#right #pages a{
	display:block;
	font-size:15px;
}

#right #archive{
	padding:10px 0;
	text-align:right;
	border-bottom:3px dotted #000;
}

#right #archive .cap{
	margin:0;
	font-size:25px;
	font-weight:bold;
}

#right #archive a{
	display:block;
	font-size:15px;
}

#copyright{
	padding:20px 0 0 0;
	text-align:center;
	clear:both;
}


