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

h1, h2, header ul {
	font-family: user_stencil_web, sans-serif;
}

body {
	font: 16px "freight-sans-pro" /* "freight-sans-pro" "jaf-facitweb" */, serif;
	line-height: 1.5;
}f

strong {
	font-weight: 600;
}

/*		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: url(img/xcoax/banner-8.jpg); */
/* 	background-size: cover; */
	padding: 50px 20px;
	}

header .inner {
	background-size: 300px;
	overflow: auto;
}

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

header ul.date {
	color: #e692c4;; /*mudar*/
}

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: #fff url(img/xcoax/border-nav.gif) bottom left repeat-x;
	font-weight: 600;
	padding: 0 20px 1px;
}
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: #fff url(img/xcoax/menu0@2x.png) no-repeat center center; */
/* 		background-size: 15px; */
	}
	
	nav .menutop.open {
/* 		background: #fff 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: #fff 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;
}

nav a:link, nav a:active, nav a:visited {
	color: #781281;
	text-decoration: none;
	opacity: .7;
}

nav a:hover {
	color: #ce0a7e;
}

nav .current > a {
	opacity: 1;
}

nav .current > a span {
	border-bottom: 3px solid #ce0a7e;
}

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

section .bg {
	padding: 40px 20px;
	overflow: auto;
	clear: both;
}

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

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

h1 {
	font-size: 24px; 
/* 	padding-bottom: 17px; */
	color: #781281;
}

h2.dark {
	color: #781281;

}

h2 {
	font-size: 24px;
	margin-top: 1em;
	padding-bottom: 12px;
	clear: both;
	color: #ce0a7e;
	line-height: 1em;
}

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

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

aside h2 {
	padding-bottom: 17px;
}

p {
	padding-bottom: 1em;
}

figure img {
	width: 100%;
}

img.proceedings {
	width:250px;
}

ul {
	list-style: none;
}

ul.bullet {
	list-style-image:url(img/xcoax/bullet.png);
	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: 20px;
}

ul.logos img {
/*
	max-width: 100%;
	height: auto;
*/
}

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

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

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

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

.dates strong {
	display: inline-block;
	background: #eeedf6; /*mudar*/
	color: #781281;
	padding: 1px 8px;
}

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

.dates .big span {
	color: #ce0a7e;
	font-weight: 600;
}
.dates .big strong {
	background: #dddbef; 
}

.dates .past {
	opacity: 0.4; 
}

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

.committee li {
	padding-left: 16px;
	font-size: 16px;
}
.committee strong {
	display: block;
	font-size: 18px;
	margin-left: -16px;
}

#about img {
	width: 150px;
}

table {
	width: 100%;
	line-height: 1.3em;
}

td {
	border-top: solid 1px #AAA;
	padding: 0.5em 0;
}

tr.note td {
	border-top: solid 1px #ce0a7e;
}

tr.note {
	color: #ce0a7e;
}

td:first-child {
	width:4em;
}

td li {
	font-weight: bold;
	padding-bottom: 0.5em;
}

td li:last-child {
	padding-bottom: 0;
}

td a {
	font-weight: normal;
	display:block;
	text-decoration: none;
}

td > a {
	display: inline;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	padding-bottom: 1em;
}

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

h4 {
	padding-bottom:0.5em;
	font-weight:normal;
}

#abstracts div.twoCol:nth-child(2n+1), #performances div.twoCol:nth-child(2n), #algorave div.twoCol:nth-child(2n) {
	border-top: solid 1px #ce0a7e;
	padding-top: 0.5em;
}

#abstracts div.twoCol:nth-child(2n) {
	padding-top:1em;
}

/* links */

a:link {
	color: #781281;
}
a:active {
	color: #781281;
}
a:visited {
	color: #781281;
}
a:hover, a:focus {
	color: #ce0a7e;
}

/* register highlight */

section#register .bg {
	background-color: #dddbef;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

#register a {
	font-weight: bold;
}

/* footer */

footer {
	background: url(img/xcoax/pattern.png) repeat-x;
	padding: 50px 20px;
	font-size: 15px;
}

footer p {
	color: #999;
}

/* tables */

tbody {
	vertical-align: top;
}


/* selection color */
::selection {
	background: #dddbef; /* Safari */
	}
::-moz-selection {
	background: #dddbef; /* Firefox */
}

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


@media only screen and (min-width: 768px) {
	header ul {
		font-size: 28px;
	}
	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: none;
	}
	
	nav h1 {
		padding: 10px 0;
		height: 50px;
	}

	
	nav ul ul,
	nav ul .open ul{
		margin: 10px 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: 10px 0 0;
		margin: 0 20px 0;
	}
	
	header {
		padding-top: 60px;
	}
	
	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;
	}
	
	/* columns */
	.right {
		float: right;
	}
	.left {
		float: left;
		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.porto {
		height: 350px;
		overflow: hidden;
		margin-bottom: 1em;
	}

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

/*
	#abstracts div.twoCol {
	border-top: solid 1px #ce0a7e;
	padding-top: 0.5em;
	}
	
*/
}


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