/**
 * Style sheet for Polar Census
 *
 * This file is in version control:
 * https://github.com/uofa/polar-census
 *
 * Created 08 Aug 2008
 * Updated 14 Mar 2019
 *
 * Last update: update University logo, CHD
 * 
 * @author Colin Denholm
 */

/*------------------------------------------------------------{   COMMON PAGE ELEMENTS   }------------------*/

body {
	margin:0;
	padding:0;
	background:#afa291;
	text-align:center;
	font-size:80%;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:10px 0 6px;
	font-weight:normal;
	font-family:Arial, helvetica, sans-serif;
}

h1 {
	font-size:200%;
	color:#b0253c;
}

h2 {
	font-size:160%;
	color:#4b4640;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
	font-weight:bold;
}

ul, li {
	/*margin:0;
	padding:0;
	list-style-type:none;*/
}

p {
	margin:0;
	padding:10px 0;
	line-height:150%;
}

a {
	text-decoration:none;
	color:#b0253c;
}

a:hover {
	text-decoration:underline;
	color:#b0253c;
}

img {
	border:none;
}

*:focus {
	outline:none;
}

table {
	border-collapse:collapse;
	border-color:#CCCCCC;
	border-width:1px;
	margin:10px;
}

td.head {
	font-weight:bold;
	background:#CCCCCC;
	padding:2px;
	border:#CCCCCC 1px solid;
	text-align:center;
}

td.content {
	background:#EEEEEE;
	padding:5px;
	border:#CCCCCC 1px solid;
}

table.nostyle {
	border-width:0px;
	margin:0px;
	padding:0px;
}


/*------------------------------------------------------------{   CONTAINER BLOCKS   }------------------*/

#text_only {
	position:absolute;
	top:0;
	left:0;
}

#text_only a {
	font-size:1px;
	line-height:1px;
	color:#fff;
}

#wrapper_top {
	float:left;
	width:100%;
	background:url(../images/layout/page_bg.gif) repeat-x top;
}

#wrapper_middle {
	float:left;
	width:100%;
}

#wrapper_bottom {
	width:799px;
	margin:0 auto;
	text-align:left;
}

#container {
	float:left;
	width:799px;
	background:url(../images/layout/container_bg.gif) repeat-x left 50px #998972;
}

#header {
	float:left;
	width:799px;
	height:187px;
}

#content_container {
	float:left;
	width:797px;
	padding:120px 0 0 0;
	background:url(../images/layout/content_header.jpg) no-repeat top;
	border:1px solid #444;
}

#content {
	float:left;
	width:520px;
	padding:25px 20px;
	background:#e6e1db;
}

#right_column {
	float:left;
	width:180px;
	padding:10px;
}

#footer_container {
	float:left;
	width:100%;
	height:200px;
	background:url(../images/layout/frontpage_middle_bg.gif) repeat-x top;
}

#unilogo {
	float: right;
	padding-top: 20px;
}

#footer {
	width:799px;
	margin:0 auto;
}

#footer_content {
	float:left;
	text-align:left;
	font-size:80%;
	color:#888;
}

/*------------------------------------------------------------{   MAIN MENU   }------------------*/

#menu {
	float:left;
	width:200px;
	padding:70px 0 0 0;
	font-family:Arial, helvetica, sans-serif;
}

#menu ul,
#menu ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:50%;
}

#menu ul li {
	padding:0 0 0 20px;
}

#menu ul a {
	display:block;
	width:160px;
	padding:5px 0 5px 20px;
	background:url(../images/layout/menu_star.gif) no-repeat left center;
	font-size:110%;
	font-weight:bold;
	color:#444;
}

#menu ul a:hover,
#menu ul a.active,
#menu ul a.active:hover {
	background:url(../images/layout/menu_star_hi.gif) no-repeat left center;;
	color:#222;
}

/*------------------------------------------{   submenu 1   }----------------------------*/

#menu ul ul a {
	display:block;
	width:190px;
	padding:5px 0 5px 10px;
	background:#f7f7f7;
	color:#777;
}

#menu ul ul a:hover,
#menu ul ul a.active,
#menu ul ul a.active:hover {
	background:#fff;
	color:#222;
}

/*------------------------------------------{   submenu 2   }----------------------------*/

#menu ul ul ul a {
	display:block;
	width:190px;
	padding:5px 0 5px 10px;
	background:#f7f7f7;
	color:#777;
}

#menu ul ul ul a:hover,
#menu ul ul ul a.active,
#menu ul ul ul a.active:hover {
	background:#fff;
	color:#222;
}

/*------------------------------------------------------------{   CLASS STYLES   }------------------*/

.small {
	font-size:70%;
}

.photae {
	margin:5px;
	padding:5px;
	background:#fff;
	border:1px solid #aaa;
}

.hidden {
	display:none;
}

table.styled {
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

table.styled th{
	background:#efefef;
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
	text-align:right;
}

table.styled td{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}