/*
Theme Name: Borough of Seaside Park
Theme URI: http://www.seasideparknj.org
Description: The Borough of Seaside Park WordPress theme.
Version: 0.5
Author: Shore Logic, LLC
Tags: seaside
*/

body	{
	font-family: arial;
	font-size: 14px;
	background-image: url('graphics/page-bg-beach.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #e5e3dd;
	background-attachment: fixed;
}

#canvas	{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 854px;
}

#nav	{
	margin-bottom: 6px;
	line-height: 22px;
	background-image: url('graphics/nav-bg.png');
}

#nav ul	{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#nav ul li	{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu-white-right	{
	z-index: auto;
	color: #fff;
	background-image: url('graphics/nav-arrow-white-right.png');
	background-repeat: no-repeat;
}

.menu-black-right	{
	z-index: auto;
	color: #fff;
	background-image: url('graphics/nav-arrow-black-right.png');
	background-repeat: no-repeat;
}

.menu-black-down	{
	z-index: 2;
	color: #000;
	background-image: url('graphics/nav-arrow-black-down.png');
	background-repeat: no-repeat;
}

#nav ul a:link,
#nav ul a:active,
#nav ul a:visited	{
	position: relative;
	display: block;
	padding-left: 21px;
	width: 191px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav ul	a:hover	{
	color: #000;
}

#nav ul li ul	{
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	padding: 19px 0px 0px 0px;
	width: 212px;
	background-image: url('graphics/nav-hover-bg.png');
	border: 1px solid #ccc;
}

#nav ul li ul li ul	{
	left: 212px;
	padding: 0px;
}

#nav ul ul a:link,
#nav ul ul a:active,
#nav ul ul a:visited	{
	font-weight: normal;
	color: #000;
}

#nav ul ul	a:hover	{
	font-weight: bold;
	background-color: #fff;
}

#info	{
	margin-bottom: 6px;
	height: 110px;
	background-image: url('graphics/info-bg.png');
}

#info a:link,
#info a:visited	{
	color: #fff;
	text-decoration: none;
}

#info .box	{
	float: left;
	height: 110px;
}

#body	{
	float: left;
	margin-bottom: 6px;
	padding: 5px;
	border: 1px solid #e9e9e9;
	background-image: url('graphics/body-bg.png');
	background-color: #fff;
}

#content	{
	float: left;
	width: 630px;
}

#body h1	{
	margin: 5px 0px 5px 0px;
	font-family: georgia;
	font-size: 40px;
	font-weight: normal;
	color: #03b3ff;
}

#body h2	{
	margin: 5px 0px 5px 0px;
	padding-bottom: 2px;
	font-family: georgia;
	font-size: 24px;
	font-weight: normal;
}

#body h3	{
	margin: 25px 0px 5px 0px;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}

.border-ccc	{
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.log	{
}

.entry	{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.entry .title	{
	font-size: 18px;
	font-weight: bold;
}

.entry .title a:link,
.entry .title a:active,
.entry .title a:visited	{
	color: #000;
	text-decoration: none;
}

.entry .title a:hover	{
	color: #03b3ff;
	text-decoration: none;
}

#sidebar	{
	float: right;
	width: 207px;
	text-align: center;
}

#sidebar div	{
	margin-bottom: 15px;
}

#foot	{
	margin-bottom: 6px;
	height: 75px;
	background-image: url('graphics/info-bg.png');
}

.ui-accordion h3{
	font-size: 14px !important;
	margin: 0px !important;
}

div.ui-accordion {
	margin-top: 10px;
}

/* Calendar */
table.calendar
{
    width: 630px;
}

table.calendar
{
    border-collapse: collapse;
}

table.calendar tr
{
    height: 70px;
}

table.calendar thead tr
{
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    height: 20px;
}

table.calendar th
{
    width: 14.28%;
    text-align: center;
	font-weight: normal;
	padding: 0.4em;
	background-color: #EEEEEE;
}

table.calendar td
{
	padding: 3px;
    border: 1px solid #999;
    vertical-align: top;
}

span.calendar-day
{
    display: inline-block;
    float: left;
    position: absolute;
}



span.calendar-text
{
    display: block;
    text-align: center;
	margin-top: 15px;
    /*margin-bottom: 1px;
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 1px;
    border: 1px solid #ccc;*/
}


