@charset "UTF-8";
/* CSS Document */

/* Clearfix */
.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

#main-logo{
margin-top: -42px; border-right: none; margin-right:20px; background-color:transparent;z-index: 100;position: relative;
}
a#pull {
    display: none;
}
nav {
    height: 40px;
    width: 100%;
    position: relative;
	z-index:100;
}

nav ul {
    padding: 0;
    margin: auto;
    display: inline-block;
}

nav li {
    display: inline;
    float: left;
	border-right: 1px solid #ed2424;
}
nav a {
	color:#ee2424;
    display: inline-block;
    width: auto;
    text-align: center;
	font-weight: 300;
	font-size:16px;
}
nav li a {
    border-right: 0px solid #576979;
	padding-left: 12px;
    padding-right: 12px;
}

nav li:last-child a {
    border-right: 0;

}

nav a:hover, nav a:active {
	color: #ed2424;
}
@media only screen and (max-width : 1200px) {
    nav {
        border-bottom: 0;
        height: auto;
		border-bottom: 2px solid white;
    }

	#main-logo{
		display:none;
		}


    nav ul {
        display: none;
        height: auto;
        width: 100%;
    }

    nav li {
        width: 100%;
        float: left;
		   line-height: 27px;

    }
	nav li:first-child {
		margin-top:30px;
}

	nav li a {
    border-right: 0px solid #576979;
    padding-left: 0px;
    padding-right: 0px;
    color: white;
  }
  nav li a:hover {
    color: white;
  }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }

    nav a#pull {
        display: block;
        background-color: #ee2424;
        width: 100%;
		color: white;
    background-image: url(images/halloween_header.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    }

    nav a#pull:after {
        content:"";
        background: url('../images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 30px;


    }

}
