/*
|------------------------
| basslakeonline.org 
|------------------------
| author: joseph newing
| uri: http://binslashbash.org
| version: 1.0
|
*/

/* Includes
------------------------------------------------------*/
@import url(css/fancy.css);


/* General
------------------------------------------------------*/
body {
	background: url(images/wood-07.jpg) repeat left top;
	color: #252525;
	font: 62.5% 'Lucida Grande', Arial, Verdana;
	margin: 0 0;
	text-align: center;
}
ul, li { list-style: none; margin: 0; padding: 0; }
li { font-size: 1.3em; }
img { border: none; }
div { margin: 0; padding: 0; }
a { color: #4FABF3; text-decoration: none; }
a:hover { text-decoration: underline; }
p { font-size: 1.3em; }
h3 { font-size: 1.9em; font-weight: normal; letter-spacing: -1px; }

/* Containers
------------------------------------------------------*/
#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#facebook {
	width: 100px;
	margin: 0;
	position: absolute;
	top: 129px;
	left: -65px;
}

#page {
	width: 475px;
	float: left;
}

#sidebar {
	width: 277px;
	float: right;
	margin-top: -71px;
}

.content {
	background: url(images/page-bg.png) repeat left top;
	border: 1px solid #fff;
	padding: 0 10px;
}

.copyright p {
	float: right;
	font-size: 1.0em;
}

/* Navigation
------------------------------------------------------*/
#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#nav li a {
	display: block;
	background: url(images/nav.png) no-repeat;
	border: 0;
	overflow: hidden;
	text-decoration: none;
}

li#home a { height: 42px; width: 65px; }
li#local a { height: 42px; width: 121px; }
li#forums a { height: 42px; width: 90px; }
li#contact a { height: 42px; width: 197px; }

li#home a:hover, li#home a:focus { background-position: 0 -42px; }

li#local a:link, li#local a:visited { background-position: -65px 0; }
li#local a:hover, li#local a:focus { background-position: -65px -42px; }

li#forums a:link, li#forums a:visited { background-position: -186px 0; }
li#forums a:hover, li#forums a:focus { background-position: -186px -42px; }

li#contact a:link, li#contact a:visited { background-position: -276px 0; }
li#contact a:hover, li#contact a:focus { background-position: -276px -42px; }

body#page-home li#home a:link, body#page-home li#home a:visited { background-position: 0 -42px; }
body#page-local li#local a:link, body#page-local li#local a:visited { background-position: -65px -42px; }
body#page-local li#blog a:link, body#page-local li#blog a:visited { background-position: -65px -42px; }
body#page-contact li#contact a:link, body#page-contact li#contact a:visited { background-position: -276px -42px; }


/* Sidebar
------------------------------------------------------*/
#sidebar h3.calendar {
	text-indent: -9999px;
	height: 55px !important;
	background: url(images/calendar-header.png) no-repeat left top;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar h3.links {
	text-indent: -9999px;
	height: 56px !important;
	background: url(images/links-header.png) no-repeat left top;
	margin-bottom: 0;
	padding-bottom: 0;
}


#sidebar div.scontent {
	background: url(images/page-bg.png) repeat left top;
	border: 1px solid #fff;
	border-top: none;
	padding: 5px 5px 0px 5px; 
}

.scontent p {
	margin: 10px 0;
	padding: 0 8px;
}


/* Sidebar Lists
------------------------------------------------------*/
.links, .calendar {
	padding: 0 10px;
}

.links li {
	padding: 4px 0 6px 25px;
	background: url(images/tick.png) no-repeat left 4px;
}

.calendar li {
	padding: 4px 0 4px 25px;
	background: url(images/calendar.png) no-repeat left 4px;
}

.links li a, .calendar li a {
	display: block;
}

.links li a span, .calendar li a span {
	
}

/* Rates Table
------------------------------------------------------*/
table.rates {
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

table.rates td, th {
	padding: 6px;
	border-bottom: 1px dotted #909090;
	vertical-align: top;
	font-size: 1.1em;
}

table.rates thead th {
	text-align: left;
	border-bottom: 1px dotted #909090;
}

table.rates tr.odd td, tr.odd th {
	
}

table.rates tbody td.persons {
	background: url(images/user.png) no-repeat left 3px;
	padding-left: 20px;
}

table.rates tbody td.money {
	background: url(images/money.png) no-repeat left 3px;
	padding-left: 18px;
}


/* Maps List.
------------------------------------------------------*/
ul.maps { margin: 0 0 10px 0; padding: 1px 0 0 0; }
ul.maps li { border-bottom: 1px dotted #909090; }
ul.maps li:first-child { border-top: 1px dotted #909090; }
ul.maps li a {
	color: #909090;
	display: block;
	font-size: 0.9em;
	padding: 5px;
}
ul.maps li a:hover { background: #fff; border: none; text-decoration: none; }
ul.maps li a span { color: #4FABF3; font-size: 1.0em; }

ul.maps li a {
	padding-left: 10px;
}



/* Misc.
------------------------------------------------------*/
.error {
	padding: 6px;
	background:#fbe3e4;
	border:1px solid #fbc2c4;
}

.success {
	padding: 6px;
	background-color:#E6EFC2;
	border:1px solid #C6D880;
}

