/* START YUI CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* END YUI CSS RESET */

body {
	width: 900px;
	background-color: #e3e3e5;
	margin-top: 30px;
	font-family: Helvetica, sans-serif;
}

#home {
	margin: 30px auto;
}

#main-menu {
	background-color: #a80000;
	width: 882px;
	height: 2.3em;
	padding: 0 9px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#main-menu li.top {
	float: left;
	background-color: #a80000;
	text-align: center;
	border-bottom: 1px solid black;
	width: 126px;
	height: 2.2em;
	line-height: 1.1em;
	padding-top:0.1em;
}

#main-menu li.oneline {
	line-height: 2.2em;
}

#main-menu li.top a {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
}

#main-menu li.top a:hover {
	color: black;
}

#main-menu li.top ul {
	background-color: white;
	display:none;
	border: 1px black solid;
	text-align: left;
	width: 200px;
	position: relative;
	z-index: 10000;
}

#main-menu li.top ul li {
	background-color: #49494a;
	border-bottom: 1px solid white;
	padding-left: 20px;
	padding-top: 0.25em;
	line-height: 1em;
	z-index: 100;
}

#main-menu li.top ul li.last {
	border-bottom: 0;
}

#main-menu li.top:hover {
	border-bottom: 0;
	background: #bdbdbf;
}

#main-menu li.top ul li:hover {
	background-color: #bdbdbf;
}

#main-menu li.top ul li a {
	color: white;
	text-transform: none;
}

#main-menu li.top ul li:hover a {
	color: black;
}

#main-menu li.top:hover ul {
	display:block;
}

#logo {
	height: 53px;
	width: 288px;
	background-image:url(images/saclogowebsite.jpg);
	margin: 0 10px 10px 10px;
	display: block;
	text-indent: -999em;
	outline: medium none;
}

#top-image {
	display: block;
	height: 157px;
	margin-bottom: 6px;
	background-position: center center;
	background-repeat: no-repeat;
}

#top-links {
	float: right;
}

#top-links li {
	float: left;
	margin-left: 10px;
	line-height: 100px; 
	height: 60px;
}

#top-links a {
	text-decoration: none;
	color: #49494a;
	font-weight: bold;
}

#image-links {
	margin-top: 6px;
}

#image-links li {
	float: left;
	text-align: center;
	display: block;
	position: relative;
	width: 300px;
}

#image-links li a {
	text-decoration: none;
}

#image-links li.first {
	text-align:left;
}

#image-links li.last {
	text-align:right;
}

#image-links a.text {
	position: absolute;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	filter:alpha(opacity=70);
	color: white;
	width: 296px;
	left: 2px;
	top: 234px;
	padding: 10px 0;
	text-align: center;
	font-size: 1em;
}

#image-links li.first a.text {
	left: 0;
}

#image-links li.last a.text {
	left: 4px;
}

#content {
	padding-top: 30px;
	margin-left: 210px;
}

#content-no-left-nav {
	padding-top: 30px;
	margin-left: 10px;
}

#coupons {
	padding-top:30px;
	margin-left:10px;
}

#coupons p {
	text-align:center;
}

#coupons #inner {
	margin-top:15px;
}

h1, h2, h3 {
	font-size: 1.10em;
	text-align:center;
}

h1, h2 {
	font-weight: bold;
}

h2.image {
	margin: 10px;
}

p {
	margin-top:10px;
	text-align: justify;
}

#left-menu {
	float:left;
	background-color: #bdbdbf;
	padding: 10px 10px 0 10px;
	width: 175px;
	font-weight: bold;
	font-size: .85em;
}

#left-menu li {
	margin-top: 7px;
}

#left-menu li.image {
	margin-top:0px;
}

#left-menu a.main {
	color: #a80000;
}

#left-menu a {
	color: #49494a;
	text-decoration: none;
}

#left-menu a.selected {
	color: #151515
}

#left-menu a:hover {
	color: #a80000;
}

li.image a {
	display:block;
	margin-left: -10px;
	text-indent: -999em;
}

#join {
	margin-top: 75px;
	background-image:url(images/join.jpg);
	width: 196px;
	height: 82px;
}

#give {
	background-image:url(images/give.jpg);
	width: 196px;
	height: 82px;
}

#subscribe {
	background-image:url(images/subscribe.jpg);
	width: 196px;
	height: 82px;
}

/* styles used on craftboston artists pages */

td.contact {
	font-size:10pt;
	padding-top:3px;
	padding-right:3px;
}

#media td.contact {
	padding-right:20px;
}

.copyr {
	text-align: right;
}

.search-results {
	padding-top:5px;
}

.search-results li {
	padding: 3px 0;
}

#content a {
	text-decoration: none;
	color:#49494A;
}

#content a:hover {
	color: #a80000;
}

i.invited {
	font-size:13px;
}

td.banner {
	padding-bottom: 15px;
}

p.messages {
	padding-top: 10px;
	padding-bottom:20px;
}

h3.artname {
	text-align: left;
}

h2.pghead {
	padding-bottom: 10px;
}

h3.categories {
	padding-bottom:10px;
}

td.artist-data p, ul.search-results li {
	font-size:10pt;
}

div.error {
	margin: 10px;
}

