html, body {
	margin: 0px;
	padding: 0px;
	color: #4c4c4c;
}

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

body {
	background: url('../images/bg-grad.png') repeat-x;
}


/* header */
#header {
	width: 970px;
	margin: 0px auto;
	height: 110px;
	overflow: hidden;
}

#header a.logo {
	float: left;
	margin-right: 10px;
	border: none;
}

#header .text {
	float: right;
	text-transform: uppercase;
	font-family: myriad-pro-condensed;
	font-weight: 600;
	font-size: 13.5px;
	color: #9d9d9d;
	letter-spacing: 0.5px;
	margin-top: 25px;
}

#header .text span {
	color: #4c4c4c;
}

#header .text span.sep {
	padding: 0px 3px;
}

#header .text a {
	color: #00aeef;
	font-family: myriad-pro-condensed;
	text-decoration: none;
}

#header .text a:hover {
	text-decoration: underline;
}

#header .text a.login {
	color: #4c4c4c;
}

#menu {
	float: right;
	list-style: none;
	padding: 10px;
	font-family: myriad-pro-condensed;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 15px 0px 0px;
}

#menu a {
	text-decoration: none;
	color: #00aeef;
}

/* 1st level - main links */
#menu li {
	float: left;
}

#menu li a {
	padding: 5px 15px;
	float: left;
}

#menu li.active,
#menu li:hover {
	background-color: #00aeef;
}

#menu li.active a,
#menu li a:hover {
	color: #fff;
}

/* 2st level - submenu (are not links) */
#menu .submenu {
	padding: 20px 30px;
	float: left;
	background-color: #00aeef;
	width: 690px;
	min-height: 150px;
	list-style: none;
	position: absolute;
	margin-left: -265px;
	top: 92px;
	left: 50%;
	z-index: 2;
	color: #fff;
	display: none;
}

#menu .submenu li {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 20px;
}

/* 3th level - subsubmenu */
#menu .subsubmenu {
	list-style: none;
}
	
#menu .subsubmenu li {
	float: none;
}
	
#menu .subsubmenu li a {
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
	padding: 0px;
	line-height: 16px;
	color: #fff !important;
	float: none;
	background: none !important;
}

#menu .subsubmenu li a:hover {
	text-decoration: underline;
}

#theme {
	height: 440px;
	overflow: hidden;
	background: #000 url('../images/thema.jpg') no-repeat top center;
	width: 100%;
}

#container {
	
}


/*
 * Calendar
 */

#calendar_events {
	display: none;
}

#calendar-widget {
	width: 211px;
	float: left;
	background: #00aeef;
	position: relative;
}

#calendar-widget form {
	display: none;
}

#calendar-widget .top {
	background: #00aeef;
	overflow: hidden;
	height: 40px;
}

#calendar-widget .weekdays {
	float: left;
	background-color: #e7ecf0;
	border-bottom: 1px solid #dddfe0;
	border-right: 1px solid #dddfe0;
	border-left: 1px solid #dddfe0;
	width: 209px;
}

#calendar-widget .weekdays div {
	height:17px;
	width: 29px;
	float: left;
	text-align: center;
	line-height: 20px;
	font: normal 11px myriad-pro, Arial, sans-serif;
	color: #6c7174;
	text-transform: uppercase;
	text-shadow: #ffffff 1px 1px 1px;
	padding-top: 3px;
}

#calendar-widget .arrow_left, 
#calendar-widget .arrow_right {
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 15px;
	outline: 0 !important;
}

#calendar-widget .arrow_left {
	margin-left: 20px;
	background-image: url('../images/cal-arrow-left.png');
}

#calendar-widget .arrow_right {
	background-image: url('../images/cal-arrow-right.png');
}

#calendar-widget .month {
	float: left;
	width: 150px;
	text-align: center;
	margin: 8px 0px;
}

#calendar-widget .month a {
	font: bold 18px myriad-pro, Arial, sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
}

#calendar-widget .month a:hover {
	text-decoration: underline;
}

#calendar-widget .cells {
	overflow: hidden;
	border-left: 1px solid #dddfe0;
	float: left;
}

#calendar-widget .cell {
	float: left;
	background-color: #fff;
}

