/*  
Theme Name: Besnob
Theme URI: http://www.besnob.fr/
Description: Thème du blog - besnob
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: #000;
background: url(images/bg.gif);
width:100%;
}
.clear {
clear:both;
}
span.clear {
display: block;
clear:both;
}
.hidden {
display:none;
}
p {
margin: 0 0 20px 0; 
text-align: justify;	
}

/* Mise en forme des titres */
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

/* Mise en forme des liens */
a img, img a {
border:0;
}
a {
text-decoration: underline;
outline: none;
}
a:link, a:visited{
color: #2C2C2C;
text-decoration: underline;
}
a:hover {
color: #FF0090;
}

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;
}

/* 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 */

/* 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 */

/* Structure */
#wrap {
background:url(images/bg-content.gif);
width:940px;
margin:10px auto 0;
padding:5px 6px 6px 5px;
position:relative;
z-index:2;	
}

#inner-wrap {
background:#fff;
padding:12px;
position:relative;
z-index:2;	
}

/* Header */
#header {
position:relative;
}
#header h1 a {
display:block;
float:left;
position:relative;
background:url(images/logo.gif);
height:51px;
width:151px;
text-indent:-9999px;
margin:20px 20px 0 13px;
}
#header .description {
display:none;	
}
#header a.pub {
float:right;
}

/* Nav */
.nav {
position:relative;
background:url(images/bg-menu.gif) repeat-x;
font-family: Georgia;
height:30px;
z-index: 100;
margin:15px 0 5px;
}
.nav ul {
list-style: none;
height:30px;
float:left;
}
.nav ul li {
display: block;
float: left;
position: relative;
}
.nav ul li a {
display: block;
float: left;
text-decoration: none;
color:#fff;
margin:0;
padding:0 15px;
font-size:15px;
line-height:30px;
height:30px;
vertical-align:middle;
text-transform:uppercase;
}
.nav ul li.current-cat,
.nav ul li.current-cat-parent,
.nav ul li:hover {
color: #fff;
background:url(images/bg-menu-hover.gif) repeat-x;	
}
.nav ul li.current-cat a, 
.nav ul li.current-cat-parent a,
.nav ul li:hover a {
color: #fff;
background:url(images/bg-menu-hover-arrow.gif) 50% 100% no-repeat;
}

/* Menu déroulant */
.nav ul ul {
z-index: 100;
float:none;
visibility: hidden;
position: absolute;
height: 0;
top: 30px;
left: 0;
width: 200px;
}
.nav ul li:hover ul,
.nav ul a:hover ul {
visibility: visible;
}
.nav ul ul li {
float: none;
background: #040404;
}
.nav ul ul li a {
font-size: 11px;
float: none;
height: auto;
line-height:normal;
padding:3px 5px;
margin: 0;
border-bottom: 1px dotted #262626;
background: none;
}
.nav ul li.current li a, 
.nav ul li:hover li a {
background: #040404;
color:#fff;
}
.nav ul li.current li a:hover, 
.nav ul li:hover li a:hover {
background: #FF0090;
}
/* Fin - Menu déroulant */

.nav .nav-right {
float:right;
width:220px;
}

.nav a.facebook {
float:left;
display:block;
width:14px;
height:14px;
background:url(images/ico-facebook.gif) no-repeat;
text-indent:-9999px;
margin:7px 5px 0;
}

.nav a.twitter {
float:left;
display:block;
width:16px;
height:16px;
background:url(images/twitter_logo.png) no-repeat;
text-indent:-9999px;
margin:7px 5px 0;
}

.nav a.feed-rss {
float:left;
display:block;
width:15px;
height:15px;
background:url(images/ico-rss.gif) no-repeat;
text-indent:-9999px;
margin:7px 5px 0;
}

.nav .searchform {
float:left;
display:block;
margin:5px 5px 0;
}

.nav .searchform input.s {
border:1px solid #ccc;
float:left;
width:100px;
height:18px;
}

.nav .searchform button.searchform-submit {
border:0;
background:url(images/ico-search-submit.gif) no-repeat;
display:block;
float:left;
width:11px;
height:11px;
margin:5px 8px 0;
}
.nav .searchform button.searchform-submit span {
display:none;
}

