/*
Theme Name: OLRA
Theme URI: http://www.oxtonguelake.ca
Description: OLRA website theme
Version: 1.0
Author: Nora Heuer
Author URI: http://www.baytides.ca
Tags: blue, custom header, fluid, three columns, widgets
*/
body,td,th {
	color: #000000;
	font-family: Arial, sans-serif;
}
body {
	background: url(images/bg_body.png) #3B5677 repeat;
	font-size:90%;
	margin:0;
	padding:0;
	border:0;
}
a {
	font-weight:bold;
}
#header {
	background:url(images/bg_header.jpg) top left repeat-x;
	height: 132px;
	width: 100%;
}
#header h1 {
	background:url(images/site_name.png) 132px top no-repeat;
	padding:0;
	margin:0;
	height:122px;
}
#header h1 span {
	visibility:hidden;
}
#sidebar1 {
	position:absolute;
	top:0;
	left:0;
	background:url(images/sidebar1.png) left top no-repeat;
	width:209px;
}
#sidebar2 {
	position:absolute;
	top:0;
	right:0;
	background:url(images/sidebar2.png) left top no-repeat;
	width:209px;
	margin-left: 562px;
}
.sidebar {
	border:1px solid #000000;
	background:url(images/bg_sidebar.png);
	margin-top:133px;
	font-size:12px;
	color:#CCCCCC;
	padding:10px;
}
.sidebar a, #footer a {
	color:#FFCC00;
	text-decoration:none;
}
.sidebar a:hover {
	text-decoration:underline;
}
.sidebar p {
	margin:0;
	padding:0;
}
.sidebar h2 {
	margin:0;
	padding:0 0 2px 0;
}
.sidebar ul.sidebar_list, .widget ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.widget  {
	margin-bottom: 15px;
}
.widgettitle {
	color:#BACFD1;
	border-bottom:1px solid #BACFD1;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-bottom: 2px;
}
.weather_info p {
	padding:3px;
	clear:both;
}
.page_item {
	padding:3px 0px;
}
.page_item ul {
	margin-left:10px;
	padding-left:10px;
	list-style:square;
}
#page {
	min-width:562px;
	margin-left:219px;
	margin-right:219px;
}
#page h2.pagetitle {
	margin:0;
	padding:0;
	color:#BACFD1;
	padding-bottom:5px;
	text-align:center;
	font-size:150%;
}
#content {
	border:1px solid #000000;
	background:url(images/bg_content.png);
	padding:10px;
}
#footer {
	padding:10px;
	font-size:10px;
	color:#CCCCCC;
	text-align:center;
}
#edit_me {
	padding:10px;
	font-size:10px;
	border-top:1px dashed;
}

/* CALENDAR */
#wp-calendar {
	border-collapse:collapse;
}
#wp-calendar tfoot td {
	border-top:1px dashed #CCCCCC;
	background:none;
	color:#BACFD1;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	color:#BACFD1;
	border-bottom:1px solid #BACFD1;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-bottom:2px;
}
#wp-calendar th {
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	background: url(images/bg_body.png) #3B5677 repeat;
	border-bottom:1px solid #000000;
}
#wp-calendar td {
	font-size: 9px;
	padding: 2px 0;
	text-align: center;
	background: url(images/bg_body.png) #3B5677 repeat;
}
#wp-calendar {
	empty-cells: show;
	margin:auto;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	display: block;
}
/* End Calendar */
