
/*
@darkBlue: #781281;


@magenta: #ce0a7e;
@cyan: #0397dc;

*/


/*	Resets by less framework
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}


/* fonts */

@font-face {
    font-family: 'user_stencil_web';
    src: url('fonts/userstencil-medium-webfont.eot');
    src: url('fonts/userstencil-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/userstencil-medium-webfont.woff') format('woff'),
         url('fonts/userstencil-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
    font-family: 'user_stencil_web';
    src: url('fonts/userstencil-bold-webfont.eot');
    src: url('fonts/userstencil-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/userstencil-bold-webfont.woff') format('woff'),
         url('fonts/userstencil-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
*/

/*	Typography presets
	------------------	*/

header ul.keywords {
	font-family: user_stencil_web, sans-serif;
	font-size: 36px;
}

body {
	font: 14px "signo", sans-serif;
	font-weight: 300;
	line-height: 1.6;
}

strong {
	font-weight: 500;
}

/*		Default Layout: 320px.
  */
 
body {
	margin: 0 auto;
	background: #FFF;
	color: #333;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

header {
	padding-top: 60px;
}

header .bg {
	background: #0e76bc;
	padding: 60px 20px;
	background-image: url(img/xcoax/back1.jpg);
	background-size: contain;
}

header .bg1 {
	background-image: url(img/xcoax/back1.jpg);
}

header .bg2 {
	background-image: url(img/xcoax/back2.jpg);
}

header .bg3 {
	background-image: url(img/xcoax/back3.jpg);
}

header ul {
	padding: 0;
	text-indent: 0;
	list-style: none;
	color:#FFF;
	font-size: 34px;
	line-height: 1.2em;
}

header ul.date {
	color: #f9c;
}

header ul.date .news {
	color:#fff;
}

	
header .twoCol a:link, header .twoCol a:visited {
	color:#FFF;
}

header .twoCol a:hover {
	color: #ce0a7e;
}

header .twoCol a:active {
	color: #e692c4;
}

nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid transparent;
	z-index: 10;
}

nav .bg {
	background: #0e76bc;
	text-transform: uppercase;
	padding: 0 20px 1px;
	font-size: .9em;
	letter-spacing: .1em;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav li {
	display:inline;
	}

.hidden {
	display: none;
}

/* menu iphone */
	nav .menutop {
		width: 30px;
		padding-top: 60px;
		height: 0;
		float: right;
		overflow: visible;
		background: transparent url(img/xcoax/menu0@2x.png) no-repeat center center;
		background-size: 15px;
	}
	
	nav .menutop.open {
		background: transparent url(img/xcoax/menu1@2x.png) no-repeat center center;
		background-size: 15px;
	}
	
	nav ul ul {
		display: none;
	}
	
	nav ul .open ul {
		position: absolute;
		right: 0;
		left: 0;
		top: 63px;
		height: auto;
		overflow: auto;
		width: auto;
		display: block;
		background: blue;
		padding: 10px 20px 0;
		background: rgba(12,99,157,0.9) url(img/xcoax/border-nav.gif) bottom left repeat-x;
	}
		
	nav ul ul li {
		width: 50%;
		margin: 0;
		padding: 0;
		float: left;
		height: 40px;
	}
	
	nav ul ul li a {
		margin: 0;
		display: block;
	}
	
	/* end */

nav h1 {
	display: inline-block;
	padding: 5px 0;
	height: 50px;
}

nav h1 a {
	padding: 0;
	margin: 0 20px 0 0;
	opacity: 1 !important;
	display: block;
	text-decoration: none;
	border-bottom: 0 !important;
}

nav a:link, nav a:active, nav a:visited {
	color: #fff;
	text-decoration: none;
}

nav a:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

nav .menutop .current > a {
	border-bottom: 1px solid #fff;
}

section {
	margin-top: -60px;
	padding-top: 60px;
}

section .bg {
	padding: 0 20px;
	clear: both;
}

section .inner {
	border-bottom: 1px solid #f9c;
	overflow: auto;
	padding: 10px 0 50px 0;
}

.inner {
	max-width: 920px;
	margin: 0 auto;
}

section:nth-child(2n+1) .bg,
section .bg.second {
	background: #fff;
}

h1 {
	font-family: user_stencil_web, sans-serif;
	font-size: 36px; 
	padding-bottom: 17px;
	color: #0e76bc;
	font-weight: normal;
	line-height: 1em;
/* 	text-transform: uppercase; */
}

h2 {
	font-family: user_stencil_web, sans-serif;
	font-size: 36px;
	line-height: 1em;
/* 	text-transform: uppercase; */
	padding-bottom: 12px;
	clear: both;
	color: #0e76bc;
	font-weight: normal;
}

div + div > h1,
div + div > h2,
div + aside > h2 {
	padding-top: 17px;
}

#committees h2 {
	padding-top: 17px;
}

aside h2 {
	padding-bottom: 17px;
}

p, ul {
	padding-bottom: 1em;
	padding-top: 0.3em;
}

figure img {
	width: 100%;
	height: auto;
}

ul {
	list-style: none;
}

ul.bullet {
	list-style-type: circle;
	padding-left: .75em;
	text-indent: 0;
}

ul.logos {
	padding-left: 0;
	text-indent: 0;
/* 	opacity: 0.6; */
	overflow: auto;
	padding-top: 34px;
}

ul.logos li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.logos img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 35px;
}

ul.logos li.media {
	opacity: 0.5;
}

ul.logos li.break { 
	clear: left;
}

ul.logos a {
	border-bottom: 0;
}

.dates li {
	margin-bottom: 1px;
}

.dates span {
	margin-bottom: 1px;
	display: inline-block;
}

.dates strong {
	display: inline-block;
	background: #0e76bc;
	color: #fff;
	padding: 0px 7px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: .9em;
	letter-spacing: .1em;
}

.strike,
.strike * {
	text-decoration: line-through;
	opacity: .8;
}

.dates .big span {
	color: #0e76bc;
	font-weight: 500;
}
.dates .big strong {
	background: #0e76bc; 
}

.dates .past {
	opacity: 0.3;
	color: #0e76bc;
}

.past strong, .past span {
		text-decoration: line-through;
}

.committee li {
	padding-left: 16px;
}
.committee strong {
/* 	display: block; */
	margin-left: -16px;
}

#about img {
	width: 150px;
}

/* links */

a:link {
	color: inherit;
	border-bottom: 1px solid #0e76bc;
	text-decoration: none;
}
a:active {
	color: #0e76bc;
}
a:visited {
	color: inherit;
	border-bottom: 1px solid #0e76bc;
}
a:hover, a:focus {
	color: #0e76bc;
}

/* register highlight */

section#register .bg {
	 
}

