/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	background:#f7f7f7 /*url(images/bk_body.jpg) 0 0 repeat-x;*/
	
}

ul {
	list-style:none;
}

a {
	color:#97b5d3;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

p {
	margin:1em 0;
}

h2, h3 {
	padding:10px 0 5px;
	line-height:100%;
	
}

h2 {
	font-size:10px;
	color:#b1b1b1;
	font-weight:normal;

}

h4 {
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:18px;
	color:#c1c1c1;
	font-weight:normal;
        background:url(images/bk_dotted.jpg) 0 100% repeat-x;

}

h1 {
        font-family:Georgia, "Times New Roman", Times, serif;	
        font-size:30px;
	line-height:100%;
	font-weight:normal;
        font-style:italic
	
}

h1 a {
	text-decoration:none;
	color:#333;
}

h1 a:hover {
	text-decoration:underline;
}



 /* LAYOUT STRUCTURE
--------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width:960px;
}


#header {
	height:145px;
	position:relative;
	z-index:99; 
}

#content {
	padding:90px 27px;
	background:#fff;

}

#colLeft{
	width:600px;
	float:right;	
}

#colRight {
	width:270px;
	float:left;	
	padding-left:0px;
}


#footer, #sponsors, #copyright  {

	background:#ffffff url(images/bk_footer.jpg) 100% 0 no-repeat;
	padding:0px 0 0px 0;
	width:960px;
	height:100px;
	margin:0px -27px;
	color:#969696;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0px 0;
         text-align:center;
	font-size:12px;
	position:relative;
         /*padding-top: -40px;*/



}
    




/*FOOTER ----------------------------------------------------------*/




#side_column div.post div.body p { margin: 0 0 5px 0; }
/*#side_column div.post div.body img { margin: 0 0 10px 0; }*/

div.quarter, div.half {
	width: 210px;
	padding-left: 30px; padding-bottom: 15px;
	background: url(./img/dots3.gif) 15px 0 repeat-y;
	float: left;
}

div.half {
	width: 450px;
}

div.eight {
	width: 90px; height: 70px; line-height: 70px;
	padding-left: 30px;
	background: url(./img/dots3.gif) 15px 0 repeat-y;
	float: left;
}

div.eight p {
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 13px;
}

div.eight a { display: block; text-align: center; }
div.eight a img { display: inline; vertical-align: middle; }

div.first {
	background: none;
	padding-left: 0;
}




#footer, #sponsors { 
	padding: 10px 0 10px 0;
	font-family: Arial, sans-serif;
	font-size: 12px; line-height: 15px;
	border-top: 2px solid black;
	clear: both;
}

#sponsors { border-top: 1px solid #e5e5e5; padding-top: 15px; }


#footer h3, #sponsors h3 {
	font-size: 13px; 
	height: 15px; line-height: 15px;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}

#footer .search {
	margin-top: 15px; padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

#footer input {
	margin: 0 0 5px 0;
}


#footer ul { list-style: none; }
div.nav a, #footer a { text-decoration: underline; }
div.nav a:hover, #footer a:hover { color: #f0f; }


/*---------*/

#copyright { font-family: Arial, sans-serif; border-top: 1px solid #e5e5e5; padding-top: 3px; padding-bottom: 0px; width: 960px; overflow: hidden; height:19px;}
#copyright, #copyright a { font-size: 11px; line-height: 15px; color: #b2b2b2; }
#copyright a:hover { text-decoration: underline; }

div.left { float: left; }
div.right { float: right; }




/*END FOOTER ------------------------------------------------ */


/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:0px;
	left:0;
	
}

#logo h1 {
	padding:0;
	background:none;
	border:none;
}

#logo h1 a, #logo h1 a:hover{
	background:url(http://www.youtakeme.com/wp-content/themes/copysimple/images/cab_youtakeme.jpg) 0 0 no-repeat;
	width:960px;
	height:174px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
	border:none;
}

/* top menu */

#topMenu {
	position:absolute;
	left:0;
	top:574px;
	border-top:0px solid #4E4E4E;
	padding-top:20px;
	width:100%;
}

