/*  
Theme Name: Nico's Website Theme2
Author: Nicolas LEBLANC
Author URI: http://www.nicolas-leblanc.com/
Description: 
Version: 0.1
*/

/* We need this... */

body {

	background: url(./images/bg.png);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #000000;
	color: #B0B0B0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height:1.6;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
}

h1{
	margin: 0;
	padding:0;
}
h2{
	margin: 0;
	padding:0;
}


/* for different commentars*/

/* needed*/
acronym, abbr, span.caps {
	cursor: help;
	}
	
/* Center everything */

div.cornertop{
	background-image: url(./images/cornertop.png);
	background-repeat: no-repeat;
	width: 974px;
	height: 28px;
	margin: 20px auto auto;
}

div.cornerbot{
	background-image: url(./images/cornerbot.png);
	background-repeat: no-repeat;
	width: 974px;
	height: 104px;
	margin: 20px auto auto;
	margin-top: 0px;
	clear: both; 
}

div.wrapper{
	margin: 0 auto;
	width: 974px;
	background-image: url(./images/bgwrapper.gif);
	background-repeat: repeat-y;
	position: relative;
}

div.wrapper2{
	padding-left: 0px;
	padding-right: 18px;
	padding-bottom: 20px;
	margin-right: 50px;
}

/* Headimg */

#head{
	background-image: url(./images/head2.png);
	background-repeat: no-repeat;
	width: 974px;
	height: 136px;
	position: relative;
	z-index: 2;
}

#head h1{
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
}

#head a{
	color: #000000;
	text-decoration: none;
}

#head h2{
	padding-left: 10px;
	font-size: 12px;
	color: #4e4e4e;
}



/* Content */ 

#content{
	padding-left: 0px;
	padding-bottom : 0px;
	margin-left: 40px;
	margin-top: 15px;
	width: 750px;
	min-height: 500px;
	float:left;
	color: #F1F1F1;
}

#player1{
	margin-left: 50px;
}

#content1{
	padding-left: 0px;
  padding-bottom : 0px;
	width: 780px;
	float:left;
	color: #FF0000;
}

#content h1{
	font-size: 18px;

}

div.previous-next{
	color: #B0B0B0;
	margin-bottom: 10px;
}

div.previous-next a{
	color: #B0B0B0;
	text-decoration: none;
}

div.previous-next a:hover{
	color: #D47300;
}


/* Blog Titles Style */

div.post-title{
	color: #F0F0F0;
	font-weight: normal;
	float: left;
	font-size: 20px;
	width: 708px;
	margin-bottom: 10px;
}

div.post-title h1{
	color: #F0F0F0;
	font-weight: normal;
	background-image: url(./images/post_title_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	font-size: 20px;
	width: 708px;
	margin-bottom: -10px;
}

div.post-title h2{
	color: #F0F0F0;
	font-weight: normal;
	background-image: url(./images/post_title_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	font-size: 20px;
	width: 708px;
	margin-bottom: -10px;
}

div.post-title h3{
	color: #F0F0F0;
	font-weight: normal;
	background-image: url(./images/post_title_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	font-size: 20px;
	width: 700px;
	margin-bottom: -10px;
}

div.post-title a{
	color: #F0F0F0;
	text-decoration: none;
}

div.post-title a:hover{
	color: #d47300;
	text-decoration: none;
}


div.post-date{
	color: #555555;
	float: left;
	border-right: 1px solid #6A3A00;
	text-align: center;
	line-height: 1.0;
	font-weight: normal;
	font-size: 14px;
	font-family: "Trebuchet MS",Tahoma,Arial;
	width: 25px;
	margin-right: 5px;
}

div.post-cat{
	background-image: url(./images/icon_tag_orange.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #D47300;
	font-weight: normal;
	float: left;
	font-size: 12px;
	width: 708px;
	margin-bottom: 10px;
}

div.post-cat a{
	color: #D47300;
	text-decoration: none;
	margin-left: 20px;
}

div.post-cat a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

div.entry {
	text-align: justify;
	margin-left: 5px;
}

div.entry a{
        color: #D47300;
        text-decoration: none;
}

div.entry a:hover{
        color: #FFFFFF;
        text-decoration: none;
}
	
div.post-comment{
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
}

div.post-comment a{
	color: #FFFFFF;
	text-decoration: none;
}

div.post-comment a:hover{
	color: #D47300;
	text-decoration: none;
}

/* Title Others Pages */

div.post-title2{
	color: #D47300;
	font-weight: normal;
	float: left;
	font-size: 20px;
	width: 100%;
	margin-bottom: 10px;
}


div.post-title2 h1{
	color: #F0F0F0;
	font-weight: normal;
	background-image: url(./images/post_title_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	font-size: 20px;
	width: 600px;
}

div.post-title2 h2{
	color: #F0F0F0;
	font-weight: normal;
	background-image: url(./images/post_title_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	font-size: 20px;
	width: 100%;
}

div.post-title2 h3{
	color: #EAEAEA;
	background-image: url(./images/post_title_line_grey.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-weight: normal;
	float: left;
	font-size: 18px;
	width: 250px;
	margin-bottom: 5px;
	margin-left: 20px;
}

div.links-table{
border-bottom: 1px solid #555555;
}


#gallery-link{
color: #555555;
font-size: 10px;
}

#gallery-link a{
color: #B0B0B0;
text-decoration: none;
}

#gallery-link a:hover{
color: #D47300;
}

/*----------------------------------*/

/* Blog Posts Style */


div.posts{
	color: #B0B0B0;
	padding: 0px 10px 0px 0;
	width: 740px;
	float:left;
	line-height: 1.5;
}

cite.toto {
	color: #D47300;
	font-size: 14px;
}

cite.toto a{
	color: #D47300;
}

div.posts2{
	color: #B0B0B0;
	padding: 0px 10px 0px 0;
	width: 740px;
	float:left;
	line-height: 1.5;
}

div.posts2 a{
	color: #FFFFFF;
	text-decoration: none;
}

div.posts2 a:hover{
	color: #D47300;
}

div.RSS {
	background-image: url(./images/rss_icon.jpg);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	font-size: 0px;
}

/* Navigation */

#nav{
	background-image: url(./images/navbg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	height: 38px;
	width: 954px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
}

#nav a{
  margin-top: 8px;
  position : absolute;
  width : 120px;
  text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #A0A0A0;
}



#nav ul{
	display: inline;
}

#nav li{
	background-image: url(./images/navsep.gif);
	background-repeat: no-repeat;
	background-position: right;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	float:left;
	height: 38px;
	width : 120px;
}

#nav li:hover{
	background-image: url(./images/button_over.png);
	background-repeat: no-repeat;
}

