/* AmI 2011 - main styles */
/* (c) 2011 AdriaanTV */

body {
	font-size:14px;
	font-family:georgia, times;
	color:#fff;
	background-repeat:no-repeat;
	background-position:center 0px;
	background-color:#3b5057;
	background-color:#3b5057;
	line-height:22px;
}
a {
	text-decoration:none;
	color:#fff;
}

#header-wrapper {
	width:100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.header-overlay{
	background-color:rgba(255,250,240, 0.90);
}
.nav, .secondary, .footer {
	margin:0 auto;
	width:940px;
}

.introduction-wrapper, .header {
	width:1020px;
	margin:0 auto;
}
.introduction a img {
	width: 90%;
	padding: 10px 0;
}
.header {
	background-repeat:no-repeat;
	height:95px;
	background-image:url(/img/bg_introduction.jpg);
}
#organizers .header {
	background-image:url(/img/bg_casa.jpg);
}
#dates .header {
	background-image:url(/img/bg_casa2.jpg);
}
#venue .header {
	background-image:url(/img/bg_casa3.jpg);
}
#amsterdam .header {
	background-image:url(/img/bg_adam8.jpg);
}
#calls .header {
	background-image:url(/img/bg_casa3.jpg);
}
.header h1, .header h2, .header h3 {
	text-indent:-9999px;
}
.bar-wrapper {
	background-image:url(/img/bg_bar.png);
	background-repeat:repeat-x;
	width:100%;
	height:100px;
	position:relative;
	top:10px;
}
.nav {
	display:block;
	padding-top:25px;
	list-style-image: url(/img/bullet.png);
}
.nav li {
	display:inline;
	list-style-image: url(/img/bullet.png);
	list-style-type: square;
	text-indent: 10px; 
}
.nav a {
	font-size:14px;
	font-family:"arial narrow", arial, verdana, sans-serif;
	font-weight:normal;
	display:block;
	float:left;
	color:#ff9966;
	text-transform:uppercase;
	margin-right:20px;
	text-shadow:0px -2px 1px #1c020d ;
	background-image:url(/img/bullet.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-indent: 20px;	
}
.nav a:hover, .nav .selected {
	color:#fff;
}
.subnav {
	display:block;
	background-color:#fff;
	float:left;
	margin-left:70px;
	width:880px;
	height:42px;
	border:1px solid #ddddc8;
}
.subnav li {
	display:inline;
}
.subnav a {
	font-size:12px;
	font-family:arial narrow, arial, verdana;
	font-weight:normal;
	display:block;
	float:left;
	color:#222;
	text-transform:uppercase;
	margin-right:20px;
	padding:10px;
}
.subnav a#last {
	margin-right:0;
}
.subnav a:hover, .subnav .selected {
	color:#fff;
	background-color:#567;
}

.main {
	width:100%;
}
.introduction-wrapper {
	background-image:url(/img/bg_introduction.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	-webkit-box-shadow: 0px 5px 5px #273439;
	-moz-box-shadow: 0px 5px 5px #273439;
	box-shadow:0px 5px 5px #273439;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}

#dates .introduction-wrapper {
	background-image:url(/img/bg_casa2.jpg);
}
#organizers .introduction-wrapper {
	background-image:url(/img/bg_casa.jpg);
}
#venue .introduction-wrapper {
	background-image:url(/img/bg_casa3.jpg);
}
/*#amsterdam .introduction-wrapper {
	background-image:url(/img/bg_adam2.jpg);
}*/
#calls .introduction-wrapper, 
#attending .introduction-wrapper,
#amsterdam .introduction-wrapper {
	background-image:none;
	background-color:#f7f7f2;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;	
}
#calls ol, 
#attending ol,
#amsterdam ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#calls ol li, 
#attending ol li
#amsterdam ol li {
	margin-bottom:1em;
}
#calls .introduction ul, 
#attending .introduction ul,
#amsterdam .introduction ul {
	list-style-type: square;
	list-style-position: inside;
}
#calls .introduction, 
#attending .introduction,
#amsterdam .introduction {
	background:none !important;
	margin-top:20px;
}/*
#calls .introduction h1, #calls .introduction h2, #calls .introduction h3, #calls .introduction p, #calls .introduction li {
	color:#fff;
}
*/
#calls .introduction a, 
#attending .introduction a,
#amsterdam .introduction a {
	color:#000;
	text-decoration: underline;
}
#calls .special {
	background-color: #e0dcd1;
	padding: 20px;
	border-radius: 8px;
}
.introduction {
	background-color:rgba(240,235,228, 0.9);
	color:#222;
	width:400px;
	margin:40px;
	padding:30px;
}
#homepage .introduction {
	width:480px;
}
.introduction.side {
	float:right;
}
.introduction p, .rnews p {
	margin-bottom:1em;
}
.introduction a {
	color: #222;
	text-decoration:underline;
}
.introduction h2, .rnews h2 {
	font-size:22px;
	/*font-style:italic;*/
	font-weight:normal;
	color:#333;
	line-height:1.4em;
	margin-bottom:0.7em;
}
.introduction ul {
	margin-bottom:1em;
}
.introduction .date {
	font-style: italic;
}
.rnews {
    background-color: rgba(240, 235, 228, 0.9);
    color: #222222;
    margin: 40px 40px 20px 0;
    padding: 30px;
    width: 300px;    
}
.rnews .date {
	border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    float: left;
    margin-right: 10px;
    padding: 0 5px;
    background-color: #FF9966;
    text-shadow: 1px 1px 1px #AF5916;
}
.rnews a {
	color: #222;
	text-decoration: underline;
}
.workshop, .program {
	width: 720px;
	margin: 20px auto;
	padding: 20px;
	background-color:#f7f7f2;
	color:#333;
}

