/*
Theme Name: KeLa blog
Theme URI: http://kelagraphics.com/blog/
Description: Theme for the KeLa blog, 2008
Version: 1.0
Author: KeLa graphics
Tags: KeLa
*/

body {
	background-image: url(images/bg_header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
 #header {
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(images/bg_header.png);
}

#footer {
	padding-top: 54px;
	background-color: black;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.png);
}

.white {
	background-color: white;
	padding-top: 1.5em;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
	}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*------------Post------------*/

.archive h4 {
	color: #999999;
}

img.aligncenter {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignleft {
	 float: left;
	 margin: 1.5em 1.5em 1.5em 0;
	 padding: 0;
	 }

img.alignright {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
	}

blockquote {
	margin-right: 10px;
	padding-left: 20px;
	border-left-color: #e5e5e5;
	border-left-width: 3px;
	border-left-style: solid;
	background-color: #f8f8f8;
}

/*------------Sidebar------------*/

ul.sidebar {
	padding: 0px;
	margin: 0px;
}

.sidebar li {
	list-style-type: none;
}

.sidebar li ul li {
	list-style-image: url(images/bullet.png);
}

                                 

.sidebar li ul li.quotes {
	list-style-image: url(none);
	list-style-type: none;
}

/*------------Links------------*/

a {
	margin-bottom: -1px;
	border-bottom-color: #15acee;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #15acee;
	text-decoration: none;
}

a img {
	border-style: none;
}

a:focus, a:hover {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #000;
}

h1.hidden_link a {
	border-style: none;
	height: 216px;
	display: block;
	text-indent:-9999px;
}

a.post_title {
	border-style: none;
	text-decoration: none;
	color: #222;
}

a.post_title:focus, a.post_title:hover {
	border-style: none;
	text-decoration: none;
	color: #15acee;
}

.feed_link {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(images/rss.png);
}
 .more-link {
	clear: both;
	float: left;
}

#footer a, #footer p {
	color: #333333;
}

#footer a:hover {
	color: #7f7f7f;
}

/*------------Comments------------*/

.quote {
	min-height: 36px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/bg_comment.png);
}

ol.commentlist {
}

ol.commentlist li {
	padding: 5px;
}ol.commentlist li.alt {
	background-color: #f8f8f8;
}

/*------------Form------------*/

.submit {
  padding: 4px;
  margin:0.5em 0;
  border:1px solid #bbb;
}

.submit:hover, .submit:focus {
  margin:0.5em 0;
  border:1px solid #666;
}

input.search {
	width: 150px;
}

textarea#comment {
	height: 75px;
}

#quotescollection_nextquote-0 {
	visibility: hidden;
	display: none;
}

/*------------End CSS------------*/
