/*
Theme Name: kichik
Theme URI: http://kichik.net/
Description: My theme.
Version: 1.0
Author: Amir Szekely
Author URI: http://kichik.net/
Tags: paper, custom header, fixed width, two columns

*/

/* Structure */

body {
	position: absolute;
	left: 50%;
	padding: 0;
	margin: 0 0 0 -484px;
	background-image: url("images/gradient.jpg");
	background-repeat: repeat-x;
	background-color: rgb(252, 250, 231);
}

div.image {
	padding: 0;
	margin: 0;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 1;
}

div.image#header a {
	top: 0;
	left: 0;
	background-image: url('images/header.jpg');
	width: 722px;
	height: 204px;
	display: block;
}

div.image#header h1, div.image#header p {
	display: none;
}

div.image#picture {
	top: 0;
	left: 722px;
	background-image: url('images/picture.jpg');
	width: 246px;
	height: 319px;
}

div.image#faded-text {
	top: 204px;
	left: 367px;
	background-image: url('images/faded-text.jpg');
	width: 355px;
	height: 34px;
}

div.image#dribble {
	top: 204px;
	left: 0;
	background-image: url('images/dribble.jpg');
	width: 92px;
	height: 428px;
}

div.image#right-border {
	top: 319px;
	left: 892px;
	background-image: url('images/right-border.jpg');
	width: 76px;
	height: 313px;
}

div#page {
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	position: absolute;
	top: 204px;
	width: 968px;
	font-family: Tahoma, sans-serif;
}

div#content {
	float: left;
	padding-left: 102px;
	padding-top: 35px;
	width: 585px;
}

div#sidebar {
	float: right;
	width: 180px;
	padding-top: 150px;
	padding-right: 76px;
	font-size: 80%;
}

div#footer {
	background-image: url('images/footer.jpg');
	width: 968px;
	height: 152px;
	padding-top: 30px;
	clear: both;

	text-align: right;
	font-size: 60%;
	font-family: "Lucida Console", Monaco, monospace;
}

div#footer p {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 50px;
	padding-bottom: 40px;
}

/* Text */

.post {
	padding-top: 5pt;
	text-align: justify;
	clear: both;
}

.post p {
	text-indent: 0.5em;
}

.post blockquote p {
	text-indent: 0;
}

.postmetadata {
	text-indent: 0px;
	font-size: 80%;
	color: rgb(120,120,120);
	clear: both;
}

.clear {
	clear: both;
}

/*	Links */

a {
	color: rgb(99,142,222);
	text-decoration: none;
}

h2 a, h3 a {
	color: black;
}

h2 a:hover, h3 a:hover {
	color: rgb(100,100,100);
	text-decoration: none;
}

a:hover {
	color: rgb(29,66,135);
	text-decoration: underline;
}

/* Headers */

h2 {
	margin: 5px 0 0;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right, img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
}

img.left, img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Comments */

.commentlist li {
	list-style-type: upper-roman;
}

.commentmetadata {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.commentdata {
	border: 0 none;
	border-left: 2px dotted #888;
	font-size: 80%;
	padding-left: 10px;
}

.avatar {
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin: 0 10px 10px 0;
}

/* 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-top: 3px dotted #aaa;
	border-bottom: 3px dotted #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul li {
	background-color: #e3d68f;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border: 1px black solid;
	padding-left: 10px;
	padding-bottom: 10px;
}

#sidebar ul li li {
	opacity: 1;
	filter: alpha(opacity=100);
}

#sidebar ul li:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#sidebar ul li li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#sidebar ul li.boxless {
	background: none;
	border: none;
	padding-left: 0;
	padding-bottom: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	background: none;
	border: 0;
}

/* Forms */

input {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

input[type=submit] {
	background-color: #eee;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 90px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
