/* Basics
-------------------------------------------------- */
#site-wrapper{
	width: 100%;
}

.main-page-container {
	background-color: #FFF;
	-webkit-box-shadow: 0 1px 2px rgba(0, 1, 1, 0.21);
	-moz-box-shadow: 0 1px 2px rgba(0,1,1,.21);
	box-shadow: 0 1px 2px rgba(0, 1, 1, 0.21);
}

.main-page-container .content{
	padding: 10px 30px 20px 30px;
}

/* Header
-------------------------------------------------- */
#site-header{
	width: 100%;
	height: 174px;
	background: url('/static/img/default/header-bg.png') repeat-x;
	background-position: center top;
}

	#site-header #topbar,
	#site-header #site-logos,
	#site-header #quick-links{
		width: 710px;
		margin: 0 auto;
	}
	
	#topbar{
		height: 22px;
		padding: 4px 0 0 0;
		color: #ffffff;
		font-size: 12px;
		text-transform: uppercase;
		text-align: right;
	}
	
		#topbar a.topbar-a{
			color: #ffffff;
			font-size: 12px;
		}
		
	#site-logos{
		height: 111px;
	}
	
		#site-logos #logo-main{
			float: left;
			margin: 0;
		}
		
			#site-logos #logo-main a#logo{
				width: 85px;
				height: 87px;
				display: block;
				float: left;
				background: url('/static/img/default/vik-logo.png') no-repeat;
				margin: 10px 0 0 0;
			}
			
			#site-logos #logo-main #site-names{
				float: left;
				margin: 26px 0 0 29px;
				letter-spacing: 2px;
			}
				#site-logos #logo-main #site-names h1#site-name{
					color: #0d3473;
					font-family: 'Open Sans', sans-serif;
					font-size: 14px;
					font-weight: normal;
					text-transform: uppercase;
					margin: 12px 0 9px 0;
				}

				#site-logos #logo-main #site-names h2#site-name-sub{
					color: #0d3473;
					font-family: 'Open Sans', sans-serif;
					font-size: 13px;
					font-weight: normal;
					margin: 0;
					text-transform: none;
				}
		
		#site-logos #logo-right{
			display: none;
		}
	
/* Quick Links
-------------------------------------------------- */
#quick-links-btn{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	padding: 5px 0 0 0;
}

	#quick-links-btn span#quick-links-btn-text{
		padding: 0 15px 0 0;
		background: url('/static/img/default/quicklink-btn.png') no-repeat;
		background-position: right center;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}

.quick-ul{
	display: none;
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	width: 710px;
	position: absolute;
	text-align: center;
	background: #1d4e9b;
	z-index: 9999;
}

	li.quick-item{
		padding: 10px 0;
	}
	
	li.quick-item-first{
		
	}
	
	li.quick-item-last{
		background: none;
	}
	
		a.quick-item-a{
			color: #ffffff;
			font-family: 'Oswald', sans-serif;
			font-size: 12px;
			letter-spacing: 1px;
			text-transform: uppercase;
		}

.quick-ul-opened{
	display: block;
}
/* Content
-------------------------------------------------- */
#site-content{
	width: 710px;
	margin: 18px auto 0 auto;
}

#sidebar-left{
	width: 220px;
}

#main{
	margin: 0;
}

#sidebar-right{
	width: 210px;
}

/* Slider
-------------------------------------------------- */
#slider{
	margin: 0 30px 30px 0;
}

#slider,
#slider-items,
.slider-item,
.slider-image{
	width: 458px;
	height: 330px;
}

	.slider-image{
		position: absolute;
		overflow: hidden;
	}
	
	.slider-content{
		width: 398px;
		height: 113px;
		position: absolute;
		background: url('/static/img/default/slider-bg.png') repeat;
		margin-top: 217px;
		padding: 0 30px;
		color: #ffffff;
	}
	
		h2.slider-title{
			margin: 10px 0 0 0;
			padding: 0;
			font-size: 16px;
			font-weight: normal;
			font-family: 'Oswald', sans-serif;
		}
		
			h2.slider-title a{
				color: #ffffff;
			}

		.slider-date{
			font-size: 10px;
			color: #3867b0;
			margin: 4px 0;
			display: block;
		}
		
		.slider-excerpt{
			display: none;
			font-size: 13px;
			margin: 0;
		}
		
#slider-items{
	position: absolute;
}

#slider-pager{
	position: absolute;
	margin: 230px 0 0 438px;
}
	
	.slider-pager-btn{
		display: block;
		width: 18px;
		height: 18px;
		background: url('/static/img/default/slider-pager.png') no-repeat;
		margin-bottom: 4px;
	}
	
		.slider-pager-btn:hover{
			background: url('/static/img/default/slider-pager-active.png') no-repeat;
		}
	
	.slider-pager-btn-active{
		background: url('/static/img/default/slider-pager-active.png') no-repeat;
	}

/* News
-------------------------------------------------- */
#featured-news {
	padding: 0 0 20px 0;
}

#news{
	margin-right: -20px;
}

.news-item{
	width: 345px;
	margin: 0 20px 25px 0;
}

	.news-title{
		font-size: 16px;
		font-family: 'Oswald', sans-serif;
		line-height: 23px;
		margin: 0;
	}
	
		.news-title a{
			color: #000000;
		}
		
		.news-title a:hover{
			color: #1c4c97;
		}
		
	.news-date{
		font-size: 10px;
		color: #0c3e6f;
		display: block;
		margin: 0 0 5px 0;
	}
	
	.news-content{
		
	}
	
		.news-image{
			float: left;
			width: 90px;
			height: auto;
		}
		
		div.news-excerpt{
			float: right;
			width: 355px;
			font-size: 13px;
			margin: 0;
			padding: 0;
		}
		div.news-excerpt p{
			margin: 0px;
		}
