/*
Theme Name: mihasya.com
Theme URI: http://mihasya.com/
Description: theme for mah blog
Version: 1.INIFNITY
Author: mihasya
Author URI: http://mihasya.com
Tags: oh snap, 
*/

html {
	margin: 0;
}

body {
	margin: 0;
	font-family: Georgia, "Verdana", Georgia, "Times New Roman";
	font-size: 13px;
	line-height: 1.5em;
	background: #ffffff;
}

#wrapper {
	margin: 0 auto 0 auto;
}

.content {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul li{
	list-style: none;
}

#header .content {
	border-bottom: 1px solid #444444;
	padding: 0 0 5px 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	line-height: 300%;
	display: inline;
	margin-right: 20px;
}

#header h1 a {
	color: #444444;
	text-decoration: none;
}

#header h1 a:hover {
	color: #444444;
	text-decoration: none;
	background: none;
}

#footer {
	text-align: center;
	color: #808080;
	line-height: 300%;

}

#footer .content {
	clear: both;
	text-align: center;
	border-top: 1px solid #444444;
}

#footer * {
	color: #808080;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000aa;
}

a:hover, a:active {
	background: #444444;
	color: #ffffff;
}

pre {
	background-color: #10142c;
	color: #ffffff;
	padding: 5px;
	font-size: 12px;
	word-wrap: break-word;
}

.clickable {
	cursor: hand;
	cursor: pointer;
}

/* sidebar stuff */

/* my god wp sucks*/
li.categories ul {
	display: none;
}

li.categories h2 {
	cursor: hand;
	cursor: pointer;
}


/* carry over from default markup that I'm too lazy to change */
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.post {
	border-bottom: 1px solid #dfdfdf;
}

.navigation {
	margin-top: 10px;
}

/* comments */
ol.commentlist {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin: 1em;
}
li.comment {
	list-style: none;
	padding: 1em 1em 1em 1em;
}
li.comment.odd {
	background: #f0f0f0;
}

/* form elements */
input[type="text"], textarea {
	border: 1px solid #dfdfdf;
}

label {
	font-weight: bold;
	text-transform: lowercase;
}

.nav {
	float: right;
	color: #444444;
}

.nav_links {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}

.nav_links li {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
}

code, pre {
	background: #fffff0;
	color: #444444;
}
