 /* this file is http://www.craigscottgallery.com/style.css */ 
 body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #828282;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color : #202020;
}


td.smallcaps{
	color : #404040;
	font-size: 9pt;
	line-height: 12pt;
	font-variant: small-caps;
}

a:link { color:#404040; font-weight: bold; text-decoration: none} 
a:visited {color:#404040; font-weight: bold; text-decoration: none} 
a:hover{ color: #404040; font-weight: bold; text-decoration: underline}
a.small:link { color:#404040; font-weight: bold; text-decoration: none} 
a.small:visited {color:#404040; font-weight: bold; text-decoration: none} 
a.small:hover{ color:#404040; font-weight: bold; text-decoration: underline}
a.crumb:link { color:#828282; font : 8pt Trebuchet MS, Monotype Corsiva, Arial; text-transform:uppercase; text-decoration: none} 
a.crumb:visited {color:#828282; font : 8pt Trebuchet MS, Monotype Corsiva, Arial;text-transform:uppercase; text-decoration: none} 
a.crumb:hover{font : 8pt Trebuchet MS, Monotype Corsiva, Arial, Helvetica; color: #006699; text-decoration: underline}


h1 { font-size:24px;
line-height:24px;
	color: #828282;
	font-weight:100;
	padding-bottom:9px;
	border-bottom: solid thin #828282} 
h2 { font-size: 16pt;  color: #404040; font-weight: bold} 
h3 { font-size: 18pt; font-weight: bold; color: #828282} 
h4 { font-size: 8pt; line-height: 12pt; font-weight: lighter}

UL {list-style:outside;}
ol {list-style:outside;}

input.button {
	font-size: 9pt;
	font-weight: bold;
	color: #404040;
	background-color: #ffffff;
	border: 1px solid #404040;
}

/* new div-based layout */
#container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF
}
#top {
	padding-left:24px;
	padding-top:24px;
	padding-bottom:9px;
	border-bottom:dotted thin #303030;
}
#logo {width:120px;
float:left;
padding-right:12px
}
/*new CSS based navigation */
#nav {
	color:#828282;
	float:right;
	width:744px;
	margin-top:80px
}

#navigation a {
	text-transform:uppercase;
	font-size:11px;
	color:#828282;
	font-weight:lighter;
	letter-spacing:0.3em;
	padding-left:8px;
	padding-right:8px
	}
#navigation a:hover {
	color:#006699;
	text-decoration:none
}
a.print_me { font: 8pt Trebuchet MS, Monotype Corsiva,Arial, Helvetica, sans-serif; text-decoration:none; padding:2px; border:thin solid #404040;  background-color:#CCCCCC; color:#FFF; margin-left:12px}

#cookie_trail {
	padding-top:8px;
	padding-left:8px;
}

#spacer { clear:both}

#content {
	padding-left:24px;
	padding-right:24px;
	padding-bottom:12px;
	background-color:#FFF
}
#content img {
	max-width:600px
}

#artist_name {
	line-height:24px;
	width:100%;
	clear:both
}

#artist_name a {
	font-size:24px;
	color: #778888;
	font-weight:100;
	
}
#artist_name a:hover {
	color:#006699;
	text-decoration:none
}

#footer {
	padding-left:36px;
	padding-top:9px;
	padding-bottom:9px;
	border-top:dotted thin #303030;
margin-left:auto;
margin-right:auto;
font-size:11px;
}
#footer a {
font-size:11px;
}
#footer a:hover {
	font-size:11px;
padding-top:12px;
text-align:center
}
/*
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
alternating rows */
.dark { 
background-color:#FFFFF0;
}
.light {
background-color:#E6E6E6
}