/*
 * Common classes
 */
a.left {
	float: left;
}

a.right {
	float: right;
}

div.separator {
	clear: both;
	width: 100%;
	height: 0;
	margin: 0;	
}

p.introduction {
	font-weight: bold;
}

p.separator {
	margin: 0;
	line-height: 5px;
	padding: 0;
}

div.contact-block {
	width: 232px;
	padding: 13px;
	height: 120px;
	float: left;
	margin: 0 10px;
	display: block;
	background-color: #FFF;
}

a.language_button, span.language_button {
	width: 20px;
	background-color: #000;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

span.language_button {
	background-color: #4E91D6;
}

ul.list {
	list-style-image: url('../images/bullet.jpg');
	margin: -10px 0 10px -10px;
}

ol.list {
	margin: -10px 0 10px -10px;
}

ul.list li, ol.list li {
	padding: 4px;
	line-height:17px;
}

/*
 * Home
 */


/* quotes */
p.quote {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 28px;
	font-weight: bold;
}

p.quote-tweet {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	font-weight: bold;
}

p.quote-tweet a {
	color: #FFF;
}

p.author {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: #FFF;
	float: left;
	margin-top: 20px;
}

div#quotes ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	letter-spacing: 1px;
	min-height: 160px !important;
}

div#quotes img.open {
	margin: 10px 0;
}

div#quotes img.close {
	margin: 5px 0 0 230px;
}

/* news */
div.news-home-margin {
	height: 5px;
}

a.news-home {
	margin: 0;
	padding: 5px 5px 5px 0;
	border-bottom: 1px dotted #999;
	cursor: pointer;
	line-height: 17px;
	display: block;
	color: #000;
	background-color: #FFF;
	overflow: auto;
}

a.last {
	border-bottom: 0;
}

a.news-home span.date {
	color: #999;
}

a.news-home span.more {
	float: right;
}

/* video blog */
div.videoblog-left {
	width: 285px;
	float: left;
	margin: 0 0 15px 0;
}

a.movie-home {
	float: right !important;
	margin: 15px 0 0 0 !important;	
}

/*
 * Media
 */

a.media {
	width: 154px;
	display: block;
	margin: 0 20px 15px 0;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	padding: 0 !important;
	cursor: pointer;
	display: block;
}

a.media span.date {
	color: #FFF;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 0;
	height: 10px;
	display: block;
}

a.media span.title {
	background: #999;
	padding: 1px 0 1px 3px;
	margin: 0;
	color: #FFF;
	display: block;
	font-weight: bold;
}

a.media span.icon {
	width: 25px;
	height: 25px;
	background: #999;
	margin: 50px 10px 10px 120px;
	display:block;
}

a.movie span.icon {
	background: url('../images/play_button.jpg');	
}

a.movie:hover span.icon {
	background: url('../images/play_button_over.jpg');
}

a.pdf span.icon {
	background: url('../images/button_pdf.png') center bottom no-repeat;	
}

a.pdf:hover span.icon {
	background: url('../images/button_pdf.png') center bottom no-repeat;
}

a.image span.icon {
	background: none;
}

a.image:hover span.icon {
	background: none;
}

/*
 * Sub-block
 */

a.sub-block {
	width: 234px;
	padding: 13px;
	min-height: 200px;
	float: left;
	margin: 0 10px;
	cursor: pointer;
	display: block;
	background-color: #FFF;
}

a.sub-block span.title {
	text-transform: lowercase;
	font-size: 15px;
	padding: 0;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	display: block;
	margin: 10px 0;
}

a.sub-block span.image {
	background: #F1F1F1;
	width: 100%;
	height: 57px;
	display: block;
}

a.sub-block span.text {
	color: #000;
	display: block;
	margin: 0 0 5px 0;
	line-height: 17px;
	height: 85px;
	overflow: hidden;
}

a.sub-block span.more {
	float: right;
}

/*
 * News
 */

/* blocks */
a.news-block {
	width: 400px;
	margin: 0 0 0 20px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #D5D5D5;
	cursor: pointer;
	display: block;
	color: #000;
	background-color: #FFF;
}

a.news-block span.title, div.news-item h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	margin: 0;
	display: block;
}

a.news-block span.date, div.news-item p.date {
	font-style: italic;
	margin: 8px 0;
	display: block;
}

a.news-block span.image, div.news-item div {
	width: 400px;
	height: 194px;
	display: block;
	margin: 5px 0;
}

a.news-block span.text {
	color: #000;
	display: block;
	margin: 0 0 5px 0;
	line-height: 17px;
}

a.news-block span.more {
	float: right;
	margin: 0 5px 0 0;
}

p.comment {
	border-bottom: 1px dotted #D5D5D5;
    padding: 5px;
    width: 400px; 
    margin: 10px 0 0 0;
}

/* item */
div.news-item {
	width: 400px;
	margin: 0 0 0 20px;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #D5D5D5;
}

div.news-item p.image_description {
	font-style: italic;
	margin: -5px 0 0 0;
	font-size: 11px;
}

div#breadcrumbs.news {
	padding-left: 30px;
}

div#breadcrumbs.search {
	padding-top: 30px;
}

div.social-media {
	margin: 10px 0 5px 20px; !important;
	float: left;
}

/* tweets */
p.tweet {
	font-weight: bold;
}

p.tweet span {
	color: #959595;
	display: block;
	font-weight: normal;
}

/* videoblog */
div.video-blog-item {
	width: 315px;
	float: left;
	margin: -20px 10px 50px 0;
}

div.video-blog-item a.media {
	margin: 0 5px 0 0 !important;
}

div.video-blog-item div.description {
	float: right;
	width: 150px;
	margin-top: -17px;
}

/* search */
a.search-result {
	display: block;
	margin: 10px 0 10px 0;
	padding: 5px 0;
}

a.search-result span.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 5px 0;
	margin: 0;
	display: block;
	color: #000;
}

a.search-result span.description {
	display: block;
	color: #000;
}

/* events */
div#left-menu.events {
	margin-right: 470px;
}

div.event {
	width: 400px;
	margin: 0 0 0 20px;
	padding: 20px 0 10px 0;
}

div.event span.image {
	width: 400px;
	height: 194px;
	display: block;
	margin: 5px 0;
}

div.event span.more {
	float: right;
	margin: 0 5px 0 0;
}

div.event h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	margin: 0;
	display: block;
}

/* forms */
input.text, textarea.text {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	border:1px solid #D5D5D5;
	padding:3px;
	width: 300px;
	line-height:17px;
}

form.insertcomment {
	clear: both;
	background: #F1F1F1;
	padding: 5px;
	border-top: 1px solid #D5D5D5;
}

