/*
Theme Name: Flying Dragons
Theme URI: http://www.team-fdc.com/
Description: Ce thème est basé sur le thème par défaut de Wordpress, lui-même basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Vincent BIANCIOTTO
Author URI: http://www.celavi.fr
Tags: dark, black, web 2.0

Flying Dragons v0.1
http://www.celavi.fr

This theme was designed and built by Vincent BIANCIOTTO,
whose blog you will find at http://www.team-fdc.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

* {padding: 0; margin: 0;}

.reset {clear: both; font-size: 0; border: none; height: 0; line-height: 0; visibility: hidden; padding: 0; margin: 0;}

img {border: none; background: none;}

body, html {
/* 	background: #222222 url(img/bg-body-repeatx.gif) top left repeat-x; */
	background-color: #222222;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	color: #940101;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	background: url(img/a-text-deco.gif) bottom left repeat-x;
	color: #ca1515;
}

/* z-index flash */
#forum object {
	z-index: 0;
	position: relative;
}

#page {
	margin: 0 auto;
	width: 980px;
}

#header-wrap {
	background-color: #000000;
	width: 100%;
	height: 166px;
}

#header {
	width: 960px;
	margin: 0 auto 0;
	height: 166px;
}

#header h1, #header h2, #header h3 {
	display:block;
	font-size:0;
	line-height:0;
	text-indent:-10000px;
	float: left;
}

h1#txt-ama {
	background: url(img/header-txt-ama.png) top left no-repeat;
	width: 332px;
	height: 55px;
	margin-top: 92px;
	margin-right: 30px;
	margin-left: 30px;
}

h2#header-logo {
	background: url(img/header-logo.png) top left no-repeat;
	width: 239px;
	height: 161px;
	margin-top: 5px;
}

h3#txt-url {
	background: url(img/header-txt-url.png) top left no-repeat;
	width: 314px;
	height: 60px;
	margin-top: 90px;
	left: -40px;
	position: relative;
}

/* Menu Principal */
#menu {
	background: url(img/bg-menu-repeatx.gif) top left repeat-x;
	position:relative;
	display: block;
	margin:0 auto;
	width:100%;
	height:30px;
	z-index: 0;
	padding: 0;
}

#nav {
	position:relative;
	display: block;
	margin:0 auto;
	width:960px;
	height:30px;
	z-index: 0;
	padding: 0;
	}
	
#nav li { display: inline; }
#nav li a { position: relative; color: black; background-image: url(img/menu.gif); background-repeat: no-repeat; z-index:9998; float: left; height: 0; padding-top: 30px; overflow: hidden; }

/* Boutons menu */
#nav li#b-accueil a { width: 135px; background-position: 0 0; }
#nav li#b-videos a { width: 124px; 	background-position: -135px 0;}
#nav li#b-photos a { width: 135px; background-position: -259px 0;}
#nav li#b-club a { width: 137px; background-position: -394px 0;}
#nav li#b-proteam a { width: 151px; background-position: -531px 0;}
#nav li#b-contact a { width: 146px; background-position: -682px 0;}
#nav li#b-openfdc a { width: 132px; background-position: -828px 0;}

#nav li#b-accueil a:hover { width: 135px; background-position: 0 -30px; }
#nav li#b-videos a:hover { width: 124px; 	background-position: -135px -30px;}
#nav li#b-photos a:hover { width: 135px; background-position: -259px -30px;}
#nav li#b-club a:hover { width: 137px; background-position: -394px -30px;}
#nav li#b-proteam a:hover { width: 151px; background-position: -531px -30px;}
#nav li#b-contact a:hover { width: 146px; background-position: -682px -30px;}
#nav li#b-openfdc a:hover { width: 132px; background-position: -828px -30px;}

#nav li#b-accueil a.selected { width: 135px; background-position: 0 -60px; }
#nav li#b-videos a.selected { width: 124px; 	background-position: -135px -60px;}
#nav li#b-photos a.selected { width: 135px; background-position: -259px -60px;}
#nav li#b-club a.selected { width: 137px; background-position: -394px -60px;}
#nav li#b-proteam a.selected { width: 151px; background-position: -531px -60px;}
#nav li#b-contact a.selected { width: 146px; background-position: -682px -60px;}
#nav li#b-openfdc a.selected { width: 132px; background-position: -828px -60px;}

/* Tooltip : how much new elment is there ? */

#nav li a .news-elements {
	background: url(img/menu-news.gif) 0 0 no-repeat;
	color: white;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	padding-left: 1px;
	font-size: 10px;
	width: 29px;
	height: 11px;
	position: absolute;
	right: 4px;
	top: 10px;
	
}