#register a {
	font-weight: 500;
}

/* footer */

footer {
	padding: 70px 20px 50px;
	font-size: 1em;
	overflow: auto;
	background: #0968ab;
}

footer p {
	color: #fff;
	color: rgba(255,255,255,.6);
}

footer a {
	border-color: rgba(255,255,255,.6);
}

footer a:link {
	color: #fff;
}

footer a:hover {
	border-color: #fff;
}

footer a:visited {
	color:#fff;
}

/* tables */

tbody {
	vertical-align: top;
}


/* selection color */
::selection {
	background: #0e76bc; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #0e76bc; /* Firefox */
	color: #fff;
}

/*		Wide Mobile Layout: 480px.
*/

@media only screen and (min-width: 480px) and (max-width: 814px) {
	nav ul li {
		width: 33%;
	}
	
}


/*		Tablet Layout: 768px.
		Inherits styles from: Default Layout.
*/


/* quick fix for images */
@media only screen and (min-width: 600px) {
	.twoCol figure img {
		width: 48%;
	}
}


@media only screen and (min-width: 768px) {
	header ul {
		font-size: 34px;
	}
	nav .bg,
	header .bg,
	section .bg,
	footer { 
		padding-right: 40px;
		padding-left: 40px;
	}
	
	nav ul .open ul {
		padding-right: 40px;
		padding-left: 40px;
	}


}


/* Inline menu layout: 815px.
	dropdown menu stops here */
