html{
	height: 100%;
}

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	background: #cdb79e;
	color: #000;
}

p{
	padding: 0 0 15px 0;
	line-height: 1.5em;
}

img{
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-right: 10px;
	margin-left: 16px;
	margin-bottom: 6px;*/
}

h1{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 175%;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
}

h2{
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 145%;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
}

h3{
	font: normal 130% Verdana, Geneva, Arial, sans-serif;
	color: #000000;
}


h4, h5, h6{
	margin: 0;
	padding: 0 0 0px 0;
	font: normal 150% Verdana, Geneva, Arial, sans-serif;
	color: #FFF;
	line-height: 1.5em;
}

h5, h6{
	font: normal 95% Verdana, Geneva, Arial, sans-serif;
	color: #888;
	padding-bottom: 15px;
}

/*a, a:hover{
	color: #1D1D1D;
	background: transparent;
	outline: none;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	-webkit-box-shadow: 0px 0px #F50B0E;
	box-shadow: 0px 0px #F50B0E;
	color: #000;
	font-size: 36%;
}*/

a:link{
	color: #000;
	border-bottom: thin dotted #000;
	outline: none;
	text-decoration: none;
}

a:hover{
	background: #ffebcd;
	color: #000;
}

a:visited{
	color: purple;
}

ul{
	margin: 2px 0 22px 30px;
	line-height: 1.7em;
	font-style: normal;
	font-size: 100%;
}

ol{
	margin: 8px 0 22px 20px;
}

ol li{
	margin: 0 0 11px 0;
}

#main, #menubar, #site_content, #footer, #slideshow, #menu_container, #menubar, #footer_container, #heading{
	margin-left: auto; 
	margin-right: auto;
}

/*#main
{ background: #FAEBD7;}*/
  
#heading{
	width: 960px;
	position: relative;
	height: 511px;
	padding: 15px 0px 0px 0px;
	/*background: #FAEBD7;*/
}
  
#welcome{
	width: 940px;
	float: left;
	text-align: center;
	height: 50px;
	padding-left: 20px;
	/*background: #FAEBD7;*/
} 
  
.welcome_slogan{
	width: 940px;
	float: left;
	text-align: center;
	height: 25px;
	margin: 0 auto;
	padding-left: 20px;
	/*background: #FAEBD7;*/
}   
   
#welcome H1{
	font: normal 320% Verdana, Geneva, Arial, sans-serif;
	letter-spacing: -0px;
	text-shadow: none /*1px 1px #ffebcd*/;
	color: #1D1D1D;
}

.welcome_slogan H1{
	font: normal 200% Verdana, Geneva, Arial, sans-serif;
	letter-spacing: -2px;
	text-shadow: none /*1px 1px #ffebcd*/;
	color: #1D1D1D;
} 
  
.welcome_slogan H2{
	font: normal 165% Verdana, Geneva, Arial, sans-serif;
	text-shadow: none /*0px -1px 0px #ffebcd*/;
	color: #1D1D1D;
	letter-spacing: -0.2px;
	margin: 0 0 10px 0;
}
  
.welcome_slogan H3{
	font: normal 130% Verdana, Geneva, Arial, sans-serif;
	text-shadow: none /*0px -1px 0px #ffebcd*/;
	letter-spacing: -0.5px;
	color: #1D1D1D;
	letter-spacing: -0.2px;
	margin: 0 0 10px 0;
}
  
#menu_container{ 
	height: 50px;
	width: 940px;
	background: /*#0000FF*/#ffebcd;
	/*background: -moz-linear-gradient(#660000, #C60063);
	background: -o-linear-gradient(#660000, #C60063);
	background: -webkit-linear-gradient(#660000, #C60063);*/
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}  
  
#menubar{
	width: 940px;
	height: 50px;
	text-align: center; 
	margin: 0 auto;
}   
  
/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
	width: 200px;
}

html body ul.sf-menu ul ul { 
	margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
	margin: 0;
	padding: 0;
}

ul.sf-menu { 
	display: block;
	position: relative;
}
  
ul.sf-menu li { 
	display: block;
	list-style: none;
	float: left;
	position: relative;
}
  
ul.sf-menu li:hover { 
	visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
	display: block;
	position: relative;
}
  
ul.sf-menu ul { 
	position: absolute;
	left: 0;
	width: 150px; 
	top: auto;
	left: -999999px;
}

ul.sf-menu ul li { 
	float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
	width: 150px;
}

  
ul.sf-menu ul ul { 
	top: 0;
	margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
	left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
	left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
	width: 7px;
	height: 7px;
	position: absolute;
	top: 25px;
	right: 5px;
	display: block;
	background: url(../images/arrows-black.png) no-repeat 0 0;
	overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
	font-size: 1px;
}

ul ul span.sf-arrow { 
	right: 5px;
	top: 20px;
	background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
	margin: 0 auto;
	float: right;
	margin-right: 20px;
}

