/*
Theme Name: Umva!
Description: Custom theme for Janna
Author: Buzz
*/

/* standardize global font-size */
	body {
		font-size: 100%; 
	}
	
	html>body {
		font-size: 16px; 
	}

body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Georgia, Times New Roman, Times, serif;
	padding-top: 10px;
	background-image:url(/wp-content/themes/umva/images/back.png);
	background-position: top center;
	background-repeat: repeat-y;
	
	
}
	
#title {
	margin:0 auto 0 auto;
	text-align:center;
	background: white;
	width:570px;
	margin:0 auto 0 auto;
}
	
	#title p {
		font-variant:small-caps;
		letter-spacing:2px;
	}
	
	#title img {
		border:none;
		margin-bottom: 20px;
	}

#container {
	width:570px;
	margin:0 auto 0 auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: white;
	padding: 0px;
	
	font-size: 0.8em;
	
	
}


		
		#sidebar {
			width:150px;
			float:left;
			text-align:right;
		
		}
		
		#sidebar h2 {
			font-family:Georgia, Times New Roman, Times, serif;
			text-align:left;
			font-size: 1.2em;
			color:#626477;
			border-bottom:1px solid #E3E3E3;
			font-weight: normal;
		}
		
		/* MAIN MENU */
		
		#sidebar ul {
			list-style-type: none;
			margin: 10px 0px;
			padding: 0;
		}
		
		
		/* SEARCH FORM */
		
		#sidebar form input#s {
			width: 95px;
			border: 1px solid #CA260D;
			background: #eee;
			font-size: 12px;
			padding: 2px;
			margin:0px;
		}
		
		#sidebar form input#searchsubmit {
			border: 1px solid #CA260D;
			font-size: 10px;
			background: #CA260D;
			color: #fff;
			padding: 1px 0px;
		}
		
		
		


#content {
	margin-right:0px;
	padding-right:20px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #242424;
	min-height: 300px;
	_height: 300px;
	
	width: 400px;
	float: left;
}

#footer {
	width:600px;
	margin: 0px auto;
	padding:0px;
	
	background-image: url(/wp-content/themes/umva/images/footer_back.jpg);
	background-repeat: no-repeat;
	
	background-color: #A3521A;

	text-align:center;
	padding-top: 0px;
	padding-bottom: 8px;	
		
	margin-top: 0px;
}


#footer p {
	color: #ccc;

	font-size: 0.8em;
	padding: 4px 10px;
	margin: 0px;
	font-family: Arial, helvetica, sans-serif;
}

#footer p.littleprince {
	color: #fff;
	font-size: 11px;
	padding: 4px 10px;
	margin: 0px;
	font-family: Arial, helvetica, sans-serif;
	font-style: italic;
}

	#footer ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		padding-top: 12px;
		

	}
	
	#footer ul li {
		display: inline;
		padding-left: 4px;
		
		
	}
	
		#footer ul li a {
			
			text-decoration: none;
			text-align: center;
			
			color: white;
			
			padding: 3px;
			
			font-size: 0.8em;
		}
	
		#footer ul li a:hover {
			border-bottom: 1px solid white;
			color: #FFEACA;
		}
		#footer ul li a.feed {
			background-image: url(/wp-content/themes/umva/images/feed_16x16.png);
			background-repeat: no-repeat;
			background-position: center left;
			padding-left: 22px;
		}
		
		






#content .home_item h2 a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	letter-spacing:.04em;
	margin-bottom:.07em;
	
	text-align:left;
	color:#872D00;
	font-weight: normal;
}

#content .home_item h2 em {
	font-style: normal;
	font-size: 10px;
	color: grey;
	font-weight: normal;
	display: block;
}


html #home #content h2.recent {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;
}


html body #content h2.recent em {
	display: block;
	font-size: 10px;
	font-style: normal;
	color: #666;
}

#content h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.6em;
	line-height:1em;
	letter-spacing:.04em;
	margin-bottom:.07em;

	text-align:left;
	color:#872D00;
	font-weight: normal;
}

#content h3.tagline {
	position: relative;
	top: -1em;
}


#content h3.tagline em {
	font-style: normal;
	color: #666;
	font-size: 0.6em;
	font-weight: normal;
}



#content p {
	line-height:1.6em;
	
	text-align: justify;
}

div#container div#content ol,div#container div#content ol ul {
	line-height:25px;
}

#content a {
	color:#2896BD;

}

a {
	color:#2896BD;

}

#content a:hover {
	text-decoration: underline;
	color: navy;
}



body div.current_news_post h3 {
	margin-bottom: 3px;
}

body div.current_news_post .date {
	font-size: 0.8em;
	color: #666;
}



html body h2.RSS_FEED, html body div.RSS_FEED {
	display: none;
}

html body #content h1.recent {
	border-bottom: 1px solid #BE5028;
	margin-top: 30px;
	color: #333333;
	clear: both;
}



form#commentform textarea {
	width: 370px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
