/*
Theme Name: SL
Theme URI: http://www.stephanelambiel.ch/
Description: SL WordPress theme.
Version: 1.1
Author: Christopher Trevisan
Author URI: http://www.ctrevisan.com/
Tags: sl

	This theme is based on Kubrick by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

*/

.entry {
	line-height: 1.5em;
}

.thread-alt, .alt {
	background-color: #f8f8f8;
}
.thread-even, .even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.bypostauthor {
	background-color: rgb(209,226,255);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.pagetitle {
	margin-bottom: 1.5em;
	text-align: center;
}
	
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	padding: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.clear {
	clear: both;
}

.postmetadata  {
	margin:0;
	padding:0;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: 10px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* les liens généraux */ 
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #666; text-decoration: underline; }
a:active { color: #333; text-decoration: underline; }

/* divers texte et mise en forme */
.strong { color:#333; font-weight:bold; }
img { border:0; }
form { margin:0; padding:0; }
.comment8 { font-size:0.8em; }
.comment9 { font-size:0.9em; }
.intro  { float:left; width:100%; margin-bottom:15px; } 
.result { float:left; width:100%; padding-top:15px; }

/* structure du site */ 
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
background-image:url('../../../../images/background.png');
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%; color: #333;
text-align: center;
}

#corps {
text-align:left;
margin:0 auto;
padding:0;
width:790px;
height: auto !important;
min-height: 100%;
}

#principale {
float:left;
background-image:url('../../../../images/backgroundContent.png');
background-repeat:repeat-y;
margin:0 auto;
padding:0;
width:790px;
height: auto;
}

#content {
float:left;
background-image:url('../../../../images/content_menu.jpg');
background-repeat:no-repeat;
background-position:42px 179px;
font-size:1.3em;
margin:0;
padding:0 20px 0 20px;
width:750px;
height: auto;
}

#page_description p {
	padding-left: 10px;
}

.sep_content {
background-image:url('../../../../images/sep_content.jpg');
background-repeat:no-repeat;
font-size:1.2em;
font-weight:bold; 
margin:0 0 20px 0; 
padding:1px 0 0 10px;
width:434px;
height:23px;
}

.contentbody {
	padding-left: 10px;
	padding-right: 10px;
}

#subnav {
	margin: 0 0 20px 10px;
}

#subnav ul {
	display: inline;
	padding: 0;
}

#subnav li {
	display: inline;
	margin: 0;
}

h3 {
	margin:0 0 0.5em 0;
	font-size: 1.1em;
}
	
p.date {
	margin: 0 0 5px 0;
	font-size: 0.9em;
}

#top_background {
float:left;
background-image:url('../../../../images/costume.jpg');
background-repeat:no-repeat;
background-position:bottom;
font-size:0.9em; color:#FFF;
margin:0;
padding:8px 30px 0 30px;
width:690px;
height:171px;
}

#top_background a { color:#FFF; }
#top_background ul {
margin:0 0 5px 0; padding:0;
}

#top_background li {
display:inline;
}

#s {
background-image:url('../../../../images/loupe.gif');
background-repeat:no-repeat;
background-position:1px 1px;
background-color: #fff;
border: 1px solid #ccc;
font-size:0.9em; color:#333;
margin:0;
padding:1px 1px 1px 20px;
width:91px;
}

#content_left {
float:left; 
margin:0;
padding-left:22px;
width:218px;
}

#content_left div ul {
margin-top: 4px;
}

#content_right {
float:left; 
margin:0;
padding:20px 30px 20px 30px;
width:450px;
}

.linkHome {
clear: both;
margin-top:5px;
}

/* partie content_right du site */
#content_right a {
	color: #254daf;
}

#content_right a:hover {
	color:#FF8259;
}

#page_tools {
	float:right;
}

#profile_picture {
	float: right;
}

/* partie content_left du site */
#menu img {
padding:0 0 5px 54px;
}

#menu, #menu ul {
float:left;
margin:0; padding:0;
}

#menu li {
list-style-type:none;
margin-left:54px;
padding:5px 0 5px 10px;
width:160px;
}

#menu li a:hover {
color:#FF8259;
text-decoration:none;
}

#fanmenu img {
padding:0 0 5px 34px;
}

#fanmenu {
float:left;
background-image:url('../../../../images/content_frame.jpg');
background-repeat:no-repeat;
margin-top:30px;
padding: 20px 20px 80px 20px;
width:184px;
}

#fanmenu ul {
float:left;
margin:0; padding:0;
}

