@charset "utf-8";
/*
Theme Name:molspace
Theme URI:
Description:montheme
Version:1
Author:Moi
Author URI:http://vinonet.org/

*/

/* CSS Reset
-----------------------------------------*/
html{
	font-size:100.01%; /* This odd 100.01% value for the font size compensates for several browser bugs. */
}
.tab1 {
	font-size: 10px;
}
html, body, form, fieldset{margin:0; padding:0}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{margin:0 0 1em 0; padding:0}
li, dd, blockquote{margin-left:1em}
form label{cursor:pointer}
fieldset, select{border:none}
input, select, textarea{font-size:100%; font-family:inherit}
*{margin:0}
a, object, :focus {outline:none}
/* End Reset */

/* styles gnraux*/
a:link{color:#0557A8}
a:hover, a:active{color:#0557A8}
a:visited{color:#000}
.clear{clear:both; height:0px; margin:0px; padding:0px}
.centerContent{width:950px; margin-right:auto; margin-left:auto; font-family:Arial,Helvetica,sans-serif; font-size:14px; color:#FFF}
img.alignright{padding:5px; float:right; margin-top:5px; margin-right:0; margin-bottom:2px; margin-left:5px; border:1px solid #CCC}
img.alignleft{padding:5px; float:left; margin-top:5px; margin-right:5px; margin-bottom:2px; margin-left:0; border:1px solid #CCC}
.alignright{float:right}
.alignleft{float:left}
.alignnone{float:none}
.aligncenter{display:block; margin-left:auto; margin-right:auto}
.floatright{float:right}
.floatleft{float:left}
.attachment-medium, .attachment-thumbnail{border:1px solid #CCC; padding:5px; background-color:#FFF}
p.attachment {text-align:center;}
.divider{background-image:url(images/divider.gif); background-repeat:repeat-x; background-position:bottom; height:4px}
.navigation{background-color:#FFF; height:50px; padding-top:15px}
.navigation a{font-family:Georgia,"Times New Roman",Times,serif; font-style:oblique; font-weight:bold; text-decoration:none}
blockquote{background-image:url(images/bquote.jpg); background-repeat:no-repeat; background-position:left top; font-size:19px; padding-top:21px; padding-left:26px; font-family:"Times New Roman",Times,serif; line-height:160%; letter-spacing:1px; min-height:80px}
code{background-color:#e2effb; padding:8px; border:1px solid #4a637a; overflow:auto; display:block}
pre{font-family:"Courier New",Courier,monospace; font-size:12px; color:#960; overflow:scroll; background-color:#EEE; border:1px solid #CCC; padding:8px; width:490px}

/* BODY */
body {
	background-image:url(images/bg-dark.jpg); 
	font-size:13px; 
	font-family:Arial,Helvetica,sans-serif; 
	margin:0px; padding:0px; 
	background-repeat:no-repeat; 
	background-position:center top; 
	padding-top:0px; 
	padding-right:0px; 
	padding-bottom:20px; 
	padding-left:0px; 
	margin:0px; 
	background-attachment:fixed;
}

/* PAGE */
#page{
	width:950px; 
	margin-right:auto; 
	margin-left:auto; 
	margin-bottom:15px; 
	position:relative
}
#page #load{
	position:absolute; 
	top:10px; 
	right:15px
}

/*HEADER*/
#header{
	height:130px; 
	position:relative
}
#header h1{
	color:#FFF; 
	font-size:35px; 
	width:580px; 
	margin:0px; 
	padding-top:50px; 
	padding-right:0px; 
	padding-bottom:0px; 
	padding-left:0px; 
	float:left; 
	position:relative
}
#header h1 a{
	color:#FFF; 
	text-decoration:none; 
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-weight:normal; 
	margin:0px; 
	padding:0px
}
#header h3.slogan{
	color:#FFF;
	margin:0px; 
	padding:0px; 
	width:580px; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size:10px; 
	text-transform:uppercase; 
	letter-spacing:2px; 
	clear:left; 
	float:left; 
	font-weight:normal
}
#header #rssfeeds{
	width:320px; 
	height:25px; 
	position:absolute; 
	top:35px; 
	right:5px
}
#header #rssfeeds a{
	background-repeat:no-repeat; 
	background-position:left 1px; 
	padding-left:28px; 
	color:#FFF; 
	text-decoration:none; 
	padding-top:4px; 
	padding-bottom:4px; 
	margin-right:16px
}
#header #rssfeeds a:hover{
	text-decoration:underline
}
#header #rssfeeds a.feedrss{
	background-image:url(images/icon-rss.png)
}
#header #rssfeeds a.feedemail{
	background-image:url(images/icon-email-rss.png)
}
#header #searchheader{
	height:45px; 
	width:330px; 
	position:absolute; 
	top:65px; right:0
}
#header #searchheader .searchform{
	text-align:right
}
#header #searchheader input{
	border:0; color:#999; 
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; 
	font-size:13px; 
	width:250px; 
	padding-top:4px; 
	padding-right:3px; 
	padding-bottom:4px; 
	padding-left:3px; 
	background-image:url(images/trans-box.png); 
	background-repeat:no-repeat; 
	background-color:transparent
}
#header #searchheader .searchsubmit{
	color:#EEE; 
	background-image:url(images/trans-box.png); 
	background-repeat:no-repeat; 
	background-color:transparent; 
	width:65px; 
	cursor:pointer
}
#nav{
	width:580px; 
	float:left; 
	clear:left
}
#nav ul{
	margin:0px; 
	padding:0px
}
#nav li{
	display:inline; 
	list-style-type:none
}
#nav a{
	-moz-border-radius-topleft:6px; 
	-khtml-border-top-left-radius:6px; 
	-webkit-border-top-left-radius:6px; 
	border-top-left-radius:6px; 
	-moz-border-radius-topright:6px; 
	-khtml-border-top-right-radius:6px; 
	-webkit-border-top-right-radius:6px; 
	border-top-right-radius:6px; 
	background-image:url(images/nav-back.png); 
	text-align:center; 
	display:block; 
	width:auto; 
	float:left; 
	margin-right:4px; 
	padding-top:8px; 
	padding-right:12px; 
	padding-bottom:8px; 
	padding-left:12px; 
	background-position:left top
}
#nav a:link, #nav a:visited{
	color:#FFF; 
	font-family:Arial,Helvetica,sans-serif; 
	text-decoration:none; 
	font-size:12px
}
#nav  a:hover, #nav  a:active, #nav  .current_page_item a{
	background-image:url(images/nav-back.png); 
	background-position:left bottom
}
#nav .current_page_item a{
	font-weight:bold
}

