/* css released for public use under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All graphics copyright 2007, David Gillhespy */


/* Main Styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: x-small/1.5 Arial, sans-serif;
	background-color: #000;
	color: #000;
}

p {
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	padding: 5px;
}

h1 span {
	display: none;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
}

h2 span {
	display: none;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #dc0505;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 1.1em;
	font-weight: bold;
	color:#dc0505; 
}

a {
	color: #7889DD;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-left: 50px;
}

img.border {
	padding: 2px;
	margin: 2px 0px 2px 0px;
	border: solid 1px #dc0505;
}

img.left {
	float: left;
	margin-right: 5px;
}

img.right {
	float: right;
	margin-left: 5px;
}

hr {
	display: none;
}

.center {
	text-align: center;
}

.back {
	margin-top: -13px;
}

.highlight {
	background-color: #ffff00;
}

.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

.clear_b {
	clear: both;
}

.float_r {
	float: right;
}

.float_l {
	float: left;
}

acronym {
	border-bottom: 2px dotted #dc0505;
	cursor: help;
}

a acronym {
	border-bottom: 2px dotted #dc0505;
}


/* Layout Styles */

#container {
	background-color: #faf2ed;
	margin: 8px auto;
	width: 770px;
	position: relative;
}

#header {
	position: relative;
	background: url(images/header.jpg) #faefe8 no-repeat top left;
	width: 770px;
	height: 150px;
	border-bottom: solid 4px #dc0505;
}

#left_column {
	position: absolute;
	top: 164px;
	left: 10px;
	width: 220px;
	font-size: 1.2em;
}

#main {
	width: 520px;
	margin: 10px 0 5px 240px;
	font-size: 1.2em;
}

#footer {
	clear: left;
	text-align: center;
	border-top: solid 4px #dc0505;
	height: 20px;
}


/* Header Styles */

#blogtab {
	background: transparent url(images/blogtab.gif) no-repeat top left;
	position: absolute;
	left: 770px;
	top: 0px;
	width: 45px;
	height: 150px;
}

#blogtab span {
	visibility: hidden;
}

#blogtab a {
	text-decoration: none;
}

.blogtab {
	display: block;
	width: 45px;
	height: 150px;
	cursor: pointer;
}

#nav {
	position: absolute;
	left: 110px;
	bottom: 0px;
	width: 660px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#nav ul {
	font: bold 12px verdana;
	list-style: none;
	margin: 0;
}

#nav li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#nav a	{
	float: left;
	display: block;
	color: white;
	margin: 0 1px 0 0;
	padding: 10px 5px;
	text-decoration: none;
	letter-spacing: -1px;
	background-color: #bababa;
}

#nav a:hover {
	background-color: #000;
}

#nav #current a {
	background-color: #dc0505;
	border-bottom: solid 1px #dc0505;
}


/* Left Column Styles */

.newsform {
	text-align: center;
	background-color: #bababa;
	padding: 5px;
}

.newsform_redbox {
	background-color: #dc0505;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.newsform_submit {
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	background-color: #dc0505;
	border: solid 1px #fff;
	padding: 2px;
}

#left_column table {
	background-color: #bababa;
}

#left_column td {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* h2 content headings */