#calendar-widget .cell, 
#calendar-widget .cell a {
	font: bold 14px Arial, sans-serif;
	color: #6c7174;
	text-align: center;
	width: 29px;
	height: 23px;
	padding-top: 6px;
	background-color: #f0f4f7;
	border-right: 1px solid #dddfe0;
	border-bottom: 1px solid #dddfe0;
}

#calendar-widget .cell a {
	display: block;
	margin-top: -6px;
	text-decoration: none;
	outline: 0;
}

#calendar-widget .cell a:hover {
	text-decoration: underline;
}

#calendar-widget .cell.event a {
	background: url('../images/cal-ball-blue.png') no-repeat 20px 20px;
}

#calendar-widget .cell.today {
	background-color: #00aeef;
}

#calendar-widget .cell.today.event a {
	background:  url('../images/cal-ball-white.png') no-repeat 20px 20px;
}

#calendar-widget .cell.today, 
#calendar-widget .cell.today a {
	color: #fff;
}

#calendar-widget .cell.previous_month, 
#calendar-widget .cell.previous_month a,
#calendar-widget .cell.next_month, 
#calendar-widget .cell.next_month a {
	color: #c8cccf;
}

/*
 * Calendar popup
 */

#calendar_active {
	position: absolute;
	display: none;
	z-index: 3;
}

#calendar_active .title {
	width: 320px;
	height: 34px;
	padding: 21px 0 0 30px !important;
	background: url('../images/calendar_active_shadow.png') no-repeat left top;
	font: normal 15px myriad-pro, Arial, sans-serif;
	color: #006489;
	text-transform: uppercase !important;
	float: none !important;
}

#calendar_active .content_shadow {
	width: 350px;
	padding-left: 0px;
	background: url('../images/calendar_active_repeat.png') repeat-y right top;
	overflow: hidden;
}

#calendar_active .content {
	width: 342px;
	padding: 5px 0 15px 10px;
	margin-left: 20px;
}

#calendar_active .content .location,
#calendar_active .content .time,
#calendar_active .content .date {
	font: 700 12px Arial, sans-serif;
	color: #989898;
	float: left;
	text-transform: uppercase;
	width: 300px;
	font: normal 12px myriad-pro, Arial, sans-serif;
}

#calendar_active .content .location span,
#calendar_active .content .time span,
#calendar_active .content .date span {
	color: #404040;
	text-transform: none;
}

#calendar_active .content .date {
	background: url('../images/common_packed_6.png') no-repeat -320px top;
	padding-top: 10px;
}

#calendar_active .content .description {
	background: url('../images/common_packed_6.png') no-repeat left bottom;
	float: left;
	font: normal 12px myriad-pro, Arial, sans-serif;
	width: 300px;
	padding: 10px 0px;
}

#calendar_active .content .location {

} 

#calendar_active .bottom {
	width: 340px;
	height: 20px;
	margin-left: 10px;
	background: url('../images/calendar_active_shadow.png') no-repeat right bottom;
}

/* default page */
#content-wrapper {
	width: 980px;	
	margin: -380px auto 0;
	position: relative;
	overflow: hidden;
	background: url('../images/bg-content-wrapper-full.png') no-repeat 0px 0px;
}

#content {
	float: left;
	width: 660px;
	padding: 10px 20px 10px 10px;
	font: 400 14px/16px myriad-pro, Arial;
	background: #fff;
	min-height: 520px;
}

#content-dik {
	padding: 0px !important;
	width: 700px !important;
	min-height: 540px !important;
	margin-left: -10px;
	float: left;
}

/* set headings */
#content h1 {
	color: #00aeef;
	font: 400 26px/30px myriad-pro, Arial;
}

#content h2 {
	color: #006489;
	font: 400 18px/20px myriad-pro, Arial;
}

#content h3 {
	color: #00aeef;
	font: 400 16px/18px myriad-pro, Arial;
}

#content a {
	color: #00aeef;
}

#content a:hover {
	color: #006489;
}

#content ul {
	padding-left: 20px;
}

/*
 * Footer
 */
#footer {
	width: 950px;
	margin: 20px auto 0px auto;
	padding: 0px 15px 0px 15px;
}

#footer .column {
	border-top: 1px solid #dedede;
	float: left;
	margin-right: 20px;
}

#footer .column.left {
	width: 300px;
}

#footer .column.middle {
	width: 320px;
}

#footer .column.last {
	margin-right: 0px;
	width: 290px;
}

#footer .block {
	border-bottom: 1px solid #dedede;
	padding: 10px;
	overflow: hidden;
}

