/*  
	Theme Name: FHOSQ v2
	Theme URI: fhosq.org
	Description: By Eric St-Pierre
	Tags: corporate, clean, business look, menu, drop down menu, picture rotator, randomize picture, fixed width, two columns, valid XHTML, simple, blue, widgets, widget ready, 2columns, right sidebar, gravatars
	Version: 2.0.1
	Author: ericstp
	Author URI: http://www.5pir.com

*/


div.mp-container, div.MailPress div.mp-formdiv { 
        position:relative; 
} 

div.mp-loading, div.MailPress div.mp-message  { 
        position:absolute; 
        opacity:0; 
} 

// IE7 
div.mp-loading, div.MailPress div.mp-message { 
        filter:alpha(opacity=0); 
} 

// IE8 
.mp-loading { 
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
} 


body {
	font-family: calibri,Verdana,Tahoma,Arial, Helvetica; 
	text-decoration: none;
	font-size: 12px;
	background: #EAEAFD url(images/fond.jpg) repeat-x;
	margin: 0 10px;
	padding: 5px;
	color: #505050;
}

h1 {
	color: #101010;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}


h2,h3,h4 { /* #CAC332; */
	font-weight: bold;
	color: #101010;
}

a, a:visited  {
	font-weight: bold;
	color: #030330;
	text-decoration: none;
}

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

#principal {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#entete {
	background: url(images/fond_entete.png) no-repeat 0 bottom !important;
	background: url(images/fond_entete.gif) no-repeat 0 bottom;
	height: 70px;
	margin:  0px;
	padding: 10px 25px;
}
#entete_for_print {
	display: none;
}
#pieddepage {
	padding: 8px 25px 10px;
	background: url(images/fond_contenu.png) repeat-y !important;
	background: url(images/fond_contenu.gif) repeat-y;
	text-align: right;
	/*font-size: 0.6em;*/
	vertical-align: top;
	margin: 0;
	border: 0px solid #ff0000;
}

#pieddepage_bordure {
	margin: 0;
	padding: 0px;
	background: url(images/fond_piedepage.png) no-repeat !important;
	background: url(images/fond_piedepage.gif) no-repeat;
	height: 125px;
}


#logos {
	float: right;
}

#titre {
	float: left;
	color: #102030;
	padding-left: 12px;
	font: bold 1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#rechercher {
	text-align: right;
	vertical-align: bottom;
}


input[type="submit"], .bouton {
cursor:pointer;
border:outset 1px #ccc;
color:#666;
font-size:  0.7em;
font-weight:bold;
	background: #DDDDDD url(../images/boutonbg.gif) repeat-x left top;
	padding: 2px 3px;
}


/*BARRE DE MENU*/

#barre_de_menu {
	background: url(images/fond_contenu.png) repeat-y !important;
	background: url(images/fond_contenu.gif) repeat-y;
	padding:  0px;
	margin:  0px;
	height: 30px;
}

#items_de_menu {
	background: #203050;
	width: 820px;
	margin-left:  auto;
	margin-right:  auto;
	margin-bottom: 0px;
	padding:  0px;
}



/*Main Navbar*/ 

#nav {
	font-size: 8pt;
	text-align: left;
	list-style:  none;
	padding-left:  2px;
	padding-top: 2px;
}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	margin-left: 0px;
	margin-top: 0px;
	height: 25px;
}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	background: #203050; /*background colour*/
	border-right: 1px solid #102030; /*border colour*/
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:#C2BD3B; /*4E4F53 mover over*/
	text-decoration:none
	}	
	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 100px;
	list-style: none;
	margin-left: -40px;
	margin-top: 0px;

	}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #203050;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {
	background:#C4BE38; /* 5d6013; */
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}




img.alignleft {
        float: left;
        margin:0 10px 5px 0;

}

img.aligncenter {
        margin-top:10px;
        margin-bottom:10px;
        display: block;
        margin-left: auto;
        margin-right: auto;

}

