/*
Theme Name: Manaslu
Theme URI: http://pringuet.free.fr
Description: 2 column, with RHS widget sidebar
Version: 1.0
Tags: fixed width, two columns, widget ready
Author: Philippe Ringuet
Author URI: http://pringuet.free.fr

Feuille de style navigateur de poche */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background: #3898C2 url(images/bodybg.jpg) repeat-x fixed;
	z-index: 1;
}
#wrapper {
	width: 310px;
	text-align:left;
	font-size: 78%;
	line-height:18px;
	background: #fff;
}
#wrapper2 {
	background: #fff url(images/wrapperbgPda.gif) repeat-y right top;
}
#header {
	height: 83px;
	border-bottom: 2px solid #fff;
	background: #1E78AC url(images/headerbgPda.jpg) no-repeat center;
}
#header h3 {
	margin-top: 35px;
	margin-right: 7px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: right;
	color: #022268;
	font-size: 80%;
}
#sidebar {
	margin: 0px 0px 0px 252px;
}
#main {
	width: 250px;
}
#s {
	width: 50px;
}
.entry hr {
	height: 1px;
	width: 240px;
	visibility: hidden;
	overflow: hidden;
	clear:both;
}
#wp-calendar {
	empty-cells: show;
	width: 50px;
	text-align: center;
}
#footer-inner {
	height: 20px;
	background: #FFFFFF url(images/footerbgPda.jpg) no-repeat center;
}
