/*
Theme Name: EZ Bottle and Can Return
Theme URI: http://www.ezreturn.org/
Description: Theme for EZ Bottle and Can Return
Author: Heather Rivers
Author URI: http://www.heather-rivers.com/


/*-----------Block Level Elements--------------*/

* {padding:0;margin:0;}

body {
	font-family:arial;
	font-size:14px;
	line-height:28px;
	background-color:#c78057;
	color:#f8f0e0;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h2 {font-size:32px;line-height:40px;border-bottom:2px dotted #9f6646;padding-bottom:6px;margin-bottom:6px;}
h3 {font-size:18px;line-height:40px;margin:18px 0;border-bottom:2px dotted #9f6646;}

a img {border:0;}
#page {
	width:800px;
	margin:36px auto;
	position:relative;
}

#bottle-logo {
	width:180px;
	position:absolute;
	top:0;
	left:0;
}

#content {
	position:absolute;
	top:0;
	left:180px;
	width:368px;
	padding:36px;
	padding-top:0;
}
#content .strong {
	color:#fff;
}

#sidebar {
	width:180px;
	position:absolute;
	right:0;
}

#footer {
	clear:both;
}


/* Hours box */
#hours {
	width:180px;
	margin-bottom:18px;
}
#hours p {
	margin:0;
}
#hours-top, #hours-bottom {
	width:180px;
	height:12px;
}
#hours-top {
	background-image:url(images/box-top.gif);
}
#hours-bottom {
	background-image:url(images/box-bottom.gif);
}
#hours-contents {
	background-color:#9f6646;
	padding:0 18px;
	text-align:center;
	line-height:24px;
}
#hours-contents p.time {
	font-size:24px;
}



#content a {
	background-color:#9f6646;
	padding:3px 6px;
	text-decoration:none;
	color:#f8f0e0;
}


p {
	margin:18px 0;
}
ul, ol {
	margin-left:18px;
}

#content ul {
	list-style:square;
}

#sidebar ul {
	line-height:28px;
	list-style:none;
	margin-left:0;
}
#sidebar ul li {
}
#sidebar a:hover {
	background-color:#9f6646;
}
#sidebar ul li a {
	padding:6px;
	text-decoration:none;
	color:#f8f0e0;
	font-size:18px;
	letter-spacing:2px;
}
#sidebar ul li ul {
	line-height:18px;
	list-style:square;
	margin-left:24px;
}
#sidebar ul li ul li {
	padding:3px 0;
}
#sidebar ul li ul li a {
	letter-spacing:0;
	font-size:12px;
	padding:6px 0;
}


ul#meta-links {
	margin-top:36px;
}

ul#meta-links li a {
	font-size:12px;
}


table#business-hours {
	width:300px;
	text-align:center;
}

table#business-hours td.today {
	color:#9f6646;
	background-color:#e6d0a2;
}

/*
div#sidebar ul#main-nav li {
	text-align:center;
	padding:0;
	margin:8px 0;
	width:180px;
	height:32px;
	line-height:32px;
	background-image:url(images/nav-button.gif);	
}
div#sidebar ul#main-nav li ul li {
	background-image:none;
}
*/

