/*  
Theme Name: MoValUMC
Theme URI: 
Description: MoValUMC Theme
Version: 1
Author:
Author URI:
*/
body {
font-size: 62.5%;
font-family: Tahoma, Verdana, sans-serif;
color: #333;
background: #eee url(images/bg.png) top center repeat-x;
margin-top: 7px;
}

* {
margin: 0;
padding: 0;
}
/*-------------------------
		font sizes
--------------------------*/
#content p {
	font-size:1.4em;
	}
#sidebar p, #sidebar ol, #sidebar ul  {
	font-size:1.3em;
	}
	
	
img {
border: 0;
}
h1, h2, h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
}
h1 {
	margin-top:1em;
	font-size: 2.2em;
	clear:both;
}
h2 {
	font-size: 2em; /* was 1.5em */
	color: #525b5c;
}
h3 {
	font-size: 1.6em;
}
	blockquote {
	background: url(images/quote.png) 10px 0 no-repeat;
	margin: 20px 0;
	padding: 0 20px 0 50px;
}
code {
	font: 1em 'Courier New', Courier, Monospace;
}
.clear {
	clear: both;
}
.widthfix {
	width: 960px;
	margin: 0 auto;
}
/* links */
a {
color: #314FA9;
text-decoration: none;
outline:none; -moz-outline:none;
}
a:hover {
color: #213571;
}

/* header */
#header {
margin: 0 auto;
/*background:red;*/  
background: #2d393b; 
/*background: #2d393b url(images/nav-bg2.png) center bottom no-repeat; */
width: 100%;
height: 140px;
border-top: 1px solid #525b5c;
}
.logo { /* pushes the nav ul down to the bottom of the header */
float: left;
margin: 10px 0 12px 0;
border: none;
}

/*search*/
#searchform {
margin-top: 5px; 
}
#searchform input {
font: 1.2em Arial, Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
margin-top: 5px;
padding: 3px;
border: 1px solid #ccc;
}
#s {
font: 1.2em 'Lucida Grande', Tahoma, Verdana, sans-serif;
background: #eee url(images/formfield_bg.png) repeat-x;
width: 220px;
padding: 3px;
border: 1px solid #ccc;
vertical-align: middle;
}

/* nav menu */
ul.menu {
	margin: 0; /* was 0 9px 0 9px; */
	font-size: 1.2em;
	list-style-type: none;
	height: 30px;
	display:inline;
	text-align:center;
}
ul.menu li {
	color: #eee;
	display:inline;
	text-align:center;
	float:left;
}
ul.menu li a {
	background: url(images/header-menu.png) no-repeat 100% 100%;
/*	float: left;*/
	display: inline-block;
	height: 23px;
	padding: 7px 25px 0 25px;
	text-align: center;
	color: #ccc; text-shadow:#000 1px 1px 2px;
	text-decoration: none;
}
ul.menu li a:hover {
	background: url(images/header-menu.png) no-repeat 100% 0%;
	color: #fff;
}
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: url(images/header-menu.png) no-repeat 100% 0%;
	color: #fff;
	text-decoration: none;
	text-shadow:none;
}
ul.menu li.first a {
	border-left:1px solid #475051;
	margin-left:10px; /* nudge the whole bar to the left */
}
	
/* content */
#content {
	margin: 20px auto;
	width: 960px;
}
#content h2 a {
	text-decoration: none;
}
#content h1 {
	border-bottom:1px solid #CCC;
}
ul.navigation {
	display: block;
	text-align:left;
	list-style:none;
	padding:0; margin:0;
	margin-bottom:10px;
	width: 65%; /*was 820 */
	font-size:1.4em;
	}	
ul.navigation li {
	display:inline;
	}
	ul.navigation li a:link, ul.navigation li a:visited {
	color:#999;
	}
		ul.navigation li a:hover {
		color:#213571;
		}
#content ul {
	font-size: 1.4em;
	margin:1em 30px;
}

/* box */
#article {
float: left;
width: 65%;
}
#sidebar {
float: left;
width: 33%;
}

/* entry */
.entry {
background: url(images/entry-bg.png) right top no-repeat;
margin: 10px 10px 10px 5px;
padding: 10px 10px 20px 10px;
}
.entry p {
color: #333;
line-height: 160%;
margin: 1em 0;
}
.entry ul {
margin: 0 0 0 30px;
}
.entry ul li {
margin: 7px 0;
}
.entrytitle {
	margin-bottom:1em;
}
.entrytitle h2, .entrytitle h3 {
	display: inline;
}
.date {
font-size: 1.1em;
color: #a8adad;
}

