@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT|Forum|Tenor+Sans|Caudex:400&v2);

*{
	margin: 0;
	padding: 0;	
}

body{
	font-size: 16px;
	/*font-family: 'Forum', serif;*/
	font-family: 'OFL Sorts Mill Goudy TT', serif;
	/* background: url(../img/wallpapur4.png); */
	background: url(../img/letile2.png);
}

.ui-button-text{
	font-family: 'OFL Sorts Mill Goudy TT', serif;
}

.fader_div{
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background: url(../img/gradient.png) repeat-x;
	z-index: -1;
}

a:hover, body.committee a:hover, body.gallery a:hover, body.partners a:hover, body.about a:hover, body.contact a:hover{
	color: #666;
	text-decoration: underline;
}

a{
	font-size: 16px;
	font-family: 'Tenor Sans', sans;
	text-decoration: none;
	color: #a62b50;/*#2ba650;*/
}

h1,h2,h3,h4{
	font-family: 'Caudex', serif;
	margin-bottom: .5em;
}

body.partners h2{
	margin-bottom: 0;
	margin-top: .5em;
}

h1, h1 a{
	font-size: 48px;
}
h2, h2 a{
	font-size: 35px;
}
h3, h3 a{
	font-size: 22px;
}
h4, h4 a{
	font-size: 16px;
}

h1 a,h2 a,h3 a,h4 a{
	font-weight: normal;
}

p{
	margin-bottom: 1em;
}
.body_wrapper{
	width: 90em;
	margin-left: auto;
	margin-right: auto;
}
.main_content{
	font-size: 10px;
	/*width: 75%;
	max-width: 130em;
	min-width: 100em;*/
	width: 100em;
	margin-left: auto;
	margin-right: auto;
}
.logo{
	text-align: center;
	margin-bottom: 2em;
	/*background: url(../img/logo_bg5.png) center;*/
	/* fancy: 2198, 2207, */
	background: url(../gallery/_MG_2198.jpg) center;
	padding-top: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid #999;
}
body:not(.gallery):not(.partners) .border_wrapper{
	background: white;
	-moz-box-shadow: 0 0 7px 7px #CFCFCF;
	-webkit-box-shadow: 0 0 7px 7px #CFCFCF;
	box-shadow: 0 0 7px 7px #CFCFCF;
	border: 1px solid #999;
	margin-top: -1px;
}



.menu_content{
	text-align: center;
	margin-top: 2em;
	width: 100em;
	z-index: 5;
	position: relative;
}
.menu{
	list-style: none;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
.menu_item{
	font-size: 10px;
	padding-top: .5em;
	display: inline-block;
	/*width: 14.3em;*/
	padding-left: 2em;
	padding-right: 2em;
	text-align:center;
}
body .menu_item a,body .menu_item p{
	font-family: 'Caudex', serif;
	font-size: 26px;
	color: #333;¨
	margin-bottom: 0;
	margin: 0;
}
.menu_item.active{
	font-weight: 600;
}

.menu_item.active, .menu_item.active.hover { 
	border-bottom: 2px solid black;
}

.menu_item.hover{ 
	border-bottom: 2px solid #666;
}


body .menu_item a:hover{
	color: black;
	text-decoration: none;
}



.body_content{
	min-height: 30em;
	font-size: 16px;
	padding: 1em;
	width: 70%;
	display: inline-block;
	margin-left: 1em;
	text-align: justify; 
	text-justify: newspaper 
}
.side_content{
	margin-left: 1em;
	padding-top: 6em;
	padding-bottom: 6em;
	vertical-align:top;
	display: inline-block;
	width: 22%;
	font-size: 16px;
}

body.gallery .side_content, body.partners .side_content, body.gallery .logo, body.partners .logo{
	display:none;
}

body.gallery .body_content, body.partners .body_content{
	width: 100%;
	padding: 0;
}

body.gallery .galleria-container{
	margin-top: -10px;
}

body.gallery .galleria-stage{
	-moz-box-shadow: 0 0 5px 5px #CFCFCF;
	-webkit-box-shadow: 0 0 5px 5px #CFCFCF;
	box-shadow: 0 0 5px 5px #CFCFCF;
}

.tweet_list{
	list-style: none;
}

.tweet_list li{
	margin-bottom: .5em;
}

.tweet_text{
	max-width: 20em;
}

.tweet_time a, a.tweet_action{
	font-size: 10px;
}

.footer{
	font-size: 10px;
	margin-top: 2em;
	height: 5em;
	text-align: center;
	clear: both;
}
.footer span{
	font-size: 14px;
}
.like_us_follow_us{
	margin-top: 1em;
	white-space: nowrap;
}
.logos, .mainlogos{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.logos, .mainlogos a{
	display: inline-block;
	-moz-box-shadow: 0 0 5px 5px #CFCFCF;
	-webkit-box-shadow: 0 0 5px 5px #CFCFCF;
	box-shadow: 0 0 5px 5px #CFCFCF;
	padding-top: .5em;
	padding-bottom: .25em;
	background: #FFF;
	line-height: 200%;
}

.mainlogos a{
	min-width: 30%;
}

.mainlogos a:first-child{
	float: left;
}

.mainlogos a:last-child{
	float: right;
}

.logos a, .mainlogos a:not(:first-child){
	margin-left: 15px;
}

.logos a:hover img, .mainlogos a:hover img{
	outline: 2px solid #999;
}

.inline-image{
	-moz-box-shadow: 0px 0px 4px 4px #EEE;
	-webkit-box-shadow: 0px 0px 4px 4px #EEE;
	box-shadow: 0px 0px 4px 4px #EEE;
	background: #EEE;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	display: block;
	margin-bottom: 1em;
}

.tweet_avatar{
	display: inline-block;
	margin-right: .5em; 
	vertical-align: top;
}
.tweet_text{
	display:inline-block; 
	max-width: 400px;
}
.body_content .contacts {
	margin-left: -2em;
	margin-right: -2em;
}
.body_content .contact {
	display:inline-block;
	min-width: 20em;
	overflow: auto;
	margin: .5em;
	padding-right: .5em;
	border: 1px solid #CFCFCF;
	white-space: nowrap;
	height: 9.4em;
	overflow: hidden;
}
.body_content .contact a{
	font-size: 14px;
}
.body_content .contact p{
	margin-bottom: 0;
	line-height: 1.5em;
}
.body_content .contact .portrait {
	display: inline-block;
}
.body_content .contact .portrait img{
}
.body_content .contact .details{
	display: inline-block;
	vertical-align: top;
}
.body_content .contact .title {
	font-weight: bold;
}