/* Asides Top */
.asides-top {
position: relative;
text-align:right;
font-size:11px;
font-family: Georgia;
}
.asides-top .breadcrumb {
float:left;
text-transform:uppercase;
position: relative;
}
.asides-top .breadcrumb {
color:#000;
}
.asides-top .newsletter {
text-transform:uppercase;
color:#444444;
}
.asides-top .newsletter #email-newsletter {
width:105px;
border:1px solid #c5c5c5;
color:#c5c5c5;
}
.asides-top .newsletter #email-newsletter:focus {
color:#333;
}
.asides-top .newsletter .submit {
color:#d10e7c;
border:0;
background:none;
text-transform:uppercase;
}

/* Content */
#content {
clear:both;
position:relative;
}

.bup-right {
width:160px;
position: relative;
float:left;
text-align: center;
}
.bup-right a {
display: block;
}

/* Home */
.home {
padding:10px 0;
}
.home #une {
background:url(images/bg-home-une.gif);
padding:7px;
width:741px;
float:left;
}
.home #une #post-left {
margin-right:7px;
}
.home #une #post-left .deco {
position:absolute;
bottom:0;
right:0;
width:110px;
height:105px;
background:url(images/corner-home-bottom-left.gif) no-repeat;
z-index:1;
}
.home #une #post-right .deco {
position:absolute;
top:0;
right:0;
width:110px;
height:105px;
background:url(images/corner-home-top-right.gif) no-repeat;
z-index:1;	
}
.home #une .post {
position:relative;
background:url(images/bg-home-une-inner.gif);
margin:0;
float:left;
width:307px;
height:536px;
color:#fff;
padding:25px 30px;
}
.home #une .post .categories {
text-transform:uppercase;
color:#d10e7c;
position:relative;
font-family: Georgia;
font-size: 14px;
line-height: 24px;
z-index:2;
}
.home #une .post .categories a {
color:#d10e7c;
text-decoration: none;
}
.home #une .post .categories a:hover {
color:#fff;
}
.home #une .post h2 {
font-size:24px;
font-weight:400;
margin:8px 0;
line-height: 28px;
position:relative;
z-index:2;
}
.home #une .post h2 a {
color:#fff;
text-decoration:none;	
}
.home #une .post h2 a:hover {
color:#d10e7c;
}
.home #une .post .meta-top {
background:#2f2f2f;
padding:5px;
font-size:10px;
font-family: Georgia;
line-height: 14px;
text-transform:uppercase;
}
.home #une .post .meta-top a {
color:#d10e7c;	
text-decoration: none;
}
.home #une .post .meta-top a:hover {
color:#fff;
}
.home #une .post .meta-top .photo {
float:left;
margin:4px 5px 5px 0;
}
.home #une .post .pic-home img {
margin-bottom: 10px;
}
.home #une .post .entry {
position:relative;
font-family: Arial;
padding-top:10px;
line-height: 20px;
z-index:2;
}
.home #une .post .entry p {
text-align:left;
}
.home #une .post a.read-more {
color:#d10e7c;
font-size:16px;
text-decoration:none;
}
.home #une .post a.read-more:hover {
color:#fff;
}
.home #une .post a.read-more span {
color:#fff;
} 
.home #une .post a.read-more:hover span {
color:#d10e7c;
}

/* Single */
.single #content {
width:746px;
position: relative;
margin-right: 6px;
padding:10px 0;
float:left;
}

.bup-right-single {
margin-top: 10px;
text-align: center;
position: relative;
display: block;
}

.single .navigation {
text-align: center;
padding: 20px 0 19px;
text-transform: uppercase;
}
.single .navigation a {
text-decoration: none;
color:#d10e7c;
}
.single .navigation span {
padding: 0 20px;
color:#000;
}
.single #nav-top {
background: url(images/bg-nav-single-top.gif) repeat-x;
margin-bottom: 10px;
}
.single #nav-bottom {
padding: 23px 0 22px;
background: url(images/bg-nav-single-bottom.gif) repeat-x;
margin-top: 10px;
}

.single .meta-top {
background:#eff0f1;
display: block;
width: 746px;
font-size:11px;
line-height: 14px;
font-family: Georgia;
text-transform:uppercase;
}
.single .meta-top span.comm{
float:right;
display: block;
margin: 5px 5px 0 0;
padding-left: 35px;
height: 19px;
line-height: 19px;
vertical-align: middle;
background: url(images/bg-meta-top-comments.gif) no-repeat;
}
.single .meta-top a {
color:#d10e7c;	
text-decoration: none;
}
.single .meta-top a:hover {
color:#000;
}
.single .meta-top .photo {
float:left;
margin-right:5px;
}