#footer .block .title {
	font-family: myriad-pro-condensed, Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

#footer .block.newsletter {
	font-family: myriad-pro, Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 13px;
}

#footer .block.newsletter .error {
    border: 1px solid #E9B0B0;
    padding: 5px 0 5px 25px;
	list-style: square;
	margin: 5px 0px;
	color: #888888;
}

#footer .block.newsletter input {
	background-color: #ececec;
	padding: 5px;
	width: 270px;
	color: #707070;
	border: none;
	margin-top: 10px;
	height: 20px;
}

#footer .block.newsletter input[type="submit"] {
	display: none;
}

#footer .block.newsletter a,
#footer .block.pictures a.more {
	text-transform: uppercase;
	font-family: myriad-pro-condensed, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00aeef;
	float: right;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
}

#footer .block.newsletter a:hover,
#footer .block.pictures a:hover {
	text-decoration: underline;
}

#footer .block.social-media a {
	background: url('../images/social-media-icons.png');
	width: 25px;
	height: 25px;
	float: left;
}

#footer .block.social-media a.fb {
	background-position: -22px 0px;
}

#footer .block.social-media a.tw {
	background-position: -45px 0px;
}

#footer .block.social-media a.rs {
	background-position: -65px 0px;
}

#footer .block.pictures img {
	margin-right: 8px;
}

#footer .block.pictures img.last {
	margin-right: 0px;
}

#footer .block.easy .title {
	background: url('../images/icons-small.png') no-repeat center left;
	padding-left: 25px;
}

#footer .block.easy a {
	text-decoration: none;
	text-transform: uppercase;
	color: #00aeef;
	font: bold 15px/20px myriad-pro-condensed, Arial, Helvetica, sans-serif;
}

#footer .block.easy a:hover {
	text-decoration: underline;
}

#twitter-feed {
	list-style: none;
}

#twitter-feed li {
	float: left;
	width: 245px;
	background: url('../images/twitter-top.png');
	color: #707070;
	font: 14px/16px myriad-pro, Arial, Helvetica, sans-serif;
	padding: 10px 30px 0px 10px;
}

#twitter-feed li .meta {
	font: 12px/14px myriad-pro, Arial, Helvetica, sans-serif;
	color: #00aeef;
}

#twitter-feed li a {
	color: #00aeef;
}

#twitter-feed li.tweet-bg-bottom {
	background: url('../images/twitter-bottom.png');
	padding: 0px;
	width: 285px;
	height: 10px;
	margin-bottom: 10px;
}

#footer .block.twitter {
	padding-bottom: 0px;
}

#footer .copyright {
	text-transform: uppercase;
	font: bold 14px/16px myriad-pro-condensed, Arial, Helvetica, sans-serif;
	float: right;
	padding: 10px 25px 20px 0px;
}

#footer .copyright a {
	color: #00aeef;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 260px;
	padding: 10px 10px 0px 10px;
	float: left;
	margin-left: 6px;
	background: #fff;
}

#sidebar .search {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	float: left;
}

#sidebar .search input[type="text"] {
	background: #ececec;
	padding: 5px 10px;
	width: 190px;
	border: none;
	float: left;
	height: 20px;
	color: #707070;
	font: normal 16px/20px myriad-pro, Arial, Helvetica, sans-serif;
}

#sidebar .search input[type="submit"] {
	display: none;
}

#sidebar .search a {
	color: #fff;
	background-color: #00aeef;
	padding: 5px;
	height: 20px;
	width: 40px;
	font: bold 22px/20px myriad-pro-condensed, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	float: left;
}

#sidebar .search a:hover {
	text-decoration: underline;
}

#sidebar .block {
	background: #f5f5f5;
	overflow: hidden;
	float: left;
	padding: 10px 20px;
	width: 220px;
	margin-bottom: 10px;
}

#sidebar .block-title {
	background: #eaeaea;
	padding: 5px 10px;
	float: left;
	width: 240px;
	margin: 0px !important;
}

#sidebar .block h2,
#sidebar .block-title {
	font: bold 22px/24px myriad-pro-condensed, Arial, Helvetica, sans-serif;
	color: #707070;
	text-transform: uppercase;
	margin-bottom: 10px;
}


/*
 * Date browser
 */

#date_browser .item {
	padding-bottom: 3px;
}

