/*
main.css
created for nejazz.com by Paul Baxter
Spring 2009
*/

p { 
	text-indent: 20px;
	margin: 10px;
	text-align: justify;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a, a:active, a:visited, a:link {
	color: #55ee55;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #e8a33c;
	text-decoration: none;
	font-weight: bold;
}

.big {
	font-size: 24px;
	font-weight: bold;
}

.bigger {
	font-size: 30px;
	font-weight: bold;
}
.small {
	font-size: 10px;
}

/* styles for news articles */
.newsarticle{
	margin-bottom: 20px;
}

.newstitle {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.newsdate {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid black;
}

.newsbody {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 0px; 
	text-align: justify;
}

/* simple gallery */
.gallery {
	width: 600px;
	margin: auto;
}

.gallery img {
	float: left;
	width: 250px;
	margin: 25px;
}

/* exhibit classes */
.exhibitcontainer {
	position: relative;
}

.exhibittext {
	float: left;
	width: 441px;
}

.exhibitpictures {
	float: right;
	width: 254px;
}

.exhibitpictures img{
	width: 229px;
	margin-bottom: 25px;
	margin-left: 25px;
}

/* 2001 inductees classes */
.inductees2001container {
	width: 795px;
	margin-top: 25px;
}

.inductees2001container img {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	width: 90px;
}

.incutees2001text {
	float: left;
	width: 600px;
}

/* 2004 inductee classes */

.inductees2004container {
	width: 695px;
	margin-top: 25px;
}

.inductees2004pictures {
	float: right;
	width: 295px;
}

.inductees2004pictures img{
	width: 295px;
}

.inductees2004pictures div{
	text-align: center;
	width: 295px;
}

/* 2009 inductee classes */

.inductees2009container {
	width: 695px;
	margin-top: 25px;
}

.inductees2009pictures {
	float: right;
	width: 295px;
	margin-left: 15px;
}

.inductees2009pictures img{
	width: 295px;
}

.inductees2009pictures div{
	text-align: center;
	width: 295px;
}

/* styles for events */
.eventcontainer{
	margin-bottom: 20px;
}

.eventtitle {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.eventdate {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid black;
}

.eventbody {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 0px; 
	text-align: justify;
}

/* jamlines classes */
.jamcontainer {
	position: relative;
	width: 695px;
}

.jamleft {
	float: left;
	width: 295px;
}

.jamright {
	float: left;
	width: 400px;
}

.jamcontainer + .jamcontainer {
	border-top: 1px solid black;
}

/* jazz venues classes */
.jazzvenuecontainer {
	width: 695px;
}

.jazzvenuecontainer + .jazzvenuecontainer {
	border-top: 1px solid black;
}

/* organizations classes */
.organizationcontainer {
	width: 695px;
}

.organizationcontainer + .organizationcontainer {
	border-top: 1px solid black;
}

/* radio classes */
.radiocontainer {
	width: 695px;
}

.radiostation {
	width: 300px;
	float: left;
}

.radiofrequency {
	width: 95px;
	float: left;
}

.radiophone {
	width: 150px;
	float: left;
}

.radiolocation{
	width: 150px;
	float: left;
}

/* Shaders for alternating colors */
.shade1 {
	background: #486843;
}

.shade2 {
	background: #4f7248;

}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

li {
	margin-bottom: 1em;
}