.sf-menu li {
	position: relative;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
.sf-menu li a {
	display: block;
	float: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:none;
	padding:0 15px;
	height:35px;
	line-height:35px;
	position:relative;
	color:#ccc;
	/*border:1px solid #000;*/
	border-bottom:none;
}
#topMenu ul.sf-menu li a:hover {
	background:#99CC00;
	border:1px solid #B8F400;
	color:#fff;
	border-bottom:none;
}
#topMenu ul.sf-menu li ul.children {
	border:1px solid #B8F400;
	background:#99CC00;
	border-top:none;
}
#topMenu ul.sf-menu li ul.children li {
	position:relative;
	line-height:100%;
	height:30px;
}
#topMenu ul.sf-menu li ul.children li a {
	color: #FFF;
	text-decoration: none;
	display:block;
	padding-top:10px;
	line-height:100%;
	border:none;
}
#topMenu ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
	border:none;
	line-height:100%;
	display:block;
	padding-top:10px;
	
}
#topMenu ul.sf-menu li ul.children li ul.children {
	border: none;

}
#topMenu ul.sf-menu li ul.children li ul.children li {
	background:#99CC00;
}
#topMenu ul.sf-menu li ul.children li ul.children a {
	text-decoration: none;
	position:relative;
	border:none;
}
#topMenu ul.sf-menu li ul.children
{
	margin:6px 0 0 0;
}
#topMenu ul.sf-menu li ul.children ul.children
{
	margin:0 0 0 38px;
	border-top:1px solid #B8F400;
}

#topMenu ul li ul li a, #topMenu ul li:hover ul li a,  #topMenu ul li:hover ul li a, #topMenu ul li:hover ul li a:hover {
	background:none;
	border:none;
	color:#fff;
	line-height:100%;
	text-transform:none;
	padding-top:5px;
	height:27px;
}


.twitter {
	position:absolute;
	top:60px;
	right:60px;
	background:url(images/twitter_top.gif) 0 0 no-repeat;
	z-index:99;
}

.twitter a {
	display:block;
	width:159px;
	height:50px;
	text-indent:-9999px;
}

/*.rss {
	position:absolute;
	height:28px;
	padding-right:34px;
	line-height:28px;
	top:55px;
	right:0;
	background:url(images/rss.gif) 100% 50% no-repeat;
}

.rss a {
	color:#ccc;
	text-decoration:none;
}
*/

/* CONTENT ELEMENTS
----------------------------------------------*/

.catTitle {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:9px 0 ;
	margin-bottom:10px;
	color:#666;
	font-size:14px;
}

.blogItem {
	margin-bottom:15px;
	padding-bottom:15px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
}

.blogItem span.posted {
        font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding:5px 0 10px;
	font-size:11px;
	color:#999;
	display:block;
}

.blogItem .metadata {
	margin-bottom:10px;
}

.blogItem .metadata .date {
        font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	float:left;
	background:#585d77;
	padding:3px 7px;
	color:#fff;
	font-size:11px;
}

.blogItem .metadata .no_comments {
        font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	float:left;
	background:#ff0054 url(images/bk_comments_no.jpg) 8px 50% no-repeat;
	padding:3px 7px 3px 32px;
	color:#fff;
	font-size:11px;
	margin-left:2px;
}

.blogItem .metadata .no_comments a {
	color:#fff;
}

.blogItem .metadata .facebooklike {
       	float:left;
	margin-left:2px;
}

.blogItem a.more-link {
	display:block;
	clear:both;
	background:url(images/bk_readmore.jpg) 0 0 no-repeat;
	width:104px;
	height:24px;
	text-indent:-9999px;
	margin-top:10px;
        margin-left:0px;
}


.blogItem a.more-link:hover {
	display:block;
	clear:both;
	background:url(images/bk_readmore_over.jpg) 0 0 no-repeat;
	width:104px;
	height:24px;
	text-indent:-9999px;
	margin-top:10px;
        
}





#colLeft a img {
	border:none;
}

#colLeft ul {
	list-style:square;
	list-style-position:inside;
}

/* colRight */

#colRight h2 {
	clear:both;
	margin:15px 0 5px;
	background:#000;
	padding:5px 7px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	clear:both;
}

#colRight h2.sponsors {
	background:#EE4A04;
}

#colRight ul {
	position:relative;
}

#colRight ul li {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:1px;
}

#colRight ul li a{
	display:block;
	padding:8px 0;
	/*background:url(images/bullet_blue.jpg) 3px 10px no-repeat;*/
	padding-left:15px;
	color:#666;
	text-decoration:none;
}

#colRight ul li a:hover{
	background:#F5F5F5 /*url(images/bullet_green.jpg) 3px 10px no-repeat;*/
}

#colRight #ads {
	clear:both;
	padding:8px 0 10px;
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
} 

