/*
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
*/

* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	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;
}
a {
	outline: none;
}
.entete {
	margin: 5px 10px 5px 5px;
	background-color: #095D99;
}
#wrapper {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	font-size: 78%;
	line-height:18px;
	background: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
#wrapper2 {
	background: #FFFFFF url(images/wrapperbg.gif) repeat-y right top;
}
#superheader {
	padding: 0;
	margin: 0;
	height: 13px;
	background: #003C8E url(images/superheaderbg.gif) repeat-x;
}
#header {
	padding: 0;
	margin: 0;
	height: 205px;
	border-bottom: 2px solid #fff;
	background: #1E78AC url(images/headerbg.jpg) no-repeat center;
}
#content {
	clear: both;
	padding: 0;
	margin: 15px 7px;
}
#main {
	width: 530px;
	float: left;
	margin: 0;
	padding: 0 0 10px 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#sidebar {
	padding: 0;
	margin: 0px 0px 0px 540px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 85%;
	background: #fff;
}
#footer-inner {
	height: 45px;
	background: #FFFFFF url(images/footerbg.jpg) no-repeat center;
}
#footer-inner p {
	padding: 15px 0 20px 0;
	margin: 0;
}
#navigation {
	padding: 5px 15px;
}
#navigation div.fleft {
	float: left;
}
#navigation div.fright {
	float: right;
}
#credit {
	text-align:right;
	font-size: 80%;
}
#credit p {
	margin: 0px 10px;
	padding: 3px;
}
#credit p a {
	color: #777;
	font-weight: 100;
}
#credit p a:hover {
	color: #777;
}
#subscribe, #dons {
	text-align: center;
}
#subscribe p {
	margin: 5px 0;
}
/*  ********** default styles *********** */

input, textarea {
	padding: 2px;
	background-color: #E1E0EE;
	border-top: 1px solid #4F4B94;
	border-right: 1px solid #A7A5D1;
	border-bottom: 1px solid #A7A5D1;
	border-left: 1px solid #4F4B94;
}
input[type=submit] {
	cursor: pointer;
}
input:focus, input:hover, input:active, textarea:focus, textarea:hover, textarea:active {
	background-color: #FFF;
}
#s {
	width: 130px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 190%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
a {
	color: #00538A;
	font-weight: 800;
	text-decoration: none;
}
a:hover, a:focus {
	color: #00538A;
	text-decoration: underline;
}
a img {
	border: 0px;
}
hr {
	height: 2px;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
blockquote {
	background-color: #E1E0EE;
	padding: 5px 10px;
	margin: 3px 20px;
	border-left: 7px solid #4F4B94;
	border-top: 1px solid #4F4B94;
	border-right: 7px solid #4F4B94;
	border-bottom: 1px solid #4F4B94;
}

fieldset {
	padding: 5px;
	border: none;
}
legend {
	font-weight: 800;
}
code {
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}
td {
	vertical-align: top;
}
#tabs {
	padding: 0;
	background-color: #06367A;
}
#tabs ul {
	list-style-type: none;
	padding: 4px 0px;
}
#tabs ul li {
	padding: 4px;
	display: inline;
	font-size: 90%;
	font-family: Tahoma, Arial, sans-serif;
}
#tabs ul li a {
	padding: 4px;
	color: white;
	text-decoration: none;
}
#tabs ul li a:hover, #tabs ul li a:focus, #tabs ul li a:active {
	padding: 4px;
	background-color: #CCC8E0;
	color: #06367A;
	text-decoration: none;
}
.current_page_item {
	background-color: #CCC8E0;
	color: #06367A;
	padding: 4px;
}
/* Headings */ 
.fd {
	background: url(images/fond-haut.png) repeat;
}
#header h1 {
	margin: 0;
	padding: 50px 0 0 240px;
	font-weight: 800;
	font-size: 310%;
	color: #022268;
}
#header h1 a {
	font-weight: 100;
	color: #022268;
	text-decoration: none;
}
#header h2 {
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	padding: 25px 0 5px 320px;
	font-weight: 800;
	color: white;
	font-size: 150%;
	color: #FF0000;
}
#header p {
	margin: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	padding: 10px 0 5px 305px;
	font-weight: 800;
	color: white;
	font-size: 130%;
	color: #FF0000;
}
#header h3 {
	margin-top: 40px;
	margin-right: 7px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: right;
	color: #022268;
	font-size: 80%;
}

h2#sectiontitle {
	font-size: 150%;
	font-weight: 100;
	padding: 6px 6px 6px 10px;
	margin: 8px 10px 5px 0px;
	color: #444;
	border-top: 1px solid #4F4B94;
	border-bottom: 1px solid #4F4B94;
	background-color: #E1E0EE;
}
/* post styles */

