@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline:none;
}
/* fond de page */

body {
	text-align: center;
	font-size: 85%;
	/*ie7*/
	
	font-family:Arial, Helvetica, sans-serif;
	color: #fdf0f3;
	background: #555 url(images/bgPage.png) top center repeat-y;
}
img {
	border: none;
}
hr {
	border: none;
	height: 0;
	width: auto;
}
a {
	color: white;
	text-decoration: none;
}
#content p a {
	color: #CC66CC;
}
a:hover {
	color: #aeaeae;
}
.homepage #content, #page {
	width: 980px;
	margin: 0 auto;
}
/* homepage */
.homepage h1 {
	color: white;
	background: url(images/logo.png) center top no-repeat;
	padding: 240px 0 0 270px;
	margin: 80px 0 20px 0;
}
.homepage .decoRight {
	min-height: 1204px;
}
.homepage h2{
	display: inline;
	padding: 0 30px;
}
.homepage h2 a {
	position: relative;
	display:inline-block;
	z-index: 0;
	text-decoration: none;
	color: white;
}
.homepage h2 a span{
	display: none;
}
.homepage h2 a:hover span {
	display: inline-block;
	position: absolute;
	width: 190px;
	height: 50px;
	top: 0;
	left: 8px;
	z-index: 20;
	background: #1A120F;
	padding: 50px 0;
}
h2.pagetitle {
	font-size: 1.3em
}
/* style header */
#header {
	height: 140px;
}
#header h1 {
	width: 400px;
	text-align: right;
	font-size: 1em;
	float: left;
}
#header h1 a {
	background: url(images/logoInside.jpg) top left no-repeat;
	padding: 100px 10px 0 0;
	display: block;
	color: white;

}
#header ul{
	width: 400px;
	float: left;
	overflow: auto;
	list-style: none;
	margin: 0 0 0 150px;
}
#header ul li {
	width: 90px;
	float: left;
	margin: 0 15px 0 0;
}
#header ul li a {
	background: url(images/buttonTopActive.png) center top no-repeat;
	color: white;
	display: block;
	padding: 10px 10px 30px 15px;
	font-size: 1.8em;
}
/*
#header ul li a:hover {
	background: url(images/buttonTop.png) center top no-repeat;
	display: block;
	padding: 10px 10px 30px 15px;
	font-size: 1.8em;
	color: #aeaeae;
}
*/
.category-blog #header ul li a.blog,
.category-gallery #header ul li a.blog, 
.category-fantasy #header ul li a.blog,
.category-sci-fi #header ul li a.blog,
.category-historical #header ul li a.blog,
.category-events #header ul li a.blog,
.category-links #header ul li a.blog,
.category-classes #header ul li a.blog,
.category-video #header ul li a.video,
.category-products #header ul li a.video,

.page-id-14 #header ul li a.contact,
.page-id-14 #header ul li a.blog:hover, 
.page-id-14 #header ul li a.video:hover,
.page-id-14 #header ul li a.contact:hover,

.category-video #header ul li a.blog:hover, 
.category-video #header ul li a.video:hover,
.category-video #header ul li a.contact:hover,

.category-products #header ul li a.blog:hover, 
.category-products #header ul li a.video:hover,
.category-products #header ul li a.contact:hover,

.category-blog #header ul li a.blog:hover, 
.category-blog #header ul li a.video:hover,
.category-blog #header ul li a.contact:hover,

.category-gallery #header ul li a.blog:hover, 
.category-gallery #header ul li a.video:hover, 
.category-gallery #header ul li a.contact:hover, 

.category-fantasy #header ul li a.blog:hover, 
.category-fantasy #header ul li a.video:hover, 
.category-fantasy #header ul li a.contact:hover, 

.category-sci-fi #header ul li a.blog:hover, 
.category-sci-fi #header ul li a.video:hover, 
.category-sci-fi #header ul li a.contact:hover, 

