/*
 * (The) Usability Idealist 2.0
 * Somewhat based on Clean Press port for Habari by Manda J. (mandaj.com)
 *
 * @author Fabian Wolf
 * @link http://fwolf.info/
 */

/*Background Color of the page*/
body {
	background: #101010;
	color: #aaa;
}


/*Text color of the blog description in the header*/
.description {color:#bbb;}

/*Links color*/
a:link, a:visited {
	color: #ce7;
	text-decoration: underline;
}

a:visited {
	color: #bd6;
}

/*Links hover color*/
a:hover, a:active, a:focus {
	color: #090909;
/* 	background-color: #4e2; */
	background-color: #df8;
/* 	text-shadow: 0 0 5px #fff; */
}

#site-title h1, #site-title a {
	color: #fff;
}

#site-title a {
	text-decoration: none;
}

/*Headings color*/
.post h2 a, #sidebar h2 {color:#333;}

/*Headings hover color*/
.post h2 a:hover {color:#06c;}


input, textarea {
	background-color: #ddd;
	border: 2px solid #aaa;
}

input:focus, textarea:focus {
	background-color: #fdfdfc;
	border-color: #333;
	box-shadow: 0 0 8px #a98;
	-webkit-box-shadow: 0 0 8px #a98;
	-moz-box-shadow: 0 0 8px #a98;
}

/*Width of the entire page. You can
also use a flexible width like so:
#page {width:64em;}
*/

/*#page-background {
	width: 30%;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #111;
	border-right: 2px solid #999;
}*/

#page {
	width:960px;
}


/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the content area*/
#content {
	width: 700px;
}

/*Width of the sidebar*/
#sidebar {
	height: 100%;
	position: fixed;
	z-index: 99;
}

#sidebar, #footer {
	width: 240px;
}

/*Position of the header from the left edge.*/
#header {
}


#header-content {
	margin-left: 22%;
}


/*Position of the footer from the left edge.*/
#footer p, #footer ul {

}

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/



/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, sans-serif;
}

#page {
	text-align: left;
}

#header {}
#headerimg {}

#sidebar {
	background-color: #222;
}

#content {
	font-size: 1.2em
	}

#content .post-entry p {
	font-size: 1.05em;
	text-align:justify;
	}

#content .post-entry, #content .post-entry {
	line-height: 1.4em;
	}

#content {
	line-height: 1.6em;
	}

#content .postmetadata {}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial,sans-serif;

	}

h1, h2, h3, h4, p {
	padding: 10px;
}

#site-title h1 {
	/*font-size: 3.2em;
	text-align: left;
	letter-spacing: 0.05em;*/
	width: 100%;
	text-align: center;
}


.description {
font-size:1em;
text-align:center;
/*color:#333;*/
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
background-color:#e7e7e7;
border:1px solid #777;
padding:4px 0px 4px 0px;
margin-top:16px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana,sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1 {
	padding: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #header {
	text-decoration: none;
	color: #3b6ea5;
	background-color: transparent;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial,sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial,sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}


.about {
	width: 158px;
	padding: 5px;
	background-color:#FBFFE4;
	border: 0px solid #c7b19d;
	font-size:1em;
	float:left;
	margin:0 0 10px 0;
	text-align:justify;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial,sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1.1em 'Courier New', Courier, fixed, monospace;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
/*	color: #06c;*/
	text-decoration: underline;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
 	text-decoration:none;
}

#sidebar li a {
	font-weight: bold;
	font-size: 1.4em;
}

a:hover {
	/*color: #147;*/
	text-decoration: underline;
}
/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */
html {height: 100%;margin-bottom: 1px;}

body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	padding: 0;
	min-width: 500px;
/*	width: 760px;*/
	}

#header {
	margin: 0 0 0px 1px;
	padding: 0;
}

#content {
	float: right;
	padding: 0 0 20px 10px;
	margin: 0;
/* 	background: #f9f9f8; */
	background-color: #292929;
/*	width: 550px;*/
overflow:hidden;
	}

#sidebar {
text-align:left;
}

.post {
border-bottom:1px solid #999;
padding-bottom:4px;
	}

.post h2 {
padding-top:14px;
padding-bottom:2px;
}

.post hr {
display: block;
}

#content .post {
margin: 0;
}

#content .postmetadata {
font-size:11px;
padding-top:14px;
color:#555;
}

#tags {
font-size:11px !important;
color:#999;
}

#content .postmetadata {
	margin: 10px 0;
	}

#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer li {
	line-height: 1.4em;
	padding: 5px 0;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0 0;
	}

h2.pagetitle {
		text-align: center;
}

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

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

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

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

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

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

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

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

.post-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 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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
	}

#sidebar #searchform #s {
	width: 95%;
	padding: 1px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.post-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: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
margin:0px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 1px 10px 10px 0;
/*	width: 180px;*/
	font-size: 1.2em;

}

#sidebar a {
	padding: 4px 6px;
	display: block;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




/* 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
/*height:40px;*/
padding:2px 0px 20px 0px;
	}

.navigation .alignleft{
padding-right:4px;}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* End captions */

em {
	background-color: #ff0;
	padding: 2px 4px;
	color: #111;
}

.search-form {
	min-height: 50px;
}

	.search-form input {
		width: 90%;
		padding: 5px;
		float: left;
	}
	.search-form .search-form-submit {
		display: none;
	}

	.search-form label {
		color: #111 !important;
		font-weight: bold;
		font-size: 1.4em;
		padding: 5px;
		margin-top: 10px;
	}

	#sidebar-search {
		margin-bottom: 20px;
	}

.hideTag {
	display: none;
	position: absolute;
	top: 0;
	left: -9999px;
}

#yeahIknow {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 20%;
	width: 80%;
	text-align: center;
}

#ie6-notice {
	font-size: 1.2em;
}

#ie6-notice a:link, #ie6-notice a:visited, #ie6-notice a:hover, #ie6-notice a:active, #ie6-notice a:focus {
	color: #000;
}

#ie6-notice a:hover, #ie6-notice a:active, #ie6-notice a:focus {
	text-decoration: none;
}
