﻿/*  
Theme Name: WordCamp Paris 2008
Theme URI: http://www.wordcamp.fr/
Description: WordCamp Paris 2008
Version: 1.0
Author: Amaury BALMER
Author URI: http://wp-box.fr/
*/

/* Reset */
* {
margin: 0;
padding: 0;
}

/* General */
body {
font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 12px;
color:#fff;
background: #03192d url(images/bg_site.gif) repeat-x;
width:100%;
}
.clear {
clear:both;
}
p {
margin: 0 0 15px 0; 
text-align: justify;	
}

/* Mise en forme des liens */
a img, img a {
border:0;
}
a {
text-decoration: none;
outline: none;
}
a:link, a:visited{
color: #8FA8BF;
}
a:hover {
color: #D1E1EF;
text-decoration: underline;
}
blockquote {
margin: 1.5em 0 1.5em 1.5em;
color: #666;
overflow: auto;
font-style: italic;
}
blockquote p {
margin:0;
}
strong {
font-weight:700;
}
em {
font-style:italic;
}
pre {
font-size: 1.2em;
font-family: monospace;
border: 1px solid #E0E0E0;
padding: 1em;
margin: 0 auto;
background: #EEE;
color: #000;
width: 90%;
overflow: auto;
}
code {
font: 0.9em Monaco, monospace;
}
label {
cursor: pointer;
}
dt {
font-size: 16px;
width: 100px;
height: 35px;
float: left;
font-weight: bold;
text-align: right;
padding-right: 10px;
}
dd {
height: 35px;
font-size: 13px;
margin-bottom:8px;
}

/* Structure */
#wrap {
background: url(images/fond_soleil.gif) left top no-repeat;
}

/* Header */
#header {
position:relative;
padding-top:34px;
padding-left:28px;
}
#header h1 a {
float:left;
display:block;
height:92px;
width:425px;
background: url(images/logo.png) no-repeat;
text-indent:-9999px;
}
#header p.description {
display:none;
}

/* Nav */
#nav {
margin:10px 0;
width:790px;
}
#nav ul {
text-align:center;
list-style:none;
background:#071d2f;
padding:10px 10px;
margin-left:140px;
margin-right:130px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}
#nav ul li {
display:inline;
}
#nav ul li a{
color:#fff;
text-decoration:none;
font-weight:700;
padding:3px 8px;
}
#nav ul li a:hover,#nav ul li a.active{
background:#0c2c48;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

/* Content */
#tab-container-1 {
width:790px;
position:relative;
}
#tab-container-1 .tab {
background:#051625;
margin:0 80px;
padding:30px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

/* Footer */
#footer {
margin-top:15px;
width:790px;
background:url(images/sep_footer.gif) center top no-repeat;
padding:10px 0;
text-align:center;
font-size:11px;
font-weight:700;
}
#footer span {
font-weight:400;
display:block;
margin-top:5px;
color:#174E7F;
font-size:9.5px;
}
#footer span a {
color:#174E7F;
}

/* Posts */
.tab { line-height:1.5; }
.tab h2.page_title {display:none;}
.tab img { margin:8px; }
.tab ul {list-style: square; margin:0 0 1.5em 35px; }
.tab ul ul { margin:0.5em 0 0.5em 35px; }
.tab ol { margin-left: 25px; margin:0 0 1.5em 35px; }
.tab li {margin:4px 0;}
.tab table { border: 1px solid #eee; width:100%; margin:10px 0; }
.tab table thead th { background:#ccc; padding:5px; border:1px solid #fff; }
.tab table tbody td { padding:5px;border:1px solid #ccc; border-width:0px 1px 1px 0; }

/* Begin Images */

p img {
padding: 0;
max-width: 100%;
}

img.centered, img.aligncenter {
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 */

.linklove { display:none; }