@import url(fonts/stylesheet.css);


html{
font-size:100%;
}

body{
color: #606060;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
font-size: 75%;
line-height: 1.5;
opacity:0;
}

.main-container{
background-color:#fff;
width:100%;
max-width:1180px;
position:relative;
overflow:hidden;
}
.noPadding,
.nopadding{
padding:0px;
}

.alignleft{
    text-align:left;
}
.alignright{
    text-align:right;
}
.aligncenter{
    text-align:center;
}

.aligncenter .event-image{
    margin:0 auto;
}

.hideThis{
	display:none;
}

.visuallyhidden {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


#secondary-nav {
    position: absolute;
    right: 0%;
    top: 1em;
    font-size: 0.9167em;
    z-index: 1000;
	width:50%;
}

.vmobile{display:none;}
		
h1, h2, .h2, h3, h4, h5, figure p, .pageHeader .updated, .section-title {
    font-family: ExpoLightSSiLight,sans-serif;
    font-weight: 100; 
}

h3, .h3{
    font-size: 1.3333em;
    margin-bottom: 1em;
}

.articleTitle h2{
	margin:0;
}

.sprite, .spriteMobile {
    background: url("../../images/sprite.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: transparent;
    display: inline-block;
    font: 0px/0 a;
    text-shadow: none;
    vertical-align: top;
}

.sprite-corner-add {
    background-position: -105px 0;
    height: 24px;
    margin-left: 60%;
    margin-top: 5%;
    width: 27px;
}

.entry-content a:hover{
	text-decoration:none;
}


input, textarea {
    border: 1px solid #dedede;
    display: inline-block;
    height: 2em;
    line-height: 1;
    padding: 0.25em 0.5em;
}