/**
 * Thème expo
 */

/* text color */
BODY, H1, H3, DT {
	font-family: Papyrus, "Comic Sans MS", sans-serif;
	color: #e0e0e0;
}
#comments .author {
	font-weight: bold;
}

/* backgrounds */
BODY {
	background-color: #252525;
}

/* margins & padding */
#thePicturePage .thumbnailCategories {
	padding: 0 12px 2px 12px;
}
#comments BLOCKQUOTE {
	padding: 5px; 
}
#the_page .personal_block {
	padding: 0;
}

/* borders */
#menubar DL, 
#content, 
#theCategoryPage .thumbnailCategory,
FIELDSET {
	border: 1px solid black;
}
H2, #menubar DT {
	border-bottom: 1px solid black;
}
#content UL.thumbnails SPAN.wrap2 {
	border: 1px black inset;
	border-radius: 4px 4px;
}
#imageHeaderBar {
	border-top: 1px solid black;
}
#theImage IMG {
	border: 8px orange groove;
}
.navThumb IMG {
	border: 2px orange ridge;
}
#comments .description BLOCKQUOTE {
	border: 1px inset #696969;
}

/* lists */
li {
	list-style-type:none;
}

/* links */
A, INPUT.rateButton {
	color: #bdb29e;
	text-decoration: none;
	border-bottom: none;
}

A:hover {
	color:orange;
	border-bottom: none;
}
#theCategoryPage .thumbnailCategory:hover,
#content UL.thumbnails SPAN.wrap2:hover
{
	border-color: orange;
}
