html {
    height: 100%;
}

body {
height: 100%;
padding: 0;
margin: 0;
}

h1 {color: #cc0000;}
h2 {color: #222;}
h6 {color: #444;font-weight: 300;}

a:focus, a:hover {color:#4682B4;}
a {color:#666;text-decoration:underline;}

.highlight {background:#FFA500;}


#breadcrumbs {
	margin-top: 1em;
	margin-bottom: -0.5em;
}
#header {
background: #38597c;

}
#sponsors {
	/* text-align: center;
	font-weight: bold; */
	font-size: 12px;
}
#wrapper-header {
	width: 100%;
	background-image: url(http://www.mwc2011.com/images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

#header-site, #nav-top {
	/*background-image: url(images/bgski1.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	height: 220px;
}
#countdown {
	/*margin-top: -35px;*/
	overflow: visible;
	text-align: center;
}
#countdown .date {
	font-size: 19px;
	font-weight: bold;
}
#countdown .event {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
#logo {
	position: absolute;
	padding: 0;
	min-height: 156px;
	/*top: 42px;
 background-image: url(http://www.mwc2011.com/images/sparkling_hill_event_logo.gif);
 background-repeat: no-repeat;*/
}

.sponsorblock {
	text-align: center;
	display: block;
	height: 130px;
	width: 125px;
	float: left;
	margin-right: 25px;
}
.sponsorblock img {
   vertical-align: middle;
   margin-right: 20px;
}


#logo-home {
position: relative;
left: 480px;
margin-top: 24px;
padding: 0;
min-height: 126px;

}
p + p {
text-indent:0em;
}
.mwc2011 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 2px;
}
.mwc2011r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 2px;
}
#logo h1 {


}

#top {


}

#wrapper-menu {
	height: 3em;
	width: 100%;
	background: #1a1a1a;
	border-top: 2px solid #bdbdbd;
	border-bottom: 2px solid #bdbdbd;
}

#wrapper-text {
	height: 2em;
	width: 100%;
	background: #1a1a1a;
	border-top: 2px solid #bdbdbd;
	border-bottom: 2px solid #bdbdbd;
}

#nav {
	position: relative;
	left: -12px;
	/*height: 3em;
	background-color: #1a1a1a;
	overflow: hidden;*/
	color: #fff;
	margin:0;
	padding: 0;
}


#nav ul{
	background-color: #1a1a1a;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 10px; /*offset of tabs relative to browser left edge*/
	font: bold 1em Verdana;
	list-style-type: none;
}

#nav li{
display: inline;
}

#nav li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	color: white;
	background: #1a1a1a; /*background of tabs (default state)*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#nav li a:visited {
}

#nav li a:hover{
	background: #cc0000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	
}

#wrapper-main-site {
	/*background: #fff url(/images/back4.jpg) no-repeat center top;
	height: 750px;*/
	overflow: hidden;
	width: 100%;
	display: table;
	background-color: #Fff;
	margin-bottom: 20px;
}

#wrapper-main {

  background-color: #Fff;
 

}

#main {
	min-height:400px;
	margin-bottom: 1.5em;
	background-color: #fff;
}

ul#content-filter{ margin: -20px 0; padding: 0; height: 64px; padding-left: 70px; line-height: 64px; background: transparent url(/js/jquery/filterable/images/icon-tag-green.png) left no-repeat; }
ul#content-filter li{ display: inline; }
ul#content-filter a{ margin-right: 0.5em; padding: 0.5em 1em; background: #FFF; color: #AAA; font-weight: bold; text-decoration: none; }
ul#content-filter a:hover, ul#content-filter a.current{ color: #888; }
ul#content-filter a.current{ background-color: #DDD; }

ul#content-list{ margin: 36px 0 0 0; padding: 0; list-style: none; }
ul#content-list li{ width: 150px; height: 178px; display: block; float: left; margin-right: 10px; overflow: hidden; }
ul#content-list li a{ display: block; width: 150px; height: 178px; overflow: hidden; border: 1px solid #CDCDCD; background: #eee; }
ul#content-list li img{ width: 150px; height: 150px; }
ul#content-list li p{ font-size: 11px; line-height: 15px; color: #AAA; margin: 5px 0; text-align: center;}

ul#filter { float: left; font-size: 16px; list-style: none; margin-left: 0; width: 100%; }
ul#filter li { 
	border-right: 1px solid #dedede;
	float: left;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}
ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #999; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: underline; }
ul#filter li.current a { color: #333; font-weight: bold; }

ul#portfolio { float: left; list-style: none; margin-left: 0; width: 600px; }
ul#portfolio li { 
	border: 1px solid #dedede; 
	list-style: none outside;
  	float: left;
 	margin-right: 20px;
  	margin-bottom: 20px;
	font-size: 10px;
	width: 600px;
}

ul#portfolio li img { 
	vertical-align: middle; 
 }