/* sidebar */
#sidebar ul {
margin: 10px 0 0 0;
}
#sidebar li {
list-style-type: none;
margin: 5px 5px 3px 5px;
padding: 2px 0 0 18px;
background: url(images/li.png) 0 7px no-repeat;
}
#sidebar li:hover {
background: url(images/li_on.png) 0 7px no-repeat;
}
#sidebar li a {
}
#sidebar li a:hover {
}
.aside {
background: url(images/sidebar.png) top right no-repeat;
margin: 10px 0 30px 0;
padding: 10px 10px 0 15px;
}
.aside h2 {
/*font-size: 1.25em; */
margin-bottom: 5px;
}
.aside p {
color: #333;
line-height: 160%;
}
.aside p, .aside ul, .aside ol {

	}
.aside-browse {
	background: url(images/sidebar.png) top right no-repeat;
	margin: 10px 0 30px 0;
	padding: 10px 10px 0 15px;
	}
	
	
/* footer */
#bottom {
background: #E3E3E3 url(images/bottom.png) repeat-x;
border-bottom: 1px solid #cdd1d1;
width: 100%;
}
#tag {
/*background: url(images/tag.png) 90% 100% no-repeat;*/
margin: 0 auto;
padding: 15px 200px 20px 0;
width: 960px;
}
#footer {
font-size:1.1em;
height: 60px;
padding-top: 20px;
width: 100%;
}

/*Images*/
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright{
padding: 4px;
margin: 0 0 0 7px;
display: inline;
}
img.alignleft{
padding: 4px;
margin: 0 7px 0 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*comments*/
#comments {
margin-left: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
font: 1.2em 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
#commentform input, #commentform textarea {
background: #eee url(images/formfield_bg.png) repeat-x;
border: 1px solid #ccc;
padding: 3px;
}
#commentform textarea {
width: 640px;
}
.commentlist cite, .commentlist cite a {
font-style: normal;
font-size: 1.2em;
}
.commentlist p {
font-weight: normal;
line-height: 1.6em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
}
.alt {
padding: 10px;
}
.commentlist {
width: 650px;
text-align: justify;
}
.commentlist li {
background: #ececec;
margin: 15px 0;
padding: 10px;
border: 1px solid #cdd1d1;
list-style: none;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 10px 0;
}
.nocomments {
text-align: center;
}
.commentmetadata {
border-bottom: 1px dotted #cdd1d1;
padding-bottom: 5px;
display: block;
}
#respond {
margin-top: 20px;
}
.commentcount {
font-family: Georgia,sans-serif;
font-size: 1.8em;
font-weight: bold;
color: #cdd1d1;
float: right;
}

/*	CONTACT
-------------------------------------------------------------- */
form#contactform {
/*	background:yellow;*/
	margin:0; padding:0;
}
form#contactform label {
	text-indent:0;
	margin:0; padding:0;
}
form#contactform dl {
	margin:1em 0; padding:0;
	font-size:14px;
}
form#contactform dl dt {
	margin:0; padding:0;
	float:left;
	width:100%;
}
form#contactform dl dd {
	margin:0; padding:0;
	float:left;
	width:100%;
}
form#contactform dl textarea {
	width:400px; height:160px;
	font-size:14px;
	font-family: Tahoma, Verdana, sans-serif;
	margin:0; padding:3px 2px;
	border:1px solid #999;
}
form#contactform dl select {
	margin-left:4px;
	border:1px solid #999;
	font-size:14px;
}
form#contactform dl option {
	font-size:14px;
	line-height:14px;
	font-family: Tahoma, Verdana, sans-serif;
	margin:0; padding:3px 2px;
	vertical-align:middle;
}
form#contactform dl input {
	width:200px;
	font-size:14px;
	font-family: Tahoma, Verdana, sans-serif;
	margin:0; padding:3px 2px;
	border:1px solid #999;
}
form#contactform dl span {
	color:#F00;
	font-weight:bold;
	padding-left:5px;
}
form#contactform dl dt.captcha-image {
	width:100px;
}
form#contactform dl dd.captcha-form {
	width:300px;
	line-height:1.6em;
/*	border:1px solid red;*/
}
form#contactform dl dd.captcha-form input {
/*	font-size:1em;*/
	padding:2px; margin-left:15px;
	width:70px;
}
form#contactform #go-time {
	float:right; clear:both; margin-right:50px;
}


/*misc*/
.welcome-message img {
	padding:3px;background:#fff;border:1px solid #E3E3E3;margin:3px 0 3px 3px;
}
.adsense {
}
.related {
margin: 0 0 20px 10px;
}
.none {
display: none;
}