/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

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
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

h1, h2, nav, .large, .dates strong, header {
	font-family: user_stencil_web, sans-serif;
}

.huge {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h1, h2 {
	font-size: 42px;
	line-height: 48px;
}

.bigger {
	font-size: 26px;
	line-height: 36px;
}

.big, nav, .dates strong {
	font-size: 22px;
	line-height: 30px;
}

body, h3, h4 {
	font: 16px/24px "Noticia Text", serif;
}

h3, h4 {
	font-weight: bold;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
	opacity: 0.6;
}
p, ul {
	font-size:.85em;
}

/* typography colors */

header h1, nav {
	font-size: 22px;
}

header ul {
	list-style: none;
	color:#FFF;
	font-size:22px;
}

h1, .color, .dates strong.big {
	color: rgb(204,0,106);
}

h2, .dates strong {
	color: rgb(229,127,180);
	color: rgba(204,0,106,0.5);
}

.dates strong.strike {
	text-decoration: line-through;
}


/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

html {
		border-top: 5px solid rgb(204,0,106);
}

body {
	width: 896px;
	padding: 72px 48px 84px;
	margin: 0 auto;
	background: #FFF;
	color: #000;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

header {
	overflow: auto;
	height: 200px;
	}

header h1 {
	background-image: url("img/logos/xcoax-1.png");
	background-size: 150px;
	background-repeat: no-repeat;
	height:0;
	width: 150px;
	padding-top: 150px;
	padding-bottom: 0;
	overflow:hidden;
}

header h1.l2 {
	background-image: url("img/logos/xcoax-2.png");	
}

header h1.l3 {
	background-image: url("img/logos/xcoax-3.png");	
}

header h1.l4 {
	background-image: url("img/logos/xcoax-4.png");	
}

header ul {
	padding: 0;
	text-indent: 0;
}

header li.large {
	white-space: nowrap;
	color: rgb(204,0,106);
	background:transparent;
	padding: 0;
}

header li {
	background-color: transparent;
	color:#000;
	font: 16px/24px "Noticia Text", serif;

}

nav {
	background-color: #000;
	height: 44px;
	clear: both;
	text-align: center;
	position: absolute;
	padding-top:20px;
}

nav.fixed {
	position: fixed;
	top: 0;
}

nav ul {
	padding: 0;
	width: 896px;
}

nav ul li {
	display: inline;
}

nav a:link, nav a:active, nav a:visited {
	color: #FFF;
}

nav a:hover {
	color: rgb(206,0,106);
}

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

.right {
	float:right;
	width: 528px;
	padding-bottom: 2em;
}

section {
	border-top: 20px solid black;
	padding: 1em 0 0 0;
	overflow: auto;
	clear: both;
}
nav + section {
	padding-top: 72px;
	border-top: none;
}

nav + section .right {
	padding-bottom: 0;
}

h1, h2 {
	width: 344px;
	padding-bottom: 1em;
}

h3 {
	padding-bottom: 1em;
	padding-top: 0.8em;
}

p + h3 {
	border-top: 2px solid rgb(204,0,106);
}

h3 em {
	display:block;
	font-weight:normal;
}

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

p img {
	width: 528px;
}

p img.proceedings {
	width: 250px;
}


ul {
	list-style: none;
}

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

ul.logos {
	width: 528px;
	padding-left: 0;
	text-indent: 0;
	opacity: 0.6;
}

ul.logos li {
	display: inline;
	margin-right: 20px;
}

ul.logos img {
	height: 50px;
}

ul.large {
	padding-bottom: 0.3em;
}

ul.large li.highlight {
	color: rgb(204,0,106);
}

.dates strong {
	display:block;
}

a:link {
	color: rgb(204,0,106);
}
a:hover, a:focus {
	
}
a:active {
	color: rgb(130,0,106);
}
a:visited {
	color: rgb(130,0,106);
}

/* register highlight */

section#register {
	background-color: rgb(255,218,241);
/* 	background-color: rgba(204,0,106,0.2); */
}

#register h2 {
	color: rgb(204,0,106);
}

#register a {
	font-weight: bold;
}

/* tables */

table {
	border-collapse:separate;
	border-spacing:0 5px;
}

tbody {
	vertical-align: top;
}

th {
/* 	color: rgb(204,0,106); */
	font-weight:bold;
}

td {
	padding: 0 5px;
	border-left: solid 2px #FFF;
	font-weight:bold;
/* 	background:rgba(255,218,241,0.45); */
}
td em {
	font-weight: normal;
	font-style: normal;
}
td a {
	display:block;
	font-style:italic;
	font-weight: normal;
	font-size:.85em;
}
td a, td a:link, td a:visited {
	color:#000;
}
tr.spacer {
	height:1em;
}
tr.break {
	font-size:.85em;
}
tr.break, tr.break th, tr.break td {
	font-weight: normal;
}
td.poster {
	border-left: solid 2px rgb(229,127,180);
}
td.venue {
	background-color:#FFF;
	color: rgb(130,0,106);
	color: rgb(204,0,106);
	font-weight:normal;
}


/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	body {
		width: 712px;
		padding: 48px 28px 60px;
	}
		
	nav ul {
	width: 712px;
	}
	
	.right {
	width: 436px;
	}
	
	h1, h2 {
	width: 252px;
	padding-bottom: 1em;
	}
	
	p img {
	width: 436px;
	}
	
	ul.logos {
	width: 712px;
	}
	
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	body {
		width: 252px;
		padding: 34px 34px 60px;
	}
	
	header {
		height:auto;
	}

	header ul {
	margin-bottom: 25px;
	}


	.large, h1, h2 {
	font-size: 26px;
	line-height: 32px;
	}
	
	h3 {
		font-size: 14px;
	}
	
	body {
	font: 14px/22px "Noticia Text", serif;
	}

	header h1 {
	background-size: 75px;
	width: 75px;
	padding-top: 75px;
	margin-bottom: 1.5em;
	}
		
	header .right {
	padding-bottom: 0;
	}
	
	nav {
		display: none;
	}
	
	nav + section {
		margin-top: 0;
		padding: 0;
	}

	.left {
	float:none;
	}

	.right {
	float:none;
	width: 252px;
	padding-bottom: 1em;
	}
	
	h1, h2 {
	width: 252px;
	padding-bottom: 1em;
	}
	
	p img {
	width: 252px;
	}

	ul.large {
		padding-bottom: 0;
	}
	
	li.unibg img {
		width: 252px;
		height: auto;
	}
	
	ul.logos {
	width: 252px;
	}

	ul.wrap {
	line-height: 4em;
	padding-bottom: 0;
	}

	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	body {
		width: 436px;
		padding: 36px 22px 48px;
	}

	.large, h1, h2 {
	font-size: 32px;
	line-height: 40px;
	}
	
	body {
	font: 16px/24px "Noticia Text", serif;
	}
		
	header .left {
	float: left;
	}
	
	header .right {
	width: 330px;
	float: right;
	}

	.right {
	width: 436px;
	}
	
	h1, h2 {
	width: 436px;
	padding-bottom: 0.5em;
	}
	
	p img {
	width: 436px;
	}

	
	ul.logos {
	width: 436px;
	}
	
	li.unibg img {
	height: 50px;
		width: auto;
	}

		
}


/*	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 {
	
	}
	
}