.single .post {
min-height: 250px;
position: relative;
padding: 25px 0;
background: url(images/bg-single-entry.gif) bottom right no-repeat;
}
.single .post .deco {
position: absolute;
right:0;
top:0;
width:128px;
height:101px;
background: url(images/bg-single-entry-top.gif) no-repeat;
}

.single .post .categories {
font-size: 14px;
line-height: 18px;
font-family: Georgia;
font-size: 16px;
text-transform:uppercase;
color:#d10e7c;
position:relative;
z-index:2;
width:560px;
}
.single .post .categories a {
color:#d10e7c;
text-decoration: none;
}
.single .post .categories a:hover {
color:#000;
}

.single .post h2.title {
color:#000;
font-size: 30px;
margin: 10px 0 20px;
width:560px;
}

.single .post h2.title a {
text-decoration: none;
}

.single .post .tags {
font-size:11px;
line-height: 14px;
font-family: Georgia;
float:right;
width:95px;
margin-right:30px;
padding-left: 15px;
background: #fff url(images/bg-single-tags.gif) repeat-y;
}
.single .post .tags a {
color:#d10e7c;	
text-decoration: none;
}
.single .post .tags a:hover {
color:#000;
}
.single .post .tags strong {
display: block;
text-transform:uppercase;
margin-bottom: 10px;
font-weight: 400;
font-size: 11px;
}

.single .post .entry {
width:560px;
font-size: 14px;
line-height: 18px;
font-family: Georgia;
}

/* Archives */
.archive #content {
margin-top: 10px;
width:746px;
margin-right: 6px;
float:left;
min-height: 250px;
padding:0 0 10px;
position: relative;
background: url(images/bg-single-entry.gif) bottom right no-repeat;
}
.archive .deco {
position: absolute;
right:0;
top:0;
width:128px;
height:101px;
background: url(images/bg-single-entry-top.gif) no-repeat;
}

.archive h2.pagetitle {
font-size:36px;
font-weight:400;
margin:0 0 20px;
padding:0;
text-transform: uppercase;
position: relative;
z-index: 3;
}

.archive .search-pagetitle h2.pagetitle {
font-size:24px;
}

.archive ul.nav-inter-cats {
list-style: none;
position: relative;
}
.archive ul.nav-inter-cats li {
font-size: 14px;
line-height: 18px;
font-family: Georgia;
display: block;
float: left;
width:225px;
padding-left: 15px;
background: url(images/bg-single-tags.gif) repeat-y;
}
.archive ul.nav-inter-cats li a {
display: block;
float: left;
text-decoration: none;
text-transform: uppercase;
font-size: 13px;
width:205px;
padding: 0 5px;
}
.archive ul.nav-inter-cats li.current-cat a,
.archive ul.nav-inter-cats li a:hover {
background: #D10E7C;
color: #fff;
}

.bup-right-single {
margin-top: 10px;
text-align: center;
}

.archive .navigation-hr {
background: url(images/bg-nav-single-top.gif) repeat-x;
height:5px;
margin: 10px 0;
position: relative;
z-index: 3;
}

.archive .navigation {
text-align: center;
padding: 20px 0 19px;
text-transform: uppercase;
}
.archive .navigation a {
text-decoration: none;
color:#d10e7c;
}
.archive .navigation span {
padding: 0 20px;
color:#000;
}
.archive #nav-top {
background: url(images/bg-nav-single-top.gif) repeat-x;
margin-bottom: 10px;
margin-top:15px;
}
.archive #nav-bottom {
padding: 23px 0 22px;
background: url(images/bg-nav-single-bottom.gif) repeat-x;
margin-top: 10px;
}

.archive .meta-top {
display: block;
margin-bottom: 10px;
font-size:11px;
line-height: 14px;
font-family: Georgia;
text-transform:uppercase;
}
.archive .meta-top span.comm{
float:right;
display: block;
margin: 5px 5px 0 0;
padding-left: 35px;
height: 19px;
line-height: 19px;
vertical-align: middle;
background: url(images/bg-meta-top-comments.gif) no-repeat;
}
.archive .meta-top a {
color:#d10e7c;	
text-decoration: none;
}
.archive .meta-top a:hover {
color:#000;
}
.archive .meta-top .photo {
float:left;
margin-right:5px;
}

.archive .post {
background: url(images/border-top-comments.gif) 0 100% repeat-x;
padding-bottom: 10px;
margin-bottom: 10px;
position: relative;
z-index: 3;
}

