/* $Id: theme.css 2823 2008-11-04 01:46:17Z rvelices $ */

body {
	background-color: #2f2f2f;
	color: #000;		
}



/* text color */
h1, h3,
input.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
	color:#000;
}

h2, #menubar dt {
	color: #000;
}


/* backgrounds */
/*
BODY, H3, #imageHeaderBar, #imageToolBar A:hover {
	background-color: #2f2f2f;
}

#menubar DL, .content, #imageToolBar, .header_notes {
	background-color: #505050;
}

H2, #menubar DT {
	background-image: url(images/tableh1_bg.png);
}

#imageHeaderBar H2 {
	background-image: none;
	background-color: transparent;
	border: none;
}

#imageHeaderBar {
	background-image: url(images/tableh2_bg.png);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 1px solid #000;
}
*/


/* borders */
/*
#menubar DL, .content{
	border: 1px solid #000;
}

H2, #menubar DT, #imageToolBar {
	border-bottom: 1px solid #000;
}
*/

FIELDSET, INPUT, SELECT, TEXTAREA,
.content DIV.thumbnailCategory {
	border: 1px solid gray;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.content DIV.thumbnailCategory {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 3px #888888;
	-webkit-box-shadow:2px 2px 3px #888888;
}

.content UL.thumbnails SPAN.wrap2 {
	border: 1px solid #999;	/* thumbnails border color and style */
  -moz-border-radius: 10px;	/* round corners with Geko */
  -webkit-border-radius: 10px; /* Safari webkit project */
  border-radius:10px;
  -moz-box-shadow:2px 2px 3px #888888;
  -webkit-box-shadow:2px 2px 3px #888888;
}

.content UL.thumbnails SPAN.wrap2:hover, .content UL.thumbnailCategories DIV.thumbnailCategory:hover,
.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
	background-color: #bbb;
	border-color: #666;	/* thumbnails border color when mouse cursor is over it */
	color: black;	
}

#comments UL.thumbnailCategories DIV.thumbnailCategory:hover,
#comments UL.thumbnailCategories DIV.thumbnailCategory:hover A {
	background-color: transparent;
	border-color: #999;	/* thumbnails border color when mouse cursor is over it */
	color: black;	
}


/* links */
a {
	color: #000;
	border: none;
}

a:hover {
	color: #666;
}

#copyright {
	color: #ddd;	
}

#copyright a {
	color: #fff;
}