.post {
	margin: 0 0 10px 0;
	padding: 2px;
	color: #2F2875;
	overflow: hidden;
	position: relative;
}
.entry {
	text-align: justify;
	margin: 0;
	padding: 5px 10px 8px 10px;
	overflow: hidden;
	position: relative;
}
.entry ul {
	list-style: square;
	padding-left: 20px;
}
.post h2 {
	color: #c4012d;
	font-size: 150%;
	font-weight: 100;
	padding: 2px 0 4px 2px;
	margin: 0 0 15px 0;
	background: url(images/titrebg.jpg) no-repeat right center;
	border-bottom: thin dashed #4F4B94;
}
.post h2 a {
	color: #c4012d;
	text-decoration: none;
	font-weight: 100;
}
.post h2 a:hover, .post h2 a:focus {
	text-decoration: none;
	color: #c4012d;
}
.entry img {
	margin: 5px;
	padding: 2px;
}
.entry hr {
	height: 1px;
	width: 525px;
	visibility: hidden;
	overflow: hidden;
	clear:both;
}
.postmetadata {
	font-size: 80%;
	border-top: 1px solid #4F4B94;
	background-color: #E1E0EE;
	padding: 1px 0 1px 5px;
	margin: 0 5px;
}
.postmetadata p {
	line-height: 15px;
	padding: 0;
	margin: 3px 0;
}
/*  Comments   */
.widget_text h3 {
	text-align: center;
}
h3#comments, h3#postcomment {
	font-size: 100%;
	font-family: verdana, sans-serif;
}
ol#commentlist {
	padding: 0 0 0 20px;
	font-size: 90%;
	list-style-type: none;
}
ol#commentlist li {
	padding: 2px 10px;
	margin: 0;
}
ol#commentlist li p.commentheader {
	margin: 3px 0 0px 0;
	padding: 1px 5px;
}
.commentheader a {
	border-bottom: 1px dashed #006699;
}
ul#commentlist {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
ul#commentlist li {
	display: block;
	padding: 0;
	margin: 0 15px;
	font-size: 90%;
	border: 4px solid white;
}
ul#commentlist li div.gravatar {
	width: 40px;
	float: left;
	text-align: center;
	padding: 5px 0 0 5px;
}
ul#commentlist li div.gravatar img {
	border: 2px solid #ddd;
}
ul#commentlist li p.commentauthor {
	padding: 0;
	margin: 0 0 2px 0;
	overflow: hidden;
}
ul#commentlist li p.commentheader {
	margin: 0 0 10px 0;
	padding: 0px;
}
ul#commentlist li div.commenttext, ul#commentlist li div.commenttextbis {
	padding: 0 0 0 0px;
	margin: 5px 10px 5px 60px;
}
ul#commentlist li div.commenttext div.commentwrapper {
	border-top: 1px solid #4F4B94;
	background-color: #E1E0EE;
	margin:0 0 0 5px;
	padding: 3px 8px;
}
ul#commentlist li div.commenttextbis div.commentwrapper {
	border-top: 1px solid #4F4B94;
	background-color: #F2F2F9;
	margin:0 0 0 5px;
	padding: 3px 8px;
}
/*  sidebar styles */


.menu {
	padding: 0;
	font-size: 90%;
}
.menu a {
	font-weight: 100;
}
.menu a:hover, .menu a:focus {
	text-decoration: underline;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu ul li.widget {
	padding: 2px;
	margin: 0 0 7px 0px;
}
.menu ul li.widget ul {
	margin: 0 0 0 10px;
	padding: 0;
	background-color: #CCC8E0;
	list-style: square inside;
}
.menu ul li.widget ul li {
	padding: 2px 0 2px 8px;
	margin: 0;
}
.menu ul li.widget ul li ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: circle inside;
}
.menu ul li.widget ul li ul li {
	padding: 2px 0 2px 8px;
	border-bottom: none !important;
	padding: 0;
}
.menu ul li.widget h3 {
	padding: 2px 0 3px 15px;
	margin: 0;
	color: #FFF;
	background-color: #022268;
	line-height: 22px;
	letter-spacing: 2px;
	font: 800 small-caps 120% arial, verdana, sans-serif;
}
.menu ul li h3 a {
	color: #FFF;
	font-weight: 800;
}
.menu ul li h3 a:hover, .menu ul li h3 a:focus {
	color: #CCC;
	text-decoration: none;
}
#search h3 {
	background: #022268 url(images/rlibg.jpg) no-repeat left top;
}
#categories h3, #mycategoryorder h3 {
	background: #022268 url(images/vilibg.jpg) no-repeat left top;
}
#links h3 {
	background: #022268 url(images/jlibg.jpg) no-repeat left top;
}
#pages h3 {
	background: #022268 url(images/jlibg.jpg) no-repeat left top;
}
#archives h3 {
	background: #022268 url(images/blibg.jpg) no-repeat left top;
}
#tags h3 {
	background: #022268 url(images/rlibg.jpg) no-repeat left top;
}
#calendar h3 {
	background: #022268 url(images/vlibg.jpg) no-repeat left top;
}
.menu form {
	display: block;
	margin: 0px;
	padding: 4px;
}
.menu input {
	margin: 3px 0;
	font-size: 90%;
}
li.widget .textwidget, li.widget #search {
	padding: 2px 5px;
}
/* Calendar styles */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	text-align: center;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	background-color: #CCCCFF;
	font-weight: bold;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
}
#wp-calendar th {
	color: #FFFFFF;
	background-color: #06367A;
}
#footer a {
	font-weight: 100;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
