/* CSS Document */
/* Stylesheet for all common site-wide elements*/

															/** BODY ELEMENTS **/
body {
	background-image:url(images/BRIGANTINE_bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family: verdana;
	}
.centered {
	margin-left:auto;
	margin-right:auto;
}
img {
	border:0px;
}




															/** MAIN CONTAINERS **/
div#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:951px;
	z-index:0;
	background-color:#FFFFFF;
	}
div#header {
	
	}
	div#header-in {
		
		}
#top {
		width:945px;
		height:100px;
		background-image:url(images/blue_swirl.png);
		padding-top: 10px;
	}
#logo {
	width:123px;
	float:left;
	text-align:right;
	margin-right:20px;
}
#site_name {
	text-align:left;
	width:700px;
	}
#site_name h1 {
	color:#153c67;
	font-family:"Univers 63 bold", "gill sans", verdana;
	letter-spacing: .2em;
	font-size:32px;	
	}
#site_name p {color:#666666;
	margin-top:-20px;
	font-family: verdana;
	font-weight:bold;
	letter-spacing:-.05em;
	text-indent:0px;
	font-size:16px;
	}
#top_right {
	float:right;
	width:200px;
	position:relative;
	top:-40px;
	}
#link_bar {
	position:relative;
	left:2px;
	top:0px;
	width:945px;
	height:25px;
	background-color:#003366;
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	font-stretch: condensed;
}
#links {
	position:absolute;
	left:25px;
	top:5px;
	width:100%;
}
#links a {
	color:#dde4eb;
	text-decoration:none;
	}
#links a:hover {
	text-decoration:underline;
	}
#mini_cart {
	position:absolute;
	top:5px;
	right:20px;
	width:200px;
	text-align:right;
	visibility:hidden; z-index:0; /* zindex and visibility added to effectively remove the div while it is not needed. May be added back in later but would require resizing #links */
}
#left_links {
	width:160px;
	letter-spacing:-.03em;
	padding-right:20px;
	vertical-align:top;
}
#left_links a {
	color:#325f8c;
	text-decoration:none;	
}
#left_links a:hover {
	color:#893329;
	text-decoration:underline;	
}

#left_links ul li{
	width:130px;
	border-bottom:thin #325f8c solid;
	text-align:right;
	font-weight:bold;
	color:#325f8c;
	line-height:1.5em;
	font-size:11px;
	list-style:none;
	}
div#footer {
	margin-top:20px;
}
div#footer-in {
	text-align:center;
	}
.clear {
	clear:both;
}
															/** Individual Elements **/
.attribution {
	color:#999999;
	font-size:12px;
	margin-top:0px;
}

.spacer {
	margin-left:5px;
	margin-right:5px;
	color:#8099b3;
	}
#error {
	color:red;
	}
.no-indent {
	text-indent:0;
}
h4 {
	font-size:16px;
	color:#0e4c89;
	margin-bottom:0px;
}
.link:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.social_link {
	color:#325F8C;
	text-decoration:none;
	font-size:9px;
}
.social_link:hover {
	color:#893329;
	text-decoration:underline;	
}
.event-title {
	border-bottom:solid thin rgb(14, 76, 137);
	margin-top:5px;
}
#events h5 {
	font-size:12px;
	color:#0e4c89;
	margin-top:0px;
	margin-bottom:-10px;
}
#events p {
	margin-bottom:5px;
}