/*contain*/
#contain{}

/*LEFT*/
#left{
	float:left; 
	width:610px
}

/*RIGHT*/
#right{
	float:right; 
	width:330px
}
#right .credits{text-align:right; text-transform:uppercase; font-size:10px; padding-top:15px; padding-bottom:15px}
#right .credits a{font-family:Arial,Helvetica,sans-serif; font-size:10px; text-transform:uppercase; text-decoration:none}
#right .credits a:hover{text-decoration:underline}
#right .credits em{font-family:Georgia,"Times New Roman",Times,serif; text-transform:lowercase; font-style:italic}
/*SIDEBAR*/
#sidebar{
	background-color:#FFF; 
	background-image:url(images/side-bg.jpg); 
	background-repeat:no-repeat; 
	background-position:left top; 
	padding:10px; 
	position:relative
}
#sidebar ul{
	margin:0px; 
	padding:0px
}
#sidebar li{
	list-style-type:none; 
	margin-top:25px; 
	margin-bottom:45px; 
	padding:0px
}
#sidebar li li{
	margin:0px; 
	background-image:none; 
	padding:0px
}
#sidebar h2{
	font-size:17px; 
	font-weight:normal; 
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-style:italic; 
	color:#416895; 
	width:auto; 
	margin-top:20px; 
	margin-right:0px; 
	margin-bottom:10px; 
	margin-left:0px; 
	padding-right:4px; 
	background-image:url(images/divider.gif); 
	background-repeat:repeat-x; 
	background-position:right 10px
}
#sidebar h2 span{
	background-color:#FFF; 
	padding-right:4px
}
#sidebar .profilepic{
	background-image:url(images/profile-pic-bg.png); 
	background-repeat:no-repeat; 
	background-position:center top; 
	height:133px; width:120px; 
	padding-top:28px; 
	padding-left:22px; 
	float:right; 
	position:absolute; 
	top:-15px; 
	right:-15px
}
#sidebar .profilebox{
	width:60%;
}
#sidebar .profilebox p{
	font-size:12px; 
	line-height:140%; 
	color:#736357
}
#sidebar .profilebox h2{
	color:#998675; 
	margin-top:0px; 
	margin-right:0px; 
	margin-bottom:3px; 
	margin-left:0px
}
#sidebar h3.profilename{
	padding:0px; 
	font-size:27px; 
	color:#975201; 
	font-style:oblique; 
	font-family:"Arno Pro",Arial,sans-serif; 
	font-weight:normal; 
	margin:0px
}

#sidebar .widget ul{
	margin:0px; 
	padding:0px
}
#sidebar .widget ul ul{
	margin-left:5px; 
	padding:0
}
#sidebar .widget li{
	margin:5px; 
	padding:0
}
#sidebar .widget li li{
	margin-bottom:5px; 
	padding:0
}

/* calendar */
#wp-calendar {
	border: 2px solid #9CF;
	font-weight:normal; 
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-style:italic; 
	color:#416895;
}

