/*  
Theme Name: Kesini Express
Theme URI: http://www.hairo.net/
Description: Kesini Express by Hairo
Version: 1.0.0
Author: Hairo
Author URI: http://www.hairo.net/
*/

/*-------------------------------General-------------------------------*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

body {
	background: #26426A;
	/*font: 80%/170% Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 135%;
	font-size: 12px;
}

/*-------------------------------formatting-------------------------------*/
a {
	color: #3151a2;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

p {
	padding: 0 0 1.8em;
}	

h2 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 10px;
	color: #3151a2;
}

h2 em {
	font: 400 30px "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0;
}

h2.pagetitle {
	font: 400 24px "Times New Roman", Times, serif;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 0;
	background-color: #e1dfb9;
	border-bottom: 1px solid #D7D39A;
}

h2.pagetitle strong {
	font-size: 30px;
	font-style: italic;
}

h2 a {
	color: #3151a2;
	text-decoration: none;
}

h3 {
	font: 900 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h4 {
	font: 900 16px "Times New Roman", Times, serif;	
	font-style: italic;
}

h5 {
	font: 400 14px Arial, Helvetica, sans-serif;	
}

h6 {
	
}

blockquote {
	width: 400px;
	font-style: italic;
	background-color: #D7D39A;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 70px;
	_margin: 0 0 10px 50px;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	font: 400 16px "Times New Roman", Times, serif;		
}

blockquote p {
	padding: 0;
}

.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}

ul {
	list-style-type: circle;
}

ul li ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol li ol {
	list-style-type: lower-roman;
}

img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #eeeeee;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	border: 1px solid #eeeeee;
}

/*-------------------------------container-------------------------------*/
#wrapper {
	width: 1002px;
	margin: 0 auto;
}

#header {
	width: 1002px;
	height: 157px;
	float: left;
	background: url(images/header-bg.png) repeat-x top left;
}

#content {
	width: 1002px;
	float: left;
	background-color:#FFFFFF;
}

#content #left-col {
	width: 200px;
	float: left;
	position: relative;
	padding-left: 10px;
}

#content #middle-col {
	width: 562px;
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

#content #right-col {
	width: 200px;
	float: left;
	position: relative;
	padding-right: 10px;
}

#footer {
	width: 1002px;
	float: left;
	background: url(images/footer-bg.png) no-repeat top;
	height: 23px;
	padding-top: 18px;
	color: #fff;
	/*background-color: ffffff;*/
}

/*-------------------------------header-------------------------------*/
#header #logo {
	width: 460px;
	height: 90px;
	float: left;
	margin-left: 10px;
}

#header #logo h1 a {
	background: url(images/logo.png) no-repeat top left;
	width: 220px;
	height: 50px;
	float: left;
	text-indent: -9999em;
	margin-top: 10px;
}

#header #logo p {
	margin-top: 60px;
	margin-left: 5px;
	letter-spacing: 9px;
}

/*-------------------------------google search-------------------------------*/
#gsearch {
	width: 269px;
	float: right;
	height: 34px;
	margin-top: 28px;
	margin-right: 10px;
	/*background: url(images/searchform-google1.png) no-repeat center left;*/
}

#gsearch form {
	width: 257px;
	float: left;
	height: 20px;
	margin: 7px 6px 6px 6px;
}

#gsearch form input#s2 {
	height: 18px;
	width: 200px;
	border: 1px solid #254574;
	margin-right: 2px;
	float: left;
}

#gsearch form input#searchsubmit2 {
	height: 20px;
	width: 52px;
	border: 0px solid #254574;
	background: url(images/searchform-google-submit.png) no-repeat;
	float: left;
}

/*-------------------------------page menu-------------------------------*/
#header #menu {
	float: left;
	width: 982px;
	margin-top: 8px;
	padding: 0 10px 0 10px;
	/* padding: (top) (left) (bottom) (right) */
}

#header #menu ul {
	width: 982px;
	list-style: none;
	float: left;
	text-align: left;
}

#header #menu ul li.page_item { /* page_item is wordpress default class for page list */
	float: left;
}

#header #menu ul li.page_item a {
	padding: 4px 8px;
	display: block;
	margin: 0 7px 0 0;
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

#header #menu ul li.page_item a:hover {
	color: #ffd480;
}

#header #menu ul li.current_page_item a { /* current_page_item is wordpress default class for active page list */
	color: #fff;
	background-color: #5b6e8e;
}

/*-------------------------------left-col-------------------------------*/

/*-------------------------------feed-------------------------------*/
#feed {
	width: 200px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
	color: #e57c30;
	
}

#feed a.rss {
	width: 30px;
	height: 27px;
	background: url(images/rss.png) no-repeat top left;
	float: right;
	text-indent: -9999em;
	text-align: left;
}

