/*  
Theme Name: Minn
Theme URI: http://codrec.1111mb.com/
Description: A very clean and minimalist theme.
Version: 0.1
Author: Codreanu Catalin.
Author URL: codrec@gmail.com
*/

/*
Containers
*/

body{
	font-family: Courier, "Courier New", Monaco, monospace;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin:0;
	padding:0;
}
#wrap{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: left;
}
#content{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	line-height:1.65em;
	float:left;
	padding: 16px;
	margin: 0;
	width: auto;
}
#sidebar{
	font-size: 11px;
	line-height: 14px;
	float:right;
	padding-top:2em;
	width:15em;
}

#footer{
	clear:both;
	font-size: 11px;
	line-height: 14px;
	padding:0.5em;
}
#footer p {
	margin: 0;
	padding: 16px;
}

/*
 H & P
*/

 h1, h2, h3{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	margin:0;
}

.entrytitle h2{
    font-weight:normal;
    font-size: 28px;
    line-height: 32px;
    margin: 4px 04px 0;
}

.entrytitle h3{
	font-family: Courier, "Courier New", Monaco, monospace;
	font-size: 11px;
	line-height: 14px;
	color:#000;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
}
#sidebar h3{
	color:#000;
	font-size: 11px;
	line-height: 14px;
	margin:1em 0;
}


/*
 Entry
*/
 
.entry{
	margin:0 0 36px 0;
}

.entrymeta{
	font-size: 11px;
	line-height: 14px;
	font-family: Courier, "Courier New", Monaco, monospace;
}

.entrybody {
	width: 500px;
}

.entrybody a, .commentlist li a { color:#000080; text-decoration: underline; }
.entrybody a:hover, .commentlist li a:hover { color:#0000FF; text-decoration: underline;}


/*
 Sidebar
*/

#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	margin-bottom:0.3em;
	padding:0.3em;
}

/*
 Comments
*/

.commentsblock{
	margin:16px 0 0 0;
	padding:16px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	font-family: Courier, "Courier New", Monaco, monospace;
}
.commentsblock textarea{
	width:500px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	line-height:1.65em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #a1a1a1;
}

#submit {
	width: auto;
	padding: 0;
	background: none;
	border: none;
	color:#000;
}
#submit:hover {
	color:#0000FF; border-bottom: 1px solid #0000FF;
}

.commentsblock input {
	font-size: 11px;
	line-height: 14px;
	font-family: Courier, "Courier New", Monaco, monospace;
	width: 200px;
	padding: 3px;
}
.commentsblock textarea:focus{
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size: 11px;
	line-height: 14px;
}
ol.commentlist{
	color:#000;
	font-size: 11px;
	line-height: 14px;
	list-style-type:none;
	margin:0;
	padding:0 0 16px 0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0;
}
.commentlist li p {
	padding: 0 0 4px 0;
	margin: 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.4em;
	line-height:1.65em;
	width: 500px;
}
.alt{
	padding:0;
}
h3#comments, h3#respond {
	font-size: 11px;
	line-height: 14px;
	font-family: Courier, "Courier New", Monaco, monospace;
}

.commentmetadata {
	font-family: Courier, "Courier New", Monaco, monospace;
	text-transform: uppercase;
}

/*
 Extra
*/

a { color: #000; text-decoration: none; }
a:hover { color: #00f; text-decoration: underline; }



cite { font-style: normal; font-weight: normal; }










#header {
	padding: 0;
	margin: 16px 0 32px 0;
	width: 100%;
	min-width: 820px;
	height: auto;
	position: relative;
	float: left;
	vertical-align: bottom;
}

#header #col3 {
	margin: 0;
	padding: 0 0 0 16px;
	position: relative;
	float: left;
	width: 185px;
	height: auto;
}
#header #col3-r {
	margin: 0;
	padding: 0 16px 0 0;
	position: relative;
	float: right;
	width: 185px;
	height: auto;
	text-align: right;
}

a.nav, a.nav-selected {
	display: block;
	position: relative;
	float: right;
	padding: 4px 6px 4px 6px;
	margin: 0 0 0 8px;
	width: auto;
	height: auto;
	text-decoration: none;
}
a.nav { background: #fff; color: #000; }
a.nav:hover { color: #00f; text-decoration: underline; }
a.nav-selected, a.nav-selected:hover  { background: #000; color: #fff; }