img.alignright {
        float: right;
        margin:0 0 5px 10px;

}




p {	
	margin: 15px 0;
	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	font-style:italic;
	background:#fffff;
	padding:0 0 0 4px;
	}
	
.smalllatest {
	font-size: 0.95em;
	font-style:italic;
	background:#fffff;
	padding:4px 0 0 4px;
	}	
	
.postlink{
	font-size: 0.95em;
	background:#fffff;
	padding-top:15px;
	}	

img, a img, a:link img, a:visited img {
	border: 1px solid transparent !important;
	border: 0px;
	behavior: url(/wp-content/themes/fhosq-2.0/iepngfix.htc); 
}


a:hover img {
	border: 1px solid #C4BE38 !important;
}
		
/* Structure */
#contenu, #content {
	background: url(images/fond_contenu.png) repeat-y !important;
	background: url(images/fond_contenu.gif) repeat-y;
	margin:  0px;
	padding: 10px 35px 60px 30px;
	height:  100%;
	clear: both;
}


#article {
	width: 560px;
	float: left;
}

#sidebar {
	width: 180px;
	font-size:8pt;
	float: left;
	margin-left: 45px;
}

	
#browse-select {
	font-size:7pt;
}

/*Css for the index page*/
	
#welcomebar{
	background:#ffffff;
	padding-right:8px;
	margin:20px 0 0 10px;
	height:160px;
	width:200px;
	float:right;
	}
		
#accueil_main{
	background:#ffffff;
	padding: 5px 25px 0 10px;
	margin:10px 0 0 10px;	
	width: 505px;
	font-size:9pt;
	float: left;
	}

#accueil_photo {
	border: 1px dotted #C4BE38;
	
}

#accueil_sidebar{
	/*	background:#000;*/
	/*	background:url(images/pic.jpg) no-repeat left ;*/
		width:200px;
		/*height:285px;*/		
		margin:20px 10px 20px 0px;
		float: right;
		}
		
	
/*end of Css for index page*/

#sidebar ul {
		padding: 0px;
}

#sidebar li, #accueil_sidebar li
{
	list-style:none;
	margin:0px 0px 0px 0px;
	background:url(images/cledesol.gif) no-repeat;
	background-position:top left;
	padding: 0px 0px 4px 20px;
}

#contenttitle {
	float:left
	width:530px;
	margin: 0px;
	padding: 10px 0px 0px 8px;
	
	}	
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#F8F8FA; /*background*/
	display:block;
	padding:4px 4px 4px 8px;
/*	border-left:4px solid #DEDFE1;*/
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#EE00FE;
	text-decoration:none;
	color: #E13333;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
	
	
/* MailPress */

.MailPressFormEmail, .MailPressFormName {
	font-size: 0.8em;
	width: 90px;
	
}	

/*sidebar colour*/

#sidebar h3, #sidebar h2 {
	padding:6px 0 4px 0px;
	margin:5px 0 5px 0;
	font-size:1em;
	}

.sideblock h3 {
	color: #99942c;
	font-size: 1em;
}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
h5 {
	font: 2.3em;
	padding-bottom:8px;
	margin: 12px 0;
	}	

.singlepage {
	font-weight: bold;
	padding-top:15px;
	font-size: 22pt;
	text-align: left;
	color: #2f4396;
}

.singlecomment {
	font-size: 0.95em;
	font-style:italic;
	background:#fffff;
	padding:4px 0px;
}	
	
	
/* Content */


#sidelist li {
	list-style:none;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-top:5px;
	text-align:justify;
	font-size:9pt;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/*Calendar*/
.contentdate {
	background: #FFFFFF url(images/calendar.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
	
.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}

#contentmiddle {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 0px;
	display: inline;
	}
	
#contentmiddle ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

.postspace {
	background: #EFEFEF url(images/spacer.gif);
	width: 530px;
	height: 10px;
	margin-top: 15px;
	padding: 0px;
	}

/*Post*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
/*Search*/

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
	}

