/*

    ACL 2015 | BASE STYLES

*/

@import url(reset.css);

/* @group FONT
---------------------------------------------------------------------- */
@font-face {
    font-family: "pillgothic300mg-bold";
    src: url(../fonts/pillgothic300mg-bold.eot);
}
@font-face {
    font-family: "pillgothic300mg-bold";
  	src: url(../fonts/pillgothic300mg-bold.ttf) format("truetype");
}
@font-face {
    font-family: "DejaVuSansMono";
    src: url(../fonts/DejaVuSansMono.ttf) format("truetype");
}
@font-face {
    font-family: "DejaVuSansMono-Bold";
    src: url(../fonts/DejaVuSansMono-Bold.ttf) format("truetype");
}
/* @group BODY
---------------------------------------------------------------------- */
body {
  background: url(../images/site/bg.jpg) repeat 0px 0px fixed;
  font: normal 90% Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 23px;
  background-size: 100% 100%;
}

div#container {
  background:#f7f7f8 url(../images/site/background_main.jpg) no-repeat 0 0;
  background-size:70%;
  color:#000;
  width:75%;
  margin:0px auto;
  padding-top: 10px;
  box-shadow:0 20px 30px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=15);/*for ie6,7,8*/
}

li#content {
  padding: 0;
}

/* @end */

/* @group DEFAULT STYLING
---------------------------------------------------------------------- */
p, ul, dl, ol {
  margin-bottom:1.2em;
}

ul li {
  padding-left:1em;
  margin-bottom:0.5em;
}
ul li strong:first-child {
  display:inline-block;
  margin-left:-1em;
  margin-right:0.3em;
  color:#e84925;
}

blockquote {
    background:rgba(0,0,0,0.1);
    border-radius: 8px;
    padding:1.333em;
    margin:1.2em 0;
}
blockquote p {
    font-style:italic;
}
blockquote cite {
    font-size:0.867em;
    line-height:1.4em;
    text-transform:uppercase;
}
blockquote p.cite {
    font-style:normal;
    margin:0;
}
blockquote cite p + p {
    text-transform:none;
    margin-left:0.8em;
}

strong {
  font-weight:bold;
}
::selection {
  background:#F5831B;
  color:#fff;
}
::-moz-selection {
  background:#F5831B;
  color:#fff;
}
/* @end */

/* @group HEADINGS
---------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family:"pillgothic300mg-bold", Helvetica, Arial, sans-serif;
}
h1 {
  text-transform:uppercase;
  font-weight:bold;
  font-size:2.5em;
  line-height:1.3em;
  //margin-bottom:0.2em;
  color:rgba(0,0,0,0.6);
}

h2 {
  font-size:1.2em;
  line-height:1.333333em;
  margin-bottom:0.333333em;
  color:rgba(0,0,0,0.6);
}

h3 {
  font-size:1.5em;
  margin-bottom:0.5em;
  color:#E84925;
}

h4 {
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:0.5em;
}

h4 span {
  font-size:0.95em;
  font-weight:normal;
  font-style:italic;
  margin-top:0.3em;
  margin-bottom:0.5em;
  display:block;
}

h5 {
  font-size:0.9em;
  font-weight:normal;
  margin-bottom:1em;
  color:#777;
}
/* @end */

/* @group LINKS
---------------------------------------------------------------------- */
a {
  color:#000;
  text-decoration:none;
}
a:hover,
a:focus {
  color:#E84925;
}

.block a {
  color: #E84925;
  font-style: italic;
  text-decoration: underline;
}
.block a:hover,
.block a:focus {
  color: #F5831B;
}
/* @end */

/* @group GENERAL LAYOUT
---------------------------------------------------------------------- */
li#header,
div#footer {
  padding:0.1em;
  padding-bottom:1em;
}
div#content_wrapper {
  padding:0.1em;
  text-align: right;
  margin-bottom: 2.6%;
}
div#logo {
  margin-top: 10%;
  padding:0.1em;
  padding-bottom: 3%;
  border-bottom: 2px solid rgba(0,0,0,0.2);
}
div#logo a img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
p.copyright {
  text-align: center;
  margin-top: 1em;
}
/* @end */

/* @group HEADER
---------------------------------------------------------------------- */
li#header {
  position: relative;
  border-bottom: 2px solid rgba(0,0,0,0.2);
}
li.current a {
  color: #000;//#E84925;
  font-weight: bold;
  //font-style: italic;
  text-transform: uppercase;
}
div#event_info {
  font-family: "DejaVuSansMono", Helvetica, Arial, sans-serif;
}
div#event_info ul li {
  margin-bottom: 0.1em;
}
div#event_info ul li a {
  font-size:90%;
  color: #333;
}
div#event_info strong {
  font-weight: normal;
  font-family: "DejaVuSansMono-Bold", Helvetica, Arial, sans-serif;
}


div#acl {
  position: relative;
  margin-left: 5%;
  padding: 10% 5%;
  width: 92%;
}
div#acl a img {
  display: inline;
  width: 50%;
  margin-left: -10%;
  filter:alpha(opacity=100);
  opacity:1;
}
div#acl a:hover img,
div#acl a:focus img {
  filter:alpha(opacity=80);
  opacity:0.80;
}
div#event_info {
  margin-left: 5%;
  padding: 0 0%;
  font-size: 1em;
  line-height: 1.4em;
}
/* @end */

