/* <% album.put("BUTTON_SET", "metodi-blue-20px"); %> */ 

BODY {
 	background-image: url('thoughtsbg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed; 
	background-color: #fefefe;
	color: #000;
}

/* Layout -------------------------------------------------------------------------------- Layout */

/* heading --------------------------------- heading */

div#headcontain {
 	background-image: url('thoughtsheading.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom: 1px solid #FFF;
}

#headingbackup { color: #d68300; }

/* (right) main --------------------------------- (right) main */

#main { color: #000; }

.folderData, .thumbDate {
	color: #444;
	font-size: x-small; }

						/* INDEX PAGE STUFF */

.ThumbHeightAdjust { float: left; height: 425px; }

.gallerythumb, .thumb { border: 1px solid #444; }

.gallerythumb a:hover, .thumb a:hover {
	border: 1px solid #F80; }

#pathnav, #sidebarcontain, #footercontain, .gallerythumblinkcontain, .thumblinkcontain, #framecontain, #introcontain {
	background-color: #444;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}
#pathnav { background-color: #e9eff5; }

.gallerythumblink, .thumblink, #frame, #intro {
	background-color: #fefefe;
	border: 1px solid #000;
}
#introcontain { clear: right; background-color: transparent; }
#intro { background-color: transparent; background-image: url('bgindexdescription.gif') }

.gallerythumblink a, .thumblink a { font-size: 80%; }

.MiniThumbBoxContain-landscape, .MiniThumbBoxContain-portrait {
	background-color: #444;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}

.MiniThumbBox {
	background-color: #FFF;
	border: 1px solid #CCC;
}
#intro, #gallerydescription { color: #bd8a39; font-weight: bold; }
.folderDescription { color: #bd8a39; }
#photosintro { display: none; }
#thoughtsphotosintro { display: inline; }
						/* SLIDE PAGE STUFF */

#slideimage { border: 1px solid #444; }

.minithumb {
	padding: 6px; border: 3px solid #000;
}
.minithumbCurrent {
	padding: 6px; border: 3px solid #C00;
	background-color: #EEE;
}
.photoPosition { color: #bd8a39; }

.photoData i { /* This is not used for italics, but to provide the | separator character inside the photoData clase */
	color: #CCC; 
}

/* left ------------------------------------------- left */

#sidebarcontain, #footercontain {
	background-color: #d68300;
}

#sidebar, #footer {
	background-image: none;
	background-color: #fefefe;
	border: 1px solid #000;
	color: #000;
}

.sideleft, .sidecent {
	color: #000;
	border-bottom: 1px solid #cfdbe7;
}

/* links ----------------------------------------------------------------------------------------- */

A:link {
	color: #02B;
	background: none;
	font-weight: normal;
	text-decoration: none;
}

A:visited {
	color: #019;
	background: none;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: #d68300;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a img { border: 0px; }

/* headings ---------------------------------------------------------------- headings */

H2 {
	color: #222;
}

H3 {
	color: #d68300;
}

H5 {
	background-color: transparent;
	color: #000;
}