/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5; text-align: center;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#000;background:#FFFFFF url(images/bodybg.jpg) no-repeat scroll right top;font-family: Verdana, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#1584bc; margin-left: 0.5em;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em 1em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#6b7ae7;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em; margin-left: 1.2em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
html{
	overflow-y: scroll;
}

#container {
	position:relative; /* needed for footer positioning*/
	background: transparent url("images/containerbg.gif") repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 1200px;
	margin: 0 auto 0 auto;
	text-align: left;
	float: left;
	padding:0;
 }

#header {
	height:175px;
}

#box{
	width: 1000px;
	float: left;
}

#logo{
	float: left;
	display: inline;
	margin-top:26px;
	margin-left: 1em;
	background: url("images/logo.gif") no-repeat;
	width: 700px;
	height: 106px;
}


#searchbox {
	padding:0.8em;
	color: white;
    float: right;
	width: 300px;
	display: inline;
	overflow: hidden;
}

#langselection{
	margin-top: 15px;
	float: right;
	display: inline;
	width: 270px;
	color: white;
	text-align: left;
}

#navibox{
	clear: both;
	width: 100%;
	float: left;
	background: url("images/navibg.gif") repeat-x;
	height:43px;
	overflow: hidden;
}

#navi {
	float: left;
	font-weight: bold;
	margin: 0 0 1.5em 0;
}


#left_column {
	display:inline;
	float:left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 187px;
	margin:0;
	padding:0;
	overflow: hidden;
}


#subnavi {
	min-height:80px;
	padding-top:2em;

}

#content {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width: 950px;
}

#main_column {
	float:left;
	display:inline;
	height:auto !important;
	height: 600px;
	min-height:600px;
	padding-top:2em;
	width: 600px;
	overflow: hidden;
}

#right_column {
	float:left;
	display:inline;
	min-height:50px;
	padding-top:2em;
	margin-left: 1em;
	overflow: hidden;
	width: 300px;
}

#footer {
	background:#FFFFFF none repeat scroll 0 0;
	clear:both;
	height:22px;
	margin-left:0;
	width:100%;
}



/*CONTACT*/

#right_column h5{
	margin:0;
	margin-left: 1em;
	margin-top: .5em;
}
/*NAVI*/
div.subnavi{
	margin:0;
	width: 185px;
	padding:1em 0;
}

div.subnavi p{
	margin:0;
	margin-left: 1em;
	padding:0;
}


div.subnavi_selected{
	margin:0;
	padding:1em 0;
	width: 185px;
	background: #e5e5e5;
	border-right: 3px solid #1093d9;
}

div.subnavi_selected p{
	margin:0;
	margin-left: 1em;
	padding:0;
}


a.subnavi{
	color:#000;
	font-size:1.1em;
	text-decoration:none;

}

a.subnavi_selected {
	color:#616161;
	font-size:1.1em;
	text-decoration:none;


}


a.navi {
	color:#fff;
	font-size:1.1em;
	margin-right:15px;
	text-decoration:none;

}
a.navi:hover {
	color:#909090;
}
a.navi:visited {
	color:#fff;
}

#navi table{
	margin: 0;
	padding: 0;
	height: 42px;
	border-collapse: collapse;
}

#navi td{

	vertical-align: middle;
	text-align: center;
}

.line {
	width: 1px;
	background: url("images/line.gif") right center no-repeat;
}

.normal {
	margin-right: 1em;
	padding-left: 1em;
}	
.selected {
	margin:0;
	padding:0;
	margin-right: 1em;
	padding-left: 1em;
	background: url("images/naviselected.gif") repeat-x;
}

.selected a{
	color: #ffd463 !important;
}

/*Lang selection*/

#langselection a{
	color: #fff;
	text-decoration: none;
}

.searchbox{
	color:#ffd463;
}


/*FORM*/
input[type="text"] {
	width:200px;
}


.smallform {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #D8D8D8;
	clear:both;
	margin-left:1em;
	min-height:120px;
	padding:1em;
	width:75%;
}

/*GALLERY*/

#gallery_container{
	float: left;
	margin-left: 1em;
	width: 400px;
}

#video{
	width: 100%;

}

#imgarea{
	width: 100%;

}


#arrows{
	height: 2em;
}

#descript{
	min-height: 2em;
}


.album_thumb{
	border: 1px solid grey;
	width: 100px;
	height: 120px;
	float: left;
	margin-left: 1em;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
}

.gallery_thumb{
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}


