/*
	Theme Name: PBB Light
	Theme URI: http://www.mibhouse.org/pokemon_jojo/
	Description: Le thème utilisé sur <a href="http://www.mibhouse.org/pokemon_jojo/">Le Blog du Pokemon !</a>
	Version: 1.0
	Author: Pokemon_JOJO
	Author URI: http://www.mibhouse.org/pokemon_jojo/
	Tags: light, custom header, auto maxed width, two columns, widgets 
*/

/*
	Reset / Body
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color:transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
	General CSS
*/
body {
	border-top:4px solid #66CC00;
	background-color: #fff;
	font-family : Arial, serif; /*font-family: Verdana, Helvetica, Arial, Sans-Serif*/
	font-size : 13px;
	color:#555;
}
a {color: #0066CC;}
a:hover {color:#CC0000; text-decoration:none;}
::selection { background: #CC0000; color: white; /* Safari */ }
::-moz-selection { background: #CC0000; color: white; /* Firefox */ }
/*
	Navigation Menu
*/
#nav {
	height: 50px;
	background-color: #404040;
	padding: 0 10px;
}
#nav h3 {
	display: none;
}
#nav ul {
	float:right;
	padding-top: 10px;
}
#nav ul li {
	float:left;
	text-align:center;
	display:inline;
}
#nav ul a {
	display:block;
	font-size: 1.2em;
	font-weight: bold;
	text-transform:uppercase;
	padding:3px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.7em;
}
#nav ul a:focus, #nav ul a:active, #nav ul a:hover {
	text-decoration: none;
	color: #66CC00;
	background-color:#5a5a5a;
	outline:none;
}

/*
	Page CSS
*/

#pge {
	background: #fff url('img/bg.png') repeat-x;
	padding: 0px 10px;
}

/*
	Header Name
*/
#htt {
	padding: 40px 0px 30px 0px;
	line-height: 1.7em;
}
#htt a {
	font-size:60px;
	font-weight:600;
	color:#CC0000;
	text-decoration:none;
	letter-spacing:-4px;
}
#htt a:hover {
	color:#66CC00;
}
#htt h2 {
	color: #333;
	font-size : 24px;
	font-weight : 600;
	padding : 12px 4px 0 0;
	letter-spacing : -1.3px;
}

/*
	Blurb text
*/
#blb {
	font-family:Georgia;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:15px 10px;
	margin-bottom: 35px;
	font-size:30px;
	font-weight:400;
	line-height:1.2em;
	color: #333;
}

/*
	Page content
*/
#ctt {
	width:80%;
	float:left;
}

/*
	Sidebar
*/
#sdb {
	width:19%;
	float:right;
	font-size:15px;
}
#sdb a:hover {
	color: #CC0000;
}
#sdb .block {
	margin: 0 0 25px 0;
}
#sdb h3 {
	padding:0 0 3px 0;
	font-size:20px;
}
#sdb .block li {
	border-bottom:1px dotted #ccc;
	padding:4px 0;
}
#sdb .block li a {
	display:block;
	font-weight:normal;
	text-decoration:none;
}
#sdb .block li a:hover {
	text-decoration:underline;
}

/*
	Footer
*/
#ftr {
	margin: 30px 0 0 0;
	padding: 10px;
	border-top:1px solid #222;
	background-color: #404040;
	color: #fff;
}
#ftr a {
	color: #fff;
}
#ftr .copy {
	line-height: 1.7em;
	font-size:15px;
	text-align: center;
}
#ftr a {
	text-decoration: none;
	font-weight: bold;
}

/*
	Comments
*/
#comments {
	margin: 0 20px 5px 0;
	font-family: Georgia, "Times New Roman", Serif;
	line-height: normal;
	font-size:30px;
	border-bottom:1px dotted #ccc;
}
.commentlist {
	margin: 0 20px 0 0;
}
.commentlist .comment {
	margin: 5px;
	padding: 7px;
}
.commentlist .alt {
	background-color:#F2F2F2;
}
.commentlist .comment .comment-author {
	float:left;
	width: 20%;
}
.commentlist .comment .comment-author .says {
	display: none;
}
.commentlist .comment .avatar {
	float:left;
	padding:1px;
	margin: 0px 5px 5px 0px;
	border:1px solid #999;
}
.commentlist .comment .comment-meta {

}


/*
	Respond
*/
#respond {
	margin: 0 0 40px 0;
	padding: 0 20px 0 0;
}
#respond h1, #respond h2, #respond h3, #respond h4, #respond h5, #respond h6 {font-family: Georgia, "Times New Roman", Serif;line-height: normal;}
#respond h3 {
	font-size:30px;
	margin:30px 0 5px 0;
	border-bottom:1px dotted #ccc;
}



/*
	Post
*/
.pst {
	margin: 0 0 40px 0;
}
.pst .pstmsg {
	clear: both;
	font-size: 14px;
	padding: 10px 20px 0 0;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	line-height: 1.3em;
}
.pst h1, .pst h2, .pst h3, .pst h4, .pst h5, .pst h6, .pst .psttime, .post .pstdata {font-family: Georgia, "Times New Roman", Serif;line-height: normal;}
.pst .psttime {
	float: left;
	margin: 5px 10px 3px 0;
	padding: 0 10px 0 0;
	color: #CC0000;
	border-right: 3px solid #CC0000;
	font-weight: bold;
	font-size:26px;
	text-align: center;
}
.pst .pstdata {
	font-size:18px;
}
.pst .pstdata a {
	color: #CC0000;
	text-decoration: none;
}
.pst .pstdata a:hover {
	text-decoration: underline;
}
.pst h1 {
	font-size:40px;
	color: #CCCC00;
}
.pst h1 a {
	color: #CCCC00;
	text-decoration: none;
}
.pst h1 a:hover {
	color: #00CCCC;
}
.pst h2 {
	font-size:30px;
	margin:25px 0 5px 0;
	border-bottom:1px dotted #ccc;
}
.pst h3 {
	font-size:20px;
	margin:15px 0 3px 0;
}
.pst h4 {
	font-size:16px;
	font-weight: bold;
	margin:10px 0 3px 0;
}
.pst p {
	margin:0 0 10px 0;
}
.pst ul {
	list-style:disc;
	margin:0 0 0 25px;
}
.pst ol {
	list-style:decimal;
	margin:0 0 0 30px;
}
.pst em {
	font-style:italic;
}
.pst pre {
	margin: 0;
	font-family:"Consolas","Lucida Console",Courier,mono !important;
	font-size:15px;
}

/*
	Custom Post CSS
*/
.pst .img-preview {
	background-color: #f9f9f9;
	float: right;
	margin: 0 0 7px 7px;
}
.pst .img-caption {
	display: block;
	float: left;
	margin: 3px 5px;
	padding:10px;
	background-color: #F2F2F2;
	border:1px solid #ccc;
	
}
.pst a.img-caption {
	text-decoration: none;
	color: #666;
}
.pst a.img-caption:hover {
	background-color: #eee;
	border:1px solid #0066CC;
	color: #0066CC;
}
.pst .img-caption img {
	padding: 0;
	border:1px solid #fff;
	margin: 0;
}

/*
	Tooltips du site
*/

.ttip {
	width: 250px;
	overflow: hidden;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background: #000;
	color: #fff;
	padding: 4px;
	line-height: 1.5em;
}

.ttip .tip-title { font-size: 15px; font-weight: bold;}







/* CSS A FAIRE
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}

.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}



#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}
*/
