/*
Theme Name: Kaban Theme	
Theme URI: http://www.arturorevilla.com
Description: A gorgeous wordpress theme with two-columns,widget ready, left sidebar and awesome jquery effects on the left sidebar links
Version: 1.2
Author: Arturo Revilla
Author URI: http://www.arturorevilla.com
Tags: green,yellow,white,left-sidebar
*/
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#5E5E5E;
	color:#444;
	font-family:Arial,"Book Antigua",georgia,serif;
	
}

#page {
	background:transparent url("images/bg1.png") repeat-y top center;
	margin:0px auto;
	text-align:left;
	width:1000px;
	padding-top:0px;	
}
/*BEGIN HEADER*************************************/
#header {
	background:transparent url("images/header.png") no-repeat top center;
	height:168px;
	color:#211;
	font-weight:normal;
	letter-spacing:-2px;
	font-family:'Arial','Californian FB','Eras Medium ITC',sans-serif;
	font-size:48px;
	text-align:left;
	margin:0px;
	padding-left:325px;
	padding-top:0px;
}
#header a {
	color:#993300;
	padding:10px;
	text-decoration:none;
}
#header a:hover {
	color:#c60;	
}
#description {
	font-family:Arial,Candara,'Trebuchet MS';
	font-weight:normal;
	color:#CC9999;
	font-size:24px;
	padding:3px;
	padding-left:20px;
	text-decoration:overline;
	
}
/*END HEADER***************************/



/***************Begin SIDEBAR************************/
#sidebar {
	float:left;
	width:145px;
	padding-left:40px;
	
}

#sidebar h2 {
	color:#a40;//03B6C7;
	background:transparent url("images/sidebar_h2_bg.png") no-repeat center right;
	font-weight:bold;
	font-family:'Arial',"Californian FB",Candara;
	font-size:36px;
	
}
#sidebar ul ul li {
	color:#a40;//03B6C7;
	width:145px;
	font-size:14px;
}
#sidebar ul ul ul li {
	color:#a40;//03B6C7;
	width:145px;
	font-family:'Arial',"Californian FB",Candara;
	font-size:12px;
}

#searchform input{
	background:#eee;
	padding:3px;
	margin-top:10px;
	border:1px solid #eee;
	color:#555;
	font-family:'Arial Narrow',Arial;
	font-size:8px;
}
#searchform input[type="submit"] {
	cursor:pointer;
}

#searchform input[type="submit"]:hover {
	background:#ccc;
	border-color:#eee;
}


#sidebar ul,#sidebar   ul   li {
	padding:0;
	margin:0;
	list-style:none;
}
#sidebar  ul{
	list-style:none;
	padding:3px;
	margin:0;
	font-size:11px;
}

#sidebar>ul {
	padding-bottom:15px;
	margin-bottom:20px;	
}
#sidebar > ul > li > ul > li {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:3px !important;
	padding-left:3px;
	font-size:11px;
}
	
	
	
#sidebar ul li ul li{
	padding:3px;
	padding-left:5px;	
}
#sidebar > ul > li > ul > li > ul > li {
	padding:3px;
	padding-left:3px;
	border-bottom:1px dashed #ccc
	
}
#sidebar>ul>li>ul li {
	border-bottom:1px dashed #ccc;
}
#sidebar a {
	text-decoration:none;
	color:#666;

}
#sidebar a:hover {
	color:#930;//0FE7F1;
}
#sidebar>ul>li ul {
	margin-left:3px;
}



/*******SIDEBAR END***************/

#content {
	margin-left:215px;
	padding-right:15px;
	padding-left:15px;
	font-size:12px;

}
 #content .post {
	padding:5px;
	margin-left:10px;
	color:#444;
	float:left;
	width:730px;
	

 }

 #content h2,#content h3 a{
	font-weight:normal;
	font-family:"Arial","Californian FB";
	border-bottom:1px solid #ccc;

 }
 #content h2 a{
	color:#930;//03B6C7;
	text-decoration:none;
 }
 #content h2 a:hover {
	color:#c50;//0FE7F1;
 }
 #content .entry {
	padding:5px;
	padding-left:15px;
 }
p.postmetadata {
	background:#ffd;
	border:1px solid #c60;
	padding:5px;
	font-size:14px;
	}
p.postmetadata a,p.postmeta a{
	text-decoration:none;
	border-bottom:1px dashed #ccc;
}
p.postmetadata a:hover,p.postmeta a:hover {
	border-bottom:none;
}
p.postmeta span {
	float:left;
	background:#eee;
	border:1px solid #ccc;
	padding:4px;
	margin:5px;
}
small.time {
	border-left:2px solid #930;
	color:#930;
	padding:3px;
	margin:3px;
}
div.clear {
	clear:both;
}
a.post-edit-link {
	padding-left:16px;
	
	background:transparent url("images/edit.png") no-repeat center left;
}
a {
	color:#930;
	text-decoration:none;
}
a:hover {
	color:#c60;
}
a img {
	border:none;
}
a.rss {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:transparent url("images/RSS.png") no-repeat center left;
}
h2,h3 {
	color:#343434;
	font-weight:normal;
	font-family:"Arial","Californian FB";
}


