/*
Theme Name: Oneonta Dance Center
Theme URI: http://www.oneontadancecenter.com
Version: 1.0
Author: Joe Tannenbaum
Author URI: http://joetannenbaumdesign.com
*/



* {
	padding:0;
	margin:0;
}
body {
	font-family: "Garamond", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	background:#2D48AD;
	padding-top:25px;
}
a {
	color:#6D7EBB;
	text-decoration:underline;
}
a:hover {
	color:#2D48AD;
}
p {
	margin:10px 0;
}
hr {
	clear:both;
	visibility:hidden;
}
#wrapper {
	width:798px;
	margin:0 auto;
}
#sidebar {
	width:171px;
	float:left;
}
#sidebar a.logo {
	background:url(images/odclogo.jpg) no-repeat;
	display:inline-block;
	width:171px;
	height:119px;
	line-height:400px;
	overflow:hidden;
}
#sidebar ul {
	list-style:none;
	margin-top:20px;
}
#sidebar ul li a {
	text-decoration:none;
	color:#FFF;
	text-align:right;
	display:block;
	padding:2px 15px 2px 2px;
	font-size:16px;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
#content-wrap {
	width:627px;
	float:left;
}
#content-wrap #header-image {
	background-repeat:no-repeat;
	height:124px;
}
#content {
	background:url(images/background.jpg) repeat-y;
	padding:10px 10px 10px 30px;
	border-right: solid 3px #223682;
	border-bottom: solid 3px #223682;
	min-height:300px;
}
#content img {
	border:0;
}
#footer {
	color:#fff;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	width:627px;
	float:right;
	height:12px;
}
table {
	border-collapse:collapse;
}
table tr td {
	padding:3px 5px;
	border-bottom:1px solid #ccc;
}