/* Blocks */
div.block {
	position: relative;
	width: 960px;
	margin: 30px auto 0;
}

div.medium {
	width: 580px;
	margin-left: 10px;
	float: left;
}

div.small {
	width: 360px;
	margin-right: 10px;
	float: right;
}

.block .block-header {
	background: url(img/block-bg-header.gif) top left repeat-x;
	border-right: 1px solid #151515;
	border-left: 1px solid #272727;
	height: 40px;
}

/* Sidebar */

#sidebar {
	background: url(img/nav-bg-repeaty.gif) top left repeat-y;
	position: relative;
	border-top: 1px solid #222222;
}

/*
#sidebar #sidebar-top, #sidebar #sidebar-bottom {
	display: block;
	background: transparent url(img/nav-bg-top.gif) top left no-repeat;
	position: absolute;
	width: 580px;
	height: 35px;
	left: 0;
	z-index: 100;
}
#sidebar #sidebar-top{top: 0;}


#sidebar #sidebar-bottom {background: url(img/nav-bg-bottom.gif) top left no-repeat; bottom: 0;}
*/

#sidebar ul {
	padding: 20px 15px 35px 15px;
	list-style: none;
}

#sidebar ul li.widget {
	float: left;
}

#sidebar ul li.widget ul {
	padding-top: 7px;
}

#sidebar ul li.widget ul li a {
	color: #cccccc;
	font-weight: normal;
}

#sidebar ul li.widget ul li a:hover {
background: url(img/a-footer-text-deco.gif) bottom left repeat-x;
}

#sidebar ul li.widget h2.widgettitle {
	color: #666666;
	font-size: 11px;
	text-transform: uppercase;
	
}

#sidebar ul li.widget_search {
	padding-top: 15px;
	padding-left: 12px;
	margin-bottom: 10px;
	width: 100%;
}

/* Sidebar 2 : archives */
.archive #sidebar, .single #sidebar, .error404 #sidebar, .page #sidebar, .seach #sidebar {
	background: url(img/bg-navigation2.gif) top left repeat-y;
	width: 360px;
	position: relative;
	z-index: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #2C2C2C;
}

.archive #sidebar #sidebar-top, .archive #sidebar #sidebar-bottom, .single #sidebar #sidebar-top, .single #sidebar #sidebar-bottom, .error404 #sidebar #sidebar-top, .error404 #sidebar #sidebar-bottom, .page #sidebar #sidebar-top, .page #sidebar #sidebar-bottom, .search #sidebar #sidebar-top, .search #sidebar #sidebar-bottom {
	display:none;
	padding: 0;
	margin: 0;
}

.archive #sidebar ul, .single #sidebar ul, .error404 #sidebar ul, .page #sidebar ul, .search #sidebar ul {
	padding: 8px 15px 20px 15px;
	list-style: none;
}


/* ALL H1 */
.block .block-header h1 {
	display:block;
	font-size:0;
	line-height:0;
	margin-top: 12px;
	margin-left: 16px;
	text-indent:-10000px;
	float: left;
	height: 14px;
	position: relative;
}

h1#h1-news {
	background: url(img/h1-news.gif) top left no-repeat;
	width: 77px;
}

h1#h1-forum {
	background: url(img/h1-forum.gif) top left no-repeat;
	width: 94px;
}

h1#h1-videos {
	background: url(img/h1-videos.gif) top left no-repeat;
	width: 101px;
	height: 18px;
	margin-top: 9px;
}

h1#h1-photos {
	background: url(img/h1-photos.gif) top left no-repeat;
	width: 108px;
}

h1#h1-contact {
	background: url(img/h1-contact.gif) top left no-repeat;
	width: 128px;
	position: relative;
}

h1#h1-club {
	background: url(img/h1-club.gif) top left no-repeat;
	width: 112px;
	position: relative;
}

h1#h1-proteam {
	background: url(img/h1-proteam.gif) top left no-repeat;
	width: 128px;
	position: relative;
}

h1#h1-acces {
	background: url(img/h1-acces.gif) top left no-repeat;
	width: 90px;
	height: 18px;
	margin-top: 9px;
	position: relative;
}

h1#h1-trickz {
	background: url(img/h1-trickz.gif) top left no-repeat;
	width: 141px;
	position: relative;
}

h1#h1-formulaire {
	background: url(img/h1-formulaire.gif) top left no-repeat;
	width: 175px;
	position: relative;
}