#date_browser .folder {
	cursor: pointer;
	font: bold 22px/24px myriad-pro-condensed, Arial, Helvetica, sans-serif;
	color: #707070;
}

#date_browser .folder * {
	display: inline-block;
	
}

#date_browser .year {
	padding: 2px 0;
	font-weight: 700;
	font-size: 15px;
}

#date_browser .icon {
	float: left;
	width: 15px;
	font: bold 22px/24px Arial, Helvetica;
}

#date_browser a {
	display: inline-block;
	margin: 2px 0 2px 19px;
	text-decoration: none;
	font: normal 13px/15px myriad-pro, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #404040;
}

#date_browser a.active, 
#date_browser a:hover {
	text-decoration: underline;
}

#date_browser .months {
	display: none;
}

#date_browser .months.expanded {
	display: block;
}


#sidebar .news-item {
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar .news-item .title {
	color: #00aeef;
	font: normal 20px/22px myriad-pro, Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	float: left;
	width: 220px;
	text-decoration: none;
}

#sidebar .news-item .title:hover {
	text-decoration: underline;
}

#sidebar .news-item p {
	color: #404040;
	font: normal 13px/15px myriad-pro, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1px;
}

#sidebar .news-item .meta {
	color: #006489;
	font: normal 12px/13px myriad-pro, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1px;
	text-transform: uppercase;
}

#sidebar .news-item .more {
	color: #00aeef;
	font: bold 16px/18px myriad-pro-condensed, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}

#sidebar .news-item .more:hover {
	text-decoration: underline;
}

#sidebar .categories ul {
	list-style: none;
}

#sidebar .categories a {
	color: #404040;
	text-decoration: none;
	font: normal 13px/15px myriad-pro, Arial, Helvetica, sans-serif;
}

#sidebar .categories a:hover {
	text-decoration: underline;
}

#sidebar #calendar-widget {
	width: 260px !important;
	margin-bottom: 10px;
}

#sidebar #calendar-widget .month {
	width: 200px !important;
}

#sidebar #calendar-widget .weekdays {
	width: 258px !important;
}

#sidebar #calendar-widget .weekdays div {
	width: 36px !important;
}

#sidebar #calendar-widget .cell,
#sidebar #calendar-widget .cell a {
	height: 30px !important;
	width: 36px !important;
}

#bread-crumbs {
	color: #9b9b9b;
	font: normal 11px/12px myriad-pro, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 670px;
	height: 30px;
}

#bread-crumbs a {
	color: #9b9b9b;
	text-decoration: none;
}

#bread-crumbs a:hover {
	/*text-decoration: underline;*/
}

#tabs-header {
	border-bottom: 1px solid #e1e1e1;
	height: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#tabs-header a {
	color: #707070;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	margin-left: 10px;
	text-transform: uppercase;
	font: bold 18px/20px myriad-pro-condensed, Arial, Helvetica, sans-serif;
	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
}

#tabs-header a.active,
#tabs-header a:hover {
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: #fff;
}

.blog {
	margin: 0px 10px;
}

.blog .item {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0px;
	overflow: hidden;
}

.blog .item h2 {
	font: normal 24px/26px myriad-pro, Arial, Helvetica, sans-serif !important;
}

.blog .item h2 a {
	text-decoration: none;
}

.blog .item h2 a:hover {
	text-decoration: underline;
	color: #00AEEF !important;
}

.blog .item .meta,
#news_item .meta {
	color: #006489;
	text-transform: uppercase;
	font: normal 12px/13px myriad-pro, Arial, Helvetica, sans-serif !important;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.blog .item .read_more {
	text-transform: uppercase;
	font: bold 16px/18px myriad-pro-condensed, Arial, Helvetica, sans-serif !important;
	float: right;
	text-decoration: none;
	margin-bottom: 5px;
}

.blog .item .read_more:hover {
	text-decoration: underline;
}

.blog .item img {
	float: left;
	margin-right: 10px;
}

#pagenizer {
	float:right;
	margin-top: 20px;
}

#pagenizer a {
	text-align: center;
	background: #eeeeee;
	color: #707070;
	float: left;
	height: 30px;
	width: 30px;
	font: normal 16px/30px myriad-pro, Arial, Helvetica, sans-serif !important;
	text-decoration: none;
	margin-right: 10px;
	border: 1px solid #fff;
}

