@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THE CLIENT LEVEL VERSION OF THIS STYLESHEET */
* {	margin: 0;	padding: 0;}



/************************************
 * PAPER STYLES
 ************************************/
 
.papersession a {
	color: #ffffff;
        font-weight: bold;	
}

/****************************************
 * GENERAL STYLES 
 **************************************/
body {
	background-color: orange;
	margin: 20px auto;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0;
	text-align: center; 
	background: url(../images/page_background_2012am.jpg) repeat-x fixed top;
	background-size: auto 100%; }

body.wp{
	background-color: orange;
	margin: 20px auto;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0;
	text-align: center; 
	background: url(../images/page_background_2012am.jpg) repeat-x fixed top;
	background-size: auto 100%; }
	
.wp .wrapper {
	background-color: white;
	text-align: left;
	-moz-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.3);  }
p {
  font-size: 0.8em/1.4em;
  margin: .2em 0 .3em; }
  p#headlineText {
    font-size: 0.9em/1.4em; }

a {
  color: #1162b7;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  }

h1 {
  margin: 0 -10px;
  padding: 0 10px 5px;
  text-align: left; 
  font: bold 1.3em Arial, sans-serif;
  color: #C64026;
}

h2 {
  font-weight: bold;
  font-size: 1.1em;
  margin: .2em 0;
  text-align: center; }

h3 {
  background-color: #D3D3D3;
  color: black;
  margin: 0 -10px 10px;
  padding: 5px 10px;
  text-transform: uppercase;  }

.small {
  font-size: .7em; }

ul {
  list-style-type: none; }

ol {
  list-style-type: decimal; }
  ol.noliststyle, ol li.noliststyle {
    list-style-type: none; }

.wrapper .banner {
	background: url(../images/banner_large_2012am.jpg) no-repeat top left;
	margin: 0 -10px;
	padding: 0;
	height: 150px;
	width: 960px;
	}
.wrapper .banner a {
	text-decoration: none;
	display: block;
}
.wrapper .banner img {
	margin: 30px 0 0 30px;
	width: auto;
	height: auto;
}
.wrapper .banner h1 {
	visibility: hidden;
	margin-left: -9999px;
	position: absolute;
	font-size: 1px;
}

/*****************************************
 * Navbar: Top Horizontal Navigation Bar
 ****************************************/
.navbar {
  background-color: #f2e3c6;
  margin: 10px -10px;
  padding: 0; }
  .navbar ul.navigation {
    display: inline-block;
    margin: 0;
    padding: 0;
	font-size: 1em;
	line-height: auto;
	background: transparent;
	}
    .navbar ul.navigation li {
      font-weight: normal;
      font-size: 1.1em;
      float: left;
      margin: 0;
      /* divider between navigation items */
      border-right-color: #ccc;
      border-right-width: 1px;
      border-right-style: solid; }
      .navbar ul.navigation li a {
        color: #666;
        display: block;
        margin: 0;
        padding: 5px 15px 3px; }
        .navbar ul.navigation li a:link, .navbar ul.navigation li a:active, .navbar ul.navigation li a:visited {
          color: #666;
          display: block;
          margin: 0;
          padding: 5px 15px 3px; }
        .navbar ul.navigation li a:hover {
          background-color: rgba(0, 0, 0, .5);
          color: #fff;
          text-decoration: underline; }
.navbar .addthis_toolbox {
		margin: 4px 0 3px 150px;
		float: right;
		width: 180px;
	}
	
div.navigation {
	padding: 0;
	margin: 10px -10px;
	font-size: 1em;
	line-height: 1.4em;
	background: #F2E3C6;
}
div.navigation a {
	display: inline-block;
	padding: 5px 20px;
	border-right: 1px solid #ddd;
}
div.navigation a:hover {
	text-decoration: none;
	background-color: #F2E3C6;
	}
	
/***************************************/
.webprogramcontent .content {
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  margin: 10px 0;
  padding: 10px;
  font-size: 1em;
  }
	
.webprogramcontent h1.subtitle {
	background-color: transparent;
	padding: 0;
	border-bottom: 0px solid #fff;
	text-align: left;
	margin: 0;
	text-align: left; 
	font: bold 1.3em Arial, sans-serif;
	color: #C64026;
}


/****************************************************
 * EXTRAINFO AND FOOTER SECTIONS
 ***************************************************/
div#footer {
  background-color: #f2e3c6;
  padding: 2em 20px;
  margin: 0 -10px;
  }
div#footer h1.small, div#footer p.small {
	font-size: 10px;
}
div#footer a {
	color: #333;
}

/* under footer and under page wrapper */
.legal {
  clear: both;
  margin: 10px; }
  .legal p {
    font-weight: bold;
    text-align: center; }
	
/*******************************************************
 * ROUNDED CORNERS
 * These rounded corners are css3 standards and work in 
 * most browsers except for IE.  Someday IE will catch up
 * and they will work for IE too.  In the meantime, we may
 * add some extra scripts to make rounded corners work in IE,
 * but it is not implemented in shared cfp yet.
*******************************************************/
/* all 4 corners */
.wrapper {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; }
  
.webprogramcontent .content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  
/* top corners only */
.wrapper .banner {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }  

/* bottom corners only */
#footer {
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }


/************************************
 * CONTENT STYLES
 ************************************/
 
.program .sessiongroup, .program .childitem {
	margin-left: 8.6em;
}


.program .time, .meeting .time {
    border-bottom: 1px dashed #CCCCCC;
    clear: left;
    color: #333;
    font-size: 0.9em;
    font-weight: bold;
    margin: 18px 0 7px;
    text-align: left;
}

.sessionsponsors { font-style: italic; }
.session .people { margin-left: 0; }
.item .itemtitle { font-size: 0.85em; }

.item .itemnumber, .itemset .itemnumber {
float: left;
width: 2.5em;
margin-right: 0.5em;
text-align: center;
font-size: 0.85em;
}
.item .itemtitle, .itemset .itemnumber {
font-weight: bold;
margin-left: 3.5em;
}
.program .days {
	text-align: center;
	float: none;
	margin: 0.3em 0;
}

.paper .datetime {
	font-style: italic;
	text-align: left;
	color : #ffffff;
	margin-bottom: 1em;
}

.paper .location {
	font-style: italic;
	text-align: left;
	color : #ffffff;
	margin: 1.0em 0.0em 0.2em 0.0em;
}

.paper .time {
	font-style: italic;
	text-align: left;
	color : #000000;
	margin-bottom: 1em;
}
