/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*
Use IDs when there is only one occurence per page. 
Use classes when there are one or more occurences per page.
example:
.sidebar is a class
#leftbar is an ID
example:
.post is a class
#content is an ID
mnemonic:
    *  ID = A person's Identification (ID) is unique to one person.
    * Class = There are many people in a class.
*/

body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #A4E4F5;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img.left {
	float: left;
	margin: 4px 12px 0 0;
}

img.right {
	float: right;
	margin: 4px 0 0 12px;
}

hr {
	display: none;
}

table {
	font: 10px Arial, Helvetica, sans-serif;	
}
/* Header */

#header {
	width: 980px;
	background: url(images/img02.jpg) no-repeat center top;
	text-transform: lowercase;
	overflow: hidden;
}

#logo {
	float: left;
	width: 568px;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	font-size: 3em;
	color: #62D6F5;
}

#logo img {
	vertical-align: middle;
}

#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#logoplaylist {
	float: left;
	padding-left: 10px;
	width: 378px;
}

#logoplaylist h3 {
	margin: 0;
	padding-left: 10px;
	padding-top: 48px;
	color: #62D6F5;
} 

#logoplaylist a:hover {
	text-decoration: none;
}

#logoplaylist iframe {
	padding-left: 3px;
}
/*
#menu {
	padding-left: 10px;
	width: 100%;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 40px 20px 0 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 100px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	background: #26BADF url(images/img04.gif) no-repeat;
}
*/
.clear
{
  clear: both;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	background: #1EB5DD url(images/img05.gif) no-repeat;
	color: #0A416B;
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
	overflow: hidden;
}

.post .links {
	margin: 0;
	padding: 0px 30px 25px 30px;
	background: url(images/img06.gif) repeat-x left bottom;
	/* border-top: 1px solid #2872A6; */
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}

/* gallery page */
div.gallery_image
{
  /* margin: 2px;
  border: 1px solid #0000ff; */
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.gallery_image img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.gallery_image a:hover img {border: 1px solid #0F5B96;}
div.gallery_description
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	color: #C9ECF5;
}

.sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:10px 0 0 10px;
	text-transform: none;
	letter-spacing: normal;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
}
.sidebar .current_page_item a {
	color: white;
}


.sidebar a.hover {
	color: #FFFFFF;
}

.sidebar li {
	padding-top: 10px;
	border-bottom: 1px solid #2872A6;
}

.sidebar li a {
	text-decoration: none;
}

.sidebar li a:hover {
}

.sidebar li ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: none;
	list-style: none;
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	/* background: url(images/img08.gif) no-repeat 0 12px; */
	border-bottom: 1px solid #2872A6;
	font-size: 0.8em;
	background-image: url(../images/catskill_bear_trans_bullet.gif);
	background-repeat: no-repeat;
	/* background-attachment: 0; */
	background-position: 4px;
}

.sidebar li li a {
	padding: 3px 3px 3px 17px;
	text-decoration: none;
}

.sidebar li li a:hover {
}

/* Left Sidebar */

#leftbar {
	padding-left:10px;
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 15px;
}

/* Calendar */

#calendar_wrap {
	padding-left: 10px;
}

#calendar_wrap table {
	width: 180px;
	text-align: center;
	border-collapse: collapse;
}

#calendar_wrap tfoot {
	font-weight: bold;
}

#calendar_wrap tfoot a {
	text-decoration: none;
}

#calendar_wrap tbody {
	border-bottom: 1px solid #2872A6;
	border-right: 1px solid #2872A6;
}

#calendar_wrap tbody td {
	padding: 3px 0;
	border-top: 1px solid #2872A6;
	border-left: 1px solid #2872A6;
}

#calendar_wrap tbody td a {
	text-decoration: underline;
	color:#0F5B96;
}

#calendar_wrap a:hover {
	color:#FFFFFF;
}

#calendar_wrap td.linked-day {
	background-color: #A4E4F5;
}

#calendar_wrap span.current-day {
	font-weight: bold;
	color: #FFFFFF; 
	border-color: white;
}

#calendar_wrap td.current-day-linked {
	font-weight: bold;
	background-color: #A4E4F5;
	color:#0A416B;
	border-color: white;
}

table.calendar {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-size: 13px;
}
table.calendar td, th {text-align: center; border: 0;}
table.calendar th {height: 10px; font-size: 10pt;}
table.calendar td {width: 19px; height: 10px;}
table.calendar .calendar-month {margin-top: 0px; text-align: center; font-size: 14px;}
table.calendar .calendar-month a {text-decoration: none;}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar a:hover {color: #FFFFFF;}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #083253;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}