@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }

body {
background-color:#333333;
font-family:arial;
}

#influencebg {
margin:0 auto;
max-width:1200px;
height:768px;
background-image:url(../images/infl_bg.jpg);
background-position:center;
background-position:top;
background-repeat:no-repeat;
border-left:1px #CCCCCC solid;
border-right:1px #CCCCCC solid;
border-bottom:1px #CCCCCC solid;
}

#influence {
width:183px;
height:81px;
}

#social {
padding-top:8px;
width:500px;
height:25px;
float:right;
background:no-repeat;
background:transparent;
text-align:right;
}

#menu {
width: 800px; /* set width of menu */
position:relative;
float:right;
list-style: none;
top:-.9em;
} 

#menu ul {
margin: 0;
padding: 0;
}

#menu li {
float:left;
}

#menu a {
text-decoration:none;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bolder;
color:#300;
text-align:center;
width:150px;
height:34px;
background:url(../images/menubutton.png);
background-position:-3px 0px;
background-repeat:no-repeat;
background-color:transparent;
text-align:center;
}

/* indicate what page you're on */
body#home #menu a#home,
body#schedule #menu a#schedule,
body#about #menu a#about,
body#speakers #menu a#speakers,
body#register #menu a#register{
background-position:-300px 0px;
}

/* hover background images of menu buttons */
#menu a:hover,

body#home #menu a#home:hover,
body#schedule #menu a#schedule:hover,
body#about #menu a#about:hover,
body#speakers #menu a#speakers:hover,
body#register #menu a#register:hover{
background-position:-152px 0px;
}
#menu a:active{
background-position:-300px 0px;
}
  
#content {
margin:0 auto;
margin-top:0px;
width:850px;
height:600px;
text-align:left;
background:url(../images/contentbg.png);
background-repeat:repeat-x;
border:1px #CCCCCC solid;
padding-top:30px;
padding-left:25px;
padding-right:25px;
}

#schedulelist{
text-decoration:none;
list-style:none;
text-indent:50px;
}

#hiddensocial{display:none}