.category-historical #header ul li a.blog:hover, 
.category-historical #header ul li a.video:hover, 
.category-historical #header ul li a.contact:hover, 

.category-events #header ul li a.blog:hover, 
.category-events #header ul li a.video:hover, 
.category-events #header ul li a.contact:hover, 

.category-links #header ul li a.blog:hover, 
.category-links #header ul li a.video:hover, 
.category-links #header ul li a.contact:hover, 

.category-classes #header ul li a.blog:hover, 
.category-classes #header ul li a.video:hover, 
.category-classes #header ul li a.contact:hover {
	background: url(images/buttonTop.png) center top no-repeat;
	color: #aeaeae;
}
/* style search */
.hidden {
	display: none;
}
#searchform {
	display: block;
	float: right;
	margin: 0 100px 0 0;
}
#searchform #s {
	background: url(images/searchInput.png) center center no-repeat;
	border: none;
	padding: 12px;
	color: #898786;
	text-indent: 3px;
	float: left;
}
#searchform #searchsubmit {
	border: none;
	background: none;
	padding: 4px 0 0 0;
	float: left;
}
/* style breadcrumb*/
.breadcrumb {
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0 0 8px 0;
}
/* style center */
.decoRight {
	width: 980px;
	margin: 0 auto;
	background: #1A120F url(images/borderRight.png) top right repeat-y;
	overflow: hidden;
	
}
.narrowcolumn, .widecolumn {
	text-align: left;
	padding: 0 0 0 10px;
	width: 740px;
	float: left;
	overflow:auto;
}
.pagetitle {
	margin: 8px 0;
}
.category-video #page {
	background: url(images/fondVideo.png) 720px bottom no-repeat;
}
.category-blog #page,
.category-fantasy #page,
.category-gallery #page,
.category-tutorials #page,
.category-classes #page,
.category-gallery #page,
.category-events #page,
.category-links #page {
	background: url(images/fondBlog.png) 730px bottom no-repeat;
}
/* accueil tuto */
.accueilTuto .hentry {
	width: 240px;
	float: left;
}
/* style contenu article */
.entry p{
	margin: 8px 0;
	text-align: left;
}
.entry ul {
	margin: 8px 0;
	list-style-position: inside;
	list-style-type:disc;
	color: #999999;
}
.entry ol {
	margin: 8px 0;
	list-style: inside;
	list-style-type:decimal;
}
.entry ul li, .entry ol li {
	padding: 0 0 0 15px;
	color: white;
}
.entry blockquote {
	background: black;
	border: 1px dashed #999;
	padding: 5px;
	margin: 8px;
}
.entry img.alignnone {
	display: inline-block;
}
.entry img.alignleft {
	display: inline-block;
	float: left;
}
.entry img.alignright{
	display: inline-block;
	float: right;
}
.entry img.aligncenter {
	display: block;
	margin: 0 auto;
}
.entry .more-link {
	border-bottom: 1px dashed #999;
	display: block;
	text-align: right;
	padding: 0 0 3px 0;
}
.postmetadata {
	clear: both;
}
.postmetadata a.post-edit-link {
	color:#990033;
}
.entry .price {
	background: black;
	border: 1px dashed #999;
	width: 170px;
	padding:10px 6px;
	clear: both;
	margin: 8px 0 0 0;
}
.entry .price .priceInfo {
	font-size: 1.2em;
	font-weight: bold;
}
.entry .price .buy {
	display: inline-block;
	height: 25px;
	padding: 8px 10px 0 10px;
	font-weight: bold;
	font-size: 1.2em;
}
/* style allvideo */
.allVideo {
		margin: 0 0 0 20px;
		overflow: hidden;
}
.allVideo .hentry {
	float: left;
	width: 240px;
}
.latestPost {
	float: left;
	width: 400px;
	border-left: 1px solid white;
	padding: 0 0 0 20px;
}
.latestPost .hentry {
	float:left;
	width: 200px;
}
.latestEdito {
	width: 300px;
	float: left;
	padding: 0 8px 0 0;
}
#content .allVideo .post {
	min-height: 300px;
}
#content .allVideo .post img {
	margin: 8px 0 0 10px;
}
#content .allVideo .post canvas {
	margin: 0 0 35px 10px;
}


