@charset "utf-8";

.uio-demo-theme {
	background-position: left top;
}
.uio-demo-theme a {
    color: #000;
}
.uio-demo-theme .feedback-form input,
.uio-demo-theme .feedback-form textarea {
    color: grey;
}

@charset "utf-8";

@font-face {
	font-family: 'CabinRegular';
	src: url('../../CSS/cabin/Cabin-Regular.otf');
}

@font-face {
	font-family: 'CabinSemiBold';
	src: url('../../CSS/cabin/Cabin-SemiBold.otf');
}

@font-face {
	font-family: 'CabinMedium';
	src: url('../../CSS/cabin/Cabin-Medium.otf');
}

@font-face {
	font-family: 'CabinBold';
	src: url('../../CSS/cabin/Cabin-Bold.otf');
}

.uio-demo-theme body {
	background: #FFF;
	color: #000;
	font-size: 100%;
	line-height: 1.4;
}

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	/*-webkit-font-smoothing: antialiased;*/

}

.header {
	padding-top: 10px;
	position: relative;
	/* [disabled]height: 10em; */
	/* [disabled]display: inline-table; */
	margin: 0 auto;
	width: 960px;
	padding-bottom: 100px\9;
}

.redheader {
	height: 4px;
	width: 100%;
	background-color: #C33;
}

.blackheader {
	background-color: #000;
	height: 3px;
	width: 100%;
	margin-top: 10px;
	/* [disabled]clear: both; */
	/* [disabled]display: table-cell; */
}

menu {
	font-family: CabinRegular, Verdana, Arial, Helvetica, sans-serif;
}

menu {
	width: 928px;
	/* [disabled]position: relative; */
	bottom: -9px;
	/* [disabled]left: 380px; */
	text-align: right;
	height: 1.2em;
	/* [disabled]float: left; */
	/* [disabled]display: table-row; */
}



.uio-demo-theme .menu_item_red {
	color: #C33;
}

.red {
	color: #C03;
}

.menu_item_red {
	margin-left: 10px;
	margin-right: 10px;
}

.uio-demo-theme .menu_item_black {
	color: #000;
}

.menu_item_black {
	margin-left: 10px;
	margin-right: 10px;
}

#main-nav {
    width: 928;
/*    height: 67px;
*/    /*background: #f2f2f2;*/
/*	bottom: -9px;
*/	text-align: right;
	height: 3em;
}
#main-nav .subnav {
    display: none;
    position: absolute;
    top: 32px;
    left: 0px;
    width: 200%;
    list-style-type: none;
    background: #fff;
    margin: 10;
    border:solid 1px #eeeeee;
    z-index:1000;
    padding:0;
}
#main-nav .subnav li {
    display: block;
    border-bottom: solid 1px #eeeeee;
    margin:0;
	z-index:1000;

}
#main-nav .subnav li a {
    color: #333;
    height:18px;
    padding:10px 0;
    font-size:1.0em;
	font-family: CabinRegular, Verdana, Arial, Helvetica, sans-serif;
	    z-index:1000;

}
#main-nav .subnav li a:hover {
	    z-index:1000;

/*    background:#f9f9f9;
*/}
#nav-primary {
    list-style-type: none;
    margin: 0;
    float: right;
    padding:0;
}
#nav-primary li {
    float: left;
    position: relative;
	font-family: CabinRegular, Verdana, Arial, Helvetica, sans-serif;

}
#nav-primary li a {
    float: left;
    color: #000;
    text-align: right;
    font-size: 1.0em;
/*    height: 48px;
*/    padding-top: 14px;
/*    line-height: 16px;*/
/*    width: 164px;*/
    text-decoration:none;
	margin-left: 27px;
/*	margin-right: 10px;
*/}
#nav-primary li a:hover {
    text-decoration:underline;
}
#nav-primary li:hover .subnav {
    display: block;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 0px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 0px;
	color:#7a1;
	background-color: #7a1;
	border: 1px solid #7a1;
	border-bottom: 0px;
	padding:0;
}

h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	font-family: CabinBold, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 10px;
	font-weight: normal;
	font-family: CabinBold, Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1em;
	line-height: 1.2;
	margin-top: 14px;
	font-weight: normal;
	font-family: CabinBold, Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.0em;
	line-height: 1.5;
	margin-top: 16px;
	font-family: CabinRegular, Verdana, Arial, Helvetica, sans-serif;

}

.li-font {
	font-size: 1.1em;
	line-height: 1.3;
	margin-top: 16px;
	font-family: 'PT Serif', serif;
	margin-left: 40px;
}

