/*
Theme Name: Leahrn
Theme URI: http://www.xipat.com/
Description: The Leahrn WordPress theme based on the famous <a target="_blank" href="http://www.xipat.com/">Xipat Flexible Solutions</a>.
Version: 1.6
Author: Xipat Company
Tags: blue, custom header, fixed width, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* general styles */
* {
	margin:0;
}
ul{
	padding:0;
	margin:0;
}
ul li, ol li {
	list-style:none;
	list-style-position:inside;
}
ol ol, ul ul, ol ul, ul ol {
	margin-left:10px;
	margin-bottom:0;
}
img {
	border:none;
	z-index:9;
}
body {
	font:11px/22px Arial;
	color:#343434;
	background:url(images/leahrn-page-bg.png) 0 0 repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica,Arial,Sans-serif;
	color:#414d4c;
}
h1 {
	font-size:22px;
	line-height:26px;
	margin-bottom:10px;
}
h2 {
	font-size:20px;
	line-height:24px;
	margin-bottom:7px;
}
h3 {
	font-size:18px;
	line-height:22px;
	margin-bottom:5px;
}
h4 {
	font-size:16px;
	line-height:20px;
	margin-bottom:5px;
}
h5 {
	font-size:14px;
	line-height:18px;
	margin-bottom:5px;
}
h6 {
	font-size:12px;
	line-height:16px;
	margin-bottom:5px;
}
h1 span {
	color:#999;
}
p {
	margin-bottom:10px!important;
}
input, textarea {
	font:12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
blockquote {
	font-family:Arial;
	font-size:12px;
	color:#3d5163;
	background:#c2cdd7;
	border:1px solid #eff4f8;
	margin:10px;
	padding:5px;
}
#container {
	width:100%;
	padding-bottom:10px;
	overflow:hidden;
	margin:0 auto;
}
#container #wrapper {
	width:959px;
	margin:0 auto;
	overflow:hidden;
	background:url(images/wrapper-bg.png) 0 0 repeat-y;
}
#container #wrapper-bottom {
	width:959px;
	background:url(images/wrapper-bottom-bg.png) 0 100% no-repeat;
	margin:0 auto;
	overflow:hidden;
}
#container #wrapper-home{
	width:959px;
	margin:0 auto;
	overflow:hidden;
}
#header {
	width:959px;
	height:118px;
	margin:0 auto;
	background:url(images/header-bg.png) no-repeat top;
	position:relative;
	margin-top:22px;
}
#header h1 {
	font:28px Palatino, serif;
	padding-top:10px;
	margin-bottom:0;
	color:#fff;
}
#header h1 a.logo {
	color:#fff;
	font-family:Myriad Pro,Tahoma, Arial, Helvetica, sans-serif;
	position:absolute;
	top:18px;
	left:36px;
	font-size:44px;
	border:0;
	outline:none;
}
#header h1 span {
	padding-left:10px;
	font-size:16px;
	color:#ccc;
}
#header span.slogan{
	position:absolute;
	bottom:14px;
	left:27px;
	color:#83a8dc;
	font-size:18px;
	font-family:Myriad Pro,Tahoma, Arial, Helvetica, sans-serif; 
}
#language {
	position:absolute;
	right:26px;
	bottom:9px;
	width:250px;
}
#language span{
	float:left;
	color:#b8c7ea;
	font-size:12px!important;
	font-family:'Myriad Pro',Tahoma, Arial, Helvetica, sans-serif; 
}
#language ul{
	background:url(images/language-bg.png) 100% 0 no-repeat;
	width:165px;
	height:21px;
	line-height:21px;
	float:right;
}
#language ul li{
	float:left;
	font-size:12px!important;
	text-transform:uppercase;
	padding-left:11px;
	padding-right:10px;
}
#language ul li.language_item{
	background:url(images/arrow.png) 100% 50% no-repeat;
	font-family:Myriad Pro, Tahoma, Arial, Helvetica, sans-serif; 
}
#language ul li.language_item a{
	color:#ffffff;
}
#language ul li.current_language_item{
	background:url(images/stick.png) 100% 50% no-repeat;
	font-family:Myriad Pro, Tahoma, Arial, Helvetica, sans-serif;
}
#language ul li.current_language_item a{
	color:#8599ee;
}
#search {
	position:absolute;
	top:15px;
	right:0;
}
#search input {
	border:0;
}
#search #s {
	width:148px;
	margin-right:-4px;
	line-height:0;
	font:normal 12px Verdana;
	vertical-align:top;
	color:#263642;
	background:url(images/search-text.gif) no-repeat;
	padding:4px 0 4px 22px;
}
#search #searchsubmit {
	width:35px;
	height:22px;
	vertical-align:top;
	background:url(images/search-submit.gif) no-repeat;
}
#nav-wrap {
	width:100%;
	background:url(images/nav-wrap-bg.png) 0 0 repeat-x;
}
#nav {
	background:url(images/nav-bg.png) 0 0 repeat-x;
	margin:0 auto;
	height:53px;
	position:relative;
	width:959px
}
#nav ul {
	margin-left:29px;
	padding:0;
	position:absolute;
	bottom:-1px;
	overflow:hidden;
	height:41px;
}
#nav ul li {
	float:left;
	background:url(images/sep-menubar.png) 100% 0 no-repeat;
	height:40px;
	line-height:40px;
}
#nav ul li.page-item-58{
	background:none;
}
#nav ul li.current_page_item {
}
#nav ul li a {
	display:block;
	text-decoration:none;
	font-size:13px;
	line-height:30px;
	padding:0 11px 0 9px;
	font-family:Myriad Pro,Arial, Helvetica, sans-serif;
	color:#555555;
}
#nav ul li a:hover {
	color:#900800;
}
#nav ul li.current_page_item a {
	color:#900800;
	font-weight:bold;
}
#nav #feed {
	position:absolute;
	right:15px;
	top:12px;
	height:19px;
	padding-left:37px;
	color:#fff;
	display:block;
	background:url(images/feed.gif) no-repeat;
	text-decoration:none;
}
#title-nav {
	background:url(images/title-nav-bg.png) 0 0 repeat-x;
	width:100%;
}
#title {
	background:url(images/title-bg.png) 0 0 repeat-x;
	width:959px;
	margin:0 auto;
	height:31px;
	line-height:31px;
}
#title span.title{
	padding-left:24px;
}
span.title{
	color:#fff;
	font-family:Myriad Pro,Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
}

