/*
Good color page:
http://www.december.com/html/spec/color3.html
Links color: 12769b
Titles color: E65501
*/

@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

@font-face {
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em arial, sans-serif;
  background: #F9F9F9;
  color: #444;
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

p a { 
  text-decoration: none;
}

img { 
  border: 0;
}

img.mug { 
  height: 170px;
  padding: 0 5px 5px 0;
}

img.mugs { 
  height: 120px;
  padding: 0 5px 5px 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #362C20;
  letter-spacing: 0em;
}

h1, h2, h3 { 
  margin: 0 0 15px 0;
  color: #222;
  font: normal 250% 'Yanone kaffeesatz', arial, sans-serif;
}

h2 { 
  font-size: 160%;
  color: #E65501;
  font: normal 230% 'Yanone kaffeesatz', arial, sans-serif;
}

h3 { 
  font-size: 140%;
}

h4, h6 a a:hover { 
  color: #E65501;
  font: normal 170% 'Yanone kaffeesatz', arial, sans-serif;
  padding: 0 0 10px 0;
}

h5, h6 { 
  color: #555;
  font: italic 95% arial, sans-serif;
  font-weight:bold;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

.credit p { 
  color: #555;
  font: italic 80% arial, sans-serif;
  letter-spacing: normal;
  font-weight:bold;
}

a, a:hover { 
  outline: none;
  color: #12769b;
}

a:hover { 
  text-decoration: none;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, .nav, #container, #logo { 
  margin-left: auto; 
  margin-right: auto;
}

#main {
  margin: 25px auto;
  width: 800px;
  background: transparent;
  padding-bottom: 30px;
}

nav { 
  width: 405px;
  height: 125px;
  float: left;
  color: #222;
} 

#sidebar_container { 
  float: right;
  width: 224px;
  margin: 25px 0 0 0;
}

.sidebar { 
  float: right;
  width: 200px;
  margin: 0 0 17px 0;
  padding: 0 15px 5px 13px;
}
  
.sidebar h3, .cont_holder h1 { 
  padding: 0 15px 20px 0;
  font: 270% 'Yanone Kaffeesatz', arial, sans-serif;
  text-shadow:  #FFF 1px 1px;
  margin: 0 1px;
  color: #444;
}

.sidebar h3 { 
  color: #444;
  font: 300% 'Yanone Kaffeesatz', arial, sans-serif;
  padding: 0 15px 5px 0;
}

.sidebar ul { 
  margin: 0 0 15px 0;
} 

.sidebar li a, .sidebar li a:hover { 
  color: #555;
  text-decoration: none;
} 

.sidebar li a:hover { 
  text-decoration: underline;
} 

.sidebar_item, .content_item { 
  padding: 15px 0;
}

.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: left; 
  width: 200px; 
  text-align: left;
}
  
.form_mimi input { 
    width: 130px; 
}

.form_mimi label { 
    width: 80px;
}

.bio {
    display:block;
    width: 715px;
    height: 250px;
}

.bios {
    display:block;
    width: 715px;
    height: 200px;
}

.form_mimi .button { 
    float:right;
  font: 120% 'Yanone Kaffeesatz', arial, sans-serif; 
  width: 50px; 
  cursor: pointer; 
}

.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 200px; 
  font: 80% arial; 
  border: 1px solid #D5D5D5; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 100% 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #1EC9F4; 
  -webkit-border-radius: .5em .5em .5em .5em ; 
  -moz-border-radius: .5em .5em .5em .5em ;
  border-radius: .5em .5em .5em .5em ;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);  
  color: #FFF;
  border: solid 1px #0D8AA9;
  background: #46C4DD;
  text-shadow: 1px 1px #178497;
}

.form_settings textarea, .form_settings select { 
  font: 80% arial; 
  width: 200px;
}

.form_settings select { 
  width: 200px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table { 
  margin: 10px 0 30px 0;
}

table tr th, table tr td { 
  background: #70D4E6;
  color: #FFF;
  padding: 4px 4px;
  text-align: left;
}
  
table.donors tr th, table.donors tr td { 
  background: none;
  color: #47433F;
}
  
table.flickr tr th, table.flickr tr td { 
  background: none;
  color: #47433F;
}
  
table tr td { 
  background: #D3F2F7;
  color: #47433F;
  border-top: 1px solid #FFF;
}

tr.days td { 
  background: #E65501;
  color: #fff;
  text-align:center;
  border-top: 1px solid #FFF;
}

table.schedule {
    width:950px;
    font-size: 100%;
    font: 130% 'Yanone Kaffeesatz', arial, sans-serif;
    color: #222;
    text-decoration: none;
    float: center;
}

table.flickr { 
  font: 100% 'Yanone Kaffeesatz', arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
}

table.flickr a { 
  font: 100% 'Yanone Kaffeesatz', arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
}

table.schedule a { 
  color: #222;
  text-decoration: none;
}
table.schedule td { 
  font: 100% 'Yanone Kaffeesatz', arial, sans-serif;
}

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 200px;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* Theming the menu */
ul#nav { 
  float: right;
  margin-right: 10px;
}

