/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2
	LAST MODIFIED:    June-05-2007
 *******************************************/
 @import url("../../rsc/css/basic.css");	/* Import basic styles */
 @import url("../../rsc/css/img.css");	/* Import standard image styles */
 @import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
 @import url("../../rsc/css/forms.css");	/* Import default form styles */
 @import url("../../rsc/css/comments.css");	/* Import default comment styles */
 @import url("../../rsc/css/mondomixmenu.css");	/* Import default comment styles */

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { padding: 0; margin: 0; }
body{ /*AD*/

}
#wrap {
	margin: 0; 	padding: 5px;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	/*background: #FFF url('img/bg.jpg') repeat-x;*/ /*AD*/
	text-align: center;
	
}

/* links */
a {
	background: inherit;
	color: #333333;/*AD*/
	text-decoration: none;
}
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 {
	font-size: 1.4em;
	color: #000;
}
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 5px 15px;
}
ul, ol {
	margin: 1px 10px;
	padding: 0 15px;
}


.bText{
	font-size: 1.2em;
	line-height: 1.2em;
}
/* images */
.bText img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;

}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;
  	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #72A545;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
}


/* form elements */
form {
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:360px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	background: #FFF url(gradientbg.jpg) repeat-x;
	padding: 2px 3px;
	color: #333;
	border: 1px solid #DADADA;
}
/* search form */
form.search {
	background-color: transparent;
	border: none;
	padding: 0;
}
form.search p { margin:0; padding: 0; }
form.search input.SearchField {
	width: 195px;
	color: #333;
	height: 20px;
	padding: 2px;
	margin-bottom: 5px;
	vertical-align: top;
}
form.search input.SearchButton {
	font: bold 12px Arial, Sans-serif;
	color: #333;
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 980px;

}
#header-content table{

background:#000;
}
/* header */
#header {
	text-align: left;
	height: 80px; /*AD*/
		/*border-top: 1px solid #000;*/ /* IE7 vertical placement */ /*AD*/
	
}
#header-content {
	padding: 0;
	position: relative;
	background-color: #FFFFFF;/*AD*/
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.btitle{
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.separ{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-style: none;
	border-top-color: #666666;
}




#header-content .widget_core_coll_tagline {
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin-top: -10px;
	padding: 0;
	color: #666666;
	/*background-color: #FF99FF;*/
	clear:both;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}
#content-wrap .widget_core_coll_title h1 a {
	font: bold 60px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #000000;
	padding: 0;
	text-decoration: none;
		
}

#content-wrap .widget_core_coll_tagline {
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin-top: -10px;
	padding: 0;
	color: #666666;
	/*background-color: #FF99FF;*/
	clear:both;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}

/* header menu */
div.PageTop {
	float: right;
}

div.top_menu ul {
	position: absolute;
	right: 0px;
	bottom: 6px;
}

#header-content ul {
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}
#header-content li a.selected  {
	background: #65944A;
	color: #FFF;
}

/* header photo */
.headerphoto {
	width: 900px;
	height: 25px;
	/*background-color: #FFFF00;*/
	/*background-image: url(img/headerphoto.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;/*
	/*border: 1px solid #333333;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.mondomixtop{
	padding: 5px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 34%;
	margin: 0 0 10px 0; 
padding:5px;
}
#sidebar h1 {
	padding: 0px;
	margin: 0;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
padding:5px;
}


#sidebar img {
  border: none;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
/*#sidebar ul.sidemenu ul li {

}*/
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	/*height: 1.5em;*/
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #000;
	color: #000;
}
#sidebar ul.sidemenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

/* main */
#main {
	float: left;
	width: 64%;
	margin: 0 0 10px 0; padding: 0;
}
#main h3.bTitle {
	/*border-bottom: 1px solid #f2f2f2;*/
	font: normal 2.5em 'Trebuchet MS', Tahoma, Sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main ul li {
	list-style-image: url('img/bullet.gif');
}

.post {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #000;	/*background: #FFF url('img/gradientbg.jpg') repeat-x;
	border: 1px solid #EFEDED;*/
}
.post p{
padding:0px;
margin:0px;
}
.post img{
	max-width:500px;
height:auto;
	margin: 10px;
	
}
.post .post-footer {
	/*border: 1px solid #f2f2f2;*/
	font-size: 95%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.post .post-footer img {
 /* margin: 3px;*/
}
.post .post-footer .date {
	/*background: url('img/clock.gif') no-repeat 0 center;*/
	padding-left: 10px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('img/comment.gif') no-repeat 0 center;
	padding-left: 10px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('img/page.gif') no-repeat 0 center;
	padding-left: 10px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
	color: #777;
}
#footer-content a {
	text-decoration: none;
	color: #777;
}
#footer-content a.contact_link {
	text-decoration: underline;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