#content {
	width:654px;
	float:left;
	padding:10px 25px 30px 25px;
	color:#343434;
}
#content h1{font-size:19px;}
#content h2{font-size:17px;}
#content h3{font-size:15px;}
#content h4{font-size:13px;}
#content h5{font-size:10px;}
#content h6{font-size:10px;}

#wrapper-home #content{
	width:959px;
	float:left;
	padding:0;
	background:none;
}

#content .post {
	margin-bottom:0;
}
#content .post p img, #content .post p img:a {
float:left;
margin:0 10px 0 0;
padding:2px;
}
#content .post h1 a {
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}
#content .post-list li {
	list-style:none;
}
#content .post .post-info {
	clear:both;
	font-size:11px;
	color:#445866;
	margin-bottom:20px;
	border:3px solid #2C94B7;
	background:#ccc url(images/bg2.jpg) repeat-x top left;
	padding:3px 5px 5px;
}
#content .post .post-info a {
	color:#263642;
	text-decoration:none;
}
#content .post .post-info a:hover {
	color:#555;
	text-decoration:none;
}
#content #pages {
	text-align:center;
}
#content #pages a {
	font:bold 20px Palatino, serif;
	color:#414d4c;
	text-decoration:none;
}
#content #pages a:hover {
	color:#1e2726;
}