.archive .post .categories {
font-size: 14px;
line-height: 18px;
font-family: Georgia;
font-weight: 400;
text-transform:uppercase;
color:#d10e7c;
position:relative;
z-index:2;
width:560px;
}
.archive .post .categories a {
color:#d10e7c;
text-decoration: none;
}
.archive .post .categories a:hover {
color:#000;
}

.archive .post h2.title {
color:#000;
font-size: 30px;
margin: 10px 0;
width:560px;
}
.archive .post h2.title a {
text-decoration: none;
}
.archive .post h2.title a:hover {
text-decoration: underline;
}

.archive .post .tags {
float:right;
width:95px;
margin-right:30px;
padding-left: 15px;
background: #fff url(images/bg-single-tags.gif) repeat-y;
font-size:11px;
line-height: 14px;
font-family: Georgia;
}
.archive .post .tags a {
color:#d10e7c;	
text-decoration: none;
}
.archive .post .tags a:hover {
color:#000;
}
.archive .post .tags strong {
display: block;
text-transform:uppercase;
margin-bottom: 10px;
font-weight: 400;
font-size: 11px;
}

.archive .post .entry {
width:560px;
font-size: 14px;
line-height: 18px;
font-family: Georgia;
}

/* Entry */
.post {
width: 746px;
}
.post .entry ul, .post .entry ol {
margin: 0 0 15px 25px;
}
.post .entry h1 {
margin: 0.5em 0;
font-size: 3em;
}
.post .entry h2 {
margin: 0.5em 0;
font-size: 2em;
}
.post .entry h3 {
margin: 0.3em 0;
font-size: 1.6em;
font-weight: 700;
}
.post .entry h4 {
margin: 0.2em 0;
font-size: 1.4em;
font-weight: 700;
}
.post .entry h5 {
margin: 0.2em 0;
font-size: 1.2em;
font-weight: 700;
}
.post .entry h6 {
margin: 0.1em 0;
font-size: 1.1em;
font-weight: 700;
}

/* Cforms */
.linklove {
display: none;
}

/* Comments */
.comments_template {
position:relative;
width: 746px;
}
.comments_template h3 {
font-size:24px;
font-weight:400;
margin:20px 0 10px;
line-height:0.9;
color:#000;
}
.comments_template h3 a {
color:#000;
text-decoration: none;
}
.comments_template h3 a:hover {
color:#000;
}
.comments_template ol {
list-style:none;
margin-bottom:25px;
}
.comments_template ol li {
display:block;
margin-top:20px;
padding-top: 20px;
background: url(images/border-top-comments.gif) repeat-x;
}
.comments_template ol li span.c-left {
float: left;
display: block;
width: 200px;
background: url(images/bg-quote-comment.gif) 0 5px no-repeat;
padding-left: 45px;
margin-right: 20px;
text-transform: uppercase;
font-size:11px;
line-height: 14px;
font-family: Georgia;
} 
.comments_template ol li span.c-left a {
text-decoration: none;
}
.comments_template ol li span.c-right {
float: left;
display: block;
width:480px;
}
.comments_template ol li .avatar {
border:1px solid #ccc:
display:block;
float:left;
}
.comments_template ol li cite {
font-style:normal;
font-weight:400;
color: #d10e7c;
}
.comments_template ol li cite a {
color: #d10e7c;
}
.comments_template ol li .commentmetadata {
display:block;
margin-bottom:5px;
}

.comments_template .form-comment {
display: block;
position: relative;
background: url(images/bg-single-tags.gif) center repeat-y;
}
.comments_template .bup-right-comment {
float:left;
position: relative;
width: 49%;
}
.comments_template .bup-right-comment .inner-bup-right-comment {
padding: 0 30px 5px;
}
.comments_template .bup-right-comment strong {
font-weight: 400;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 5px;
display: block;
}
.comments_template .form-comment form {
width:50%;
float:left;
}
.comments_template .form-comment form p {
margin-bottom: 8px;
}
.comments_template form label {
display:none;
}
.comments_template form input, .comments_template form textarea {
width:90%;
border:1px solid #ccc;
padding:3px 5px;
}
.comments_template form input#submit {
width:auto;
background: #FF0090;
color: #fff;
padding: 4px 10px;
border: 0;
}