/* @group FOOTER
---------------------------------------------------------------------- */
div#footer {
    border-top:2px solid rgba(0,0,0,0.2);
    overflow:hidden;
    font-size:0.86667em;
    background:rgba(0,0,0,0.05);
}
div#footer ul {
    margin:0;
    line-height:1.4em;
    overflow:hidden;
}
div#footer ul li {
    padding:0;
    margin:0;
}
/* @end */

/* @group SPONSORS
---------------------------------------------------------------------- */
div.sponsor {
  overflow:hidden;
}
div.sponsor div.logos {
  width:40%;
  float:left;
  margin:0 1em 0.5em 0;
}
div.sponsor div.logos img {
  float:none;
  padding:0;
  margin:0 auto;
}
div.block {
  background:rgba(247,242,232,0.65);
  border-radius: 5px;
  padding:1.2em 2.2em 1.2em 2.2em;
  font-size:1.1em;
  line-height:1.4em;
  margin:1em 0;
}

div.pubblock {
  background:rgba(247,242,232,0.65);
  border-radius: 5px;
  padding-bottom:1.2em;
  font-size:1.1em;
  line-height:1.4em;
  margin:1em 0;
}
div.innerblock {
  background:rgba(247,242,232,0.65);
  border-radius: 5px;
  padding:1.2em 2.2em 0 2.2em;
  font-size:1.1em;
  line-height:1.4em;
  margin:1em 0;
}
/* @end */

/* @group LOGOS
---------------------------------------------------------------------- */
.logos {
  margin:1em 0 4.5em 0;
}
.logos li {
  margin-bottom:1em;
  padding:0;
}
.logos a {
  display:block;
  padding:10%;
  background:#fff;
  border:2px solid #fff;
  position:relative;
  text-decoration:none;
}
.logos a:hover,
.logos a:focus {
  border-color:#E84925;
}
.logos a img {
  width:100%;
  filter:alpha(opacity=100);
  opacity:1;

}
.logos span {
  position:absolute;
  top:-2px;
  right:-2px;
  font-family: Helvetica;
  text-transform:uppercase;
  background: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
  background: #E84925;
  padding: 0.3em;
  color: #fff;
  border-bottom-left-radius:5px;
}
.logos a:hover span,
.logos a:focus span {
  filter:alpha(opacity=38);
  opacity:0.38;
}

.logos.platinum a:hover,
.logos.platinum a:focus {
}
.logos.platinum span {
}
.logos.gold a:hover,
.logos.gold a:focus {
  border-color:rgb(244,193,0);
}
.logos.gold span {
  background:rgb(244,193,0);
}
.logos.silver a:hover,
.logos.silver a:focus {
  border-color:rgb(206,204,206);
}
.logos.silver span {
    background:rgb(206,204,206);
}
.logos.bronze a:hover,
.logos.bronze a:focus {
  border-color:rgb(166,124,71);
}
.logos.bronze span {
    background:rgb(166,124,71);
}

.logos.green a:hover,
.logos.green a:focus {
  border-color:rgb(106,189,69);
}
.logos.green span {
    background:rgb(106,189,69);
}

.logos.supports a:hover,
.logos.supports a:focus {
  border-color: rgba(0,0,0,0.7);
}
.logos.supports span {
  background-color: rgba(0,0,0,0.7);
}

.index-sponsors {
  margin-top: 80px;
  text-align: center;
}
/* @end */

/* @group THUMBNAIL LIST
---------------------------------------------------------------------- */
ul.thumbs {
    margin-bottom:2em;
}
ul.thumbs li {
    margin-bottom:0.5em;
    overflow:hidden;
    padding-left:0;
}
ul.thumbs li img {
    padding:2px;
    width:96%;
    height:180px;
    margin:0 0.5em 0 0;
    float:left;
}
ul.thumbs li h3 {
    margin:0 0 0.1em 0;
    font-size:1em;
    font-weight:normal;
}
ul.thumbs li p.meta {
    margin:0;
    line-height:;
}
/* @end */

.venue img,
.hotel img,
.travelimg img {
  border-radius: 10px;
}

/* @group VENUE
---------------------------------------------------------------------- */
.venue table, .travelimg table {
  display: block;
  width: 100%;
}

.venue img, .travelimg img {
  display: block;
  width: auto;
  max-width: 100%;
}

.publication {
  width: auto\9;
  height: auto;
  max-width: 100%;
}

.travel {
  border-collapse: collapse;
  border: 1px solid #aaa;
}

.travel table {
  display: block;
}

.travel th {
  padding: 0.2em 0.5em;
  font-size: 1em;
  font-family: "pillgothic300mg-bold", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color:#E84925;
}

.travel td {
  padding: 0.2em 0.5em;
  font-size: 0.9em;
}

.travel td, .travel th{
  
}

.travel-info {
  border-collapse: collapse;
  border: 1px solid #aaa;
}

.travel-info td {
  padding: .2em .5em;
  font-size: 0.9em;
}

.bold {
  font-weight: 600;
  font-style: bold;
}

.no-top-bottom-border {
  border-top: 0;
  border-bottom: 0;
}

.no-top-border {
  border-top: 0;
}

.no-bottom-border {
  border-bottom: 0;
}

.cips-logo {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  left: -10px;
  top: 20px;

  width: 129px;
}

.cips_title {
  display: block;
  margin-left: -10px;
  margin-top: 20px;
  width: 100%;
  font-size: 1.2em;
  line-height: 2em;
  color: rgba(0,0,0,.6);
  font-family: "pillgothic300mg-bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

.text-tip {
  border-radius: 3px;
  font-weight: bold;
  font-family: sans-serif;
  color: #fff;
  font-size: .7em;
  padding: 3px;
  margin-right: .5em;
  background-color: #e84925;
}