#fanmenu li {
list-style-type:none;
margin-left:34px;
padding:5px 0 5px 10px;
width:160px;
}

#fanmenu li a:hover {
color:#FF8259;
text-decoration:none;
}

.sep_menu, #sidebar ul li {
background-image:url('../../../../images/sep_menu.jpg');
background-repeat:no-repeat;
}

#agenda img {
padding:0 0 5px 34px;
}

#agenda {
float:left;
background-image:url('../../../../images/content_frame.jpg');
background-repeat:no-repeat;
margin-top:20px;
margin-bottom: 20px;
padding: 20px;
width:184px;
}

#agenda a {
	color: #254daf;
}

#agenda a:hover {
	color:#FF8259;
}

#agenda ul {
float:left;
margin:0; padding:0;
}

#agenda li {
list-style-type:none;
margin-left:34px;
padding:5px 0 5px 0px;
width:160px;
}

#sidebar {
float:left;
background-image:url('../../../../images/content_frame.jpg');
background-repeat:no-repeat;
margin-top:30px;
padding: 20px;
width:184px;
}

#sidebar img {
padding:0 0 5px 34px;
}

#sidebar ul {
float:left;
margin:0; padding:0;
}

#sidebar li {
list-style-type:none;
margin-left:34px;
padding:5px 0 5px 10px;
width:160px;
}

#strImg {
float:left;
margin:0;
padding:10px 0 0 2px;
}

#strImg img {
float:left;
margin-bottom:8px;
margin-left:8px;
border:1px solid #f2f2f2;
}

.album {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	width: 120px;
	height: 180px;
	text-align: center;
	background-image:url('../../../../images/album_frame.png');
	background-repeat:no-repeat;
}

/* page search */
.introSearch { float:left; width:100%; margin-bottom:15px; } 

/* page profile - skating */
.blo_bloc  { float:left; margin-bottom:30px; padding:0 0 0 10px; width:424px; }
.blo_haut  { float:left; margin-bottom:10px; padding:0; width:100%; font-size:14px; font-weight:bold; }
.blo_mil   { float:left; margin:0px; padding:0; width:100%; }
.blo_mil img { float:left; margin: 3px 8px 0 0; padding:0; }
.blo_bas  { float:left; text-align:right; border-top:1px solid #CCC; margin:8px 0 10px 0; padding:0; width:434px; }

/* page contact */
#message  { float:left; border:0; margin:0; padding:0 0 0 20px; width:420px; }
.champs   { float:left; margin-top:4px; padding:0; width:150px; }
.lab100   { float:left; padding:0 0 0 150px; margin:2px 0 -3px 0; width:250px; }
*html .lab100 { margin:3px 0 0 0; }
.lab200   { float:left; margin-top:3px; padding:1px; width:246px; }
.inputC   { float:left; border:1px solid #CCC; margin-top:3px; padding:1px; width:246px; }
.inputS   { float:left; border:1px solid #CCC; margin-top:3px; padding:1px; width:146px; }
.bouton   { float:left; margin-top:3px; padding:0; }
.textarea { float:left; border:1px solid #CCC; margin-top:3px; padding:2px; width:244px; height:120px; overflow:auto; }

/* partie footer du site */
#footer {
float:left;
background-image:url('../../../../images/footer.jpg');
background-repeat:repeat-x;
color:#C3C3C3; font-size:0.9em;
margin:0;
padding:40px 30px 0 30px;
width:690px;
height:73px;
}

#footer a { color:#C3C3C3; }
#footer img { float:right; }

#footer_left li a { color:#DCDCDC; }
#footer_left { float:left; }

#footer_left ul {
margin:0 0 10px 0; padding:0;
}

#footer_left li {
font-size:1.1em;
display: inline;
}

/* message d'erreur 404 */
#erreur404 { 
float:left;
text-align:center;
margin:0 auto;
font-weight:bold;
padding-top:50px;
width:100%;
}

.italic { font-style: italic; }
.bold { font-weight: bold; }

/* icon classes */
.icon {
	padding-left: 18px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center left;
}

.rss { background-image: url('../../../../images/rss.gif'); }
.com { background-image: url('images/comment.png'); }

/* style pour la pagination des resultats sql */
div.pagination {
	text-align:right;
	padding:0 5px 20px 0;
}

div.pagination a {
	font-weight:bold;
	padding:1px 3px 1px 3px;
	margin:0 1px 0 1px;
}

div.pagination span.current {
	font-weight:bold;
	padding:1px 3px 1px 3px;
	margin:0 1px 0 1px;
}

div.pagination span.disabled {
	display:none;
}