ul#nav li {
	text-align: center;
  }

ul#nav ul { 
	background: transparent url(../images/transparent.png) repeat;
	margin-top: 5px;
}

ul#nav li a { 
	padding: 17px 30px 16px 30px;
	font: 120% arial, sans-serif;
	text-decoration: none;
	color: #000000;
	border-bottom: none;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus{
	color: #FFF;
	text-shadow: none;
}

ul#nav li a:hover, ul#nav li.selected a{
	color: #8b7d6b; 
	background: none;
}
  
ul#nav li.currenttab a{
	color: #FFF; 
	background: none;
}
  
ul#nav ul li.currenttabselected a{
	color: #8b7d6b; 
	background: none;
}  
  
ul#nav ul li a {
	color: #FFF;
	background: none;
}

ul#nav ul li a:hover, ul#nav li.selected a:hover, ul#nav li.selected a:focus{
	color: #ffebcd; 
	background: none;
}

#site_content{
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
} 

.sidebar_container{
	float: right;
	margin: 20px 10px 10px 10px;
	width: 210px;
	padding: 10px 0 0 20px;
	background-color: #ffebcd;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

#sidebar_updates, #sidebar_contact{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 90%;
	width: 190px;
	color: #000000;
	border-bottom: 2px solid #cdb79e;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#sidebar_connect{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 90%;
	width: 190px;
	color: #000000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
  
.sidebar_list{
	line-height: 1.2em;
	/*border: thin solid black;*/
	margin-bottom: 5px;
}

.sidebar_list li{
	padding-bottom: 5px;
}

.sidebar_list em, .content_item1 em{
	font-style: normal;
	font-weight: bold;
}

.sidebar_container h1{
	font-size: 140%;
	font-weight: bold;
	text-decoration: underline;
}
 
.sidebar_container h2{ 
	font-size: 130%;
}   

#acm_sidebar{
	padding: 20px 0px 0px 20px;
}

.sidebar_container a:hover, #footer a:hover{
	background: #cdb79e;
	color: #000;
}

#sidebar_connect a:link{
	border-bottom: none;
}

#sidebar_connect a:hover{
	background: none;
	border-bottom: thin dotted #000;
}

#content{
	width: 680px;
	margin: 0 0 20px 10px;
	float: left;
}

.content_item{
	width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffebcd;
}
  
.content_item1{
	width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px ;
}
  
.content_image{
	float: left; 
	width: 150px;
	height: 150px;
	margin: 0 20px 10px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
  
.content_container{
	width: 320px;
	padding: 5px;
	margin-right: 10px;
	float: left;
}
 
#footer_container{
	height: 60px;
	width: 940px;
	margin-bottom: 30px;
	background: #ffebcd;
	/*background: -moz-linear-gradient(#660000, #C60063);
	background: -o-linear-gradient(#660000, #C60063);
	background: -webkit-linear-gradient(#660000, #C60063);*/
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
} 
 
#footer{
	width: 940px;
	height: 20px;
	padding-top: 20px;
	text-align: center; 
	background: transparent;
	/*text-shadow: 1px 1px #535353;*/
	color: #000000;
}

/*#footer a, #footer a:hover{
	text-shadow: 1px 1px #535353;
	color: #000000;
	text-decoration: none;
	padding-bottom: 20px;
}*/


/*#footer a, #footer a:hover{
	text-shadow: 1px 1px #535353;
	color: #000000;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: underline;
}*/
 
/*.button_small{
	font: normal 110% Verdana, Geneva, Arial, sans-serif;
	height: 15px;
	width: 90px;
	padding: 5px 2px 7px 2px;
	background: #0000FF;
	background: -moz-linear-gradient(#AC0000, #C60063);
	background: -o-linear-gradient(#AC0000, #C60063);
	background: -webkit-linear-gradient(#AC0000, #C60063);
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border: 15px 15px 15px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
  
.button_small a{
	color: #FFF;
	padding-left: 5px;
}*/

.form_settings{
	margin: 15px 0 0 0;
}

.form_settings p{
	padding: 0 0 4px 0;
}

.form_settings span{
	float: left; 
	width: 280px; 
	text-align: left;
}
  
.form_settings input, .form_settings textarea{
	padding: 2px; 
	width: 299px; 
	font: 100% arial; 
	border: 1px solid #E5E5DB; 
	background: #FFF; 
	color: #47433F;
}
  
.form_settings input[type="checkbox"]{
	padding: 2px 0; 
	width: 15px; 
	font: 100% arial; 
	border: 0; 
	background: #FFF; 
	color: #47433F;
	margin: 28px 0;
}

