/*  
Theme Name: MPH Productions
Theme URI: 
Description: A theme based on Alex's Westkit.NET theme. Added dynamic Superfish menu for pages, sidebar suppression and gray text.
Version: 0.9
Author: S&eacute;bastien Gissinger
Tags: black,red,one-column,fixed-width
Author URI: http://www.gissinger.net/
*/
html, body{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-family: georgia,serif;
	background-color: #4C4C4C;
	color: white;
}

a,img{
	border: 0;
}
a{
	outline: none;
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input, textarea{
	background: #222 url(images/inputBG.png) repeat-x scroll top left;
	border: 1px solid #000;
	color: #F88;
}

h4 {
	margin-bottom: -5px !important;
}
.viewport{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.imgPreloader{
	height: 0px;
}

.a{
	background: url(images/navBtnBG-mover.gif) no-repeat;
}
.b{
	background: url(images/linkBtn-mover.gif) no-repeat;
}
.c{
	background: url(images/rss-mover.gif) no-repeat;
}
.d{
	background: url(images/navBtnBGsecond-mover.gif) no-repeat;
}
.e{
	background: url(images/navBtnBGsecond.gif) no-repeat;
}

.header{
	background: url(images/headerBG.png) repeat-x bottom left;
	height: 110px;
	padding-top: 10px;
	padding-bottom:-10px;
}
.headerViewport{
	border : 1px solid #333;
	border-bottom : 2px solid #333;
	background : url(images/iHeaderBG.png) repeat-x top center;
	height : 100%;
}
#headerTitle {
	text-align : center;
	position : relative;
	top : 5px;
}
#headerMenu {
	float : left;
	margin : 0px;
	margin-top:13px;
	margin-bottom:-13px !important;
/*	padding :  0px 45px;*/
	padding :  0px 170px;
}

#headerMenu .current_page_ancestor {
 	background : url(images/navBtnBG-mover.gif) no-repeat bottom center;
}
#headerMenu .current_page_parent {
 	background : url(images/navBtnBG-mover.gif) no-repeat bottom center;
}
#headerMenu .current_page_item{
 	background : url(images/navBtnBG-mover.gif) no-repeat bottom center;
}

#headerMenu li .current_page_parent {
 	background : #CC6666 url(images/navBtnBGsecond-mover.gif) repeat-x top left;
}
#headerMenu li .current_page_item {
	background : #CC6666 url(images/navBtnBGsecond-mover.gif) repeat-x top left;
}

.bodyViewport, .headerViewport, .footerViewport{
	width :			960px;
	background-color : black;
	border-left : 1px solid #333;
	border-right : 1px solid #333;
}
.bodyViewport{
/*	background : #000 url(images/fond-etoiles.jpg) no-repeat top left;*/
	background : #000;
	min-height: 540px;
	max-height: 540px;
	overflow : hidden;
	margin-top: 5px !important;
	margin-top: 1px;
	margin-bottom: -2px;
	padding : 0px;
	z-index:0;
}
.bodyViewport img{
	margin-top : 5px;
}
.bodyViewport .content{
	color : #CCC;
	font-family :	verdana;
}

.footerViewport{
	border-top: 2px solid #333;
	color: #666;
	font-size: 10pt;
	background: url(images/iFooterBG.png) repeat-x top left;
	height: 60px;
	line-height: 28px;
	border-bottom: 1px solid #333;
	text-align : center;
}
.footerViewport a{
	color: #888;
}
.footerViewport a:hover{
	color: #AAA;
}

.interlogo {
	margin-left:30px;
}
.logotique {
	position:relative;
	top:4px;
	padding-right: 5px;
}

.edition {
	font-family:verdana;
	font-size:8pt;
	color:#606060;
	width:960px;
	margin:auto;
}

.blogTitle{
	height: 58px;
	line-height: 70px;
	padding-left: 30px;
}
.blogTitle a{
	font-size: 26pt;
	text-decoration: none;
	color: #F33;
}
.blogTitle a:hover{
	color: #F55;
}
.blogSubtitle{
	padding-left: 80px;
	color: #744;
}

.postEntry{
	margin : 0px;
}
.postEntry .postMeta{
}
.postEntry .postMeta .postTitle{
	display: inline;
	vertical-align: bottom;
	background: url(images/point.gif) no-repeat scroll left bottom;
	padding-left: 34px;
}
.postEntry .postMeta .postInfo{
	vertical-align: bottom;
	padding-left: 3px;
}
.postEntry .postContent{
	font-size: 10pt;
	color: #CCC;
	line-height: 22px;
}
.postEntry .postContent h2 {
    font-size: 200%;
}
.postEntry .postContent h3 {
	!padding-top:15px;
}
.postEntry .postLinks{
	margin-left: 20px;
	height: 25px;
}
.postEntry .postLinks div{
	width: 100px;
	height: 28px;
	background: url(images/linkBtn.gif) no-repeat scroll center center;
	float: left;
	text-align: center;
	line-height: 28px;
	margin-right: 8px;
}
.postEntry .postLinks div:hover{
	background: url(images/linkBtn-mover.gif) no-repeat scroll center center;
}
.postEntry .postLinks a{
	text-decoration: none;
	display: block;
}
.postEntry .postTags{
	margin-left: 20px;
	color: #988;
}
.pageNav{
	text-align: right;
}

.sidebar{
	padding-left: 10px;
}

.searchBar{
}
.searchFm{
	margin-top: 10px;
}
.searchBox{
	background: url(images/search.gif) no-repeat scroll center left;
	padding-left: 20px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.searchBox input{
	height: 18px;
	width: 100%;
}

.categoriesBox .categories{
	margin-left: 20px;
	font-size: 13pt;
}

.sideNav ul{
	padding-left: 0px;
}
.sideNav ul li{
	display: block;
	margin-left: 20px;
	font-size: 13pt;
}

.sideVertSep{
	width: 200px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/verticalSep.gif) no-repeat scroll bottom center;
}

.diyadd{
	padding-left: 10px;
}

.commentTxtArea{
	width: 100%;
}

.commentRSS a{
	float: right;
	position: relative;
	top: -20px;
	background: url(images/rss.gif) no-repeat scroll center center;
	height: 20px;
	width: 20px;
}
.commentRSS a:hover{
	background: url(images/rss-mover.gif) no-repeat scroll center center;
}

.commentsArea{
	margin-top: 15px;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.comment .commentAuthor .avatar{
	vertical-align: bottom;
}
.comment .commentAuthor .authorName{
	font-size: 13pt;
	font-weight: bold;
}
.comment .commentAuthor .authorAvatar{
	float: left;
}
.comment .commentAuthor .authorMeta{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.comment .commentContent{
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
}

.aligncenter, div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
   float: left;
}

.alignright{
   float: right;
}

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

/* Plugin FLV Embed */
#player1, #player2, #player3 {
	text-align:center;
}


/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #949494;
}

.art-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #333333;
}
/* end PageFooter */