@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
		background-color: #321B15;
}


#wrapper {
		background-color: #330000;
		text-align: left;
		position: relative;
		width: 780px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		min-height: 400px;
		max-height: 600px;
		padding-right: 0px;
		padding-left: 0px;
		color: #330000;
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		border: thin solid #B54221;
}
#header {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	background-image: url(images/logos/ocg_logo.gif);
	height: 152px;
	background-repeat: no-repeat;
	background-position: left top;
	border: thin solid #B54221;
}

#header h1 {
	margin-left: -9000px;
}

#hours {
		width: 200px;
		list-style-position: inside;
		list-style-type: none;
}

#hours li {
		list-style-position: inside;
		list-style-type: none;
}

#navigationSidebar {
		float: left;
		text-align: center;
		padding-left: 5px;
		padding-top: 5px;
		background-color: #FFBF61;
		padding-bottom: 5px;
		height: 350px;
		font-size: 18px;
		font-weight: bold;
		width: 107px;
}

#navigationSidebar img {
		text-align: left;
		display: block;
}
#navigationSidebar  ul li     {
		list-style-position: inside;
		list-style-image: none;
		list-style-type: none;
		display: block;
		text-decoration: none;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		background-position: center;
		background-color: #601B11;
		width: 100px;
		border: 1px solid #FFBF61;
}

#social {
		width: 450px;
		text-align: left;
		display: block;
		padding: 0px;
}
#navigationSidebar ul li a:link  {
		text-decoration: none;
		color: #FFBF61;
		background-color: #601B11;
		width: 100px;
		display: block;
		line-height: 2em;
}
#navigationSidebar ul li a:hover  {
		text-decoration: none;
		color: #601B11;
		background-color: #FFBF61;
		display: block;
		width: 100px;
		line-height: 2em;
}
#navigationSidebar ul li a:active {
		text-decoration: none;
		color: #601B11;
		background-color: #E66342;
		width: 100px;
		display: block;
}
#navigationSidebar ul li a:visited {
		text-decoration: none;
		width: 100px;
		display: block;
		color: #D5690F;
}
#mainContent        {
		background-color: #FFBF61;
		text-align: justify;
		float: left;
		width: 470px;
		position: relative;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 5px;
		color: #330000;
}

#mainContent p {
	padding: .5em;
}
#mainContent  img  {
	padding: 2px;
}

#mainContent table {
	border: medium double #601B11;
	padding: 0;
	margin: 0;
	position: relative;
}

#mainContent .date {
		color: #FFBF61;
		background-color: #601B11;
		text-align: right;
		font-weight: bolder;
		border: thin groove #FEC060;
		padding: 1px;
		margin: 1px;
		display: block;
		vertical-align: top;
}

#mainContent .artist {
		display: block;
		width: 60px;
}

#mainContent .time {
		display: block;
		width: 60px;
}

h4 {
		padding-bottom: .5em;
}

th {
	background-color: #601B11;
	color: #FFBF61;
	text-align: center;
	border: thin groove #FEC060;
	line-height: 2em;
}

tr {
	margin: 0;
	padding: 0;
}

td {
border: thin solid #B54221;
border-collapse: collapse;
height: 100px;
vertical-align:top;
}
#rightSidebar {
		color: #330000;
		background-color: #FFBF61;
		text-align: center;
		float: right;
		width: 170px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		position: relative;
		background-position: center;
}

#rightSidebar ul li {
	list-style-position: inside;
	list-style-type: none;
	font-style: italic;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}

#rightSidebar h4 {
		padding-bottom: 1em;
		font-size: 16px;
}

#rightSidebar h5 {
		font-size: 14px;
		font-weight: bold;
}
#clear {
	clear: both;
}
#footer {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 2em;
	width: auto;
	margin: 0px;
}

#allContent {
	background-color: #FFBF61;
}

#mainContent caption {
		font-size: 16px;
		font-weight: bold;
}