/* style sidebar */
#sidebar {
	width: 220px; 
	float:right;
	text-align: left;
	position: relative;
}
#sidebar ul {
	list-style: none;
}
#sidebar .leftMenu {
		float: right;
		margin: 0 6px 0 0;
		width: 220px;
}
#sidebar .leftMenu ul li a{
	display: block;
	text-align: center;
	font-size: 1.5em;
	padding: 14px 0;
}
#sidebar .leftMenu ul.children {
	margin: 0 0 8px 0;
}
#sidebar .leftMenu ul li.current-cat a,
#sidebar .leftMenu ul li a:hover {
		background: url(images/ongletMenu.png) center right no-repeat;
}
#sidebar .leftMenu ul li ul.children li {
	padding: 3px 0;
}
#sidebar .leftMenu ul li ul.children li a{
	background: none;
	padding:0 0 0 60px;
	font-size: 1em;
	text-align: left;
}
/* style archive */
#sidebar .archive {
	float: right;
	background: url(images/topArchive.png) top center no-repeat;
	width: 180px;
	padding: 10px 0 0 30px;
	margin: 60px 0 0 0;
}
#sidebar .archive h2 {
	font-weight: normal;
	font-variant:small-caps;
}
#sidebar .archive ul {
	background: url(images/bottomArchive.png) bottom center no-repeat;
	padding: 0 0 60px 0;
}
#sidebar .archive ul li {
	padding: 0 0 0 5px;
}
/* style footer */
#footer {
	text-align: left;
	clear: both;
	width: 720px;
	border-top: 1px solid white;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}
#footer .zoneFoot {
	float: left;
	border-right: 1px solid white;
	width: 217px;
	margin: 10px 0 10px 5px;
	padding: 0 8px;
	height: 245px;
}
#footer .zoneFoot h3 {
	display:block;
	position: relative;
	height: 30px;
	margin: 0 0 8px 0;
}
#footer .zoneFoot h3 span{
	position:absolute;
	text-indent: -5000px;
}
#footer .zoneFoot[role="last"] {
	border: none;
}
#footer .zoneFoot[role="last"] ul {
	list-style:none;
	margin: 10px 0;
}
#footer .zoneFoot[role="last"] ul li {
	display: inline;
	border-right: 1px solid white;
	padding: 0 5px 0 2px;
}
#footer .zoneFoot[role="last"] ul li.last {
	border: none;
}
#footer .zoneFoot[role="last"] ul li a {
	text-decoration: underline;
}
#footer .zoneFoot[role="last"] ul li a:hover {
	text-decoration: none;
}
#footer .zoneFoot[role="last"] .powered {
	font-size: 0.9em;
	margin: 15px 0 0 0;
}
#footer .zoneFoot[role="last"] .powered .rss{
	background: url(images/rss.png) top left no-repeat;
	display:block;
	height: 50px;
	margin: 15px 0 0 0;
	padding: 3px 0 0 22px;
}
#footer .zoneFoot h3.infoStudio {
	background: url(images/theStudio.png) top left no-repeat;
}
#footer .zoneFoot h3.latestBlogEntry {
	background: url(images/latestBlog.png) top left no-repeat;
}
#footer .zoneFoot h3.latestVideoTutorial {
	background: url(images/newVideo.png) top left no-repeat;
}
#footer .zoneFoot[role="blog"] h4{
	font-size: 1em;
	font-weight: normal;
	margin: 6px 0 0 0;
}
#footer .zoneFoot[role="blog"] h4 a {
	text-decoration: underline;
}
#footer .zoneFoot[role="blog"] h4 a:hover {
	text-decoration: none;
}
#footer .zoneFoot[role="blog"] small {
	font-style: italic;
}
#footer .zoneFoot[role="video"] h4 {
	margin: 3px 0;
}
#footer .zoneFoot[role="video"] h4 a {
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
#footer .zoneFoot[role="video"] h4 a:hover {
	text-decoration: none;
}
#footer .zoneFoot[role="video"] h4 span.price {
	color: red;
}
#footer .zoneFoot .postmetadata a{
	color: #990033;
}
/* style articles */
#content {
	margin: 0 0 10px 0;
}
#content .post {
	min-height: 280px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#content .post .entry {
	margin: 8px 0;
}
.widecolumn .entry .theContent{
	min-height: 200px;
	overflow: auto;
}
/* style navigation */
.navigation {
	clear: both;
	width: 710px;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
/* style menu */
.category-blog #sidebar .menuVideo {
	display: none;
}
.category-video #sidebar .menublog {
	display: none;
}

