/* CSS Document */
body{
text-align:center;
background-color:#FFF;
margin:0;
padding:0;
background:url(/images/body_bg.gif) repeat-y 50% 0;
color:#7f7f7f;
font-family:Arial, sans-serif;
font-size:10pt;
}
#maincontainer{
margin:auto;
text-align:left;
width:723px;
height:auto;
padding: 0 0 25px 0;
background:url(/images/maincontainer_bottom.gif) #e4e4e2 repeat-x bottom;
}
#header{
top:0px;
padding-top:6px;
position:relative;
width:100%;
height:76px;
voice-family:"\"}\"";
voice-family:inherit;
height:70px;
background:url(/images/header_bg.gif) repeat-x top;
}
#header img{
position:absolute;
top:5px;
left:15px;
}
#header #menu{
position:absolute;
right:10px;
top:28px;
list-style:none;
}
#header #menu li{
display:inline;
margin:0 7px 0 0;
}
#header #menu a{
color:#7f7f7f;
font-weight:bold;
text-decoration:none;
}
#header #menu a:hover{
color:#7f7f7f;
text-decoration:underline;
}
#header #menu a:visited{
color:#7f7f7f;
}
#banner{
padding:2px 0 2px 0;
width:100%;
text-align:center;
background-color:#FFF;
}
#subheader{
height:40px;
padding:0;
margin:0;
width:100%;
background:url(/images/subheader_bg.gif) repeat-x;
}
#content{
width:100%;
background:url(/images/subheader_bg.gif) #fff repeat-x top;
margin:0;
height:auto;
}
#content table{
margin:8px 6px;
padding:1px;
background-color:#FFF;
}
#content thead{
background:url(/images/table_header_bg.gif) #fff repeat-x;
height:25px;
font-weight:bold;
vertical-align:middle;
}
#content thead td{
padding:0 10px;
}
#content tbody td{
padding:5px 10px;
vertical-align:top;
}
#content a{
color:#322B46;
}
.title{
font-weight:bold;
}
.bold_contact{
font-size:14px;
font-weight:bold;
}
#footer{
height:30px;
background:url(/images/footer_bg.gif) repeat-x bottom;
color:#cecece;
text-align:right;
position:relative;
font-size:9px;
}
#footer span{
position:absolute;
bottom:3px;
right:8px;
}
#music_player{
margin:20px 0 20px 20px;
float:right;
}


/* -------- Nouveaux Styles ------------------------------------------------ */

h1{
	font-size:14pt;
	color:#05386b;
}

.tags, .date, .back_link {
font-size:0.75em !important;
}
.tags{
margin-top:10px;
}

.date{
margin-bottom:10px;
}

.post_image{
border:1px solid black;
margin-right:10px;
}

.post_image_float{
float:right;
margin-right:80px;
}

label{
font-weight:bold;
}

.edit_bar{
margin:10px 0;
}

h3.right_column{
margin-top:20px;
font-size:0.8em;
}

h4.date_title{
margin:0;
}

ul.city_list{
list-style:none;
margin:0;
padding:0;
}
ul.date_list li{
margin:2px 0;
padding:0;
}


ul.archive{
list-style:none;
margin:10px 0 0 0;
padding:0;
}
ul.archive ul{
list-style:none;
margin:5px 0 10px 10px;
padding:0;
}
ul.archive ul li ul{
list-style:none;
margin:5px 0 10px 0;
padding:0;
}


div.clear {clear:both; height:1px; overflow:hidden;}

/* -------- Tag Cloud Styles ----------------------------------------------- */


.css1 { font-size: 0.7em; }
.css2 { font-size: 0.9em; }
.css3 { font-size: 1.1em; }



/* -------- Style for articles --------------------------------------------- */

#articles{
	padding:0;
	background-color:#d7d7d7;
	border:1px solid #9a9a9a;
	font-family:Arial, Helvetica, sans-serif;
}
	.article_body{
		padding:10px;
		margin-bottom:15px;
	}
	.article_body_inactive{
		padding:10px;
		margin-bottom:15px;
		border:1px solid red;
	}
	h3{
		margin:5px 0 0 0;
		color:#05386b;
	}
	p{
		margin:0 0 15px 0;
	}
	h2{
		font-size:12pt;
	}

