/* ==========================================
Copyright University of Auckland 2004
Created by Brent Simpson, brent.simpson@auckland.ac.nz
Centre for Flexible and Distance Learning
	Modificado: Aníbal de la Torre / Juan Diego Pérez
	Responsive design by Ignacio Gros
============================================= */
#header {
	color: #0065AB;
	background-color: #fff;
	font-weight: normal;
	line-height: 1.2em;
}
/*
#nodeDecoration{
	margin-bottom:35px;
}
*/

/* Pagination */
.pagination {
	padding-top: 10px;
	text-align: right;
}

#header-options a, .pagination a {
	/* padding:3px 0; */
	transition: all 300ms linear;
	margin: 0 10px;
	background-color: #ddd;
	color: #000;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
	padding: 8px 16px;
}

.pagination a:last-of-type {
	margin-right: 0;
}

.pagination a:hover {
	color: #fff;
	background-color: #999;
}

#packageLicense {
	border-top: 1px solid #ccc;
	margin-top: 2em;
}

#packageLicense a:hover {
	text-decoration: underline;
}

#header-options a {
	font-size: 1.15em;
	padding: 7px 0px 7px 25px;
	width: 100%;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: url(_style_menu.gif) no-repeat 0px 50%;
}

#topPagination {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 99;
}

#topPagination .pagination {
	border: none;
}

.pagination.noprt .page-counter {
	margin: 0 5px;
}

#topPagination .page-counter {
	margin: 0 5px;
}

#main-wrapper {
	padding: 0px 0px 0px 238px;
}

#main {
	width: 100%;
}

#content {
	position: relative;
	padding-bottom: 28px;
	margin: auto;
}

#skipNav a {
	font-size: .9em;
	background: #0065AB;
}

#siteNav {
	z-index: 1000;
	width: 220px;
	float: left;
	text-align: left;
	padding-right: 5px;
	border-right: 1px dashed #365475;
	line-height: 130%;
}

#siteNav ul,#siteNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#siteNav a {
	list-style-image: none;
	display: block;
	padding: 6px 0 6px 18px;
	color: #0065AB;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	width: 198px;
	border-width: 1px;
	border-color: transparent;
	border-style: solid;
	transition: all 100ms linear;
}

#siteNav a:hover:not(.active) {
	color: #304c69;
	background-color: #e7e7e7;
}

#siteNav .active {
	background-color: #f9efec;
	background-repeat: no-repeat;
	color: #BD4949;
	font-weight: bold;
}

#siteNav ul ul a {
	padding-left: 28px;
	width: 188px;
	font-size: .82em;
}

#siteNav ul ul ul a {
	padding-left: 38px;
}

#siteNav .other-section {
	display: none;
 /* Remove if you want all levels to be displayed */
	;
}

#siteFooter {
	padding: 10px 0 0 238px;
}

/* No menu */
.no-nav #main-wrapper,.no-nav #siteFooter {
	padding-left: 0;
}

/* IE6 */
* html #main {
	width: auto;
}

* html #main-wrapper {
	padding-left: 250px;
}

/* Responsive design */
#exe-client-search-form {
	margin-top: -1em;
}

@media all and (max-width: 1020px) {
	body {
		margin: 0;
		padding: 0;
	}

	#content {
		max-width: 985px;
	}

	#siteNav {
		margin-left: 10px;
	}

	#main-wrapper {
		padding: 10px 10px 0 248px;
	}

	.no-nav #main-wrapper,.no-nav #siteFooter {
		padding-left: 10px;
	}

	#bottomPagination {
		margin-right: 10px;
	}
}

@media all and (min-width: 1021px) {
	#content {
		max-width: 1300px;
	}
}

@media all and (max-width: 780px) {
	body,html {
		text-align: left;
	}

	#header {
		background: url(logo.png) no-repeat top 10px right 5px;
		padding-top: 50px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.7rem;
	}

	#nodeTitle {
		background-image: none;
		padding-right: 10px;
	}

	#headerContent {
		padding-top: 0;
		margin-bottom: 15px;
		padding: .2em .15em .2em .5em;
	}

	#siteNav {
		width: 100%;
		float: none;
		padding: 0;
		margin-left: 0;
		margin-bottom: 10px;
		border-top: 1px dashed #365475;
		border-bottom: 1px dashed #365475;
	}

	#siteNav, #siteNav li a {
		background-color: #f7f7f7;
	}

	#content {
		max-width: none;
	}

	#content #siteNav a {
		width: 100%;
		line-height: 1.5em;
	}

	#main-wrapper,.no-nav #main-wrapper {
		padding: 10px 10px 0 10px;
	}

	#siteFooter,.no-nav #siteFooter {
		padding: 10px 10px 0 10px;
		text-align: center;
	}

	.pagination {
		font-weight: bold;
		font-size: 1.1em;
	}

	.pagination .sep {
		display: none;
	}

	#topPagination {
		right: 35px;
		top: 100px;
	}

	#topPagination .pagination {
		text-align: center;
	}

	#topPagination .prev,#topPagination .next,#topPagination .page-counter {
		display: none;
	}

	#bottomPagination,.no-nav #bottomPagination {
		position: relative;
		padding: 0 10px 10px 10px;
	}

	#bottomPagination a {
		display: inline-block;
	}

	#bottomPagination .page-counter {
		position: absolute;
		width: 50%;
		left: 25%;
		text-align: center;
		margin: 3px 0;
		font-weight: normal;
	}

	#bottomPagination .prev {
		position: absolute;
		left: 10px;
	}

	#nav-toggler a,#nav-toggler a:focus {
		background: #BD4949;
		padding: 7px 0px 7px 25px;
		width: 100%;
		color: black;
		text-decoration: none;
		background: url(_style_menu.gif) no-repeat 18px 50%;
	}

	#exe-client-search-form {
		margin-top: 1.5em;
		text-align: center;
	}
}