/* @override http://columbiaanimecon.com/columbia/assets/site/Columbia.css */

body {
	margin: 0;
	padding: 0;
	background-color: #581c1b;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 1em;
}

a, a:visited{
	color: maroon;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
}

h1, h2,h3,h4,h5,h6 {
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: .95;
	padding: 0;
	margin-bottom: .5em;
	margin-top: .5em;
}

hr{
	width: 100%;
	border-style: dashed;
	border-color: #aa3e4b;
	margin: 0;
	padding: 0;
}

#header {
	display: block;
	padding: 0;
	z-index: 0;
	position: absolute;
	top: 0;
}

#header a {
	text-decoration: none;
	border-style: none;
}

#nav {
	padding-left: 40px;
	z-index: 2;
	width:800px;
	position: relative;
	top: 110px;
}

#nav a{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #792c35;
	border: 2px solid #ca738a;
	font: small-caps bold 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffb5b5;
	padding-bottom: 2px;
	z-index: 3;
}

#nav a:hover{
	color: white;
	background-color: #9c4142;
	border: 2px solid #ffe7ed;
}

#nav li{
	margin: 0;
	padding: 0;
	display: inline-block;
	width: auto;
}

#nav li.active a{
	border: 2px solid white;
	color: white;
}
#map {
	width: 350px;
	height: 250px;
	margin: 10px;
	border: 3px solid #9d364c;
	float: right;
	top: 10px;
	clear: both;
}

#directions {
	background-color: rgba(255,231,231,0.8);
	float: right;
	z-index: 1;
	width: 100%;
}

#page {
	background-color: #581c1b;
	z-index: -2;
	width: auto;
	height: 5000px;
	margin: 0;
	padding: 0;
	position: absolute;
}

#content {
	background-color: rgba(255,215,214,0.8);
	width: 700px;
	left: 65px;
	position: absolute;
	top: 133px;
	height: auto;
	display: block;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #722d39;
	border-left-color: #722d44;
	border-right-color: #ffd8f1;
	border-left-style: solid;
	padding-bottom: 1px;
	padding-left: 30px;
	padding-right: 20px;
	z-index: 1;
}

.intro {
	color: black;
	margin-right: 5px;
	font: italic 1.2em/1.5em "Times New Roman", Times, Georgia, serif;
	word-spacing: -.1em;
	background-color: #ffd8d9;
	margin-left: 0;
	padding: 5px 25px;
	margin-top: 0;
}
.sub{
	color: #702d2d;
	margin: 5px 0 0 20px;
	font: small-caps bold 20px/1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.dealerInfo{
	background-color: #ffd8d9;
	border-bottom: 1px dashed #7d2d37;
	margin-bottom: 5px;
	border-top: 1px solid #a24c4e;
	border-right: 1px solid #a24c4e;
	border-left: 1px solid #a24c4e;
	padding: 5px 15px 0;
}

.dealerInfo p{
		font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

.date{
	color: #901416;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 0;
}

ol{
	list-style-type: decimal;
	list-style-position: inside;
}

ol ol li{
	list-style-type: lower-latin;
	font-style: italic;
	line-height: .9em;
	margin: 0;
}

li{
	line-height: 1.2em;
	margin-right: 20px;
	margin-bottom: 10px;
}

/*
#content img{
	vertical-align:text-top;
	margin: 5px;
	border: 3px solid #a23133;
	width: 90%;
}

 */

#content a:hover img{
	border: 3px dashed #952e47;
}


#footer {
	background-color: #4b1213;
	color: #ffd3d3;
	font: .5em "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: 1;
	position: relative;
	display: inline-block;
	text-align: center;
	width: inherit;
	padding: 2px 20px;
	left: -19px;
}

#footer a:link, #footer a:visited  {
	color: #ffebeb;
	text-decoration: none;
}

#footer a:hover {
	color: #f4f8ff;
	text-decoration: underline;
	font-weight: bold;
}