ul#nav ul { 
  background: #F9F9F9;
  margin-top: 5px;
  margin-right: 10px;
  padding-bottom: 15px;
}

ul#nav li a { 
  height: 80;
  list-style: none;
  padding: 0px 10px 0px 10px;
  font: 210% 'Yanone Kaffeesatz', arial, sans-serif;
  text-shadow: 1px 1px #fff;
  text-decoration: none;
  color: #222;
  margin-right: 10px;
  margin-left: 10px;
  border-top: 5px solid #12769b;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color: #12769b;
  text-shadow: none;
}

ul#nav ul li a , ul#nav li.subselected a, ul#nav li.subselected a:hover, ul#nav li.subselected a:focus { 
  color: #222;
  text-shadow: none;
}

ul#nav ul li a , ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color: #222;
  text-shadow: none;
}

ul#nav li.navhigh a, ul#nav li.navhigh a:hover, ul#nav li.navhigh a:focus { 
  color: #E65501;
  text-shadow: none;
}

ul#nav ul li a:hover { 
  color: #E65501;
}

/* Image Transitions */
.gallery_right {
  width:200px;
  height:250px;
  margin:0;
  padding:0;
} 

/* Image Transitions */

ul.images {
  width:480px;
  height:230px;
  overflow:hidden;
  position:relative;
  margin:0;
  padding:0;
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
  list-style:none;
}
 
ul.images li.show {
  z-index:500;  
}
 
ul.images img {
  position:absolute;  
}
 
ul img {
  border:none;  
}

h4.navhigh { 
  color: #E65501;
  text-shadow: none;
}

header {
	width:980px;
	margin:50px auto 0px;
	min-height:195px;
}

.a_home{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}

#right{float:right}

.cont_holder{
	width:960px;
	margin:0px auto 0px;
	padding-bottom:20px;
}

.cont_holder .right_cont_part{
	width:230px;
	float:left;
	font-weight:normal;
}

.right_cont_part h1{
	font-size:27px;
	font-weight:bold;
	padding-bottom: 10px;
	font: normal 250% 'Yanone kaffeesatz', arial, sans-serif;
}
.right_cont_part p{
	font-size:14px;
	font-family:Arial, sans-serif;
	line-height: 17px;
	padding-bottom: 10px;
}

.cont_holder .left_cont_part{
	width:715px;
	float:left;
	font-weight:normal;
}
.left_cont_part h1{
	font-size:27px;
	font: normal 250% 'Yanone kaffeesatz', arial, sans-serif;
	font-weight:bold;
	padding-bottom: 10px;
}
.left_cont_part p{
	font-size:14px;
	font-family:Arial, sans-serif;
	line-height: 17px;
	padding-bottom: 10px;
}

/* Up News */

.up_news{
	width:715px;
	float:left;
	margin-bottom:10px;
}

.right_up_news{
	width:250px;
	float:left;
	margin-bottom:10px;
}

.up_news a{
	float:left;
	margin-left:10px;
	}

.up_news a:first-child{
	margin-left:0px;
}

.empty_news_place{
	float:left;
	margin-left:5px;
	}

.empty_news_place:first-child{
	float:left;
	margin-left:0px;
	}

.img_half_news_place{
    position:absolute;
    width:220px;
    height:110px;
    float:right;
    padding-right:10px.
}

.img_full_news_place{
    position:absolute;
    width:230px;
    height:230px;
    float:right;
}

.img_half_news_place img {
    position:relative;
    width:30px;
    height:30px;
    padding-top:10px;
    float:right;
}

.img_full_news_place img {
    position:absolute;
    float:right;
    bottom:20px;
    right:20px;
}

