


/**************************** HTML elements ***********************************/
body {
background: #000000;
color: #333333;	
margin: 0;
padding: 0;
font: 100% "Verdana",sans-serif;
}

a {
color: #0066cc;	
}

a:hover {
color: #ff6600;	
}

h1 {
margin: 0 0 0 20px;	
letter-spacing: -0.05em;
padding: 0px 0 0 32px;	
background:  url(bg_header.png) no-repeat center left;
font-family: "Garamond",serif;
}

h1 a, h1 a:hover {
text-decoration: none;
color: #000000;	
}

h4 {
font-size: 1.1em;	
}

h5 {
margin: 0;	
padding: 5px 0 0 20px;	
font: 1em "Trebuchet MS", sans-serif;
}

/*********************** STYLE SHEET SPECIFICS ********************************/

/* header - holds title and subtitle */
#header {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	color: #000000;
	background: #FFFFFF url(bloc.jpg) no-repeat right bottom;
	border-top: 20px solid #00b7b7;
	border-bottom: 20px solid #00b7b7;
	text-indent: 100pt;
}
#leftcontent {
	background-color: #000000;
	background-position: center 100%;
	text-align: center;
	float: left;
	width: 15%;
	background-repeat: no-repeat;
	color: #000000;
	padding: 5px;
	
}
/* main section - the entries go here */
#main {
	width: 60%;
	font-size: 0.7em;

	padding: 1% 1% 0 1%;
	float: left;
	background-color: #FFFFFF;
}

/* wrap each entry in a div */
.entry {
line-height: 1.4em;	
border-bottom: 1px dashed silver;
margin-bottom: 15px;
padding-bottom: 5px;
}

/* special markup for the entry title */
.entry h3 {
margin-top: 0;	
padding-left: 30px;
background: #ffffff url(doc.png) no-repeat center left;	
color: #000000;
font: 1.4em "Georgia", serif;	
}

/* secondary info: post date, poster, category, number of comments */
.entry .info {
color: #666666;	
}

/* attach the comments class to the 'x comments' link to get a comment icon in 
front of it */
.entry .info .comments {
padding-left: 13px;
background: #ffffff url(comment.png) no-repeat center left;	
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.entry .info .poster {
padding-left: 13px;
background: #ffffff url(person.png) no-repeat center left;	
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.entry .info .category {
padding-left: 13px;
background: #ffffff url(folder.png) no-repeat center left;	
}

/* all other information goes here */
#secondary, #stuff {
	position: relative;
	top: 0;
	left: 5;
	width: 190px;
	font-size: 0.7em;
	line-height: 1.3em;
	float: left;
	padding: 0 5px;
	background-color: #80ffff;

}

/* special markup for secondary info headers */
#secondary h3, #stuff h3{
margin: 5px 0 8px 0;	
padding: 0 0 0 22px;
font: bold 1.3em "Trebuchet MS", sans-serif;	
color: #555555;
width: 25%;
}

/* using different classes to outline the different sections */
.links, .linkdump, .archives, .about, .search, .calendar-box, 
#secondary .comments, .referrers, .stuff {
margin-top: 5px;
border-top: 10px #000000;
}

.pivot-search fieldset {
	border: 1px solid #fff;
}

.pivot-search legend, .pivot-search label {
	display: none;
}

img.badge {
	border: 0;
}

/* attaching background images to the headers */
#stuff .links h3{
	background: #80ffff url(links.png) no-repeat center left;
	left: 10px;
}

#stuff .linkdump h3{
background: #80ffff url(linkdump.png) no-repeat center left;
}

#secondary .about h3{
background: #80ffff url(about.png) no-repeat center left;
}

#secondary .archives h3{
background: #80ffff url(archives.png) no-repeat center left;
}

#secondary .search h3{
background: #80ffff url(search.png) no-repeat center left;
}

#secondary .calendar-box h3{
background: #80ffff url(calendar.png) no-repeat center left;
}

#secondary .comments h3{
background: #80ffff url(comments.png) no-repeat center left;
}

#stuff .referrers h3{
background: #80ffff url(referrers.png) no-repeat center left;
}

#stuff .stuff h3{
background: #80ffff url(stuff.png) no-repeat center left;
}

/* a nice footer */
#footer {
width: 100%;
text-align: center;
color: #666666;
clear: both;
}


/* these styles are for the calendar widget */

.calendar {
	padding: 1px 5px;
	margin: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	background: #ffffff;
	background-position: center;
}





.calendarHeader { 
font-weight: bold; 
color: #000;                   
background: #eee;
margin:0px;
padding: 2px 5px;
font-size: 11px;
}



.calendartoday { 
background-color: #FFFFFF;
font-weight: bold;
text-decoration: underline;
}



table.calendar {

/* only the calendar has a line, not the individual cells */
border: 1px solid #333;
padding:0px;
width: 175px;
}



.calendarHeader a, .calendar a {
font-weight: bold; 
color: #ffffff;
text-decoration: none;
}

/* end of the calendar styles */

