/*
Theme Name: jb 
Theme URI: http://www.julienbecker.com
Description: julien becker theme
Version: 1.0
Author: Julien Becker
 
Creation Theme by Julien Becker || http://www.julienbecker.com
 
 
*/
*{
	margin: 0;
	padding: 0;
}
body {
	background: #333333 url(images/mainBg.png) repeat-x fixed;
}
#topbar{
	display: none;
	width: 100%;
	background: url(images/blackTrans_bg.png) repeat fixed;
	z-index: 99;
}

#topbar #topContent{
	width: 750px;
	height: 150px;
	margin: 0 auto;
	padding-top: 25px;

}
#topbar #topContent p{
	float: left;
	width: 500px;
	font: italic 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	text-align: justify;
	margin-right: 30px;
}

#topbar #topContent h3{
	width: 100px;
	color: #fff;
	text-align: justify;
	margin-left: 120px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
}


#topbar #topContent img{
	float: left;
	border: 1px solid #000; 
	margin-right: 30px;
	height: 86px;
}

#topbar #topContent span img{
	width: 96px;
	height: 96px;
	margin-right: 0;
	float: left;
	border: none; 
}


#page {
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

#header{
	margin: 0 auto;
	padding: 0;
	width: 750px;
	z-index: -1;
}

#header #bouton{
	clear: both;
	width: 80px;
	background: url(images/blackTrans_bg.png) repeat fixed;
	font: italic 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #66ccff;
	margin-left: 650px;
	padding: 8px;
}


#menuBox{
	margin: 50px 0;
	width: 800px;
 	height: 50px;
}
#menu{
	width: 750px;
 	height: 50px;
}

#menu li{
	display: inline;
	list-style: none;
	border: none;
	text-indent: -900px;
}

#menu li a{
	background: url(images/menu.png) no-repeat;
	float: left;
	width: 250px;
	height: 50px;
	overflow: hidden;
}

#menu li#blog a{
	background-position: 0 0;
}

#menu li#blog a:hover{
	background-position: 0 -100px;
}

#menu li#blog a:active, #menu li#blog a.active{
	background-position: 0 -50px;
}

#menu li#portfolio a{
	background-position: -250px 0;
}

#menu li#portfolio a:hover{
	background-position: -250px -100px;
}

#menu li#portfolio a:active, #menu li#portfolio a.active{
	background-position: -250px -50px;
}

#menu li#pdf a{
	background-position: -500px 0;
}

#menu li#pdf a:hover{
	background-position: -500px -100px;
}
#menu li#pdf a:active, #menu li#pdf a.active{
	background-position: -500px -50px;
}



#jb{
	position: fixed;
	top:  20px;
	left:  20px;
}

#logo{
	position: fixed;
	top:  0;
	right:  0;
	z-index: -1;
}

#content{
	
}

.post {
	margin: 25px auto;
	padding: 50px 50px;
	width: 650px;
	background: url(images/blackTrans_bg.png) repeat fixed;
	clear: both;
	font: normal 2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.post img{
	margin-right: 6px;
	margin-bottom: 20px;
	border: 1px solid #000; 
}

.post img a:hover{
	margin-right: 6px;
	margin-bottom: 20px;
	border: 1px solid #000; 
}

.post img.left{
	width: 300px;
	height: 300px;
}

.postmetadata{
	text-align: left;
	padding: 0 ;
	font-size: 0.3em;
	color: #fff;
}
.postmetadata a {
	color: #fff;
}

.post_title{
	text-align: left;	
	padding: 0;
	color: #fff;
	font-size: 0.6em;
}


.post_content p{
	padding:60px 0 0 0;
	font-size: 0.4em;
	color: #fff;
	text-align: justify;
}

.post_content span{
	color: #66ccff;
}

.navigation a{
	padding: 10px;
	background: url(images/blackTrans_bg.png);
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #66ccff;
}

.boxgrid{ 
	width: 300px; 
	height: 300px; 
	margin-right:30px; 
	float:left; 
	background:#161613; 
	border: 1px solid #000; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 	
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
		.captionfull .boxcaption {
			top: 300px;
			left: 0;
		}
		.boxcaption h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
	
.leaveCom {
	padding-top: 5px;
	margin-left: 500px;
	margin-top: 50px;
	height: 60px;
	width: 150px;
	clear: both;
	text-align: center;
	font-size: 0.4em;
	background: url(images/button_arrow.png) no-repeat;
	color: #fff;
	cursor: s-resize;
}

.post a {	

}

.post a:hover {
	
}




#footer {
	margin: 0 auto;
	background: url(images/blackTrans_bg.png) repeat;
	height: 80px;
	width: 100%;
}
#footer p{
	text-align: center;
	padding: 35px 15px 15px 15px;
	color: #fff;
	font: 0.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer a{
	color: #66ccff;
}

#footer a:hover{
	color: #00a4d8;
}


.comments-template {
	display: none;
	margin: 0;
	padding-top: 20px;
	color: #fff;
	font: normal 0.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}
.comments-template a{
	color: #fff;
}
.comments-template ol {
	margin: 10px;
	padding: 0;
	list-style: none;
}

.comments-template ol p {
	font: 0.9em Arial, Helvetica, Geneva, sans-serif;
}

.comments-template ol li {
	margin: 20px 0 0 0;
 	padding: 0 0 10px;
}

.comments-template h2, .comments-template h3 {
	color: #fff;
	
}

.commentlist li{
	border-bottom: 1px solid #444;
}
.commentlist li.even{
	margin: 0;
	padding: 20px 20px;
	background: #111;
}
.commentlist li.odd{
	margin: 0;
	padding: 20px 20px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	background: url(images/blackTrans_bg.png);
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	border-style: none;
	color: #fff;
}
#commentform{
	text-align: left;
	padding: 10px 0;
}
#commentform input{
	margin: 10px 0;
	padding: 2px;
	height: 20px;
	background: url(images/blackTrans_bg.png) repeat fixed;
	border-style: none;
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
input#submit{
	background: url(images/button.png) no-repeat;
	height: 30px;
	width: 150px;
	color: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#comments{
	padding: 20px 0;
	text-align: left;
	color: #fff;
}
#comment{
	margin: 20px 0;
	width: 500px;
	text-align: left;
}
.vcard{
	float: left;
	width: 130px;
	font: 0.6em Arial, Helvetica, Geneva, sans-serif;
	color: #fff;

}
.says{
	width: 100px;
	text-align: right;
}
.vcard cite, .vcard cite a{
	color: #66ccff;
}
.avatar{
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 30px;
	margin-bottom: 5px;
	background-color: #444;
}
.commentmetadata{
	float: right;
	width: 150px;
	text-align: right;
}
.commentmetadata a{
	font: 0.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #66ccff;
}

.comment-body p{
	padding: 30px 0;
	margin: 0 0 0 150px;
	min-height: 70px;
	color: #fff;
	text-align: justify;
}

#respond{
	padding: 20px 0;
	text-align: left;
}




a {
	color:#fff;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

a:hover {
	color: #d4d4d4;
	text-decoration: none;
}

a img, a img:hover{
	text-decoration: none;
	border-style: none;
}