h1#h1-archives {
	background: url(img/h1-archives.gif) top left no-repeat;
	width: 138px;
	position: relative;
}

h1#h1-navigation {
	background: url(img/h1-navigation.gif) top left no-repeat;
	width: 166px;
	position: relative;
}

h1#h1-commentaires {
	background: url(img/h1-commentaires.gif) top left no-repeat;
	width: 217px;
	position: relative;
}

h1#h1-404 {
	background: url(img/h1-404.gif) top left no-repeat;
	width: 273px;
	position: relative;
	height: 18px;
	margin-top: 9px;
}

h1#h1-resultat {
	background: url(img/h1-resultat.gif) top left no-repeat;
	width: 396px;
	position: relative;
	height: 18px;
	margin-top: 9px;
}

h1#h1-openfdc-5 {
	background: url(img/h1-openfdc-5.gif) top left no-repeat;
	width: 171px;
	position: relative;
}
/* END All H1 */

/* Open FDC V */
.english-version, .french-version {
	display: block;
	background: url(img/en.gif) right top no-repeat;
	float: right;
	text-align: right;
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding-right: 25px;
	margin-right: 10px;
	margin-top: 9px;
	color: #ccc;
}
.french-version { background: url(img/fr.gif) right top no-repeat; }
 
.english-version:hover { background: url(img/en.gif) right top no-repeat; color: #FFF; }
.french-version:hover { background: url(img/fr.gif) right top no-repeat; color: #FFF; }

/* H2 */
.block h2 {
	clear: both;
	color: #000000;
	text-decoration: none;
	padding: 0;
	padding-left: 15px;
	margin-top: 10px;
}

.archive #content h3, .single #content h3, .page #content h3, .search #content h3 {
	clear: both;
	color: #000000;
	text-decoration: none;
	padding: 0;
	padding-left: 15px;
	margin-top: 25px;
}

/* résultat de recherche */
.search #content .post {
	padding-bottom: 14px;
	padding-top: 6px;
	border-bottom: 1px solid #DDD;
	background-color: #F8F8F8;
}

.search #content input {margin-left: 12px; margin-top: 8px; margin-bottom: 10px;}

.block small {
	margin-left: 15px;
}

.block h2 a {
	color: #000000;
	text-decoration: none;
}

.block h2 a:hover {
	text-decoration: underline;
}
/* END H2 */

/* #content block */
#content table {
	margin: 10px;
}

#content table td {
	padding: 5px;
	vertical-align: top;
}
#content ul {
	list-style: none;
	margin-left: 15px;
}

#content ul li {
	background: url(img/li-puce.png) 0 1px no-repeat;
	padding-left: 15px;
	font-weight: bold;
	color: black;
	padding-bottom: 5px;
}

.block .block-content {
	position: relative;
	border: 1px solid white;
	background: #FFFFFF url(img/block-content-bg.gif) top left repeat-x;
	height: auto;
	overflow: hidden;
}

/* small width on block-content */
.block .small-content {
	height: auto;
	background: #FFFFFF url(img/block-small-content-bg.gif) top left repeat-x;
}

/* small height on block-content */
.block .small-block {
	height: 290px;
}

.block .block-content p, .block .block-content h2, .block .block-content ul {
	padding: 10px 15px 0 15px;
	list-style: none;
}

.block .forum ul li b {
	display: block;
	padding: 2px;
	width: 320px;
	margin: 0;
	float: left;
	height: 11px;
	font-size: 11px;
	color: white;
	background: #333 url(img/forum-bg-date.gif) top left repeat-x;
}

.block .forum ul li {
	margin: 0;
	padding-bottom: 20px;
	font-size: 12px;
}


/*
#page .block .block-content ul li div, #page .block .block-content ul li div div {
	background: none;
	background-color: none !important;
	border: none !important;
}
*/

.block .block-scroller, .block .block-scroller-top {
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 2px;
	cursor: pointer;
}

.block .block-scroller-top {
	top: 40px;
	z-index: 100;
}

.block .btn-scroller, .block .btn-scroller-top {
	display: block;
	position: relative;
	background: url(img/block-btn-scroller.png) top left no-repeat;
	margin: 0 auto;
	width: 86px;
	height: 22px;
	font-size:0;
	line-height:0;
	text-indent: -10000px;
	z-index: 10000;
}

.block .btn-scroller:hover {
	background-position: 0 -22px;
}

.block .btn-scroller-top {
	background: url(img/block-btn-scroller-top.png) 0 -22px no-repeat;
}

