/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	Background-Attachment : fixed  ;
			Background-Position : Center Top  ;
			Margin-Top : 10px  ;
			Font-Family : Georgia, serif, Times New Roman ;
			Font-Size : X-small ;
			Color : black ;
			Background-Image : url(http://www.taigooknives.com/1-images-main/bkg.jpg) ;
			Text-Decoration : None ;
			Font-Style : Normal
}
img {
	border-color: $bordercolor;
}

/* Custom link styles */
a:active {
			Font-Family : Arial, Helvetica, sans serif ;
			Font-Size : X-small ;
			Color : #663300 ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Normal
}

a:visited {
			Font-Family : Arial, Helvetica, sans serif ;
			Font-Size : X-small ;
			Color : #663300 ;
			Text-Decoration : Underline ;
			Font-Style : Normal ;
			Font-Weight : Normal
}

a:link {
			Font-Family : Arial, Helvetica, sans serif ;
			Font-Size : X-small ;
			Color : blue ;
			Text-Decoration : None ;
			Font-Weight : Normal
}
a:hover	 {
			Font-Family : Arial, Helvetica, sans serif ;
			Font-Size : X-small ;
			Color : #663300 ;
			Text-Decoration : Underline ;
			Font-Weight : Normal
		}
.coolButton	 {
			Font-Family : Arial, Helvetica, sans serif ;
			Font-Size : XX-Small ;
			Color : blue ;
			Text-Decoration : None ;
			Font-Weight : Lighter
		}
.coolBar	 {
			Font-Family : Arial, Helvetica, sans serif ;
			Font-Size : XX-Small ;
			Color : blue ;
			Text-Decoration : None
		}


.comment {
	color: black;
}

/* Put a border on all generated images */
.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: bottom;
}

/* Style for all table cells. */
td {
	Font-Family : Georgia, serif, Times New Roman ;
			Font-Size : X-small ;
			Color : black ;
			Text-Decoration : None ;
			Font-Style : Normal
}

.camera {
			Font-Family : Georgia, serif, Times New Roman ;
			Font-Size : X-small ;
			Color : black ;
			Text-Decoration : None ;
			Font-Style : Normal;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2;
	margin-right: 2;
	margin-bottom: 0;
}

/* Have margins on the slide pages. */
body#slide {
	margin: 10;
}

/* Highlight the image name on the slide pages. */
#slide .name {
			Font-Family : Georgia, serif, Times New Roman ;
			Font-Size : Small ;
			Color : black ;
			Text-Decoration : None ;
			Font-Style : Normal
			font-weight: bold;
}

/* Header */
h1 {
			Font-Family : Georgia, serif, Times New Roman ;
			Font-Size : small ;
			Color : black ;
			Text-Decoration : None ;
			Font-Style : Normal
        	font-weight: bold;
}


#imageinfo {
			Font-Family : Georgia, serif, Times New Roman ;
			Font-Size : X-small ;
			Color : black ;
			Text-Decoration : None ;
			Font-Style : Normal
}