#content .post a {
	color:#900800;
	text-decoration:underline;
}
#content .post a:hover {
	text-decoration:none;
}







#content ul {
	list-style:disc;
	list-style-position:inside;
}
#content ol {
	list-style:decimal;
	list-style-position:inside;
}
#content dl dt {
	font-weight:700;
}
#content dl dd {
	font-style:italic;
	color:#555;
	margin:0 0 5px 20px;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.alignleft {
	float:left;
	margin:5px 15px 10px 0;
}
.alignright {
	float:right;
	margin:5px 0 10px 15px;
}
#sidebar {
	width:254px;
	float:right;
	font-size:11px;
	margin-bottom:10px;
	color:#555;
}
#sidebar h3 {
	font:normal 18px Palatino, serif;
	color:#222;
}
#sidebar a {
	color:#24333f;
	text-decoration:none;
}
#sidebar a:hover {
	color:#24333f;
}
#sidebar .block {
	overflow:hidden;
	color:#fff;
	padding:3px 0 0 5px;
}
#sidebar .block li img{
	padding:18px 0 0 10px;
}
#sidebar .block a:hover {
	color:#445866;
}
#sidebar .block #calendar_wrap table {
	width:100%;
	margin:0;
	padding:0;
}
#sidebar .block #calendar_wrap table th {
	width:14.2%;
}
#sidebar .block #calendar_wrap table td {
	width:14.2%;
	background:#e1eaf1;
	text-align:center;
	color:#888;
}

.comments-title {
	text-align:center;
	font:bold 22px "Trebuchet MS", Helvetica, Arial, Geneva;
	color:#414d4c;
}
#comments .comment {
	background:#a1aeb9;
	margin-bottom:10px;
	overflow:hidden;
	width:635px;
	padding-bottom:5px;
}
#comments .comment .comment-avatar {
	float:left;
	width:50px;
	padding:5px 7px;
}
#comments .comment .comment-content {
	float:left;
	width:536px;
	background:#e1eaf1;
	margin:5px 5px 0 0;
	padding:10px 15px;
}
#comments .comment .comment-content a {
	color:#444;
}
#comments .comment .comment-info {
	font-size:11px;
	color:#445866;
	margin-bottom:5px;
}
#comments .comment .comment-info span {
	font:bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;
	padding-right:10px;
	margin-bottom:5px;
}
#comments .comment .comment-info a {
	color:#444;
	text-decoration:none;
}
#commentform {
	background:#e1eaf1;
	border:5px solid #a1aeb9;
	color:#555;
	padding:10px;
}
#commentform p {
	margin-bottom:7px;
}
#commentform textarea {
	width:600px;
	border:1px solid #aaa;
	height:120px;
}
#commentform input.text {
	width:150px;
	border:1px solid #aaa;
	margin-right:5px;
	padding:3px;
}
#commentform input#submit {
	padding:3px 10px;
}
#footer {
	width:959px;
	margin:0 auto;
	color:#717171;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}
#footer p {
	font-size:11px;
	line-height:20px;
	margin:0;
}
#footer span.copyright{
	float:left;
	padding-left:14px;
}
#footer span.designby{
	padding-right:14px;
	float:right;
}
#footer a {
	color:#717171;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
}
a, a:hover {
	color:#000;
	text-decoration:none;
}
#content ul, ol, dl {
	margin-bottom:20px;
}
#post-1{
	/* margin-bottom:10px; */
	height:276px!important;
}
#post-1 p{
 margin-bottom:0!important;
}
#content .post p{
	margin-bottom:0px;
}
#content #post-1 img{
	/* margin-bottom:7px; */
}
#sidebar .block #calendar_wrap .pad, #sidebar .block #calendar_wrap #prev, #sidebar .block #calendar_wrap #next {
	background:none;
}
#credit {
	color:#9fd0df;
	font-size: 11px;
}
#credit a, a:hover, a:visited {
	color:#000;
	text-decoration:none;
}