#feed .feed-text {
	padding-top:5px;
}

/*-------------------------------search-------------------------------*/
#searchform {
	width: 200px;
	float: left;
	/*background: url(images/searchform.png) no-repeat top left;*/
	margin-bottom: 10px;
	background-color: #bdbdbd;
}

#searchform form {
	width: 200px;
	float: left;
	display: inline;
}

#searchform form input#s {
	width: 160px;
	background: url(images/inputform.png) no-repeat top left;
	height: 24px;
	border: 0;
	float: left;
	margin-right: 10px;
	padding: 3px 0 0 7px;
	color: #666;
}

#searchform form input#searchsubmit {
	width: 20px;
	background: url(images/search.png) no-repeat center left;
	height: 24px;
	border: 0;
}

/*-------------------------------google-translate-------------------------------*/
#gtrans {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

/*-------------------------------histats-------------------------------*/
#histats {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

/*-------------------------------alexa-------------------------------*/
#alexa {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

/*-------------------------------feedjit-------------------------------*/
#feedjit {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

/*-------------------------------about-------------------------------*/
#about {
	clear: right;
	width: 200px;
	margin-bottom: 10px;
}

#about h3 {
	font: 400 20px Arial, Helvetica, sans-serif;
	/*background: url(images/about.png) no-repeat top right;*/
	margin-bottom: 10px;
}

#about a img {
	padding: 5px;
	float: left;
	background-color: #fdfdfd;
	border: 1px solid #eeeeee;
	margin: 5px 5px 5px 0;
}

/*-------------------------------sidebar1-------------------------------*/


#content #left-col #sidebar {
	width: 200px;
	float: left;
	position: relative;
}

#sidebar1 {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#sidebar2 {
	float: left;
	width: 200px;
}

#sidebar h3 {
	text-align: center;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #fdfdfd;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	float: left;
	width: 198px;
	background-color: #fdfdfd;
	border: 1px solid #eeeeee;
	/*margin-bottom: 10px;*/
}

#sidebar ul li h2 {
	padding: 3px 4px 6px;
	font: 400 18px Arial, Helvetica, sans-serif;
	color: #262626;
}

#sidebar ul li ul {

}

#sidebar ul li ul li {
	float: left;
	width: 158px;
	border: 0;
	margin-bottom: 0;
}

#sidebar ul li ul li a {
	border-top: 1px solid #eeeeee;
	float: left;
	width: 190px;
	text-decoration: none;
	color: #717476;
	padding: 2px 4px;
}

#sidebar ul li ul li a:hover {
	/*background-color: #eeeeee;*/
	text-decoration: underline;
	color: #3a559b;
	text-shadow: #eeeeee;
}

/*-------------------------------featured-post-------------------------------*/

#featured-post {
	width: 562px;
}

#featured-post h3 {
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #918e61;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

#featured-post .featured {
	width: 539px;
	border: 1px solid #eeeeee;
	float: left;
	padding: 0 10px;
	background: #fff url(../kesiniexpress/images/featured-bg.png) repeat-x top left;
}

#featured-post .featured h2 a {
	/*display: block;*/
	padding: 5px 0 0 0;
	letter-spacing: -1px;
}

#featured-post .featured span#f-date {
	/*padding: 3px 4px;*/
	color: #3151a2;
	font-size: 10px;
}

#featured-post .featured p {
	padding-top: 5px;
}

#featured-post .featured p img, #featured-post .featured p a img {
	width: 130px;
	height: 130px;
	padding: 5px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	float: right;
	margin: 0 0 5px 5px;
}

#featured-post .featured small {
	float: left;
	padding: 4px 0;
	border-top: 1px solid #eeeeee;
	width: 519px;
	background: url(images/tag.png) no-repeat center left;
	padding: 4px 0 4px 20px;
}

#featured-post a#readmore {
	float: right;
	display: block;
	background: url(images/readmore.png) no-repeat top left;
	width: 139px;
	height: 22px;
	/*text-indent: -5em;*/
	margin: -12px 10px 0 0;
	margin-bottom: 10px;
	display: inline;
}

/*-------------------------------post-------------------------------*/

.post {
	width: 559px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
	background: url(images/post-bg.png) repeat-x top left;
}

.post .post-info {
	float: left;
	width: 100px;	
	padding-right: 10px;
}

.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #fdfdfd;
	border: 1px solid #eeeeee;
}

.post .post-info em {
	display: block;
	font-size: 9px;
}

.post .post-info span.post-tag {
	display: block;
	border-top: 1px solid #eeeeee;
	font-size: 9px;
	padding: 3px 0;
}