.gallery_large{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumb_wrapper{
	padding-top: 3em;
    float: right;
	width: 170px;
	height: 400px;
	overflow-y: auto;
}

.album_container{
	width: 70px;
	height: 70px;
	margin: 1em;
	overflow: hidden;
}

.thumb_container{
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.gallery_description{
	font-size: 80%;
	padding-left: 1px;

}


img.thumbnail {
    border: none;
	
}
img.gallery {
    border: none;
}

.left{
	float: left;

}

.right{
	float:right;

}

/*BLOGI*/

#commentbox { 
    float: right;
	width: 45%;
	background: #eee;
	padding: 1em;
	margin-right: 0.6em;
}

#blogcolumn{
    width: 40%;
    float: left;
}

#blogwidecolumn {
	width: 65%;
	float: left;
}

#blogside {
	width: 30%;
	float: right;
}

/*AGORA*/

table.basic {
	border-collapse:collapse;
	margin:1em;
	width:95%;
}

tr.header {
	background:#1584bc none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:bold;
}

.calender td{
	height: 2.5em;
	vertical-align: top;
}

/*PRESS*/
.grey{
	color: #b1b1b1 !important;
	margin: 0;
	margin-left: 1em;
}
.smaller {
	font-size:95%;
}
.more {
	color:#088D4F !important;
	text-decoration:none !important;
}
.nomargin {
	margin:0;
}

.newsbox{
	float: left;
	width: 300px;
}

.titlebox{
	float: right;
	width: 200px;
	margin-right: 2em;
}

.titlebox p{
	background: url("images/arrow.gif") 0px -3px no-repeat;
	padding-left: 1em;
	margin: 0;
	margin-left: 0.5em !important;
}

.titlebox a{
	color: #000;
	text-decoration: none;
}

.titlebox a:hover{
	color: #1584BC;
	text-decoration: none;
}

.titlebox h4{
	margin:0;
	margin-top: 0.5em;
	margin-left: 0.5em;
	padding: 0.5em;
	background: #1584BC;
	color: white;
}


.pressbox{
	width: 290px;
	margin-left: 0.5em;
}



.pressbox p{
	background: url("images/arrow.gif") 0px -3px no-repeat;
	padding-left: 1em;
	margin: 0;

}

.pressbox a{
	color: #000;
	text-decoration: none;
}

.pressbox a:hover{
	color: #1584BC;
	text-decoration: none;
}

.pressbox h4{
	margin-top: 0.5em;
	margin-left: 0;
	padding: 0.5em;
	background: url("images/navibg.gif") repeat-x;
	color: white;
}

/*GENERAL*/

.message{
	color: red;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 250px;
	padding: 0.6em;
	border: 1px solid #d8d8d8;
	
}


.alert{
	color: #aaa;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 250px;
	padding: 0.6em;
	border: 1px solid #d8d8d8;
	
}


table.member{
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: thin dotted grey;

}

.member tr{
	margin-top: 1em;
}


.member td{
	height: 2.5em;
}

.smallform h3{
	margin-bottom: 1em;
}

textarea.mcetextedit{
	 width: 100%;
   height: 200px;
}


textarea.mcetextedit2{	
   width: 90%;
   height: 50px;
}

/*STAFF*/

img.staff {
	width: 200px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-left: 1em;
}

p.staff2 {
	float: right;
	width: 50%;
	display: inline;
}

p.staff1 {
	background: #1584bc;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;	
	margin-top: 2em;
	margin-right: 1em;
}

.clear{
	clear: both;
}

/*EVENTS*/

.events{
	clear:both;
	margin-left:0.5em;
	padding:0em;
	width:100%;
	
}

.events h3{
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

.events a{
	text-decoration: none;
}

.events p{
	margin: 0;
	padding: 0;
}

td.edit2{
	width: 150px;
}

.eventbox {
	float: left;
	display: inline;
	width: 50%;
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #D8D8D8;
	margin-left: 1em;
	margin-bottom: 1em;
	min-height:166px;
	padding:0.2em;
	padding-left: 0;

}

.datepicbox{
	float: right;
	display: inline;
	width: 40%;
}

.otherevents{
	clear: both;
	margin-left: 1em;
}

.otherevents a{
	color: #ff6600;
}

.eventtitle {
	font-weight: bold;
	color: #ff6600;
}

img.logo{
	width: 700px;
	height: 60px;
}

#searchbox input[type="text"] {
	width: 140px;
}


