@charset "utf-8";
/* layout */
body {
	position: relative;
	background-color: #eee;
	margin: 0px;
	font-family: Cambria, Garamond, serif;
	font-size: 11pt;
	color: #444;
	letter-spacing: normal;
}
div#wrapper {
	width: 976px;
	padding: 0px;
	margin: 10px auto;
	background-color: #fff;
	box-shadow: 5px 5px 10px #999;
	-moz-box-shadow: 5px 5px 10px #999;
	-webkit-box-shadow: 5px 5px 10px #999;
}
div#header {
	width: 100%;
	height: 200px;
	background-color: #2ca3f7;
	text-align: left;
	overflow: hidden;
}
div#language {
	float: right;
	position: relative;
	z-index: 2;
	padding: 5px;
}
div#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0;
	text-align: left;
}
div#main {
	margin-left: 210px;
	width: auto;
}
div#content {
	padding: 5px 5px 5px 15px;
	line-height: 1.3em;
	text-align: left;
	margin-left: -10px;
	/*border-left: 1px dashed #ccc;*/
	/*border-top: 1px dashed #ccc;*/
	min-height: 550px;
}
div#footer {
	clear: both;
	width: 100%;
	margin-top: 20px;
	font-family: Corbel, Tahoma, sans-serif;
	color: #666;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #eee;
}

/* navigation */

div#menu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
	margin-top: 14px;
}
div#menu ul {
	padding-left: 0;
}
ul.nav1 li {
	list-style-type: none;
	border: 0;
	margin: 5px 0;
}
ul.nav1 a {
	display: block;
	/*height: 45px;*/
	padding-left: 0.5em;
	background: url('/img/nav1.png') no-repeat;
	text-decoration: none;
	color: #fff;
}
ul.nav1 a:visited, ul.nav1 a:hover, ul.nav1 a:active {
	color: #fff;
	background-color: none;
}
ul.nav1 a:hover, ul.nav1 a:active {
	background-position: 0 -45px;
}
div#menu ul.nav1 {
	margin: 0;
}
div#menu ul.nav2 {
	font-size: 14px;
	margin-left: 5px;
}
ul.nav2 li {
	list-style-type: none;
	margin: 5px 0;
}
ul.nav2 a {
	display: block;
	padding-left: 5px;
	background: none;
	font-weight: normal;
	text-decoration: none;
	border-left: 10px solid #60BBFB;
	color: #000;
	line-height: 1.25em;
}
ul.nav2 a:visited {
	color: #000;
}
ul.nav2 a:hover, ul.nav2 a:active {
	color: #000;
	border-left: 10px solid #B1DE05;
}
#nav_active {
	color: #333;
	background-position: 0 -45px;
}
ul.nav2 a.active {
	border-left: 10px solid #606;
}

/* personal menu */

div#personal_menu {
	font-family: Calibri, Arial, sans-serif;
	background-color: #fff;
	border-top: 1px solid #2ca3f7;
	border-bottom: 1px solid #2ca3f7;
	width: 100%;
	height: 34px;
	font-size: 11pt;
	font-weight: normal;
	color: #2ca3f7;
	text-align: right;
}
ul#personal_menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#personal_menu li {
	float: left;
	margin: 0;
}
ul#personal_menu a {
	font-weight: bold;
	color: #2ca3f7;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding: 8px 12px;
}
ul#personal_menu a:hover {
	background-color: #2ca3f7;
	color: #fff;
}
ul#personal_menu form {
	margin: 0;
}
ul#personal_menu input {
	margin: 0;
	border: 0;
	border-bottom: 1px dashed #999;
}
ul#personal_menu input.loginbutton {
	background-color: #fff;
	cursor: pointer;
	border: 0;
	font-weight: bold;
	color: #2ca3f7;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-size: 11pt;
	padding: 7px 12px;
}
ul#personal_menu input.loginbutton:hover {
	background-color: #2ca3f7;
	color: #fff;
}

/* events */

div#next_event {
	float: right;
	background-color: #ffd;
	width: 320px;
	padding: 0 5px 0 10px;
	margin: 15px -5px 5px 5px;
	border-left: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
div.datetime {
	float: left;
	width: 67px;
	height: 105px;
	background: url('/img/datetime.png');
	text-align: center;
}
.cal_month {
	font-size: 19px;
	text-transform: uppercase;
	color: #000;
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}
.cal_daynum {
	font-size: 32px;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}
.cal_time {
	font-family: Consolas, "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 11px 0 0 0;
}

/* featured video */
div#featured_video {
	float: right;
	clear: right;
	background-color: #ffd;
	width: 320px;
	padding: 0 5px 0 10px;
	margin: 15px -5px 5px 5px;
	border-left: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

/* images */

div.imageleft, div.imageright {
	margin: 5px;
}
div.imageleft {
	float: left;
}
div.imageright {
	float: right;
}
img.border, img.avatar, img.avatar_big {
	padding: 2px;
	background-color: white;
	border: 1px solid #ccc;
}
img.avatar {
	max-width: 50px;
	max-height: 50px;
}
img.avatar_big {
	max-width: 100px;
	max-height: 100px;
}
div#picture {
	float: left;
}
div#picture img {
	width: 200px;
	/*width: expression(Math.max(parseInt(this.offsetWidth), 200 ) + "px");*/
	padding: 4px;
	background-color: white;
	border: 2px solid #999;
}

/* tables */

table {
	border: 0px;
	border-spacing: 0px;
}
table td, table th {
	padding: 5px;
}
th {
	background-color: #60BBFB;
	text-align: left;
}
tr.odd {
	background-color: #dfb;
}


/* links */

h1 a, h2 a, h3 a, h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited  {
	text-decoration: none;
}
div#content a {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
}
div#content a:hover {
	color: #fff;
	background-color: #f60;
}
a img {
	border: 0;
}
div#content a.icon, div#content a.icon:hover {
	background-color: transparent;
}

/* fake buttons */

div#content a.button {
	font-family: Calibri, Arial, sans-serif;
	background-color: #09F;
	border: 2px solid #009;
	padding: 3px;
	color: #fff;
	text-decoration: none;
}
div#content a.button:hover, a.button:active {
	background-color: #06f;
}

/* text */

h1, h2 {
	font-family: Candara, "Trebuchet MS", sans-serif;
}
h1 {
	color: #0e64a1;
	margin-top: 10px;
}
h2 {
	color: #2ca3f7;
}
h3 {
	font-family: Cambria, Garamond, serif;
	color: #444;
}
div#message {
	width: 100%;
	padding: 5px 0;
	background-color: #dfb;
	color: #008c00;
}
div.original {
	margin: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
}
h4.anchor {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

/* forms */

form select, form input, form textarea {
	font-family: Calibri, Arial, sans-serif;
	font-size: 11pt;
}
label small, fieldset small {
	color: #666;
	font-family: Calibri, Arial, sans-serif;
}

/* CKEditor*/

body html > body {
	background-color: #fff;
	text-align: left;
}