.img_news_place{
	width:230px;
	height:230px;
	position:absolute;
	bottom:-230px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.img_news_place img{
        display: block;
	width:210px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.double_img_news_place{
	width:470px;
	height:230px;
	position:relative;
	left:0px; 
}

.text_news_place:hover .img_news_place{
	bottom:-120px;	
}
.text_news_place{
	width:230px;
	height:230px;
	float:left;
	background:#E65501;
	position:relative;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.double_news_place{
	width:470px;
	height:230px;
	float:left;
	position:relative;
	overflow:hidden;
}
.text_half_news_place{
	width:230px;
	height:110px;
	float:left;
	background:#E65501;
	position:relative;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blue_news_place{
	width:230px;
	height:230px;
	float:left;
	background:#12769b;
	position:relative;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blue_half_news_place{
	width:230px;
	height:110px;
	float:left;
	background:#12769b;
	position:relative;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.orange_news_place{
	width:230px;
	height:230px;
	float:left;
	background:#eb5f20;
	position:relative;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blue_news_place:hover .img_news_place{
	bottom:-120px;
}

.orange_news_place:hover .img_news_place{
	bottom:-120px;
}

.empty_news_place{
	width:230px;
	height:230px;
	float:left;
	position:relative;
	overflow:hidden;
}

.inner_txt{
	float:left;
	padding:15px 15px 15px 15px;
	color:#fff;
}

.double_inner_txt{
	width:440px;
	height:230px;
	text-align:right;
	padding:15px 15px 15px 15px;
	color:#fff;
	position:absolute;
}
.double_inner_txt_black{
	width:440px;
	height:230px;
	text-align:right;
	padding:15px 15px 15px 15px;
	color:#222;
	position:absolute;
}

.double_inner_txt_left{
	width:440px;
	height:230px;
	text-align:right;
	padding:15px 15px 15px 15px;
	color:#fff;
	position:absolute;
}
.double_inner_txt_left_black{
	width:440px;
	height:230px;
	text-align:right;
	padding:15px 15px 15px 15px;
	color:#222;
	position:absolute;
}
.inner_txt h2{
	font-size:18px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.double_inner_txt h2{
	font-size:18px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.text_half_news_place .inner_txt h2{
	font-size:18px;
	font-family:Arial, sans-serif;
	padding-bottom:0px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.blue_half_news_place .inner_txt h2{
	font-size:18px;
	font-family:Arial, sans-serif;
	padding-bottom:0px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.inner_txt h3{
	font-size:18px;
	font-family:Arial, sans-serif;
	padding-bottom:0px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.double_inner_txt h3{
	font-size:18px;
	font-family:Arial, sans-serif;
	padding-bottom:0px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

.inner_txt h4{
	font-size:15px;
	font-family:Arial, sans-serif;
	padding-bottom:20px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

.inner_txt p{
	font-family: Arial, sans-serif;
	font-size:14px;
	line-height: 18px;
}

.down_news .img_news_place{
	width:230px;
	height:230px;
	float:right;
}

.down_news .inner_txt{
	float:left;
	padding:15px 25px 15px 15px;
	color:#fff;
}

.quotes_holder{
	float:left;
	width:980px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.first_quote{
	width:230px;
	border-top:5px solid #E65501;
	float:left;
}

.quotes{
	width:230px;
	border-top:5px solid #12769b;
	float:left;
	margin-left:10px;
}

.first_quote img{ 
  margin: 6px 6px 6px 6px;
} 

.quotes img{ 
  margin: 6px 6px 6px 6px;
}

.quotes h2{
	font-size:14px;
	line-height:18px;
	color:#000;
	font-family:Arial, sans-serif;
	padding-top:10px;
	font-weight:normal;
}

.quotes h4{
  color: #444;
  font: 130% 'Yanone Kaffeesatz', arial, sans-serif;
  padding: 10px 0 0 0;
}

.quotes label{
  color: #444;
  font: 130% 'Yanone Kaffeesatz', arial, sans-serif;
  padding: 10px 0 0 0;
}

.first_quote h4{
  color: #444;
  font: 130% 'Yanone Kaffeesatz', arial, sans-serif;
  padding: 10px 0 0 0;
}

/*Biografia*/
.img_bio{
	float:left;
	width:240px;
}

.img_bio img{
	margin-top: 5px;
}

/*News*/

.news_pic_holder{
	float:left;
	width:480px;
	padding-bottom:10px;
}

.news_text_holder{
	float:left;
	width:480px;
}

.news_text_holder h1{
	font-size:24px;
}
.news_text_holder h2{
	font-size:18px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:5px;
	padding-top:5px;
}

.logo {
  width:700px;
  background: transparent;
  padding: 0 0 0 10px;
  float: left;
}

.logo h1 a, .logo h1 a:hover { 
  color: #222;
  text-decoration: none;
}

.logo_part {
  width: 330px;
  height: 125px;
  background: transparent;
  color: #888;
  padding: 0 0 0 10px;
  float: left;
}

.logo_part h1, .logo_part h2, .logo h1, .logo_part h2 { 
  font: 300% 'Yanone Kaffeesatz', arial, sans-serif;
  text-transform: none;
  text-decoration: none;
  margin: 0;
}

.logo_part h1 { 
  height: 80;
  float: bottom;
  color: #12769b;
  text-decoration: none;
  border-top:5px solid #E65501;
}

.logo_part h1 a, .logo_part h1 a:hover, .logo_part h2 a, .logo_part h2 a:hover { 
  color: #12769b;
  text-decoration: none;
}

.logo_part h2 { 
  font-size: 180%;
  padding: 0 0 0 0;
  color: #222;
}

.double_inner_txt h4{
	font-size:15px;
	font-family:Arial, sans-serif;
	padding-bottom:20px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

.double_inner_txt_black h4{
	font-size:15px;
	font-family:Arial, sans-serif;
	padding-bottom:20px;
	color:#222;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

.double_inner_txt_left h4{
	font-size:15px;
	font-family:Arial, sans-serif;
	padding-bottom:20px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

.double_inner_txt_left_black h4{
	font-size:15px;
	font-family:Arial, sans-serif;
	padding-bottom:20px;
	color:#222;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
}

.double_inner_txt a {
	text-align:right;
	color:#fff;
	text-decoration:none;
}