/* Asides */
.asides {
margin:0 2px;
padding:15px 0;
}
.asides ul {
list-style:none;
}
.asides ul li {
display:block;
float:left;
width:134px;
padding-right:12px;
margin-right:7px;
background:url(images/bg-asides-sep.gif) right repeat-y;
}
.asides ul li.last {
width:146px;
padding-right:0;
margin-right:0;
background:none;
}
.asides ul li h5 {
font-size:14px;
font-weight:400;
text-transform:uppercase;
font-family: Georgia;
margin-bottom:4px;
}
.asides ul li h5 a {
color:#000;
text-decoration:none;
}
.asides ul li h5 a span {
color:#d10e7c;
}
.asides ul li h3 {
font-size:12px;
font-weight:700;
color:#0c58a3;
display: block;
overflow: hidden;
}
.asides ul li h3 a {
color:#0c58a3;
text-decoration: none;
}
.asides ul li h3.title_only {
font-size:20px;
font-weight:400;
}
.asides ul li p {
margin-bottom:8px;
font-size:11px;
text-align:left;
}

/* Pre footer - home */
.pre-footer {
padding:10px 0 0;
}
.pre-footer h4 {
font-family: Georgia;
font-size:14px;
font-weight:400;
text-transform:uppercase;
margin-bottom:4px;
text-align: left;
}
.pre-footer h4 span {
color:#d10e7c;
}
.pre-footer .pub {
float:left;
width:300px;
text-align: center;
}
.pre-footer .video {
float:left;
width:600px;
margin-left:15px;
}
.pre-footer .inner-video {
background:url(images/bg-home-video.gif);
padding:15px 0;
text-align:center;
}

/* Footer */
#footer {
clear:both;
position:relative;
width:100%;
background:url(images/bg-home-une-inner.gif);
padding:50px 0 32px;
z-index:1;
color:#fff;
}
#footer span.deco {
height:50px;
background:url(images/bg-home-une-inner.gif);
position:absolute;
width:100%;
top:-50px;
left:0;
}
#footer #footer-inner {
width:940px;
position:relative;
margin:0 auto;
}
#footer .bloc {
display:block;
float:left;
width:275px;
padding:0 15px 0 20px;
background:url(images/border-footer-sep.gif) repeat-y;
min-height:300px;
}
#footer .bloc h5 {
font-size:14px;
font-family: Georgia;
margin-bottom:15px;
color:#fff;
font-weight:400;
text-transform:uppercase;
}
#footer .bloc h5 span {
color:#d10e7c;
}
#footer .bloc h5 span a {
color:#d10e7c;
}
#footer .bloc h5 strong {
font-size:11px;
text-transform:none;
color:#d10e7c;
}
#footer .bloc h5 strong a {
color:#d10e7c;
text-decoration: none;
}
#footer .bloc ul {
list-style:none;
margin-bottom: 5px;
}
#footer .bloc ul li {
font-size:11px;
color:#8c8c8c;
display:block;
float:left;
width:137px;
}
#footer .bloc ul li a {
text-decoration:none;
color:#8c8c8c;
}
#footer .bloc ul.tags-list li span {
width:24px;
text-align: right;
color:#555d5f;
display: block;
float:left;
padding-right: 8px;
font-family: Verdana;
}
#footer .bloc ul.tags-list li a {
float: left;
display: block;
font-family: Georgia;
line-height: 16px;
width:100px;
overflow: hidden;
white-space: nowrap;
}
#footer .bloc .comment {
background:url(images/ico-footer-citations.gif) no-repeat;
margin-bottom:15px;
font-family: Georgia;
}
#footer .bloc .comment .comment-meta {
font-size:10px;
color:#8c8c8c;
background:#2f2f2f;
padding:2px 5px;
margin-left:40px;
}
#footer .bloc .comment .comment-meta a,
#footer .bloc .comment .comment-excerpt a {
color:#d10e7c;
text-decoration:none;
}
#footer .bloc .comment .comment-excerpt {
padding-top:5px;
font-size: 12px;
}

#footer #credits {
padding-top:65px;
font-size:10px;
color:#555d5f;
text-align:right;
font-family: Verdana;
}
#footer #credits a {
text-decoration:none;
color:#8c8c8c;
}
#footer #credits .left {
float:left;
text-align:left;
}
#footer #credits img {
margin-bottom:8px;
}
#footer #credits a.next-edia img {
margin-top:8px;
}

/* Ads inside posts list */
.ads {
padding: 10px 0 30px;
background:transparent url(images/border-top-comments.gif) repeat-x scroll 0 100%;
margin-bottom:10px;
}

.ads strong {
display:block;
font-size:13px;
font-weight:400;
margin-bottom:15px;
text-transform:uppercase;
}
.ads-left {
text-align: center;
display: block;
float: left;
width:49%;
}
.ads-right {
text-align: center;
display: block;
float: right;
width:49%;
}