.block .btn-scroller-top:hover {
	background-position: 0 0;
}

/* Top Blocks buttons */
.block-header .block-link {
	display:block;
	font-size:0;
	line-height:0;
	margin-top: 9px;
	margin-right: 12px;
	text-indent:-10000px;
	height: 21px;
	float: right;
	color: black;
	position: relative;
	cursor: pointer;
}

.block-header .block-link:hover {
	background-position: 0 -21px;
}

.block-header .collapse {
	background: url(img/expand-collapse.gif) top left no-repeat;
	display:block;
	font-size:0;
	line-height:0;
	margin-top: 10px;
	margin-right: 12px;
	text-indent:-10000px;
	height: 19px;
	width: 19px;
	float: right;
	color: black;
	position: relative;
	cursor: pointer;
}

/* Contact */

#formulaire label {
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#formulaire p {
	padding: 1px;
	padding-left: 15px;
}

/* Plan acces */
#gMap {
	border: 1px solid #999999;
	width: 340px;
	height: 360px;
	margin-left: 8px;
}
 
/* Articles plus anciens */
/* Navigation */

.navigation {
	padding-bottom: 5px;
	padding-left: 15px;
}


/* Tous les Articles */
.block-header .ts-articles {
	background: url(img/btn-ts-articles.gif) top left no-repeat;
	width: 130px;
}

.block-header .forum {
	background: url(img/btn-forum.gif) top left no-repeat;
	width: 134px;
}

.block-header .ts-videos {
	background: url(img/btn-ts-videos.gif) top left no-repeat;
	width: 124px;
}

.block-header .ts-photos {
	background: url(img/btn-ts-photos.gif) top left no-repeat;
	width: 124px;
}

.block-header .contact {
	background: url(img/btn-contact.gif) top left no-repeat;
	width: 124px;
}

.block-header .photos-videos {
	background: url(img/btn-photos-videos.gif) top left no-repeat;
	width: 124px;
}

.block-header .acces {
	background: url(img/btn-acces.gif) top left no-repeat;
	width: 105px;
}


/* Home page image */
.home #content img, .archive #content img, .single #content img {
	background-color: white;
	padding: 5px;
	border: 1px solid #999999;
}

#content .wp-smiley {background-color: none !important; padding: 0 !important; border: none !important;}


/* gallery (proteam) */
#gallery-1 dl, #gallery-# dt {
	padding: 0 !important;
	margin: 0 !important;
}
#gallery-1 img {
	border: none !important;
	float: left;
}

/* Videos thumbs */

.thumb-img {
	position: relative;
	background: url(img/bg-medias-thumbs.png) top left no-repeat;
	float: left;
	padding: 9px;
	width: 149px;
	height: 99px;
	margin: 10px;
}

.thumb-img img {
	position: relative;
	z-index: 0;
}

.thumb-img a {
	color: white;
}

.thumb-img a img {
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

.thumb-img a:hover img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.thumb-img .new-media {
	background: url(img/new-media.png) top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 54px;
	z-index: 10;
}

/* commentaires : single.php */
.commentlist li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.commentlist li .wp-smiley {border: none !important; background: none !important;}

.commentlist .odd {
	background-color: #ECECEC;
}

.commentlist .even {
	background-color: #E0E0E0;
}

.comment-author, .comment-meta {
	padding-left: 15px;
}

/* Navigation */
.navigation {margin-top: 5px;}
.navigation .alignleft {float: left;}

.navigation .alignright {float: right; padding-right: 15px;}

/* FOOTER */
#footer {
	background: url(img/footer-bg.gif) 0 19px no-repeat;
	width: 960px;
	height: 74px;
	margin: 50px auto 0;
	color: #333333;
}

#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	background: url(img/a-footer-text-deco.gif) bottom left repeat-x;
	color: #b1b1b1
}

#footer .retour-menu {
	position: relative;
	float: right;
	margin-right: 16px;
	background: url(img/btn-retour-menu.gif) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	width: 60px;
	height: 19px;
	text-indent: -10000px;
	color: #222222;
}

#footer .retour-menu:hover {background: url(img/btn-retour-menu.gif) 0 -19px no-repeat; color: #222222;}

#footer .wordpress {
	float: left;
	padding: 13px;
}

#footer .copyright {
	float: right;
	padding: 13px;
	text-align: right;
}

#celavi {
	display: block;
	margin: 10px auto 30px;
	background: url(img/celavi.jpg) 0 0 no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -10000px;
	width: 30px;
	height: 30px;
	color: #222222;
}

