/*
Theme Name: Messy Monkeys
Theme URI: http://thebloghouse.com/
Description: A theme based on a theme by Dreamweaver Gratuit.
Version: 1.0
Author: Andy Symonds
Author URI: http://thebloghouse.com

The original HTML 5 theme was designed and built by Caroline Monmerqué,
whose blog you will find at http://dreamgratuit.canalblog.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* ******************************************************** */
/* VERY IMPORTANT : for HTML5 tags. Do NOT remove the code  */
/* below. All unknown tags are interpreted by default as    */
/* "display:inline"                                         */
/* ******************************************************** */
 
header, hgroup, section, footer, aside, nav, article { 
	display: block;   
}



/* GENERAL */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(images/monkeys-background.jpg);
	background-repeat:no-repeat;
	background-position:center top; 
	background-attachment:fixed;
	background-color:#016C34;
	color: #261110;
	margin: 0 0 20px 0;
	padding: 0;
}

#container {
	background: none;
	margin: 0 auto;
	width: 960px;
}

/* The page header     */
/* ******************* */
/* applied to <header> */
img{ border:none;}

#logo {
	padding-top:40px;
	float:right;
	clear:right;
}
#logo h1 {
	font:bold 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: -40px 0 10px 60px;
}
#logo h1 a {
	color:#000;
	text-decoration: none;
}
#logo h2 {
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 20px 265px;
	text-align:left;
	color:#666;
	background: none;
}
#pages {
	float:right;
	margin-bottom: 1em;
	overflow: hidden;
	width: 680px;
}
#navlist {
	list-style-type: none;
	padding: 0;
        margin:0;
}

#navlist li {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:left; 
        font-weight: bold;
}

#navlist li a {
	color:#FF2C0E;
	text-decoration:none;
	text-align:center;
	display: block;
	width: auto;
	line-height: 1.1em;
	margin: 0;
	padding: .5em .5em .5em .5em;
}
#navlist li a:hover {
	text-decoration:underline;
	color:#fff;
background:#785430;

}

/* Background content */
/* ****************** */

/* Pages navigation */
/* *************** */
.left a, .right a {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e04d88;
}
.left {
	text-align:left;
}
.right {
	text-align: right;
}


/* The sidebar */
/* *********** */



#sidebar { 
position:fixed;
top:390px;
margin-left: 25px;
/* IE hacks */
.top:405px;
.margin-left: 65px; 

/* ie 6 last ones */
_position:absolute;
_top:430px;
_margin-left: 30px;

}

#sidebar ul {
	list-style-type:none;
	margin:auto !important;
	margin: 10px;
}

#sidebar ul li h2 {
	font: normal 27px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -2pt;
	color:#FF2A04;
	padding: 0;
	margin: 30px 0 20px 5px;
}
#sidebar ul li ul {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;

	padding:0 5px;
}
#sidebar ul li ul li {
	margin: 10px 0;
}

#searchform {
	color: #60dcdf;
	text-align:center;
	text-transform:uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	margin:0 0 25px 0;
	padding-right: 20px;
}
#sidebar .button {
	color: #fff;
	font-size:24px;
	border: none;
	background: none;
	padding-top: 5px;
}
#sidebar .field {
	border: 2px solid #60dcdf;
	padding: 3px;
	margin-top: 7px !important;
	margin-top: 2px;
}

.textwidget { width:200px; margin:0; padding:0;}
.textwidget p { 
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; color:#785430;}

.textwidget p a {
	color: #FF2C0E;
	border-bottom: 1px dotted #70a624;
	text-decoration:none;
}


#rss-img {    /* div contenant l'image en arrière plan */ 
	width : 91%; 
	height: 35px;
	background: url(images/rss.png) top center no-repeat; 
	margin-top: 5px;
} 
#zone1 {    /* la zone de lien */ 
	width : 100%; 
	height: 100%;
	float: left;
} 
#twitter-img {    /* div contenant l'image en arrière plan */ 
	width : 91%; 
	height: 35px; 
	background: url(images/twitter.png) top center no-repeat;
	margin-top: 5px;
} 
#zone2 {    /* la zone de lien */ 
	width : 100%; 
	height: 100%; 
	float: left;
} 