.indent {
	margin-left: 20px;
}

.tighter_leading {
	line-height: 1.2;
}

img {
	max-width: 100%;
}


.uio-demo-theme a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.image
{
	position:absolute;
	left:0px;
	top:0;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

.uio-demo-theme a:link {
	color: #000;
	text-decoration: none;
}

.uio-demo-theme p a:link{
	color: #000;
	text-decoration: underline;
}

.uio-demo-theme td a:link {
	color: #000;
}

.uio-demo-theme a:visited {
	text-decoration: none;
	color: #000;
}

.uio-demo-theme a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

.uio-demo-theme .container {
	background: #FFF;
	/* [disabled]position: relative; */
}

.container {
	width: 100%;
	/* [disabled]margin: 0 auto; */
	position: relative;
}

.uio-demo-theme .clickable_div {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:inline;
}

.content {
	position: relative;
	width: 920px;
	margin-left: 20px;
	margin: 0 auto;
	/* [disabled]margin-bottom: 50px; */
	margin-top: 20px;
	/* [disabled]height: 100%; */
	/* [disabled]background-color: #FF9; */
}
.banner-area {
	width: 100%;
	height: 250px;
	background-color: #7a1;
	margin-bottom: 20px;
}


.column_1 {
	/* [disabled]margin-top: 20px; */
	width: 600px;
	float: left;
	/* [disabled]position: relative; */
}

.column_2 {
	margin-top: -25px;
	width: 250px;
	float: right;
	margin-left: 50px;
}

.sponsor_logos {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.uio-demo-theme .exhibit {
	background-image: url(../../images/grey_bg.jpg);
	background-repeat: repeat-y;
}

.exhibit {
	position: relative;
	margin-top: 20px;
}

.exhibit_all {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-table;
	vertical-align: top;
}

.section_current_upcomimg {
}

.exhibit_all_text h1 {
	font-family: CabinBold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.footer img {
	margin-bottom: 20px;
}


.exhibit_all_text h2 {
	font-family: CabinBold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

.exhibit_all_text h3 {
	font-size: .9em;
	line-height: 1.2em;
	font-family: CabinRegular, Verdana, Arial, Helvetica, sans-serif;
}

.section_heading {
	font-family: CabinBold, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top: 18px;
	vertical-align: middle;
}

.section_past {
}

.section_past .exhibit_all_text h1 {
	font-family: CabinBold, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

.section_past .exhibit_all_text h2 {
	font-family: CabinRegular, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
}

.section_past .exhibit_all_text h3 {
	font-family: CabinRegular, Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.exhibit_page {
	position:relative;
	margin-top: 20px;
}

.exhibit_text {
	width: 380px;
	text-align: right;
	padding-left: 20px;
	padding-top: 20px;
	display: inline-table;
	vertical-align: middle;
}

.exhibit_all_text {
	width: 144px;
	text-align: right;
	display: inline-table;
	vertical-align: top;
	position: relative;
}

.section_current_upcomimg .exhibit_all_text {
	width: 240px;
}

.exhibit_page_text {
	width: 440px;
	margin-left: 20px;
	float: left;
}

.exhibit_image {
	padding: 0px;
	height: 240px;
	/* [disabled]margin-left: 70px; */
	/* [disabled]display: inline-table; */
	vertical-align: middle;
	margin: 0 auto;
	width: 960px;
	position: relative;
	/* [disabled]margin-top: 10px; */
}

.exhibit_page_image {
	padding: 0px;
	float: left;
	margin-top: 8px;
}

.exhibit_all_image {
	padding: 0px;
	width: 140px;
	margin-left: 10px;
	display: inline-table;
	vertical-align: top;
}

.section_current_upcomimg .exhibit_all_image {
}

.uio-demo-theme .footer {
	background-color: #CCC;
	/* [disabled]color: #CCC; */
	margin-top: 30px;
	position: relative;
}

.footer {
	padding: 20px 0;
	margin-top: 30px;
	position: relative;
	clear: both;
	font-family: CabinRegular, Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 960px;
}

.footer_col1 {
	width: 800px;
	margin-left: 70px;
	display: inline-table;
	vertical-align: top;
}
.footer_col1_600 {
	width: 820px;
	margin-left: 220px;
	display: inline-table;
	vertical-align: top;
}


.footer_col2 {
	width: 250px;
	margin-left: 70px;
	display: inline-table;
	vertical-align: top;
}

.footer_col3 {
	width: 50px;
	margin-left: 70px;
	display: inline-table;
	vertical-align: middle;
}

.logo_image {
}

button {
  font-size: inherit;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