/* Home page post content entry */

#post-8 .entry-home-8{
	background:#d3d3d3;
	width:449px;
	float:left;
}
.entry-home-l-8{
	background:url(images/entry-home-post-gray-l.png) left bottom no-repeat;
}
.entry-home-r-8{
	background:url(images/entry-home-post-gray-r.png) right bottom no-repeat;
	color:#343434;
	font-size:11px;
}
#post-8 .entry-home-8 p.title{
	background:#a2a1a1;
	height:32px;
	line-height:32px;
}
#post-13 .entry-home-13, #post-16 .entry-home-16{
	width:255px;
	float:left;
}
.entry-home-l-13{
	background:#cacee2;
}
.entry-home-r-13{
	background:url(images/entry-home-post-blue-l.png) 0 100% no-repeat;
	overflow:hidden;
	font-size:11px;
	color:#2c3352;
}
#post-13 .entry-home-13 p.title{
	background:#1a3398;
	height:32px;
	line-height:32px;
}

.entry-home-l-16{
	background:#b01108;
}
.entry-home-r-16{
	background:url(images/entry-home-post-red-r.png) 100% 100% no-repeat;
	overflow:hidden;
	font-size:11px;
	color:#ffffff;
}
#post-16 .entry-home-16 p.title{
	background:#900800;
	height:32px;
	line-height:32px;
}
#post-16 .entry-home-16 p, #post-13 .entry-home-13 p, #post-8 .entry-home-8 p{
	padding:0 20px;
	margin-bottom:15px;
}
#post-16 .entry-home-r-16, #post-13 .entry-home-r-13, #post-8 .entry-home-r-8{
	padding-bottom:15px;
}
#post-8 .entry-home-r-8 table{
	padding-left:10px;
}
#post-8 .entry-home-r-8 table tr td img{
	padding-left:10px;
}
#post-8 .entry-home-8 a.readmore, #post-13 .entry-home-13 a.readmore{
	font-weight:bold;
}
#post-13 .entry-home-13 a.readmore{
	color:#900800;
}

a.button{
	background:url(images/button.png) 0 0 no-repeat;
	text-transform:uppercase;
	text-align:center;
	float:right;
	height:24px;
	line-height:24px;
	width:66px;
	font-size:12px;
	font-family:Myriad Pro,Tahoma, Arial, Helvetica, sans-serif;
}

/* Sidebar box */
#welcome{
	margin-top:25px;
	padding-left:6px;
}
#box-m{
	background:url(images/box-m-bg.png) 100% 0 repeat-y;
	width:233px;
}
#box-t{
	background:url(images/box-t-bg.png) 0 0 no-repeat;
}
#box-b{
	background:url(images/box-b-bg.png) 100% 100% no-repeat;
	padding:13px 5px 13px 60px;
	width:168px;
	font-size:16px;
	color:#e8c4c2;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
}


/* kkakaakak */

.entry-home-box1{
	background:#d3d3d3;
	width:449px;
	float:left;
}
.entry-home-l-box1{
	background:url(images/entry-home-post-gray-l.png) left bottom no-repeat;
}
.entry-home-r-box1{
	background:url(images/entry-home-post-gray-r.png) right bottom no-repeat;
	color:#343434;
	font-size:11px;
}
.entry-home-box1 p.title{
	background:#a2a1a1;
	height:32px;
	line-height:32px;
}

.entry-home-r-box1 table{
	padding-left:10px;
}
.entry-home-r-box1 table tr td img{
	padding-left:10px;
}
.entry-home-box1 a{
	color:#900800!important;
}
.entry-home-box1 a:hover{
	text-decoration:none;
}
.entry-home-box1 a.readmore, .entry-home-box3 a.readmore{
	font-weight:bold;
}
.entry-home-box3 a.readmore{
	color:#900800;
}