#searchform {
	/*background: url(images/searchform-bg.png) no-repeat right bottom;*/
	height: 37px;
	width: 100%;
}

#searchform #s{
	/*background: #ffffff url(images/form-field-bg.gif) no-repeat ;*/
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	color: #999999;
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
}

#searchform #searchsubmit { 
	background: url(images/search-btn.gif) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}	

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/

.avatar {
        float:right;
        padding:0;
        margin:5px;

}

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	
.mycomments 
{
	background:url(images/comments.gif) no-repeat left center;
	padding-left:20px;
}
	
/*posting icon*/	
.myposts 
{
	background:url(images/posting.gif) no-repeat left center;
	padding-left:16px;
}

.myedits
{
/*	background:url(images/edit.gif) no-repeat left center;*/
	padding-left:10px;
}

/* Float Properties*/

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

.clearfloat {
	display:block
	}
	
/* Footer*/

#footer {
/*background: #F3F3F4;*/
background: #dddddd;
clear:both;
height:20px;
padding:5px;
text-align:right;
color:#000000;
font-size:0.7em;
border-width:1px 0 0 0;
border-style:solid;
border-color: silver;
}

#recentpost {
	padding: 10px 25px 5px 5px;
	margin:10px 0 20px 20px;
	text-align:justify;
	float: left;
	font-size:8pt;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
	width:500px;
	background-color:#eefeee;
}
	
#recentpost li {
	padding-left: 0px;
	margin-left: 20px;
	list-style-image:url(images/mini-comments.gif);
}

#recentpost a:hover {
	text-decoration: underline;
}

#recentposttitle {
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:#cccccc;
	width:420px;
}

#bottombar {
	clear:both;
	color: #666666;
	overflow: hidden;
	background-color:#FFFFFF;	
	/*border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #102040;*/
}

#bottombar li {
	list-style-type:square;
	padding-left: 0px;
	margin-left: 20px;
}

#bottombar li a:link {
	display:block;
	padding:5px;
	color: gray;
}

#bottombar li a:visited {
	display:block;
	padding:5px;
	color:gray;
}

#bottombar li a:hover {
	display:block;
	background: #C4BE38;
	color:white;
}


#categoryx {
	padding: 0px 5px 10px 5px;
	width:200px;
	float:left;
	font-size:8pt;
}


#nosliens {
	width: 100%;
	text-align: left;
	clear: both;
	margin-left:  0px;
}

#nosliens ul {
	list-style: none;
	line-height: 1;
	margin-left: 0px;
	margin-top: 0px;
	border:none;
	font-size: 0.8em;
}

#nosliens a, #nosliens a:hover {
	display: block;
	text-decoration: none;

	}

#nosliens li {
	float: left;
	list-style:none;
	width: 100px;
	margin-left: 0;
}

#nosliens li ul {
	margin-left:  -30px;
}


#nosliens li li {
	width: 100px;
	list-style:none;
}




#partenaires {
	width: 100%;
	text-align: left;
}


#partenaires img {
	border:  1px solid #FFFFFF;
}


#partenaires img:hover {
	border:  1px solid #C4BE38;
}


#blogroll {
	padding: 0px 5px 10px 5px;
	width:150px;
	float:left;
	font-size:8pt;
}

#write_by {
	padding-top: 2px;
}

.bottombartitle{
	/*color: #919191;*/
	margin: 10px 0 0 0;
	border-bottom: 1px solid #102040;
	font-style: normal;
	line-height: 100%;
	font-size: 1.2em;
}

.sideblock
{
	margin-bottom: 20px;
	background-color: #FAFAFA;
	border: 1px solid #F0F0F0;
	padding: 0px 10px;
}

.sideblock ul {
	padding-left: 15px;
}

.sideblock a {
	font-weight: normal;
	font-style: normal;
}

#singlecat li {
	float:left;
	list-style-type:none;
}

#singlepostin {
	float:left;
}

#singlepostwrapper {
	padding: 0px 0px 10px 0px;
	font-size:8pt;
}
