/*  
Theme Name: Muna
Theme URI: http://www.prestondemands.com
Description: Theme for Michael Una's Blog
Version: 1.0
Author: Preston
Author URI: http://www.prestondemands.com

*/

body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	background:url(images/bg.gif);
	color:#000000;
}

a:link, a:visited{
	text-decoration:none;
	color:#474A82;
}

a:hover{
	text-decoration:underline;
}

#wrapper{
	margin: 10px auto 10px auto;
	width:1010px;
	text-align:left;
}

#header{
	float:left;
	width:1010px;
	height:108px;
	background:#474A82;
}

#container{
	float:left;
	width:750px;
	margin: 0 0 10px 0;
	background:#E5E5E5;
	background-image:url(images/content_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-left:#000000 thin solid;
	border-right:#000000 thin solid;
}


#pages ul { 
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
}

#pages ul li{
	margin: 0;
	padding: 0;
	display: inline;
	text-align:center;
}

#pages ul li a{
	color:#FFFFFF;
	background-color:#474A82;
	font-size:24px;
	font-style:bold;
	text-decoration:none;
	padding: .2em 1em;
}

#pages ul li a:hover{
	background-color:#E5E5E5;
	color:#474A82;
}

#pages ul li h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.post{
	padding: 10px;
	border-bottom:#C3C3C3 thin dashed;
}

.post h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	margin-bottom:0px;
}

.entry{
	background:#F5F5F5;
	padding:10px;
	border-left:#474A82 thick solid;
}

.sidebar{
	float:left;
	width:240px;
	margin: 10px 0 10px 10px;
	background:#E5E5E5;
	display:inline;
	text-align:center;
	border-left:#474A82 thick solid;
	border-right:#000000 thin solid;
	border-top:#000000 thin solid;
	border-bottom:#000000 thin solid;
	
}

.sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0 10px 0 10px;
}

#searchform{
	margin:10px auto 5px auto;
}

#searchsubmit{
background:#C9C9C9;
border:#000000 thin solid;
}

.textwidget{
	border-bottom:#C3C3C3 thin dashed;
}

#footer{
	width:730px;
	height:30px;
	text-align:right;
	background:#474A82;
	padding:10px;
	margin: 0;
	border-top:#000000 thin dashed;
	border-bottom:#000000 thin solid;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.navigation{
margin:10px;
}

blockquote{
	margin-left:2px;
	background-image:url(images/bq_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:33px;
	padding-top:10px;
	font-style:italic;
}

#links a{
	text-decoration:none;
	font-size:14px;
	line-height:24px;
	margin-right:10px;
}

#links a:hover{
	text-decoration:underline;
}