.more-news{
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	color: #000000;
	padding-right: 16px;
	margin: 0 0 30px 0;
	background: url('/static/img/default/more.png') no-repeat;
	background-position: right center;
}

	.more-news:hover{
		color: #1c4c97;
	}
/* Page
-------------------------------------------------- */
#page{
	
}

h1.page-title{
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 16px 0;
}

.page-content{
	font-size: 13px;
}

/* Sidebar Left
-------------------------------------------------- */
#sidebar-left{
	
}

/* Menu
-------------------------------------------------- */
#menu{
	margin: 0 0 30px 0;
}

	#menu #nav-btn{
		display: none;
	}
	
	.nav-ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.nav-level-1 {
		margin-left: 6px;
	}

	.nav-level-2 {
		margin-left: 6px;
	}

	.nav-level-3 {
		margin-left: 6px;
	}

	.nav-level-0 .nav-item a.nav-item-a {
		font-size: 14px;
		color: black;
	}

	.nav-level-1 .nav-item a.nav-item-a {
		font-size: 12px;
		color: #676767;
	}

	.nav-level-2 .nav-item a.nav-item-a {
		font-size: 11px;
		color: #676767;
	}

	.nav-level-3 .nav-item a.nav-item-a {
		font-size: 10px;
		color: #676767;
	}

	#nav{
	}

		#nav .nav-item {
			padding: 0 0 4px 0;
		}

			#nav ul.nav-level-2 .nav-item {
				padding: 0px;
			}

			#nav .nav-item a.nav-item-a {
				font-family: 'Oswald', sans-serif;
				letter-spacing: 1px;
				text-transform: uppercase;
			}

			#nav .nav-item a.nav-item-a:hover{
				color: #1c4c97;
			}

	ul.nav-ul li.active > a.nav-item-a {
		color: #1c4c97;
	}

/* Interaction Box
-------------------------------------------------- */
#interaction-box{
	margin: 0 0 30px 0;
}

	#interaction-box #login-btn{
		display: block;
		float: left;
		width: 120px;
		height: 20px;
		background: url('/static/img/default/login.png') no-repeat;
		margin-top: 4px;
	}
	
	#interaction-box #facebook-btn{
		display: block;
		float: right;
		width: 27px;
		height: 28px;
		background: url('/static/img/default/fb.png') no-repeat;
	}
	
	#interaction-box #rss-btn{
		display: block;
		float: right;
		width: 27px;
		height: 28px;
		background: url('/static/img/default/rss.png') no-repeat;
		margin-left: 10px;
	}

/* Sidebar Right
-------------------------------------------------- */
.sidebar-box{
	margin: 0;
}

	.sidebar-box h2.sidebar-title{
		font-size: 16px;
	}
	
	.sidebar-box .sidebar-content{
		margin: 0 0 30px 0;
	}
	
	.sidebar-box .search-form{
		text-align: center;
	}
	
	.sidebar-box input[type="text"],
	.sidebar-box input[type="password"]{
		width: 194px;
		margin-bottom: 20px;
	}
	
/* Calendar
-------------------------------------------------- */
.calendar{
	font-family: 'Oswald', sans-serif;
}

.calendar-head{
	text-align: center;
}

	.calendar-head .prev-month,
	.calendar-head .next-month,
	.calendar-head .actual-month{
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.calendar-head .prev-month{
		float: left;
	}

	.calendar-head .next-month{
		float: right;
	}

.calendar-body{
	font-size: 13px;
}

	.calendar-body  .calendar-table td{
		width: 30px;
		height: 30px;
		text-align: center;
	}
	
	.calendar-body  .calendar-table td.td-marked{
		background: #1c4c97;
	}
	
		.calendar-body  .calendar-table td a.day-passed,
		.calendar-body  .calendar-table td span.day-passed{
			color: #b7b7b7;
		}

		.calendar-body  .calendar-table td a.day-passed-marked{
			color: #1c4c97;
		}
		
		.calendar-body  .calendar-table td a.day-marked{
			color: #ffffff;
		}
		
/* Events
-------------------------------------------------- */
.events{
	font-size: 13px;
	text-transform: uppercase;
}

	.events .event{
		margin: 0 0 12px 0;
	}

	.events .event .event-date{
		font-weight: bold;
		color: #1c4c97;
		display: block;
	}
	
	.events .event .event-title{
		display: block;
		color: #000000;
	}
	
		.events .event .event-title:hover{
			color: #1c4c97;
		}
	
	.more-events{
		text-transform: uppercase;
		font-size: 14px;
		font-family: 'Oswald', sans-serif;
		color: #000000;
		padding-right: 16px;
		background: url('/static/img/default/more.png') no-repeat;
		background-position: right center;
	}
	
		.more-events:hover{
			color: #1c4c97;
		}

/* Department List
-------------------------------------------------- */
.department-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

	.department-list li{
		margin: 0 0 12px 0;
	}
	
		.department-list li a{
			color: #000000;
			text-transform: uppercase;
			font-size: 12px;
			font-family: 'Oswald', sans-serif;
			letter-spacing: 1px;
		}
		
		.department-list li a:hover{
			color: #1c4c97;
		}