/*   
Theme Name: Lauras
Theme URI: x
Description: Theme built by horizondesigns.ca
Author: x
Author URI: x
Version: 1.0
.
General comments/License Statement if any.
.
*/


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0

EDITED BY HORIZON DESIGNS
*/
@charset "utf-8";
/* CSS Document */

* {
	outline: none;
}

body {
	padding: 0px;
	margin:0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 91%;
	line-height: 130%;
	margin-bottom: 30px;
	background-image: url(images/bg.gif);
}

p {
	margin: 15px 0 15px 0;
	
}

a, a:visited {
	color: #4169e1;
	text-decoration: none;
}

a:hover{
	color: #8411ff;
	border-bottom:1px solid red;
}

#top_bar {
	height: 20px;
}

#wrapper {
	width: 789px;
	margin: 0px auto;
}

#inner_wrapper {
	margin: 0; padding: 0;
	width:100%;
}

#header {
	height: 181px;
	/* background-image: url(images/header.jpg); */
}

/* NAV */

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight:bold;
	font-size: 120%;
	height: 25px;
	padding-left: 2px;	
	border-bottom: 1px dashed blue;
}

#nav a {
	display: block;
	color: #4d4b4b;
	text-decoration: none;
}

#nav a.active {
	color: #7812CE;
	border: none;
}


#nav a:hover {
	color: #7812CE;
	border: none;
}

#nav li {
	float: left;
	padding: 0 13px;
	
}

/* Sub nav */

#nav li ul {
	margin: 0; padding: 0;
	list-style: none;
	position: absolute;
	left: -999em;
	
	border: 1px dotted  #0a16ad;
	border-top: none;
	border-right: none;
	background-color: #f6f4f8;
	background-repeat: repeat-y;
	background-image: url(images/dropdown_bg.jpg);
	padding: 0 10px 10px 0;
	width: 110px;

}

#nav li ul li {
	width: 100%;
	float: left;
	clear: both;
	margin: 0px;
	padding: 5px 10px 0 5px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul a {
	text-decoration: none;
	border: none;
	color: #626163;
	font-size: 90%;
	padding-left: 20px;
}

#nav li ul a:hover {
	text-decoration: none;
	border: none;
	background-position: left;
	background-repeat:no-repeat;
	background-image: url(images/button_bullet.gif);
}

#nav li ul a.active {
	color: black;
	background-position: left;
	background-repeat:no-repeat;
	background-image: url(images/button_bullet.gif);
	
}

/* end nav and subnav */


#content {
	background-image:url(images/content_bg.gif);
	min-height: 200px;
	padding: 5px 20px;
	clear: left;
}

#content_bottom {
	background-image: url(images/content_bot_bg.gif);
	background-repeat: no-repeat;
	height: 11px;

}

#footer {
	font-size: 80%;
	padding: 0px 20px;
	text-align: right;
	margin-top: 10px;
	color: #3E424D;
	line-height: 110%;
}

h1 {
	font-size: 137%;
	font-weight:lighter;
	color: #3F087D;
	padding-bottom: 1px;
	margin: 15px 0 0px 0;
}

.rule {
	width: 90%;
	height:1px;
	border-top: 1px solid #600FB6;
	margin: 15px auto;	
}

.small {
	font-size: 70%;
	color: #666666;
	line-height:110%;
}

#contact_us_tbl {
	background-image: url(images/mail_big_bg.jpg);
	background-repeat: no-repeat;
}

/* images */

img.border, iframe.border {
	padding: 2px;
	border: 2px solid #677cfe;
	border-bottom: 2px solid #4e43e3;
	border-right: 2px solid #4e43e3;
	margin:10px;
}

a img {
	border: none;
}

img.right {
	float: right;
	margin:15px 5px 15px 8px;
	clear: both;
}

img.left {
	float: left;
	margin:15px 20px 15px 5px;
	clear: both;
}


/* classes and events */

.event {
	background-color: #FFFFFF;
	background-image: url(images/event_bg.jpg);
	background-repeat: no-repeat;
	border: thin solid #6792B4;
	margin: 0 auto 25px auto;
	position:relative;
	padding: 10px 15px;
	width: 95%;

}

.eventText {
	padding-bottom: 7px;
}

.eventTitle {
	font-size: 120%;
	margin-bottom: 8px;
	font-family:Arial, Helvetica, sans-serif;
}

.eventDate, .eventCost, .eventNotes {
		font-size: 90%;
}

.eventDate {
	padding-top: 5px;
	padding-left: 15px;
	color: #000099;

}

.eventCost {

	padding-left: 15px;
	color: #6600CC;
}

.eventNotes {

	padding-left: 15px;
	color: #CC0000;
}

.eventIcon {
	border: none;
	float: right;
	margin-right: 6px;
	margin-top: 35px;
	margin-left: 15px;
	margin-bottom: 4px;

}

/* END classes and events */



.oddity {
	color: #cd0505;
}

.submit_btn {
	display:block;
	width: 132px;
	height: 38px;
	background-image: url(images/submit_button.gif);
	border:none;
	border: 0px solid #FFFFFF;
	cursor: pointer;
}

.submit_btn:hover {
	background-position: 0px -38px;
}

.clear {
	height: 1px;
	width: 100%;
	clear:both;
}

.email {

	
}

.email a {

	display: block;
	height: 24px;
	background-image: url(images/mail_sm_bg.gif);
	background-repeat: no-repeat;
	padding: 0; margin:0 auto;
	padding-left: 34px;
	width: 140px;
	text-align: left;
}

.email a:hover {
	background-position: 0 -24px;
}

.news-item {
	position: absolute;
	
	top: 20px;
	padding: 8px;
	border: 2px solid #f20606;
	background-color: #fbfad8;
	text-align: center;
	
}

.news-item a {
	display:block;
text-decoration: none;
	color: black;
}

.news-item:hover {
	background-color: #f6fb76;
	cursor:pointer;
}