.workshop p.number {
	color: #fff;
	background-color: #FF9966;
	text-shadow: 1px 1px 1px #DF6926;
	width: auto;
	float:left;
	padding: 5px;
	-moz-border-radius: 5px;
	font-family: Arial;
	margin-right: 15px;
}
.workshop p {
	margin-bottom: 1em;
	clear:left;
}
.workshop h2 {
	font-size: 18px;
	margin-bottom: 0.8em;
	margin-top: 5px;
}
.workshop a {
	color: #333;
	background-color:#e2e2e0;
	width: auto;
	padding: 5px;
	-moz-border-radius: 5px;
	font-family:arial;
	display:block;
}
.workshop a:hover {
	color: #FF9966;
}
.workshop ul {
	margin-bottom:1em;
	list-style-type: square;
	list-style-position: inside;
}
.program {
	width: 960px;
}
.program .day {
	border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFFFFF;
    padding: 10px;
    background-color: #f08753;
    text-shadow: 1px 1px 1px #AF5916;
    margin-top: 30px;
    margin-bottom: 5px;
    
}
.program table {
	width: 100%;
}
.program td {
	border: 1px dotted #886;
	padding: 15px;
	vertical-align: top;
	font-family: arial;
}
.program table h2 {
	margin-top: 0;
	font-size: 14px;
}
.program h2, .program h3, .program h4 {
	font-family: Arial, sans-serif;
}
.program h3 {
}
.program h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
.program table {
	margin-bottom: 40px;
}
.program table .time {
	font-style: italic;
	float: left;
}
.program table .session {
	font-weight: bold;
	float: left;
	margin-bottom: 0;
	font-size: 12px;
	background-color:#d1c8c3;
	line-height:1.5em;
	width: 98%;
	padding: 5px;	
}
.program table .authors {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	float: left;
	margin-bottom: 10px;
	background-color:#e3dcd8;
	width: 98%;
	padding: 5px;
}
#homepage .introduction p img {
	float: left;
	margin-right: 10px;
	width: 30px;	
}
.introduction h5 {
	font-size:13px; 
	color: #a40; 
	margin-bottom: 0.5em;
}
#organizers .introduction p, #venue .introduction {
	font-size:12px;
}
.secondary {
	clear:both;
	padding-bottom: 30px;
	border-bottom:1px solid #222d31;
	margin-bottom:0px;
}
.secondary div{
	float:left;
	width:280px;
	border-right:1px dotted #54676d;
	margin-right:20px;
	padding-right:19px;
	min-height:220px;
}
/*.secondary .sponsors {
	width: 600px;
	margin-right:0;
	border-right:0px;
	background-color:#fff;
	float:left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.secondary .sponsors h2 {
	color: #444;
	text-indent: 1em;
}*/
.secondary p, .secondary li {
	font-size:14px;
}
.secondary h2 {
	font-size:18px;
	margin-bottom:0.7em;
}
.secondary ul, .secondary p {
	margin-bottom:1em;
}
.secondary .sponsor {
	width: 120px;
	height: 120px;
	background-color: #fff;
	display:block;
	float:left;
	margin-right: 20px;
}
.sponsors {
	float:left;
}
.sponsors a {
	background-color:#fff;
	margin:20px 0 20px 40px;
	display:block;
	float:left;
	width: 260px;
	height: 140px;
	border: 1px solid #555;
	padding-top: 20px;
}
.sponsors a img{
	margin:0 auto;
	display:block;
}
.footer {
	clear:both;
	margin-top:0px;
	border-top:1px solid #54676d;
	padding-top:10px;
	height:100px;
	text-align:right;
}
.copyright {
	font-size:12px;
	color:#7e8c91;
}
.contact a:hover {
	text-decoration: underline;
}
/* clearfix */
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */