/* @override http://localhost/links/style.css */

/* @group Global Elements */

* {
	margin: 0;
	padding: 0;
}

a img,
img {
	border: none;
	display: block;
}

a,
a:visited {
	color: #4498c7;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
}

.tooltip {
	position: absolute;
	z-index: 200;
	left: -9999px;
	border: 1px dotted #fff;
	max-width: 200px;
	display: none;
}

.tooltip p {
	color: #fff;
	background-color: #222;
	padding: 2px 7px;
	text-align: left;
	font-size: 0.7em;
}

/* @end */

/* @group General Layout */

body {
	font: 1em/1em Arial, Helvetica, sans-serif;
	background: #52422d url(/images/general_layout/body_bg.gif) repeat fixed;
	text-align: center;
	height: 100%;
}

div#bodylayer {
	background: url(/images/general_layout/bodylayer_bg.gif) no-repeat right top;
	height: 100%;
}

div#bodybag {
	margin: auto;
	text-align: left;
	width: 924px;
	padding: 15px 10px 40px;
}

div#flashcontent {
	height: 100%;
}

div#header {
	background-image: url(/images/header/header_bg.gif);
	height: 165px;
}

div#contents {
	background: #eee url(/images/general_layout/contents_bg.gif) repeat-x 0 top;
	margin: 0 12px;
	border-left: 1px solid #848586;
	border-right: 1px solid #898b8c;
	border-bottom: 1px solid #848688;
	padding: 0 14px;
}

div#leftcol {
	float: left;
	width: 604px;
	overflow: hidden;
}

div#rightcol {
	float: left;
	margin-left: 16px;
	width: 250px;
	overflow: hidden;
}

/* @end */

/* @group Header */

div#header img#logo {
	float: left;
	padding-left: 12px;
}

div#header div#navarea {
	float: left;
	width: 525px;
	height: 138px;
}

div#header div#adarea {
	width: 525px;
	height: 110px;
}

ul#nav {
	width: 525px;
	float: left;
	height: 28px;
	list-style-type: none;
	overflow: hidden;
}

ul#nav li {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	height: 28px;
	overflow: hidden;
}

ul#nav li a,
ul#nav li a:visited {
	display: block;
	text-decoration: none;
	padding: 0.45em 13px 0.6em;
	background: transparent;
	color: #fff;
	text-shadow: none;
}

ul#nav li.guide a,
ul#nav li.guide a:visited {
	background: transparent;
	color: #c03;
	text-shadow: #c03 0 0 5px;
}

ul#nav li a:hover,
ul#nav li.guide a:hover {
	background: #4498c7 url(/images/header/nav_selected.gif) repeat-x;
	color: #fff;
	text-shadow: none;
}

ul#nav li a.selected,
ul#nav li a.selected:visited,
ul#nav li a.selected:hover,
ul#nav li.guide a.selected,
ul#nav li.guide a.selected:visited,
ul#nav li.guide a.selected:hover {
	background: #4498c7 url(/images/header/nav_selected.gif) repeat-x;
	color: #fff;
	text-shadow: #666 0 0 5px;
}

div#header img#flag {
	float: left;
	margin: 115px 0 0 10px;
}

/* @end */

/* @group Sidebar */

div#rightcol img.ad {
	margin-bottom: 15px;
}

div#rightcol div#mailinglist {
	width: 214px;
	height: 164px;
	margin-bottom: 15px;
	background: url(/images/sidebar/sub_bg.gif) no-repeat;
	text-align: center;
	padding: 75px 18px 0;
	overflow: hidden;
}

div#rightcol div#mailinglist p {
	color: #fff;
	margin-bottom: 6px;
	text-align: justify;
	font: 0.75em/2em Georgia, "Times New Roman", Times;
	text-shadow: #000 0 0 5px;
}

div#rightcol div#mailinglist input.text {
	margin-bottom: 6px;
	width: 202px;
	font: 0.8em/1em Georgia, "Times New Roman", Times;
	padding: 2px;
}

div#rightcol div#mailinglist input.submit {
	font: 0.75em Georgia, "Times New Roman", Times;
}

/* @end */

/* @group Featured */

#featured {
    position: relative;
    height: 304px;
	margin-bottom: 15px;
}

#featured a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
	text-decoration: none;
	width: 604px;
	height: 304px;
    overflow: hidden;
    background-color: #000;
}

#featured a.active {
    z-index: 10;
}

#featured a.last-active {
    z-index: 9;
}

#featured a img {
	border: 2px solid #fff;
}

#featured a span {
	position: absolute;
	color: #fff;
	margin-top: 255px;
	margin-left: 35px;
	text-shadow: #000 1px 2px 5px;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Content Presentation */

div.textbox {
	background-color: #fff;
	border: 2px solid #fff;
	margin-bottom: 10px;
}

div.textbox h1 {
	background: #000 url(/images/general_layout/h_bgblack.gif) repeat-x 0 center;
	border: 1px solid #333;
	color: #fff;
	font-size: 0.9em;
	padding: 0.45em 13px;
	text-transform: uppercase;
}

div.textbox div.content {
	border: 1px solid #ccc;
	margin-top: 1px;
	padding: 10px 13px 0;
	background: url(/images/general_layout/divcontent_bg.gif) repeat 0 center;

}

/* @group Events Specific */

div.textbox div.eventname {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
}

div.textbox div.eventdetails {
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

div.textbox div.eventblurb {
	font-size: 0.8em;
	line-height: 2em;
	text-align: justify;
	margin-bottom: 10px;
}

div.textbox span.eventmore a,
div.textbox span.eventmore a:visited {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
	display: block;
	float: right;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #ccc;
	color: #333;
	background: #eee;
}

div.textbox span.eventmore a:hover {
	color: #fff;
	background-color: #4498c7;
}

/* @end */

/* @end */