.post .entry {
	float: left;
	width: 439px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.category_title {
	/*background-color: #ffb65f;*/
	font-size:11px;
	margin: -8px 0 5px 0;
	padding: 3px;
}

.category_title a:hover {
	color: #cc0000;
}

p.metadata {
	padding: 2px 10px 2px 10px;
	clear: left;
	text-align: right;
}

p.metadata2 {
	padding: 2px;
	border-top: 1px solid #cce2ff;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff8ee;
	clear: left;
	text-align: right;
	width: 600px;
}

.clear {
	clear: both;
	padding: 10px 0 0 0;
}

/*-------------------------------navigation-------------------------------*/

.navigation {
	float: left;
	width: 562px;
	margin-bottom: 10px;
}

.navigation h3 {
	color:#ED9D45;
}

.navigation .alignleft {
	float: left;
	/*width: 380px;*/
}

.navigation .alignright {
	float: right;
	/*width: 380px;*/
	text-align: right;
}

.navigation .alignleft a {
	text-decoration: none;
}

.navigation .alignright a {
	text-decoration: none;
}

/*-------------------------------comments-------------------------------*/

#comments {
	margin-top: 15px;
	float: left;
	width: 559px;
}

#comment-title h3{
	/*background: url(images/comments.png) no-repeat top left; */
	width: 559px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
}

#comments ol, #comments ol li {
	float: left;
	width: 559px;
	list-style: none;
	padding: 0;
}

#comments ol li .comment-data {
	float: left;
	width: 437px;
	margin-right: 10px;
	background-color: #eeeeee;
	padding: 5px 10px;
	min-height: 120px;
	_height: 120px;
	overflow: auto;
	border: 1px solid #eeeeee;

}

#comments ol li.alt .comment-data {
	float: left;
	width: 437px;
	margin-right: 10px;
	background-color: #fdfdfd;
	padding: 5px 10px;
	min-height: 120px;
	border: 1px solid #eeeeee;
	_height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: -2px;
}

#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}

#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}

#comments ol li .comment-info a {
	text-decoration: none;
}

/*-------------------------------respond-------------------------------*/
#respond {
	background: url(images/respond.png) no-repeat top left;
	padding-top: 10px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 557px;
}

#respond p {
	padding: 2px 0;
}

#respond input {
	padding: 2px;
	border: 1px solid #eeeeee;
}

#respond textarea {
	border: 1px solid #eeeeee;
	width: 557px;
}

/*-------------------------------footer-------------------------------*/
#footer .footer-text {
	width: 1002px;
	margin: 0 auto;
	color:3151a2;
}

#footer .footer-text a {
	color: #3151a2;
}

#footer .footer-text span {
	float: left;
	width: 400px;
	margin-left: 50px;
}

#footer .footer-text em {
	float: right;
	width: 400px;
	text-align: right;
	margin-right: 50px;
}

#footer-edge {
	height: 41px;
	background: url(images/footer-bg.png) no-repeat bottom;
}

/*-------------------------------widget-formatting-------------------------------*/
.textwidget {
	padding: 5px;
}

a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}

#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #eeeeee;
}

#tag_cloud {
	text-align: center;
}

ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #eeeeee;
	padding: 2px 4px;
}

ul#recentcomments li.recentcomments a {
	border:0 ;
	width: 150px;
	font-weight: 400;
}

ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}

#calendar_wrap {

}

#wp-calendar {
	width: 150px;
	margin: 0 auto;
}

#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}

#prev {
	text-align: left;
}

#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

#next {
	text-align: right;
}

#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}

/*-------------------------------gallery-------------------------------*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}
p.attachment a img {
	padding: 3px;
	background-color: #fdfdfd;
	border: 1px solid #eeeeee;
}

.navigation a img {
	padding: 3px;
	background-color: #fdfdfd;
	border: 1px solid #eeeeee;
}

.gallery-item a img {
	padding: 3px;
	background-color: #fdfdfd;
	border: 1px solid #eeeeee;
}

.gallery-item a:hover img {
	border: 1px solid red;
}

/*-------------------------------archives-index-------------------------------*/

#archives-index {
	width: 540px;
	border: 1px solid #eeeeee;
	float: left;
	padding: 10px;
	background: url(images/post-bg.png) repeat-x top left;
	margin-bottom: 15px;
}

#archives-index  h2 {
	border-bottom: 1px solid #eeeeee;
}

#archives-index  ul {
	padding: 15px;
}

/*-------------------------------for-page-post-------------------------------*/
.page-post {
	width: 559px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #eeeeee;
	background: url(images/post-bg.png) repeat-x top left;
}

.page-post h2 {
	padding: 0 10px;
}

.page-entry {
	float: left;
	width: 539px;
	padding: 0 10px;
}

/*-------------------------------ad-------------------------------*/
.post .adentry {
	float: left;
	width: 439px;
	height: 80px;
	padding-left: 109px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.post .adsideright {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}