#sidebar .widget_core_coll_xml_feeds ul.sidemenu li a {
  display: inline;
}

table.bCalendarTable {
  font-size: 85%;
}
td.bCalendarCell, td.bCalendarLinkPost, td.bCalendarEmptyCell {
  width: 5.5ex;
}



.topimageblog img{
width:980px;
}

a.MXBTBlog{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	display: block;
	width: 323px;
	padding: 5px;
	margin:0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

/*-------------------------------------------MONDOMIX FOOTER--------------------*/

/*
Copyright (c) 2009, Mondomix! Inc. All rights reserved.
*/
#footermx{
width:980px;
background:#000;
margin-right:auto;
margin-left:auto;
padding:20px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
}
#footermx strong{
 font-size: 10px;
}

.rightb{
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-right:5px;
	margin-right:10px;
}

#footermx div.footeritem{
float:left;
display:block;
width:145px;
min-height:300px;
}
#footermx div.lastlline{
min-height:180px;
}

#footermx div.footeritem ul{
	list-style-position: inside;
	list-style-type: none;
}

#footermx div.rubrique{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C06;
	text-decoration: none;
}
#footermx a{
font-size: 10px;
	color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;!important
	text-decoration: underline;
}
#footermx a:hover{
	color: #FFFFFF;
}

#footermx div.footeritembig{

float:left;
display:block;
width:800px;
}
#footermx div.footeritembig ul{ display:inline;	list-style-type: none;}
#footermx div.footeritembig ul li{
	display:inline;
	margin-right:10px;
	
	
}
#footermx  li {margin-bottom:3px;}
#footermx div.footeritembig ul li a{ font-size: 10px;}
#footermx div.footeritembig div.rubrique{float:left;padding-right:10px}
ul.equipe{
list-style-type: none;
}
ul.equipe a{
font-weight:bold;
}

ul.equipe li{
margin-bottom:5px;
}

ul.listpartenaire a{
display:block;
text-decoration:none;
width:300px;
padding:10px;

}

ul.listpartenaire{
list-style-type: none;
display:inline;
}
ul.listpartenaire li{
display:inline;
float:left;
}


#RAds{
	background:#F5F5F5;
text-align:center;
padding-top:10px;
padding-bottom:10px;
width:100%;
	
}


/* ------------------DONATE --------------------*/
/*
body{
	background-position: 0 99px;	
}
#BD_DONATE{
	width:100%;
	height:99px;
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
	background-image: url(/images/donate/bg_bandeau.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.donatelogo{margin-bottom:5px}
#BD_DONATE a{display:block;width:100%;height:100%;color:#FFF!important;text-decoration:none}
#BD_DONATE h1{display:inline;font-weight:bold;font-size:20px;color:#FFF!important;margin:0;padding:0;}
#BD_DONATE h2{display:inline;font-weight:bold;font-size:15px}
#donatecontent{
margin-left:auto;
margin-right:auto;
width:995px
	
}
#donatetext{float:left;width:450px;margin-left:10px;margin-top:10px;}
#donatebut{float:left;width:200px;height:25px;background-image: url(/images/donate/bandeaubgbut.png);
	background-repeat:no-repeat;
	margin-top:30px;

	color:#000;
	font-weight:bold;	
	text-align:center;
	font-size:15px;
	padding-top:10px;
	}
#allcontent{
margin-top:99px;	
}*/

/* CSS Document */
body{
	background-position: 50% 40px!important;	
}
#BD_DONATE{
	width:100%;
	height:40px;
	position:absolute;
	left:0;
	top:0;
	z-index:10000;
	background-image: url(http://www.mondomix.com/images/donate/bg_bandeau.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.donatelogo{margin-bottom:5px}
#BD_DONATE a{display:block;width:100%;height:100%;color:#FFF;text-decoration:none}
#BD_DONATE h1{display:inline;font-weight:bold;font-size:15px;color:#FFF}
#BD_DONATE h2{display:inline;font-weight:bold;font-size:15px}
#donatecontent{
margin-left:auto;
margin-right:auto;
width:995px
	
}


#donatetext {
float: left;
margin-left: 10px;
margin-top: 10px;
width: 600px;
}
/*
#donatebut{float:left;width:200px;height:25px;background-image: url(/images/donate/bandeaubgbut.png);
	background-repeat:no-repeat;
	margin-top:30px;

	color:#000;
	font-weight:bold;	
	text-align:center;
	font-size:15px;
	padding-top:10px;
	}*/
	
#donatebut {
background-image: url(http://www.mondomix.com/images/bt_donate2.png);
background-repeat: no-repeat;
color: black;
float: left;
font-size: 12px;
font-weight: bold;
height: 20px;
margin-top: 7px;
padding-top: 7px;
text-align: center;
width: 168px;
}
	
#allcontent{
margin-top:40px;	
}