/* style commentaires */
#comment {
	width: 450px;	
}
#commentform {
	width: 452px;
	margin: 8px auto;
}
#commentform p {
	margin: 5px 0;
}
#commentform p input[type="text"],
#commentform textarea {
	background: black;
	border: 1px solid #89827f;
	color: #999999;
}
p.centerForm {
	text-align: center;
}
.fg-button { 
   outline: 0; 
   margin:0 4px 0 0; 
   padding: .3em .6em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1;
   display: inline-block;
   }
.ui-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	float:right;
}
.fg-button:hover {
	color: black;
}
.commentlist {
	margin: 5px 0;
	list-style: none;
}
.commentlist li {
	padding: 10px;
}
.commentlist li.even {
	background: #463028;
}
.commentmetadata {
	font-style: italic;
	clear: both;
	margin: 0 0 5px 0;
}
.comment-author .fn, .comment-author .says {
 line-height: 30px;
}
.comment-author .avatar {
	float: left;
	margin: 0 5px 0 0;
}

/*style accueil galery*/

.entry .slideAccueil{
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0 0 0 0;
  height: 360px;
  overflow:hidden;
  width:740px;
}

.entry .slideAccueil li{
  float: left;
  padding: 0;
  display: block;
  margin-right: 0;
  position: relative;
  background: #1A120F;
  height:360px;
  overflow:hidden;
}

.slideAccueil li a{
  display: block;
  overflow: hidden;
  height: 500px;
  width: 150px;
}

.slideAccueil li:first-child a{
  width: 250px;
}

.slideAccueil li img{
  position: absolute;
}
.slideAccueil li .pagetitle {
	color: white;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 1;
	font-size: 1.5em;
	display:block;
}
.slideAccueil li canvas {
	position: absolute;
	margin: 300px 0 0 0;
}

a.linkGallery span{
	display: inline-block;
	text-align: left;
	text-indent: 11px;
	padding: 5px 0 0 0;
	margin: 8px 50px 0 0;
	float: right;
	font-size: 0.9em;
}
a.linkGallery span.ui-icon {
	width: 16px;
	height: 16px;
	display:block;
	margin: 0 3px;
}

/* link page */
.links ul {
	list-style:none;
}
.links h2 {
	margin: 6px 0;
}
.links ul li {
	padding: 0 0 0 20px;
}
.links ul.blogroll li a {
	display: block;
	width: 700px;
	font-size: 1.2em;
	font-weight: bold;
}
.links ul.blogroll li a img{
	max-width: 600px;
	display: block;
	margin: 5px 0;
}
/* contact form */
.wpcf7-form p input[type="text"],
.wpcf7-form p textarea {
	border: none;
	border: 1px solid white;
	background: black;
	color: #999;
}
.wpcf7-form p span{
	display: block;
	margin: 4px 0;
}
/*back Top */
#content .alignRight a{
	float: right;
	color: white;
}
#content .alignRight a:hover{
	color: #333333;
}