#colRight #ads a {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#colRight #ads img {
	border:none;
}

#ads_msg {
	padding:8px 8px 2px;
	background:#f4f4f4;
	border:1px dotted #ccc;
	float:left;
	line-height:100%;
	width:243px;
	height:22px;
}

#ads_msg a {
	color:#666;
}

.social {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

.social strong {
	color:#00C1F2;
}

/*COMMENTS
---------------------------------------------*/
#partager {
background:#FFF;
border:1px solid #DEDEDE;
color:#000;
font-family:georgia;
font-size:15px;
font-style:italic;
margin:20px 0;
padding:10px 0;
width:538px;
}

#partager img {
margin: 0px 5px;
}

#commentaires {
color:#FFF;
background:#000;
font-family:georgia;
font-style:italic;
font-size:60px;
width:540px;
padding: 8px 0;
margin: 20px 0;
}

#cominfos {
font-family:trebuchet MS;
font-size:13px;
text-align:left;
width:540px;
}

#lachetoncom {
width: 540px;
text-align:right;
}

#lachetoncom input {
color:#FFF;
background:#000;
font-family:georgia;
font-size:16px;
font-style:italic;
padding:3px 6px;
border:0px;
}

#commentlist {
list-style-type: none;
margin-bottom: 20px;
width: 540px;
overflow:hidden;
}

.commentz {
background:#FFF;
}

.commentz-author {
color:#D12E89;
font-family:georgia;
font-size:13px;
font-style:italic;
}

#commentlist li {
background:#FFF;
border:1px solid #DEDEDE;
font-family:trebuchet MS;
font-size:12px;
margin-bottom:10px;
overflow:hidden;
padding:10px 10px 4px;
text-align:justify;
color:#666;
}

#commentlist li a {
color:#666;
}

#commentlist cite {
font-size: 11px;
font-family:georgia;
color: #999;
}

#commentlist cite a {
font-size: 11px;
color: #000;
}

input, textarea {
border: 1px solid #BBB;
background-color: #fff;
color: #333;
margin-bottom: 5px;
padding: 1px 3px;
font-family: 'trebuchet MS',arial, helvetica, sans-serif;
font-size: 12px;
}

textarea {
width: 540px;
padding: 6px 10px;
}

p { margin-bottom: 10px; }


/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	float:left;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/;
}

.stepcarousel span.featured {
	color:#666;
	font-size:11px;
	display:block;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	width:270px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	position:relative;
}

/* FORMS
---------------------------------------------------*/

/* search form */

#searchform {
	background:url(images/bk_dotted.jpg) 0 100% repeat-x;
	padding-bottom:10px;
}

#searchform #s {
	width:120px;
	border:1px solid #ccc;
	font-size:11px;
	padding:5px 2px;
	margin-left:5px;
}

#searchform #searchsubmit {
	background:#97b5d3;
	border:1px solid #97b5d3;
	color:#fff;
	padding:3px 0;
	text-align:center;
	width:54px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:500px;
}

#commentform input#submit{
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:5px;
	background:url(images/bk_postcomment.jpg) 0 0 no-repeat;
	font-size:11px;
}

/* contact */

#contact label {
	display:block;
	padding:8px 0 2px;
}

#contact input, #contact textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

#contact textarea {
	width:500px;
}

#contact input.submit {
	border:none;
	width:124px;
	height:28px;
	text-align:center;
	padding-top:4px;
	margin-top:15px;
	background:url(images/bk_sendmsg.jpg) 0 0 no-repeat;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px solid #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px solid #C2E1AA;
	color:#8FA943;
}


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

/* CSS NAVEGACION ADELANTE ATRAS
---------------------------------------------------*/

.navigation {


	position:relative;
	height:50px;
}

.navigation a {
        /* font-family: Helvetica, Arial, sans-serif;*/
	text-decoration:underline;
	font-size:15px;
         font-style:italic
         color:#000000;
}

.navigation a:hover {
	background:#ff0054;
	color:#fff;
	padding: 1px 0;
	text-decoration:none !important;
	
}

.alignleft {
	position:relative;
	width:300px;
	float:left;
}

.alignright {
	position:relative;
	width:300px;
	float:right;
	text-align:right;
}



/* ADS
---------------------------------------------------

.ads {
margin-top: 33px; margin-right: 0px; 
background:#fff;
height:112px
}*/


#gallerypost {

margin: 0px 0px 10px 0px;
padding: 10px 10px 10px 10px;
}