h2.about {
	background: transparent url(images/about_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.events {
	background: transparent url(images/events_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.bookstore {
	background: transparent url(images/bookstore_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.team {
	background: transparent url(images/team_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.adele {
	background: transparent url(images/adele_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.matthew {
	background: transparent url(images/matthew_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.melisa {
	background: transparent url(images/melisa_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.press {
	background: transparent url(images/press_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.contact {
	background: transparent url(images/contact_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.services {
	background: transparent url(images/services_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.links {
	background: transparent url(images/links_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.terms {
	background: transparent url(images/tos_h2.gif) no-repeat top left;
	width: 403px;
	height: 51px;
}

h2.outlet {
	background: transparent url(images/outlet_h2.gif) no-repeat top left;
	width:403px;
	height:51px;
}

h2.samples {
	background: transparent url(images/samples_h2.gif) no-repeat top left;
	width:403px;
	height:51px;
}

h2.photos {
	background: transparent url(images/photos_h2.gif) no-repeat top left;
	width:403px;
	height:51px;
}

h2.testimonials {
	background: transparent url(images/testimonials_h2.gif) no-repeat top left;
	width:403px;
	height:51px;
}


/* Calendar Styles */

.calendar {
	line-height: 1.1;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	display: block; 
}

.calendar:hover {
	color: #666;	
}

.calendar_date {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

.calendar_item {
	font-weight: bold;
	color: #dc0505;
	margin-top: -3px;
	padding-bottom: 0px;
}

.calendar_desc {
	margin-top: -3px;
	padding-bottom: 0px;
}


/* Press Styles */

.press_block {
	line-height: 1.1;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	display: block; 
}

.press_date {
	font-weight: bold;
	color: #dc0505;
}

.press_item {
	font-weight: bold;
}


/* Contact Form Styles */

.star {
	color: #ff0000;
}

.submit_button {
	font-size: 10px;
	color: #fff;
	background-color: #dc0505;
	width: 100px;
}

.clear_button {
	font-size: 10px;
	color: #fff;
	background-color: #dc0505;
	width: 180px;
}

td input, td select, td textarea {
	border: solid 1px #999;
	padding: 2px;
	margin-left: 5px;
	margin-bottom: 2px;
}


/* Bookstore Styles */

.project_agreement {
	float: right;
	border: dashed 1px #dc0505;
}

.bookstore_title {
	text-align: center;
	/*margin-right: 115px;*/
}

.bookstore_title h5 {
	
}

.bookstore_main {
	/*margin-right: 115px;*/
}

.contributors {
	list-style-type: none;
	color: #dc0505;
	font-weight: bold;
	margin-left: 20px;
}


/* Services Styles */

#services_column1 {
	width: 255px;
	float: left;
}

#services_column2 {
	width: 255px;
	float: right;
}

#services_column1 li, #services_column2 li {
	margin-left: 15px;
}

/* Footer Styles */

#footer ul {
	font: 10px verdana;
	list-style: none;
	margin: 0px;
}

#footer li {
	display: inline;
	float: left;
	margin: 3px 0 0 0;
}

#copyright {
	font-size: 12px;
	color: #faf2ed;
	text-align: center;
	background-color: #000;
}

#copyright a:link {
	color: #faf2ed;
	text-decoration: underline;
}

#copyright a:hover {
	font-weight: bold;
	color: #dc0505;
	text-decoration: none;
}


/* Flickr Badge Styles */


#flickr_badge_source_txt {
	padding:0;
	font: 11px Geneva, Helvetica, Sans serif;
	color:#000000;
}

#flickr_badge_icon {
	display:block !important;
	margin:0 !important;
	border: 1px solid rgb(0, 0, 0) !important;
}

#flickr_icon_td {
	padding:0 5px 0 0 !important;
}

.flickr_badge_image {
	text-align:center !important;
}

.flickr_badge_image img {
	border: 1px solid black !important;
}

#flickr_badge_uber_wrapper {
	width:130px;
	margin:10px 5px
}

#flickr_www {
	display:block;
	text-align:center;
	padding:0 10px 0 10px !important;
	font: 11px Geneva, Helvetica, Sans serif !important;
	color:#3993ff !important;
}

#flickr_badge_uber_wrapper a:hover, #flickr_badge_uber_wrapper a:link, #flickr_badge_uber_wrapper a:active, #flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important;
	background:inherit !important;
	color:#7889DD;
}

#flickr_badge_wrapper {
	background-color:#faf2ed;
	border: solid 1px #dc0505;
	padding-top:20px;
}

#flickr_badge_source {
	padding:5px !important;
	font: 11px Geneva, Helvetica, Sans serif !important;
	color:#000000 !important;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery { padding: 0px; }
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; margin-left: 0; margin-right: 10px; }