/* This style sheet contains additional styles used on all Acoustic Sausage templates. */

/* GENERAL ELEMENTS */
body {
	background-color: #000;
	background-image:url(../../images/bck_bbs430.jpg);
	background-repeat:repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE5 hack */
}

#wrapper {
	margin: 0 auto;
	width: 720px;
	text-align: left;
	border: 1px solid #000;
}

/* GENERAL TEMPLATE PROPERTIES */
#header_photo {
	border-bottom: 1px solid #000;
}

#pagetitle {
	border-top: 3px solid #c90;
	border-bottom: 1px solid #ccc;
	background: #e6e6e6;
}

#pagetitle img {
	margin-top: 5px;
}

.instruction {
	color: #036;
	line-height: 1.5em;
	letter-spacing: .08em;
}

#body {
	background: #fff;
	height: 350px;
}

/* GENERAL LINKS */
a:link {
	color: #036;
}

a:visited {
	color: #036;
}

a:hover {
	color: #39f;
}

/* GENERAL FORM ELEMENTS */
form {
	margin: 0;
	padding: 0;
}

label {
	color: #666;
	letter-spacing: 0.08em;
}

.textbox {
	border: 1px solid #ccc;
	width: 250px;
}

.textarea {
	border: 1px solid #ccc;
	width: 250px;
}

.submit {
	border: 1px solid #000;
	background-color: #630;
	color: #fff;
	cursor: hand;
}

.submitdecoy {
	border: 1px solid #000;
	background-color: #630;
	padding: 3px;
	text-align: center;
	width: 70px;
}

.submitdecoy a:link {
	color: #fff;
	display: block;
	text-decoration: none;
}

.submitdecoy a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
}

.submitdecoy a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
}

/* GENERAL TABLE PROPERTIES */
.tabular th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #c90;
	color: #600;
	text-align: left;
	letter-spacing: .08em;
}

.tabular td {
	border-bottom: 1px solid #ccc;
	color: #666;
}

.greyed {
	color: #ccc;
	text-align: center;
}


/* PHOTOS */
#displayphoto {
	text-align: center;
}

#displayphoto img {
	border: 1px solid #000;;
}

.photocaption {
	font-weight: bold;
	color: #900;
	letter-spacing: .08em;
}

.photodescription {
	color: #666;
}

/* GUESTBOOK */
.guestbook_author {
	color: #600;
}

.guestbook_date {
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}

/* NO RESULTS */
.noresults {
	color: #900;
	font-style: italic;
}

/* ERROR */
.error {
	color: #900;
	margin-top: 5px;
}

.error ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.error li {
	background-image: url(../images/template-icon-error.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 20px;
	margin: 0;
	padding-left: 20px;
}

/* CONFIRMATION */
.confirmation {
	background-image: url(../images/template-icon-confirmation.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #360;
	line-height: 20px;
	margin-top: 5px;
	padding-left: 20px;
}

/* FOOTER */
#footer {
	background-color: #000;
	color: #fff;
}

#footer a:link {
	color: #ccc;
	text-decoration: none;
}

#footer a:visited {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

