/*  
Theme Name: Caktus
Theme URI: http://wordpress.org/
Description: The Caktus theme based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Team Caktus
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

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

*/
#content h2 a {
	font-weight: normal;
	text-decoration: none;
	font-size: 140%;
}

#content h3 {
	font-size: 100%;
}

#content h2 a:hover {
	font-weight: normal;
	text-decoration: none;
}

div#content div.wp_syntax {
	margin-top: 1em;
}

textarea {
	width: 30em;
}

#logo img {
    margin: 0;
}

img {
	margin: 1em;
}

.alignright,
div.alignright {
	float: right;
}

.alignleft,
div.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

p {
	margin-bottom: 0;
}
div.post p + p {
	text-indent: 1.5em;
	margin-top: 0; 
}
#inner-right-panel {
}
#content #right-panel {
	float: right;
	width: 25%;
}

#content #left-panel {
	width: 75%;
}

div#content div#right-panel div#inner-right-panel ul {
	list-style-type: none;
	margin: 0;
}

small {
	font-size: 70%;
	color: gray;
}

pre {
	font-family: monospace;
	padding: 1em;
	margin: 1em 0 0.5em 0;
}

div#content blockquote {
	border-left: 4px solid #ddd;
	margin: 0.5em 1.5em 0 1em;
	padding-left: 0.5em;
	color: #777;
}

div#content blockquote p {
	padding-top: 0;
	font-size: 90%;
}

div#content div#left-column {
	width: 4em;	
}

div#content div#center-column {
	margin: 0 5em;
}



ol {
	list-style-type: decimal;
	margin: 0.5em 0 0 2.5em;
	font-size: 95%;
}

ol li {
	margin-bottom: 0.7em;
}

div.navigation div {
	margin: 1em 0;
}

code { font-size: 90%; font-style: normal; font-family: monospace; }
