/*  
Theme Name: Mini Friday
Theme URI: http://minifriday.com/
Description: Theme for Mini Friday
Version: 1.0
Author: Sampo Karjalainen
*/

/*************************************
 +Containers
 *************************************/
body{
	font-family: Verdana, Arial, sans-serif;
	background:#48a;
        background-image: url(../images/bg.gif); 
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	background:#fff;
	border-top: solid #000 1px;
	border-right: solid #000 5px;
	border-bottom: solid #000 5px;
	border-left: solid #000 1px;
	margin:0 auto;
	text-align:center;
	width:100%;
	max-width:350px;
}

#wrap2{
	background:#fff;
	margin:10px auto;
	text-align:left;
	width:96%;
	max-width:302px;
}

#logo{
	width:168px;
	float:left;
}

#sidebar{
	font-size:10px;
}

#content{
	font-size:11px;
	line-height: 16px;
        width:100%;
	max-width:302px;
	padding-top:10px;
	clear:both;
}

#copyright{
	font-size:10px;
	line-height: 16px;
        width:100%;
	max-width:302px;
	margin-top:24px;
	text-align:center;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{

}

.entrytitle h2 {
	font-size:13px;
	font-weight:bold;
	margin:0;
	margin-bottom:3px;
	border-bottom: solid 1px #000;
}
.entrytitle h2 a {
	color:#000;
}

.entrytitle h2 a:hover {
	color:#000;
}
.entrytitle h3 {
	font-size:14px;
	color:#000;
}

#sidebar h3 {
	color:#000;
	font-size:1.5em;
	margin:1em 0;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:12px;
}

.entrymeta{
	text-align:right;
	font-size:9px;
	line-height: 14px;
	margin:0;
}
.postedby{
	background:#fff;
}
.filedto{
	background:#fff url(http://minifriday.com/images/post.gif) no-repeat;
}
.commentslink{
	background:#fff;
	text-align:right;
	margin:0;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	margin-bottom:1px;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0;
	padding:0;

}
.commentsblock textarea{
	width:96%;
	max-width:302px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #000;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #000;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #000;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#000;
	font-size:10px;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #000;
	padding:0.5em;
}
h3#comments{
font-size:13px;
}

/*************************************
 +Misc
 *************************************/
a {
	border:none;
	outline:none;
	text-decoration:none;
	color:#48a;
}

a:hover {
	border:none;
	outline:none;
	text-decoration:none;
	color:#000;
}