
	/* Stylesheet Information for Clique Ideas
	File created date: 02.27.2014
	Last modified date: 02.28.2014
	By: Lumanlan, Arrenz Jay
	*/

	/* Box Sizing */
	*, *:before, *:after { 
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box; *behavior: url(../htc/boxsizing.htc);
	}
	
	/* Clearfix */
	.clear:before,
	.clear:after { content: " "; display: table; }
	.clear:after { clear: both; }
	
	/* For IE 6/7 only */
	.clear { *zoom: 1; }
	/* General */
	body {
		font-family:'Open Sans', sans-serif;
		font-size: 14px;
		line-height: 24px;
		color:#000000;
	}
	strong.italic { font-weight:700; font-style:italic; }
	.center { text-align:center; }
	a:link { color:#ffffff; text-decoration:none; }
	a:visited { color:#ffffff; text-decoration:none; }
	a:active { color:#ffffff; text-decoration:none; }
	a:hover { color:#ffffff; text-decoration:none; }
	.wrap {
		width:1280px;
		margin:0 auto;
	}
	
	/* Title Styles */
	.ts1 {
		font-family: 'Orbitron', sans-serif;
		font-size:24px;
		line-height:30px;
	}
	.ts2 {
		margin:0;
		padding:0;
		font-size:17px;
		line-height:24px;
		font-weight:700;
		font-style:italic;
		text-align:center;
		margin-bottom:35px;
	}
	.ts3 {
		font-family: 'Orbitron', sans-serif;
		font-size:35px;
		color:#ffffff;
		text-transform:uppercase;
		text-align:center;
	}
	
	/* Header */
	.top {
		background-color:#700868;
		background-image:url('../img/bg-header.jpg');
		background-repeat:no-repeat;
		background-position:bottom center;
		padding:50px 0;
	}
	.top .wrap {
		position:relative;
	}
	.top nav {
		position:absolute; 
		top:0;
		right:0;
	}
	.top nav ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	.top nav ul li {
		padding:0;
		margin:0;
		display:inline-block;
		float:left;
		text-transform:uppercase;
	}
	.intro-text > div,
	.intro-text > h1 {
		width:50%;
		float:left;
	}
	.intro-text > div {
		text-align:right;
	}
	.intro-text > h1 {
		padding-left:40px;
		text-align:left;
		padding-top:130px;
	}
	
	/* Abstract */
	.content {
		padding:180px 0 50px 0;
		background-color:#ffffff;
		position:relative;
	}
	.content #tabs aside {
		width:50%;
		padding-left:2%;
		float:right;
	}
	.content #tabs article {
		width:50%;
		padding-right:2%;
		float:left;
	}
	.abstracts {
		padding:0;
		margin:0;
		list-style:none;
	}
	.abstracts li {
		padding:0;
		margin:0;
		list-style:none;
		position:relative;
	}
	.abstracts li a {
		padding:30px;
		display:block;
		text-align:center;
	}
	.abstracts li a .title {
		font-size:15px;
		font-weight:700;
		font-style:italic;
		display:block;
	}
	.abstracts li:first-child a .title,
	.abstracts li:first-child a {
		font-size:18px;
	}
	.abstracts li a .org {
		display:block;
		padding-top:15px;
	}
	.abstracts li:nth-of-type(1) {
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	.abstracts li:nth-of-type(1) { background-color:#672b7e; }
	.abstracts li:nth-of-type(2) { background-color:#83c3cf; }
	.abstracts li:nth-of-type(3) { background-color:#4b9ace; }
	.abstracts li:nth-of-type(4) { background-color:#8bbe45; }
	.abstracts li:nth-of-type(5) { background-color:#d7da44; }
	.abstracts li:nth-of-type(6) { background-color:#959595; }
	.abstracts li:before {
		display:block;
		content:"";
		width:1px;
		height:1px;
		border:10px solid transparent;
		position:absolute;
		top:50%;
		margin-top:-10px;
		left:-20px;
	}
	.abstracts li.ui-state-active:nth-of-type(1):before { border-right-color:#672b7e; display:none; }
	.abstracts li.ui-state-active:nth-of-type(2):before { border-right-color:#83c3cf; }
	.abstracts li.ui-state-active:nth-of-type(3):before { border-right-color:#4b9ace; }
	.abstracts li.ui-state-active:nth-of-type(4):before { border-right-color:#8bbe45; }
	.abstracts li.ui-state-active:nth-of-type(5):before { border-right-color:#d7da44; }
	.abstracts li.ui-state-active:nth-of-type(6):before { border-right-color:#959595; }
	
	.abstract a { color:#000; border-bottom:1px dotted #000000; }
	
	/* Register */
	.register {
		background-color:#672b7e;
		padding:50px 0;
		text-align:center;
		color:#ffffff;
		font-size:18px;
	}
	.sponsors {
		background-color:#ffffff;
		padding:50px 0;
	}
	.sponsors ul {
		padding:0;
		margin:0;
		list-style:none;
	}
	.sponsors ul li {
		display:table-cell;
		vertical-align:middle;
		float:left;
		width:33.3%;
		text-align:center;
		background-image:url('../img/padif-logo-div.png');
		background-repeat:no-repeat;
		height:115px;
	}
	.sponsors ul li:nth-of-type(1) {
		text-align:left;
		background-position:center right;
	}
	.sponsors ul li:nth-of-type(2) {
		background-image:none;
	}
	.sponsors ul li:nth-of-type(3) {
		text-align:right;
		background-position:center left;
	}
	
	@media only screen and (max-width: 1024px) {
		.wrap {
			width:940px;
		}
	}
	
	