.widget_calendar caption {
	background: none;
	margin-bottom: 6px;
	font-size:17px; 
	font-weight:normal; 
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-style:italic; 
	color:#416895; 
}
.widget_calendar th, td {
	padding: 1px 0 1px 12px;
	margin: 0;
}
.widget_calendar thead th {
	background-color: #9CF;
	font-weight: normal;
	text-align:center;
}
.widget_calendar tbody td a {
	background-color: #9CF; 
	padding: 2px 1px;
	color: #2E2E2E;
	text-decoration:none;
}
	.widget_calendar tbody td a:hover {
		background-color: #464646;
		color:#FFF;
	}
.widget_calendar tfoot td {
	padding-bottom: 1em;
}
/*MAIN*/
#home #main .post{
	background-image:url(images/meta-deco.gif); 
	background-repeat:no-repeat; 
	background-position:right bottom; 
	padding-bottom:25px
}
#main{
	background-color:#FFF; 
	padding-top:20px; 
	padding-right:15px; 
	padding-bottom:20px; 
	padding-left:15px; 
	background-image:url(images/feat-bg.jpg); 
	background-repeat:no-repeat; 
	background-position:right top; 
	overflow:hidden
}
#main .post{
	padding-top:15px; 
	padding-bottom:15px
}
#main .title{
	padding:0px; 
	margin-top:0px; 
	margin-right:0px; 
	margin-bottom:5px; 
	margin-left:0px; 
	text-align:center
}
#main .title a, #main .title a:link{
	color:#333;
	text-decoration:none; 
	font-family:"Times New Roman",Times,serif; 
	font-size:38px; 
	font-weight:normal
}
#main h3{
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-size:19px; 
	font-style:oblique; 
	font-weight:bold; 
	color:#0557A8
}
#main .meta{
	margin-bottom:5px; 
	color:#0557a8; 
	font-size:10px; 
	text-transform:uppercase; 
	letter-spacing:2px; 
	text-align:center; 
	padding-top:6px
}
#main .meta em{
	font-family:Georgia,"Times New Roman",Times,serif; 
	text-transform:lowercase; 
	color:#999
}
#main .meta .printicon{}

#main .mainbody{
	color:#333; 
	line-height:150%; 
	font-size:14px; 
	text-indent:9px; 
	margin-top:18px; 
	margin-bottom:10px
}
#main .mainbody img{
	max-width:560px
}
#main .mainbody img.wp-smiley,#sidebar img.wp-smiley{
	border:0; 
	padding:0; 
	margin:0
}
#main .mainbody a img, #main .mainbody img{
	border:1px solid #CCC; 
	padding:5px
}
#main .postmeta{
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-size:10px; 
	color:#666; 
	text-align:center; 
	text-transform:uppercase; 
	margin-top:15px; 
	margin-bottom:35px; 
	background-image:url(images/meta-deco.gif); 
	background-repeat:no-repeat; 
	background-position:right bottom;
	padding-bottom:25px
}
#main .metadeco{
	background-image:url(images/meta-deco.gif); 
	background-repeat:no-repeat; 
	background-position:right bottom; 
	display:block
}
#main .tags{
	background-image:url(images/icon-tag.jpg); 
	background-repeat:no-repeat; 
	background-position:left 2px; 
	padding-left:16px; 
	font-size:10px; 
	text-transform:uppercase
}
#main .postpages{
	background-image:url(images/icon-page.jpg); 
	background-repeat:no-repeat; 
	background-position:left 2px; 
	padding-left:16px
}
#postfooter{
	background-color:#333; 
	padding:16px
}
#postfooter a{
	background-image:url(images/icon-top.gif); 
	background-repeat:no-repeat; 
	background-position:right 2px; 
	padding-right:22px; 
	padding-top:3px; 
	padding-bottom:3px
}
#postfooter a:link, #postfooter a:visited{
	color:#CCC; 
	text-decoration:none; 
	font-size:10px; 
	text-transform:uppercase
}
#postfooter a:hover, #postfooter a:active{
	color:#FFF; background-position:right top
}
#left .comlink{
	font-family:Georgia,"Times New Roman",Times,serif; 
	font-size:11px; 
	letter-spacing:0px
}
#left .comlink a, #left .comlink a:link{
	background-image:url(images/icon-comment.gif); 
	padding-right:17px;
	background-repeat:no-repeat;
	background-position:right; 
	text-decoration:none; color:#615143
}
#left .comlink a:hover{
	color:#999
}
#left .comlink a:visited{
	color:#000
}
.spot_alpha{
	background-image:url(images/divider.gif); 
	background-repeat:repeat-x;
	background-position:top; 
	clear:both;
	padding-top:10px;
	padding-bottom:10px
}
#left .editpost a{
	text-decoration:none
}
#left .copyright{
	color:#EEE; 
	font-size:10px; 
	padding-top:10px; 
	padding-bottom:10px
}