#pagenizer a.active,
#pagenizer a:hover {
	background: #ffffff;
	color: #44c4f3;
	border: 1px solid #eeeeee;
}

#news_item .image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#news_item .share {
	margin-top: 0px;
	width: 660px;
	float: left;
}

#news_item .comments {
	overflow: hidden;
	width: 660px;
	float: left;
}

#news_item .comments .gravatar {
	float: left;
}

#news_item .comments .comment_content {
	float: left;
	width: 570px;
	margin-left: 10px;
}

#news_item .comments .meta-comment {
	font-style: italic;
	color: #00aeef;
	font-style: normal;
}

#news_item .comments p {
	font-style: italic;
}

#news_item .share span,
#news_item .comments h2,
#react h2 {
	font: bold 18px/18px myriad-pro-condensed, Arial, Helvetica, sans-serif !important;
	color: #707070;
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
	padding-bottom: 10px;
}

.fb_iframe_widget {
	float: left;
}

.fb_iframe_widget span {
	margin: 0px !important;
	padding: 0px !important;
}

#react {
	margin-top: 10px;
	width: 660px;
	float: left;
}

#react input,
#react textarea {
	border: none;
	background: #f5f5f5;
	padding: 5px;
	margin-bottom: 10px;
	font: normal 14px/14px myriad-pro, Arial, Helvetica, sans-serif !important;
}

#react input[type="text"] {
	width: 210px;
}

#react textarea {
	width: 340px;
	resize: none;
}

#react input[type="submit"] {
	background: #00aeef;
	color: #fff;
	font: bold 20px/20px myriad-pro-condensed, Arial, Helvetica, sans-serif !important;
	text-transform: uppercase;
}

#errors {
    border: 1px solid #E9B0B0;
    padding: 5px 0 5px 25px;
	list-style: square;
	margin-bottom: 10px;
}
#errors li {
    color: #888888;
    margin-left: 8px;
    padding: 2px 0;
}

/*
 * Search results
 */
.search_section {
	padding: 5px 0;
}

.search_form h2 {
	padding-bottom: 5px;
}

.search_results {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.search_results li {
	padding-left: 0;
	list-style: none outside none;
	padding: 3px 10px;
	background-color: #fff;
}

.search_results li .teaching {
	clear: both;
	margin-bottom: 2px;
}

.search_results li .date {
	float: left;
	clear: left;
	margin-top: 0px;
	width: 80px;
	font-size: 14px;
	padding-top: 1px;
	padding-right: 10px;
}

.search_results li a {
	color: #484848 !important;
	font: normal 15px Arial, serif;
	text-decoration: none;
}

.search_results li a:hover, 
.search_results li a:hover span, 
.search_results li a:hover .description,
.search_results li a:hover .date {
	text-decoration: underline !important;
}

.search_results li .teaching .date {
	margin-left: 8px;
}

.search_results li .description {
	float: left;
	margin-top: 0px;
}

.highlight {
	color: #00AEEF;
}

.no_search_results {
	margin-bottom: 9px;
}

.clear {
	clear: both;
}

#dik-login {
	display: none;
	position: absolute;
	top: 45px;
	margin-left: 205px;
	width: 250px;
	height: 165px;
	left: 50%;
	background: url('../images/dik-login-bg.png');
	padding: 30px 20px 10px 20px;
	font: normal 14px/14px myriad-pro, Arial, Helvetica, sans-serif !important;
	z-index: 1;
}

#dik-login input[type="text"],
#dik-login input[type="password"] {
	background-color: #ececec;
	padding: 5px;
	width: 240px;
	color: #707070;
	border: none;
	margin-top: 10px;
	height: 20px;
	font: normal 14px/14px myriad-pro, Arial, Helvetica, sans-serif !important;
	float: left;
}

#dik-login input[type="password"] {
	margin-bottom: 10px;
}

#dik-login input[type="checkbox"] {
	margin-right: 10px;
}

#dik_login_button {
	text-transform: uppercase;
	font: bold 16px myriad-pro-condensed, Arial, Helvetica, sans-serif;
	color: #00aeef;
	float: right;
	text-decoration: none;
	margin-top: 5px;
}

#dik_login_button:hover {
	text-decoration: underline;
}

#dik .dik-login-box {
	padding: 20px !important;
}
 
#dik .dik-login-box h2 {
	font: bold 16px myriad-pro-condensed, Arial, Helvetica, sans-serif;
} 

