/*
Theme Name: Creatank - Left Sidebar
Theme URI: http://creatank.com
Description: 
Author: Creatank
Author URI: http://creatank.com
version: 2.0
Tags:  
*/


.mmf-form{
	margin-left: 30px;
}

/* basics */

*{margin:0; padding:0;}

body {
background:#F5F9E8;
	/*
background:#FFF;
*/
	font-family: Lucida Grande, verdana, arial, serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration:none;}

#container a {
	color: #9F1F22;
	text-decoration: underline;
	}

#menu a{
	text-decoration: none;
	}
/* container */


#container {
	width: 950px;
	margin: 0 auto;
	padding: 35px 0 15px 0;
	color:#333;
	/*
overflow: hidden;
*/
	height: 950px;
	background:#F5F9E7;

	}
	
/* header */

#header {
  	width: 950px; 
  	height: 80px;
	color: #fff; 
	}

#header img{
	padding: 0px 25px 0 50px;
	}

/* main menu */


#menu {
	font-family: Lucida Grande, verdana, arial, serif;
	font-size: 15px;
	width: 950px; 
	overflow: hidden;
}


#menu ul {
	float: right;
	margin: 0 50px 0 0;
	padding:0;
}

#menu ul li {
	width: 132px;
	height: 35px;
	background-image: url(images/creatank_tab.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 5px 0 0;
	list-style-type: none;
	float:left;
	text-align: center;
}

#menu ul li a {
	padding: 10px 15px;
	margin: 0 3px 0 3px;
	color: #9F1F22;
	font-weight: bold;
	display:block;
}

#menu ul li a:hover {
	color: #9F1F22;
	text-decoration: none;
}



/* home */
#tooltips_anchor{
	position: relative;
	
}
#tooltips_anchor div{
	top: 170px;
	
}
#tooltip_head_1, #tooltip_head_2, #tooltip_head_3, #tooltip_head_4, #tooltip_head_5, #tooltip_head_6, #tooltip_head_7{
	width: 230px;
	height: 13px;
	background-image: url(images/letter_pop_top.png);
	background-repeat: no-repeat;
}
#tooltip_foot_1, #tooltip_foot_2, #tooltip_foot_3, #tooltip_foot_4, #tooltip_foot_5, #tooltip_foot_6, #tooltip_foot_7{
	width: 230px;
	height: 13px;
		/*
background-color: red;
*/
	
background-image: url(images/letter_pop_foot.png);

	background-repeat: no-repeat;
	background-position: top left;

}
#tooltip_1{
	position: absolute;
	left: 100px;
	visibility: hidden;
	z-index: 100;
}
#tooltip_2{
	position: absolute;
	left: 200px;
	visibility: hidden;
	z-index: 100;
}
#tooltip_3{
	position: absolute;
	left: 330px;
	visibility: hidden;
	z-index: 100;
}
#tooltip_4{
	position: absolute;
	left: 425px;
	visibility: hidden;
	z-index: 100;
}
#tooltip_5{
	position: absolute;
	left: 580px;
	visibility: hidden;
	z-index: 100;
}
#tooltip_6{
	position: absolute;
	left: 660px;
	visibility: hidden;
	z-index: 100;
}
#tooltip_7{
	position: absolute;
	left: 750px;
	visibility: hidden;
	z-index: 100;
}
.tooltip_body{
	padding: 0 10px;
	background-color: #EAF2CF;
	border-left: #F1DEDE solid 1px;
	border-right: #F1DEDE solid 1px;
}
.home-letters-content{
	width: 230px;
	visibility: hidden;
/*
	border-bottom: #ccc solid 2px;
	border-right: #ccc solid 1px;
*/
}

#we-do-web{
	position: relative;
	left: 55px;
	top: 50px;
	height: 300px;
	width: 950px;
	display: block;
}


#home-content-right-anchor, #faisons-anchor {position: relative;}

 #faisons {
 	font-family: Lucida Grande, verdana, arial, serif;
	font-size: 13px;
 	color: #FFF;
 	left: 710px;
	top: 145px;
 	position: absolute;
	width: 160px;
	height: 30px;
	z-index: 50;
	}
	