.form_settings .submit{
	font: 100% arial; 
	border: none; 
	width: 99px; 
	margin: 0 0 0 206px; 
	height: 26px;
	padding: 2px 0 3px 0;
	cursor: pointer; 
	background: #660000;
	background: -moz-linear-gradient(#43A9FF, #0183F0);
	background: -o-linear-gradient(#43A9FF, #0183F0);
	background: -webkit-linear-gradient(#43A9FF, #0183F0);
	color: #FFF;
}

#slideshow{
	/*width: 1040px;
	height: 350px;*/
	float: left;
}  
  
/* styling for the slideshow on the homepage */
ul.slideshow {
	list-style: none;
	width: 940px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 20px 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
  
ul.slideshow li {
	position: absolute;
	margin: 0 0 0 0px;
	padding: 0;
	left: 0;
	right: 0;
}
 
ul.slideshow li.show {
	z-index: 500;
}
 
ul img {
	border: thin;
}
 
#slideshow-caption {
	width: 960px;
	height: 38px;
	position: absolute;
	bottom: 0;
	left: 0; 
	z-index: 500;
}
 
#slideshow-caption .slideshow-caption-container {
	padding: 10px 25px 10px 25px; 
	background: transparent url(../images/transparent.png) repeat;  
	z-index: 1000;
}
 
#slideshow-caption p {
	padding: 0;
	font: normal 130% arial, sans-serif;
	color: #FFF;
}



#chairs{
	padding-top: 30px;
	padding-bottom: 20px;
}

#chairs td, th{
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	
}


#sponsors{
	padding-bottom: 20px;
	margin-bottom: 30px;
	/*border: thin solid black;*/
	width: inherit;
	border-bottom: 1px solid #ffebcd;
}

#sponsors a:link, #supporters a:link{
	border-bottom: none;
}

#sponsors a:hover, #supporters a:hover{
	background: none;
	border-bottom: thin dotted #000;
}

/*#sponsors td{
	border: thin solid black;
}*/

#supporters{
	margin-bottom: 30px;
	/*border: thin solid black;*/
	width: inherit;
}

/*#supporters td, th{
	border: thin solid black;
}*/

#supporters th{
	text-align: left;
	font-size: 125%;
	padding: 10px 0px 10px 0px;
}

.left_col{
	width: 400px;
	text-align: left;
}
/*Call for papers css*/
#papers, .papers{
	margin-left: 20px;
	margin-right: 20px;
}

#papers td, .papers td{
	width: 300px;
	text-align: left;
}

#papers th, #workshop_chairs th, #tutorial_chairs th, #poster_chairs th, #grant_chairs th, .papers th{
	text-align: left;
	font-size: 125%;
	padding: 10px 0px 10px 0px;
}

.cellcolor{
	background-color: #ffebcd;
}
#workshop_chairs, #turtorial_chairs, #poster_chairs, #grant_chairs{
	padding-top: 30px;
	padding-bottom: 10px;

}

#workshop_chairs td, #tutorial_chairs td, #poster_chairs td, #grant_chairs td{
	vertical-align: top;
	padding: 10px 20px 0px 20px;
	width: 400px;
	text-align: left;
}

#steering_comittee{

}

#steering_comittee th, #organizing_committee th, #program_committee th{
	font-size: 150%;
	text-align: left;
}

#steering_comittee td{
	vertical-align: top;
	padding: 10px 20px 0px 20px;
	width: 600px;

}

#organizing_committee, #program_committee{
	width: inherit;
	/*border: thin solid black;*/
}

/*#organizing_committee td{
	border: thin solid black;
}*/

.registration{
	width: auto;
	height: auto;
}

.registration th{
	height: 50px
}

.registration td{
	height: 30px;
	width: auto;
	vertical-align: top;
	padding: inherit;
}

.registration, .registration th, .registration td{
	border: 1px solid black;
	background-color: #ffebcd;
	
	
}

.pcenter{
	margin-left: auto;
	margin-right: auto;
	width: 12em;
}

.center{
	text-align: center;
}

.right{
	text-align: left;
}

.left{
	font-weight: bold;
	text-align: left;
	width: 200px;
}

.center_org{
	text-align: left;
}

.bold{
	font-weight: bold;
}

.denver_local{
	border-bottom: 1px solid #ffebcd;
}

.denver_featured{
	padding-top: 10px;
	border-bottom: 1px solid #ffebcd;
}

.denver_attractions{
	padding-top: 10px;
	border-bottom: 1px solid #ffebcd;
}

.denver_must_sees{
	padding-top: 10px;
	border-bottom: 1px solid #ffebcd;
}

.colorado_hidden_gems{
	padding-top: 10px;
}

.tut1_pic3, .tut1_pic1, .tut1_pic2, .tut2_pic1, .tut3_pic1{
	padding: 0 0 10px 100px;
	position: relative;

}

.tut1_pic3 img, .tut1_pic1 img, .tut1_pic2 img, .tut2_pic1 img, .tut3_pic1 img{
	left: 0;
	position: absolute;
	top: 20px;
}

.tutorial2, .tutorial3{
	border-top: 2px solid#ffebcd
}