ul#portfolio-type { float: left; list-style: none; margin-left: 0; width: 230px; }
ul#portfolio-type li { 
	border: 1px solid #dedede; 
	list-style: none outside;
	float: left;
 	margin-right: 20px;
  	margin-bottom: 20px;
  	width: 90px;
  	height: 100px;
  	line-height: 100px;
  	text-align: center;
}

ul#portfolio-type img { vertical-align: middle;  }


#content {


}

#sidebar {
	margin-top: 3em;
}


#sidebar h3 {
color:#FFA500;
font-weight: 300;
font-variant: small-caps;
padding-top: 5px;
}

.topborder {
border-top: 2px solid #ccc;
margin-top: 1em;
}

#sidebar ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#sidebar ul li:before {
	content: "\00BB \0020";
	}

#wrapper-sponsors {
	height: 165px;
	width: 100%;
	padding-top: 50px;
	margin-top: 50px;
	background-image: url(http://www.mwc2011.com/images/footer_stroke.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}

#wrapper-footer {
	height: 165px;
	width: 100%;
}

#footer  {

height: 30px;
color: #1a1a1a;
background: #f4efeb;
}


#footer  ul {
margin: 0px;
padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;

}


#footer  li {
 list-style-type: none;
 display: inline;
padding-right: 10px;
}

#foooter li a {
text-decoration:none;
 padding: 7px 10px;
 color: #666;
}

#footer  li a:link {
padding: 10px;
color: #666;

}
#footer  li a:visited {
color: #666;

}

#footer li a:hover {

}




#contact-map {
height: 200px;
border: 1px solid;
}

div.sl-google-map {
border : 1px solid #999;
width : 98%;
}

div.sl-google-map-address-lookup {margin-bottom : 1.5em;}

div.sl-google-map-address-lookup label {
font-weight : bold;
margin-right : 10px;
}

input.sl-google-map-address-input {
margin-right : 10px;
width : 200px;
}




#box-table-a {

	font-size: 12px;
	 background: #ccc; 
	color: #000;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}



#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #fff;
	border-top: 2px solid #666;
	border-bottom: 1px solid #444;
        background: #4c4c4c; 
	color: #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #d8d8d8; 
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #666;
	color: #fff;
}


.img_right {
	float:right;
}
.img_left {
	float:left;
}
#acclog img {
	padding-bottom: 25px;
	padding-left: 25px;
}
.uline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBDBD;
}

#newsbar h2 {
	margin-bottom: 0em;
	color:#FFA500;
	font-variant:small-caps;
	font-weight:300;
	font-size: 1.5em ;
}

#newsbar form input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	display:block;
	font-size:95%;
	margin-top:-10px;
}

.nobottommargin {
	margin-bottom: 0px;
}
.bottommargin {
	margin-bottom: 15px;
}
#sponsor-contact h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #666666;
}


/* ---------- SLIDESHOW --------- */

ul.slideshow {
	list-style:none;
	width:675px;
	height:506px;
	overflow:hidden;
	position:relative;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:675px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
	color:#fff;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	color:#fff;
}

.input {
	border-top:        1px solid #999999;
	border-left:       1px solid #999999;
	background-color:  #fff;
	color:             #000;
	font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size:         11px;
	height:            1.6em;
	padding:           .3em 0 0 2px;
	margin-top:        6px;
	margin-bottom:     3px;
}

.textarea {
	border-top:        1px solid #999999;
	border-left:       1px solid #999999;
	background-color:  #fff;
	color:             #000;
	font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size:         11px;
	margin-top:        3px;
	margin-bottom:     3px;
}

.checkbox {
	background-color:  transparent;
	margin:            3px;
	padding:           0;
	border:            0;
}

.submit {
	background-color:  #fff;
	font-family:       Arial, Verdana, Sans-serif;
	font-size:         11px;
	font-weight:       normal;
	letter-spacing:    .1em;
	padding:           1px 3px 1px 3px;
	margin-top:        6px;
	margin-bottom:     4px;
	text-transform:    uppercase;
	color:             #000;
}

#gallery img {
    padding: 2px;
    border: 1px solid #666666;
    margin-top: 0px;
    margin-right: 3px;
    margin-bottom: 3px;
    margin-left: 0px;    
}

#homefeature h2 {
	font-size: 1.4em;
	color: #FFA500;
	margin-bottom: 5px;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/* --------------- DCUMENT ICONS --------------- */
    a[href^="mailto:"] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/email_link.png) center right no-repeat;
    }

    a[href$='.pdf'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_acrobat.png) center right no-repeat;
    }

#sidebar a[href$='.pdf'] {
    display:inline-block;
    padding-left:10px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_acrobat.png) center right no-repeat;
    }

    a[href$='.swf'], a[href$='.fla'], a[href$='.swd'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_flash.png) center right no-repeat;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_excel.png) center right no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-rightt:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_powerpoint.png) center right no-repeat;
    }

    a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_word.png) centerright no-repeat;
    }

    a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-right:20px;
    line-height:18px;
    background:transparent url(/images/icons/page_white_zip.png) centerright no-repeat;
    }