#nav li.current_page_item a:link, #nav li.current_page_item a:visited {
	color: #FFFFFF;
}


#nav li.current_page_item{
	background-image: url(./images/button_on.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	}
	

#RSS-link a{
	width: 18px;
	height: 18px;
	margin-left: 70px;
	margin-top: 6px;
}




/* Sidebar */ 

#left-faux {
background-image: url(./images/sidebar_border.gif);
background-repeat: repeat-y;
background-position: left;
width : 170px;
height: 100%;
position : absolute;
bottom : 0;
right: 0;
z-index: 1;
}

#sidebar{
	float: right;
	width: 170px;
	position: relative;
	z-index: 2;
}

#sidebar ul{
	margin-left: 30px;
	padding:0;
	list-style-type: disc;
	display: list-item;
	text-align: left;
	margin-top: 0px;
}

#sidebar h3{
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	color: #A5A5A5;
}

#sidebar a{
	text-decoration: none;
	color: #FFFFFF;
}

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

div.footertext{
  padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 45px;
	text-align: center;
	color: #555555;
}

div.footertext a{
color: #D47300;
}


span.prev-posts{
	padding-left: 10px;
	float:left;
}

span.prev-posts a{
	padding-left: 10px;
	text-decoration: none;
	float:left;
	color: #D47300;
}

span.prev-posts a:hover{
	color: #FFFFFF;
}

span.next-posts{
	margin-right: 10px;
	padding-right: 10px;
	float:right;
}

span.next-posts a{
	text-decoration: none;
	margin-right: 10px;
	padding-right: 10px;
	float:right;
	color: #D47300;
}

span.next-posts a:hover{
	color: #FFFFFF;
}

/* Search form */

#searchform {
	width: 154px;
	text-align: center;
}

#searchform #s{
	color: #B0B0B0;
	background-color: #333333;
	border: 1px solid #945000;
	width: 120px;
}
#searchform input{
	width: 70px;
}


form#commentform{
	width: 160px;
}


/* Date in Posts */

.the_date {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background: url(./images/calendar.png) no-repeat;
	width:40px;
	margin-right: 5px;
}

.date_m {
	display:block;
	font-size: 10px;
	margin:-2px;
	padding:0;
	font-weight: bold;
	text-align:center;
}

.date_d {
	display:block;
	font-size:1.4em;
	margin:0;
	padding: 0 0 1px 0;
	text-align: center;
}

/* User Icon */

div.author{
	float:left;
	display: block;
	margin-bottom: 10px;
}


/* 
Comment comic speakbubbles
alt = alternate (Bubble color 2)
*/ 

div.commentdiv{
	padding: 0px 10px 0px 10px;
	background-color: #000000;
	border: 0;
}


div.commentdivalt{
	padding: 0px 10px 0px 10px;
	background-color: #000000;
	border: 0;
}

a.commentalt{
	text-decoration: none;
	color: #D47300;
}

a.comment{
	text-decoration: none;
	color: #D47300;;
}

/* Rounded bottom corners... */

div.commentdivbotalt{
	background-image: url(./images/post_title_line_grey.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 12px;
	border: 0;
}

div.commentdivbot{
	background-image: url(./images/post_title_line_grey.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 12px;
	border: 0;
}

#post-feedback{
	color: #555555;
}

#post-feedback a{
	color: #B0B0B0;
	font-style: italic;
}

#post-feedback a:hover{
	color: #D47300;
}

/* Comment inputboxes */

input#author{
	border: 1px solid #945000;
	background-color: #333333;
	color: #B0B0B0;
}

input#email{
	border: 1px solid #945000;
	background-color: #333333;
	color: #B0B0B0;
}

input#url{
	border: 1px solid #945000;
	background-color: #333333;
	color: #B0B0B0;
}

textarea#comment{
	border: 1px solid #945000;
	background-color: #333333;
	color: #B0B0B0;
	width: 550px;
}

/* Comment Contactboxes */

#contact{
	border: 1px solid #945000;
	background-color: #333333;
	color: #B0B0B0;
	font-family:arial;
	font-size:16px;
}