hr {
	display:none;
}

/* Comments Styling */

.commtitle {
	color: white;
	margin-bottom: .5em;
	font-size: 1.3em;
	text-decoration:none;	font-weight:bold;
	font: Arial, Verdana, Sans-Serif;
	background: transparent url(images/comment_big.png)  no-repeat top ;
	padding: 7px 0px 5px 40px}


.leavecomm {
	color: white;
	margin-bottom: .5em;
	font-size: 1.3em;
	text-decoration:none;	font-weight:bold;
	font: Arial, Verdana, Sans-Serif;
	background: transparent url(images/comment.png)  no-repeat top ;
	padding: 7px 0px 5px 40px}

#comment {
margin-left:50px;
margin-bottom: 0em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
font: Arial, Verdana, Sans-Serif;
}

#commentlist li {margin-left:50px;
margin-bottom: 0em;
padding-bottom: 1em;
padding-top: 1em;
border-bottom: 1px solid #700000;
}

#commentform {margin-left:50px;
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {margin-left:50px;
background: white;
	border-top: 1px solid #feddb8;
	border-left: 1px solid #feddb8;
	border-bottom: 1px solid #bd7526;
	border-right: 1px solid #bd7526;
width: 280px;
}
#commentform textarea:hover {
	background: white;
	border-top: 1px solid #bd7526;
	border-left: 1px solid #bd7526;
	border-bottom: 1px solid #feddb8;
	border-right: 1px solid #feddb8;
}
#commentform textarea:focus {
background: white;
	border-top: 1px solid #bd7526;
	border-left: 1px solid #bd7526;
	border-bottom: 1px solid #feddb8;
	border-right: 1px solid #feddb8;
}

#commentform #email, #commentform #author, #commentform #url {
margin-left:50px;
font-size: 1.1em;
background: #fff;
	border-top: 1px solid #feddb8;
	border-left: 1px solid #feddb8;
	border-bottom: 1px solid #bd7526;
	border-right: 1px solid #bd7526;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: white;
	border-top: 1px solid #bd7526;
	border-left: 1px solid #bd7526;
	border-bottom: 1px solid #feddb8;
	border-right: 1px solid #feddb8;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: white;
	border-top: 1px solid #bd7526;
	border-left: 1px solid #bd7526;
	border-bottom: 1px solid #feddb8;
	border-right: 1px solid #feddb8;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.submit1{
	color: white;
	font-weight: bold;	margin-left:50px;
	width: 280px;
	cursor:hand;
	font-size:1.10em;
	background: #ac5e12;
	border-top: 1px solid #feddb8;
	border-left: 1px solid #feddb8;
	border-bottom: 1px solid #bd7526;
	border-right: 1px solid #bd7526;}

.submit1:hover, .submit1:focus{
	background: #c6782c;
	border-top: 1px solid #bd7526;
	border-left: 1px solid #bd7526;
	border-bottom: 1px solid #feddb8;
	border-right: 1px solid #feddb8;}


#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 5px 25px 0 0;
	border-bottom: 1px solid #e19543;
	background: #fff5e9 url(images/bg1.png) repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #ac5f14;
	}




#footer {
	clear:both;
	background:#fff url("images/footer.png") no-repeat top center;
	padding:0px;
	text-align:center;
	height:233px;
	font-size:14px;
	margin-top:0px;
}
#footer p {
	padding:20px;
	color:#888;
}
.note,.warning,.caution,.highlight {
	background:#FFFFCC;
	padding:5px;
	font-size:14px;
	color:#666;
	border:1px solid #CCCC99;
	border-width:1px 0px;
}

a.download {
	background:#777;
	padding:5px;
	color:#ddd;
	border:1px solid #977;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* End Images */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* Begin Calendar */


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 240px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	font-weight:normal;
	color:#800;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}


/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/*Single posts Navigation*/

div.single_navigation {
	font-size:18px;
	font-family:'Arial','Arial Narrow';
	
}
div.single_navigation table {
	width:730px;
	margin-top:20px;
	padding:5px;
	border-bottom:1px solid #eee;
}

div.single_navigation table a {
	color:#666;
}
div.single_navigation table a:hover {
	color:#c00;
}
td.single_alignleft,td.single_alignright {
	width:365px;
}
td.single_alignright {
	text-align:right;
	border-left:1px solid #ddd;
}
td.single_alignleft a {
	padding:24px;
	background:transparent url("images/previouspost.png") no-repeat center left;	
}
td.single_alignright a {
	padding:24px;
	background:transparent url("images/next_post.png") no-repeat center right;
}

/*single posts navigation end*/


div.navigation>div.alignleft a {
	padding:24px;
	background:transparent url("images/previouspost.png") no-repeat center left;
}
div.navigation>div.alignright a {
	padding:24px;
	background:transparent url("images/next_post.png") no-repeat center right;
}


/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
	}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	}
.gallery img {
	border: 2px solid #cfcfcf;
	}
	

.gallery-caption {
	margin-left: 0;
	}
.gallery-icon {
}
/*gallery end*/