/* The posts */
/* ********* */
#left {	
	float:right;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;   /* création d'un arrondi au bloc, nouvelle propriété CSS3 */
	-moz-border-radius: 10px;   /* création d'un arrondi au bloc pour les navigateurs au moteur de rendu Gecko */
	-webkit-border-radius: 10px; /* création d'un arrondi au bloc pour les navigateurs moteur de rendu Webkit : Safari et Konqueror */
	border: 1px solid #CCC;
	width: 660px;
	margin-left: 20px;
        background-color: #fff;	
}
#title h1 {
        margin-top:0;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	background-color: #fff;		
}
#title h1 a {
	color:#0B5429;
	font: bold 39px Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	text-decoration:none;
}
#title h1 a:hover {
	color: #785430;
}
#title pre {
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	text-transform:uppercase;
	color: #e04d88;
	border-top: 1px dotted #ccc;
	padding:10px 0 0 0;
	margin: 0 0 25px 0;
}
#article h1, h2, h3, h4, h5, h6 { 
	color:#785430;
	letter-spacing: -1px;
	background-color: #fff;		
}
#article h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color:#0B5429;
	background-color: #fff;	
}
#article p {
	line-height: 1.5em;
	color: #666;
	font-size: 90%;
		background-color: #fff;
}
#article p a {
	color: #785430;
	border-bottom: 1px dotted #70a624;
	text-decoration:none;
}
#article p a:hover {
	background-color: #EEECEA;
}
#article p.postmetadata {
	margin-bottom: 80px;
	font: 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#article ul, ol {
	font-size: 90%;
	color: #666;
	background-color:#FFF;
}
#article table {
	border-collapse: collapse;
}
#article td, th {
	color: #666;
	font-size: 90%;
	padding: 5px;
	border: 1px solid #EAEAEA;
}



/* The comments */
/* ************ */

#respons .rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#EEECEA;
	border: 1px solid #978D80;
	padding: 3px;
}
.commentlist .quote {   
    background: url(images/bg_quote.gif) no-repeat top right ;   
}   
.commentlist li {   
    padding: 5px 18px 22px 18px;   
	border-radius:10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;   
	-webkit-border-radius: 10px 10px 0 0; 
	margin-top:15px;   
    background:#EEECEA url(images/bg_commentlist.gif) bottom left no-repeat;   
    color:#785430;   
}   
.commentlist cite {   
    display:block;   
    font-style:normal;
	padding-left: 20px;
}   
.commentlist cite a:link, .commentlist cite a:visited {   
    color:#11582C;   
    text-decoration:none;   
}   
.commentlist cite a:hover, .commentlist cite a:active {     
    text-decoration:underline;   
    }  
.commentlist img.avatar {
	float:left;
	margin-right: 10px;
	border: 4px solid #fff;
}




/* le footer */
#general {
	clear:both;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #10572D;
	padding-top: 10px;
	margin: 20px 0;
}
#general li {
	display: inline;
	list-style-type: none;
	padding: 0 7px;
	border-right: 1px solid #a69c91;
	background-color:#D1EBF8;
}
#general li a {
	color: #10572D;
	border-bottom: 1px dotted #70a624;
	text-decoration:none;
}


#general img {
	vertical-align:middle;
	margin-left:5px;
}




/* Styles utilisés depuis Wordpress 2.5 */
/* ************************************ */
.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;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption-dd {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

#facebook{ background-color:#fff; margin:280px 0 0 -50px; padding:0;}

#twitter{ background-color:#fff; margin:10px 0 0 30px; padding:3px; text-align:center; width:130px;}



/*--------------- Custom MM by IC --------------------*/
#term h1 
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#term h2 
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#term h3 
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-indent:30px;
}

#term h4 
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-style: italic;	
}

#term p 
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#group {
	border: 1px dotted #000;
	margin: 0px 0px 10px 30px;
	width: 35em;
	padding: 15px;
	}

#groupdesc {
	float:left;
	width: 25em;
	}

#booklink 	
{
	float:right;
}

.cleaner {   clear: both;   font-size: 1px; }


/* ----------- Booking Form ----------- */
.myform{
margin:0 auto;
width:500px;
padding:14px;
}


/* ----------- Form container ----------- */
#stylized{
border: 1px dotted #000;
background:#fff;
}
#stylized h2 {
margin-bottom:8px;
margin-top:0px;
/*background:#FAECC0;*/
}

#stylized label{
color:#785430;
display:block;
font-weight:bold;
text-align:right;
width:240px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:240px;
}
#stylized input, textarea, select{
float:left;
font-size:12px;
padding:4px 2px;
border:1px dotted #785430;
width:200px;
margin:2px 0 20px 10px;
}

#stylized input:hover, select:focus, textarea:focus {
    border: 1px solid #f00;
    background: #EEECEA;
}