.entry-home-box2, .entry-home-box3{
	width:255px;
	float:left;
}
.entry-home-l-box2{
	background:#cacee2;
}
.entry-home-r-box2{
	background:url(images/entry-home-post-blue-l.png) 0 100% no-repeat;
	overflow:hidden;
	font-size:11px;
	color:#2c3352;
}
.entry-home-box2 p.title{
	background:#1a3398;
	height:32px;
	line-height:32px;
	color:#FFFFFF;
	font-family:Myriad Pro,Tahoma,Arial,Helvetica,sans-serif;
	font-size:15px;	
}
.entry-home-box2 ul.xp-content, .entry-home-box3 ul.xp-content, .entry-home-box1 p, .entry-home-box2 p, .entry-home-box3 p{
	padding:0 20px;
	margin-bottom:15px;
}
.entry-home-box2 ul.xp-content ul, .entry-home-box3 ul.xp-content ul{
	padding:0;
	margin:0;
}
.entry-home-r-box3, .entry-home-r-box2, .entry-home-r-box1{
	padding-bottom:15px;
}

.entry-home-l-box3{
	background:#b01108;
}
.entry-home-r-box3{
	background:url(images/entry-home-post-red-r.png) 100% 100% no-repeat;
	overflow:hidden;
	font-size:11px;
	color:#ffffff;
}
.entry-home-box3 p.title{
	background:#900800;
	height:32px;
	line-height:32px;
	color:#FFFFFF;
	font-family:Myriad Pro,Tahoma,Arial,Helvetica,sans-serif;
	font-size:15px;
}
.entry-home-box2 a.readmore{
	color:#900800;
}
.entry-home-box1 a.readmore, .entry-home-box2 a.readmore, .entry-home-box2 ul.xp-content a{
	font-weight:bold;
}

.entry-home-box3 ul.xp-content a{
	color:#fff;
	font-weight:bold;
}
.entry-home-box3 ul.xp-content a.readmore{
	color:#000;
	font-weight:normal;
}
.entry-home-box3 ul.xp-content a.button, .entry-home-box2 ul.xp-content a.button{
	color:#000;
	font-weight:normal;
}


.osilogo{
	clear:both!important;
	text-align:center!important;
	margin:0!important;
}
#footer #underline a{
	text-decoration:none!important;
	color:#000000;
}
#footer #underline a:hover{
	text-decoration:underline!important;
	color:#666666;
}


div.fpquote{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #A2A1A1;
	background:#e3e3e3;
	margin:0 30px 20px 30px!important;
	
}
div.fpquote p.quo{
	padding:10px;
	font-size:1.2em;
	letter-spacing:1px;
	color:#666;
	text-align:center;
	line-height:1.2em!important;
}

div.fpquote p.quotecite{
	color:#666;
	text-align:right;
	padding:0 10px 4px 0;
	font-size:0.8em;
	line-height:1em!important;
}


.sideims{
	padding:20px 0 20px 14px;
}
.sideims li{
	margin-bottom:15px;
}


li.cat-post-item{
	margin-bottom:5px;
	line-height:1.3em!important;
}
li.cat-post-item a{
	color:#ECECEC!important;
}
li.cat-post-item p{
	color:#aaa!important;
	margin:0!important;
}



#newswidget{
	padding:0;
}


.block .widgettitle{
	padding-left:14px;
}
.block ul{
	padding:0 14px;
	
}

#sidebar .block ul li a{
	color:#fff;
}

#sidebar .block ul li a:hover{
	background-color:#B01108;
}

#subscribeform{
	padding:14px!important;
	font-family:Arial,Helvetica,sans-serif;
}

#subscribeform h3 {
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	padding-left:0!important;
}
#subscribeform label{
	float:left;
	width:40px;
}
#kjfq-kjfq, #subscribeform #name{
	width:180px;
}

#ph-subsub{
	float:right;
	margin-right:1px;
}