@media only screen and (min-width: 815px) {

	#about img {
		width: auto;
	}
	
	nav .menutop,
	nav .menutop.open {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin: 0;
		width: auto;
		float: right;
	}
	
	nav h1 {
		padding: 10px 0;
		height: 50px;
	}

	
	nav ul ul,
	nav ul .open ul{
		margin: 15px 0 0 0;
		padding: 0;
		display: inline-block;
		position: static;
		background: transparent;
	}

	nav ul ul li {
		display: inline-block;
		height: 50px;
		width: auto;
		float: none;
		text-align: left;
	}

	nav ul ul li a {
		display: block;
		padding: 5px 0 0;
		margin: 0 13px 0;
	}
	
	header {
		padding-top: 70px;
	}
	
	section {
		margin-top: -70px;
		padding-top: 70px;
	}
	
}


/*		Desktop Layout: 960px.   */
@media only screen and (min-width: 960px) {	

	nav .bg,
	header .bg,
	section .bg,
	footer { 
		padding-right: 20px;
		padding-left: 20px;
	}
	
	section .bg {
		max-width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
	
	/* columns */
	.right {
		float: right;
	}
	.left {
		float: left;
	}
	.clear {
		clear: both;
	}
	.oneCol {
		width: 205px;
	}
	.twoCol {
		width: 430px;
	}
	.threeCol {
		width: 675px;
	}
	
	aside {
		float: right;
		width: 430px;
	}
	
	.columns {
		-moz-column-count:2; /* Firefox */
		-webkit-column-count:2; /* Safari and Chrome */
		column-count:2;
		-moz-column-gap:60px; /* Firefox */
		-webkit-column-gap:60px; /* Safari and Chrome */
		column-gap:60px;
	}

	.columns li{
		-webkit-column-break-inside:avoid;
		-moz-column-break-inside:avoid;
		-o-column-break-inside:avoid;
		-ms-column-break-inside:avoid;
		column-break-inside:avoid;
	}
	
/*
	figure.glasgow {
		height: 350px;
		overflow: hidden;
		margin-bottom: 1em;
	}

	figure.glasgow img {
		margin-top: -100px;
	}
*/
	
	ul.logos {
		padding-top: 1em;
	}
	
	div + div > h1,
	div + div > h2,
	div + aside > h2 {
		padding-top: 0;
	}

	.twoCol figure img {
		width: 100%;
	}

	
}


/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	body {
	
	}
	
}

/* program table */

table {
	width: 100%;
}

table.left {
	float: none;
	clear: both;
}

/* table for tablet and desktop */
@media only screen and (min-width: 768px) {

table {
	width: 48%;
}

table.left {
	float: left;
	clear: both;
}

}

td[colspan="2"] {
	font-weight: 500;
	padding: 0.5em 0;
	color: #0e76bc !important;
	font-family: user_stencil_web, sans-serif;
	font-size: 24px;
	line-height: 1em;
	border-top: 5px solid #e692c4;
}

td {
	border-top: 1px solid #e692c4;
	padding-bottom: 1em;
}

td:first-child {
	color: #b32a7c; /* magenta */
	width: 30%;
}

td:first-child span {
	font-weight: 500;
	display: block;
	white-space: nowrap;
}

td:nth-child(2) {
	font-weight: 500;
	color: #b32a7c; /* magenta */
}

td ul {
	color: #000;
	padding: 0;
}

td cite {
	font-weight: 300;
	display: block;
}

/* abstracts */

h3 {
	font-weight: 500;
	font-size: 1em;
	margin-bottom: 1em;
}

h3 cite {
	font-weight: 300;
}

p {
	padding: 0;
}

p.download {
	margin-top: 1em;
}

.content div {
	margin-bottom: 1em;
}

#abstracts div, #exhibits div, #performances div, #algorave div {
	border-top: 1px solid #e692c4;
	padding-top: 1em;
}

#abstracts div.bg, #abstracts div.inner,
#exhibits div.bg, #exhibits div.inner,
#performances div.bg, #performances div.inner,
#algorave div.bg, #algorave div.inner {
	border-top: none;
}