#home-content-verticle-bar{
	margin-left: 81px;
	margin-top: 100px;
	float: left;
	width: 1px;
	height: 50%;
	border-left: #ddd solid 1px;
}

#home-content-left{
	float: left;
	padding:0 0 0 48px;
	margin-top: 70px;
	width: 350px;
}
#home-content-right{
	float: left;
	margin: 70px 0 0 61px;
	padding: 0 0 0 10px;
	width: 350px;
}
#home-content-right #sidebar-home h2,#home-content-left h2 {
	color: #9F1F22;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
#home-content-left a, #home-content-right a{
	color: #9F1F22;
}

#home-content-right img{ 
	margin-bottom: 10px;
}

.post img{
	margin-right: 10px;
	margin-bottom: 10px;
	
}

/* content */

#content {
	float: left;
	width:500px;
	margin:14px;
	padding: 190px 10px 30px 75px;
	}

#content-wrapper{
	display: block;
	width:1051px;
	height: 351px;
	margin:0;
	padding:0;
	background-image: url(images/creatank_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#inside-mantle-anchor, #inside-mantle-text-anchor{
	position: relative;
	}
	
#inside-mantle{
	text-align: right;
	position: absolute;
	top: 0px;
	display: block;
	width:1051px;
	height: 176px;
	margin:0;
	padding:0;
	background-image: url(images/creatank_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#inside-mantle-text{
	color: #fff;
	font-family: Lucida Grande, verdana, arial, serif;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 100px;
	left: 520px;
	display: block;
	width: 374px;
	height: 80px;
	margin:0;
	padding:0;
}
#inside-mantle-text h2{
	font-size: 30px;
	font-weight: normal;
}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	color: #9F1F22;
	font:normal 15pt Lucida Grande, verdana, arial, serif;
	}
	
.post h2 a{
	color: #9F1F22;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */
#sidebar-projet li{
	margin-bottom: 10px;
}


#sidebar,#sidebar-projet {
	float: right;
	font-family: Lucida Grande, verdana, arial, serif;
	font-size:11pt;
	width:300px;
	float:left; 
	margin:0;
	padding: 0;
	margin-top: 195px;
	border-left: 1px solid #ddd;
	}

#sidebar h2, #sidebar-projet h2{
	font:normal 11pt Lucida Grande, verdana, arial, serif;
	/*
font-style: italic;
*/
	color: #AF986D;
	margin: 0;
	padding: 0;
}

#sidebar label, #sidebar-projet label{
	font:normal 11pt Lucida Grande, verdana, arial, serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p,#sidebar-projet p {margin:0; padding:0;}

#sidebar img,#sidebar-projet img  {padding: 0; margin: 0;}

#sidebar-home ul {
	margin:12px;
	padding:0;
	}

#sidebar ul,#sidebar-projet ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li,#sidebar-home ul li{
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}
	
#sidebar-projet ul li{
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar-home ul ul {
	margin: 0px;
	padding:0;
}

#sidebar ul ul, #sidebar-projet ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li,#sidebar-home ul ul li {
	list-style-type: none;
	}
	
#sidebar-projet ul ul li {
	list-style-image: url(images/bullet.gif);
	}

#sidebar ul ul ul,#sidebar-home ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: Lucida Grande, verdana, arial, serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	
	width: 950px;
	margin: 0 auto;
	display: block;
	padding-top: 45px;
	margin-bottom: 15px;
	font-size: 9px;
	clear: both;
	}
	
#footer p{padding:5px 0 0 52px;margin: 0; color: #CDBEA0; text-align:left;}
#footer a{color: #CDBEA0;text-decoration: underline;}
#footer a:hover{color: #CDBEA0;text-decoration: underline;}
#footer-language, #footer-language a, #footer-language a:hover {
	
	color: #9F1F22;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	}
#footer-language{padding:0 0 0 52px; margin: 0;}

#sidebar-contact {
	margin-left: 13px;
}

.horizontal-sidebar-line{
	margin: 20px 0 20px 0;
	height: 2px;
	width: 240px;
	border-top: #ddd solid 1px;
}
