
/* Fonts */

@font-face {
    font-family: 'SquareSerifBook';
    src: url('../fonts/SquareSerif-Book-webfont.eot');
    src: url('../fonts/-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SquareSerif-Book-webfont.woff') format('woff'),
         url('../fonts/SquareSerif-Book-webfont.ttf') format('truetype'),
         url('../fonts/SquareSerif-Book-webfont.svg#SquareSerifBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SquareSerifDemi';
    src: url('../fonts/SquareSerif-Demi-webfont.eot');
    src: url('../fonts/SquareSerif-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SquareSerif-Demi-webfont.woff') format('woff'),
         url('../fonts/SquareSerif-Demi-webfont.ttf') format('truetype'),
         url('../fonts/SquareSerif-Demi-webfont.svg#SquareSerifDemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SquareSerifMedium';
    src: url('../fonts/SquareSerif-Medium-webfont.eot');
    src: url('../fonts/SquareSerif-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SquareSerif-Medium-webfont.woff') format('woff'),
         url('../fonts/SquareSerif-Medium-webfont.ttf') format('truetype'),
         url('../fonts/SquareSerif-Medium-webfont.svg#SquareSerifMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SquareSerifMediumItalic';
    src: url('../fonts/SquareSerif-MediumItalic-webfont.eot');
    src: url('../fonts/SquareSerif-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SquareSerif-MediumItalic-webfont.woff') format('woff'),
         url('../fonts/SquareSerif-MediumItalic-webfont.ttf') format('truetype'),
         url('../fonts/SquareSerif-MediumItalic-webfont.svg#SquareSerifMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


a{
    text-decoration: none;

    -webkit-transition: all 0.4s linear;
    -moz-transition:    all 0.4s linear;
    -ms-transition:     all 0.4s linear;
    -o-transition:      all 0.4s linear;
    transition:      all 0.4s linear;
}


a:hover{
    -webkit-transition: all 0.4s linear;
    -moz-transition:    all 0.4s linear;
    -ms-transition:     all 0.4s linear;
    -o-transition:      all 0.4s linear;
    transition:      all 0.4s linear;
}

body {

    font-family: 'SquareSerifMedium';
    color: #fff;
	background: #000 url(../images/background.jpg) center top no-repeat;
}

.wrp{
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

header{
	background:url(../images/top-repeat.png) repeat-x transparent;
	height:230px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:2000;
}

.notation {
	font-size:13px;
	line-height: 18px;
	display:block;

}

#logo{
    width: 235px;
    height: 132px;
    background: url(../images/flag.png) no-repeat;
    padding: 90px 0 0 8px;
    float: left;
}

    #logo h1{
        text-indent: -99999px;
        background: url(../images/logo.gif);
        width: 228px;
        height: 124px;
        margin: 0;
        padding: 0;
    }

     #logo h3{
        color: #888888;
        font-family: 'SquareSerifMedium';
        width: 228px;
        font-size: 0.7em;
        color:#888888;
        text-align: center;
        font-weight: normal;
        margin: -50px 0 0 0;
    }


#bug{
    margin: 0 auto;
    text-align: center;
    width: 42px;
    height: 42px;
    margin-top: -140px;
	margin-left: 90px;
    position: relative;
    z-index: 3000;
}


#bugShadow{
    top: -30px;
    left: -30px;
    height: 62px;
    width: 62px;
    text-align:center;
    margin: auto;
    position:absolute;
    z-index: 1000;
}


#bugShadow img{
    z-index: 1;
    position:absolute;
    top:-10px;
    left:0px;
}

#rabbithole{
    margin: 157px auto 0 auto;
    width:692px;
	height:692px;
	overflow: hidden;
	position: relative;

}

    #rabbithole .window{
        width:692px;
	    height:692px;
	    margin: 0 auto;
    }

      #parallax{
    	position:relative;
    	overflow:hidden;
    	width:692px;
    	height:692px;
    	margin-top: -692px;
    	z-index:1;
    	/* padding: 0 50px; */
    	margin-left: auto;
    	margin-right: auto;
	}



#topNav{
    float: left;
    width: 720px;
    font-family:"SquareSerifBook";
    background: url(../images/dottedlinesundernav.gif) no-repeat 0 30px ;
    overflow: hidden;
    margin: 20px 0 0 60px;
}

    #topNav nav{
        display: block;
        overflow: hidden;
        margin: 0 0 20px 0;
    }

    #topNav nav ul{
        margin: 0;
        padding: 0;
    }

    #topNav nav ul li{
        display: block;
        float: left;
        padding: 0 40px 0 0px;
    }

    #topNav nav ul li a{
        color: #B5B3AC;
        font-size: 0.688em;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    #topNav nav ul li a:hover{
        color: #C4A93E;
    }

    #topNav nav ul li a .arrow{
        color: #d7c06f;
    }

#details{
    overflow: hidden;
}

    #details .item{
        float: left;
        padding: 0 20px 0 0px;
    }

    #details .via{
        width: 170px;
        text-align: center;
        font-size: 0.75em;
        color: #fdfcf6;
        padding: 15px 0 0 0;
    }

    #details .via a{
        font-size: 0.625em;
        color: #c9b364;
    }

    #details .via a:hover{
        color: #fdfcf6;
    }

    #details .hat{
        width: 200px;
        text-align: center;
        font-size: 0.75em;
        color: #fdfcf6;
        padding: 15px 0 0 25px;
    }

    #details .hat a{
        font-size: 0.625em;
        color: #c9b364;
    }

    #details .hat a:hover{
        color: #FFF;
    }

    #details .bookmarklet{
        width: 156px;
        text-align: center;
        font-size: 0.625em;
        color: #fdfcf6;
        padding: 15px 0 0 0px;
        float: right;
        position: relative;
    }

    #details .dragMe{
        position: absolute;
        top:33px;
        left:24px;
        font-size: 9pt;
        cursor: pointer;
        opacity: 0;

        -webkit-transition: opacity 0.8s ease;
        -moz-transition:    opacity 0.8s ease;
        -ms-transition:     opacity 0.8s ease;
        -o-transition:      opacity 0.8s ease;
        transition:      opacity 0.8s ease;
    }

	  #details .dragMe a{
        position: absolute;
		width: 100px;
        top:23px;
        left:-8px;
		color:#FFF;
        font-size: 9pt;
        cursor: pointer;


        -webkit-transition: opacity 0.8s ease;
        -moz-transition:    opacity 0.8s ease;
        -ms-transition:     opacity 0.8s ease;
        -o-transition:      opacity 0.8s ease;
        transition:      opacity 0.8s ease;
    }




    #details .get{
        -webkit-transition: opacity 0.8s ease;
        -moz-transition:    opacity 0.8s ease;
        -ms-transition:     opacity 0.8s ease;
        -o-transition:      opacity 0.8s ease;
        transition:      opacity 0.8s ease;
    }

    #details .bookmarklet:hover .get{
        opacity: 0.2;

        -webkit-transition: opacity 0.8s ease;
        -moz-transition:    opacity 0.8s ease;
        -ms-transition:     opacity 0.8s ease;
        -o-transition:      opacity 0.8s ease;
        transition:      opacity 0.8s ease;
    }

    #details .bookmarklet:hover .dragMe{
        opacity: 1;

        -webkit-transition: opacity 0.8s ease;
        -moz-transition:    opacity 0.8s ease;
        -ms-transition:     opacity 0.8s ease;
        -o-transition:      opacity 0.8s ease;
        transition:      opacity 0.8s ease;
    }

#parallaxWrp{
    /* background: red; */
}

#parallaxContent{
    /* background: green; */
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

#refresh{
    clear: both;
    text-align: center;
    width: 245px;
    padding-top: 10px;
    position: relative;
    z-index: 1004;
}

    #refresh a{
        color: #c9b364;
        font-size: 0.813em;
        line-height: 1;
        padding: 0px 0 0 0;
        display: block;
        margin: 0 auto;
        width: 100px;
        position: relative;
    }

    #refresh a:hover{
        color: #b6b3ac;
    }

    #refresh a img.over{
        position: absolute;
        top:0;
        left: 35px;
        opacity: 0;

        -webkit-transition: all 0.4s linear;
        -moz-transition:    all 0.4s linear;
        -ms-transition:     all 0.4s linear;
        -o-transition:      all 0.4s linear;
        transition:      all 0.4s linear;
    }
    #refresh a:hover img.over{
        opacity: 1;

        -webkit-transition: opacity 0.4s linear;
        -moz-transition:    opacity 0.4s linear;
        -ms-transition:     opacity 0.4s linear;
        -o-transition:      opacity 0.4s linear;
        transition:      opacity 0.4s linear;
    }

#bigQuote{
    font-size: 3.5em;
    text-align: center;
    margin-top: -140px;
    position: relative;
    font-family: 'SquareSerifBook';
    padding: 100px 20px;
	color: #ffffff;

    min-height: 475px;
	cursor:default;

            -webkit-transition: all 0.4s linear;
        -moz-transition:    all 0.4s linear;
        -ms-transition:     all 0.4s linear;
        -o-transition:      all 0.4s linear;
        transition:      all 0.4s linear;
}

.quotesmaller{
	 font-size: 35px;
	line-height: 55px;
	display:block;

    text-align: center;
    margin-top: 10px;
    position: relative;
    font-family: 'SquareSerifBook';
    padding: 100px 20px -100px;
	color: #ffffff;



            -webkit-transition: all 0.4s linear;
        -moz-transition:    all 0.4s linear;
        -ms-transition:     all 0.4s linear;
        -o-transition:      all 0.4s linear;
        transition:      all 0.4s linear;
}

    #bigQuote:hover{
        opacity: 0.1;

        -webkit-transition: all 0.4s linear;
        -moz-transition:    all 0.4s linear;
        -ms-transition:     all 0.4s linear;
        -o-transition:      all 0.4s linear;
        transition:      all 0.4s linear;
    }

    #bigQuote .by{
        color: #ddce94;
    }

#bigBadge{
    background: url(../images/big-badge.png) no-repeat;
    width: 120px;
    height:120px;
    position: absolute;
    top: 440px;
    right: 230px;
}

#attributionChain{
    background: url(../images/attribution-chain-bg.png);
    height: 57px;
    z-index: 1005;
    width: 1024px;
    position: absolute;
    top:110px;
    left:0;
}


    #attributionChain .head{
        background: url(../images/attribution-chain-arrow-bg.png) no-repeat;
        width: 245px;
        float: left;
        height: 57px;
        padding: 0 10px 0 0;
    }

    #attributionChain .attributions{
        float: left;
        line-height: 57px;
        padding: 0 0 0 10px;
        overflow: hidden;
        width: 755px;
        height: 57px;
        position: relative;
        white-space: nowrap;
    }

        #attributionChain .attributions .mask{
            position: absolute;
            top:0;
            right: 0;
            background: url(../images/mask.png) no-repeat center right;
            width: 153px;
            height: 57px;
        }

        #attributionChain .attributions .andOn{
			font-family: 'SquareSerifBook';
            font-style: italic;
            white-space: nowrap;
            padding: 0 0 0 10px;
        }

        #attributionChain .attributions span{
            padding: 0 35px 0 0;
            background: url(../images/attribution-separator.png) no-repeat center right;
        }

        /*overwrite from above*/
        #attributionChain span#attributionsPlaceholder{
            background: none;
            padding: 0;
        }



        #attributionChain .attributions a{
			font-family: 'SquareSerifBook';
            color: #c9b364;
            text-decoration: underline;
            font-size: 0.938em;
            padding: 0 0 0 20px;
			z-index: 1005;
			position:relative;
        }

        #attributionChain .attributions a:hover{
            color: #b6b3ac;
        }

        #attributionChain .attributions a.via{
            background: url(../images/attribution-via.png) no-repeat center left;
        }
        #attributionChain .attributions a.hat{
            background: url(../images/attribution-hat.png) no-repeat center left;
        }

    #attributionChain .head h3{
        margin: 7px 0 0 0;
        padding: 0;
        font-weight: normal;
        text-align: center;
    }

    #attributionChain .head h4{
		font-family: 'SquareSerifBook';
        margin: 0;
        padding: 0;
        font-weight: normal;
        text-align: center;
        color: #e1e1e1;
        font-size: 1em;
        font-style: italic;
        line-height: 1em;
    }



#floatingbox{

        background: url(../images/grid-pattern.png);
        padding: 0.1em .5em;

		margin-top:40px;
    }

	 #floatingbox h1{
        font-family: 'LeagueGothicRegular';
        font-weight: normal;
        text-transform: uppercase;
        font-size:1.25em;
        margin: 0 0 0 0;
        color: #e3d79d;

    }

	 #floatingbox p{
        font-family: 'SquareSerifMedium';
        font-size: 13px;
		line-height:1.3em;
        font-weight: normal;
        padding: 0.5em 1em;
		color:#FFF;
		width: 375px;


    }


.modal-profile {
    position:relative;
    margin: -95px 0 -100px 390px;
    height: 168px;
    width: 600px;
    padding:15px;
    z-index:50;
}

.brightyellow {
	color: #f8db56;
}

.modal-profile p {
	font-size:14px;
	font-style:italic;
	margin-top: -40px;
}

.modal-profile .input-container
{
  clear: both;
}

.modal-profile label
{
  float: left;
  color: #e7c54f;
  padding-top:6px;
  font-size: 17pt;
  background-color: rgba(195,110,0,0.6);
  margin-top:-5px;
  width: 26px;
  height: 23px;
  text-align: center;
}





.modal-profile #via-label
{
  line-height: 29px;
  margin-right: 7px;
}

.modal-profile #hattip-label
{
  line-height: 19px;
  margin-right: 7px;
}

.modal-profile input {
  float: left;
  background-color: #f7f3ed;
  font-size: 8pt;
  font-family:Helvetica, Arial, sans-serif;
  color:#be8a1c;
  border: none;
  padding: 8px;
  margin: -5px 0px 12px 0px;
  width: 550px;
}


.yellow {
	 color:#ccba76;
	 font-family:"SquareSerifMedium";
}

#naked-hattip-input {

  background-color: #f7f3ed;
  font-size: 12pt;
  font-family:Helvetica, Arial, sans-serif;
  color:#be8a1c;
  border: none;
  padding: 5px;
  margin: -5px 0 0 0;
  width: 10px;
  height: 10px;
  width: 550px;
}



a.modal-close-profile {
    position:absolute;
    top:35px;
    right:197px;
}

.modal-rollover a{
   display: block;
   text-indent: -9999px;
   margin: auto auto auto auto;
   cursor: pointer;
   outline: transparent solid 0px;
   float:left;
}




#content{

}
    #content h1{
        font-family: 'SquareSerifBook';
        font-size: 3.2em;
        font-weight: normal;
        text-align: center;
        margin-bottom: 0;

    }



     #content .text{
        padding: 40px 180px;
         font-family: 'SquareSerifBook';
        color: #f2f0ea;
       font-size: 18px;
        line-height: 1.6;
     }


    #content .bigLetter{
        font-size: 80px;
        line-height: 1;
        float: left;
        margin: -5px 10px 0 0;
    }

    #content blockquote{
        float: right;
        font-family: 'SquareSerifBook';
        width: 326px;
        font-size:1.4em;
        margin: 10px -100px 10px 2em;
        word-spacing: 0.3em;
        line-height: 1.3em;
    }


footer{
    background: url(../images/footer-top-pattern.png);
    padding-top: 30px;
}

    #footerWrp{
        background: url(../images/footer-pattern.jpg) center center;
    }

    #footerInside{
        padding: 50px 0px 70px 0px;
        width: 1024px;
        margin: 0 auto;
    }

#compliantWrp{


    border-bottom: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;

    background: rgba(0,0,0,0.05);

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.3);

    overflow: hidden;

    height: 380px;
}

   #compliantBox{
        font-size: 13px;
        font-family: 'SquareSerifBook';
        color: #4e4e4d;
        width: 370px;
        float: left;
        overflow: hidden;
        height: 380px;
        background: transparent url(../images/conter-bg-separator.png) center right no-repeat;
    }

        #compliantBox .text{
            padding: 0 0 0 25px;
        }

        #compliantBox .text img{
            display: block;
        }
        #compliantBox .text p{
            margin: 20px 25px 10px 8px;
        }

        #compliantBox a{
            color: #4e4e4d;
            text-decoration: underline;
        }

        #compliantBox a:hover{
            color: #201f1c;
            text-decoration: none;
        }

     #pressanddebate{
        width: 572px;
        float: left;
        background: green;
        height:380px;
        background: rgba(0,0,0,0.05);

        padding: 10px 40px;
    }

        #pressanddebate a{
            display: block;
            float: left;
            opacity: 0.5;
            margin: 15px
        }

        #pressanddebate a:hover{
          
			display: block;
            float: left;
             opacity: 1;
            margin: 15px
        }
		
		 #pressanddebate a:visited{
          
			 display: block;
            float: left;
            opacity: 0.5;
            margin: 15px
        }







#contact{
    overflow: hidden;
    font-size: 14px;
    font-family: 'SquareSerifBook';
    color: #4e4e4d;
    padding: 0 0 0 10px;
}



    #contact .col{
        float: left;
        width: 327px;
        padding: 0 20px 0 0;

    }

    #contact .pledge{
        width: 310px;
        padding: 0 60px 0 0;

    }
    #contact .form{
       width: 435px;
       position: relative;
    }

        #contact .form form{
            padding-top: 20px;
        }

        #contact .form label{
            display: block;
            font-family: 'SquareSerifBook';
            font-size: 17px;
            color: #ffffff;
			margin-bottom:5px;
			margin-top:-5px;

        }

         #contact .form .row input{
            background: #ecebe8;
            border: 0;
            width: 86%;
            padding:1px 5px;
            font-family: 'SquareSerifBook';
            color: #b6b3ac;
            font-size: 16px;
         }

         #contact .form .row input:focus{
            background: #fff;
         }

         #contact .form .row{
            margin-bottom: 20px;
         }

         #contact .form .submit{
			 margin-top: 10px;
			  opacity: 0.7;
			    -webkit-transition: opacity 0.8s ease;
        -moz-transition:    opacity 0.8s ease;
        -ms-transition:     opacity 0.8s ease;
        -o-transition:      opacity 0.8s ease;
        transition:      opacity 0.8s ease;s

         }

		  #contact .form .submit:hover{
			   opacity: 1;

         }


         #contact .error{
            color: #e0351e;
            font-family: 'SquareSerifBook';
            font-weight:bold;
            font-size: 14px;
            display: none;
            position: absolute;
            top: 50px;
        }

        #contact .success{
            color: #555252;
            font-family: 'SquareSerifBook';
            font-weight:bold;
            font-size: 18px;
            position: absolute;
            top: 40%;
            text-align: center;
            width: 86%;
            display: none;
            z-index: 9999;
        }

    #contact .wear{
        padding: 0 0 0 0;
        width: 385px;
    }

    #contact .wear a.download{
        float: right;
        display: block;
        margin: 7px 235px 0 0;
        opacity: 0.5;
    }
        #contact .wear a.download:hover{
            opacity: 1;
        }

    #contact a{
        color: #4e4e4d;
        text-decoration: underline;
    }

    #contact a:hover{
        text-decoration: none;
    }

    #contact h2{
        color: #FFF;
        margin: 0 0 0 -7px;
        text-transform: uppercase;
    }




#faqs{
    overflow: hidden;
	font-size: 13px;
	line-height:1.6em;
    font-family: 'SquareSerifBook';
    padding: 0 0 0 10px;
}

    #faqs .col{
        float: left;
        width: 450px;
        padding: 0 20px 0 10px;
		color: #4e4e4d;
		line-height:1.7em;
		font-family: 'SquareSerifBook';
		margin-top: -30px;



    }

	 #faqs .col p{

		font-family: 'SquareSerifBook';
		font-size: 13px;



    }

	 #faqs .col a{

		font-family: 'SquareSerifBook';
		font-size: 13px;



    }

    #faqs .lastCol{
        padding: 0 0 0 0;
    }

    #faqs a{
        font-size: 13px;
        color: #4e4e4d;
        text-decoration: underline;


    }

    #faqs a:hover{
        text-decoration: none;
    }

    #faqs h4{
		font-size: 16px;
		font-weight:normal;
       padding-top: 20px;
		color: #4e4e4d;
		font-family: 'SquareSerifBook';


    }



footer .separator{
    height: 43px;
    background: url(../images/footer-separator.png) no-repeat left center;
    margin-left: -315px;
    margin-top: 60px;
}


.popover {
    background: #f2f1ed;
	position: absolute;
	z-index: 9000;

	display: none;

	color: #817e6d;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4);
}




.popoverArrow{
    margin: -25px auto 0 auto;
    display: block;
}

.popover a{
    color: #505049;
}

.popover a:hover{
    color: #000;
}

#tipsyVia{
    padding: 10px 7px ;
    text-align: center;
    width: 630px;
}
.whitetext{
	color:#fff;
	font-size:12px;
}

    #tipsyVia .boxes{
        overflow: hidden;
    }

    #tipsyVia .item{
        float: left;
        width: 285px;
        margin: 15px;
    }

    #tipsyVia .content{
        padding: 10px;
    }

    #tipsyVia h2{
        text-align: center;
        display: inline;
        background: url(../images/link.gif) no-repeat center left;
        font-size: 1.125em;
        font-weight: normal;
        padding: 0 0 0 25px;
        color: #777770;
    }

    #tipsyVia .item h3{
        background: #cabb82;
        font-family: 'LeagueGothicRegular';
        font-weight: normal;
        text-transform: uppercase;
        font-size:1.25em;
        margin: 0 0 0 0;
        color: #e8e6d1;
        padding: 2px 0;
        letter-spacing: 0.1em;
    }

    #tipsyVia .box1{
        background: #e7e2cf;
    }

    #tipsyVia .box2{
        background: #eae6d8;
    }


     #tipsyVia .note{
        font-size:0.75em;
        font-style: italic;
     }

    #tipsyVia .via{
        text-align: left;
        font-family: Arial, Verdana;
        font-size: 0.75em;

        padding: 0 0 0 15px;
        margin: 0.8em 0 0 0;
    }

    #tipsyVia .say{
        font-size: 1.25em;
        line-height: 1.07em;
    }

#tipsyHat{
    padding: 10px 7px ;
    text-align: center;
    width: 630px;
}

    #tipsyHat .boxes{
        overflow: hidden;
    }

    #tipsyHat .item{
        float: left;
        width: 285px;
        margin: 15px;
    }

    #tipsyHat .content{
        padding: 10px;
    }

    #tipsyHat h2{
        text-align: center;
        display: inline;
        background: url(../images/link1.gif) no-repeat center left;
        font-size: 1.125em;
        font-weight: normal;
        padding: 0 0 0 25px;
        color: #777770;
    }

    #tipsyHat .item h3{
        background: #cabb82;
        font-family: 'LeagueGothicRegular';
        font-weight: normal;
        text-transform: uppercase;
        font-size:1.25em;
        margin: 0 0 0 0;
        color: #e8e6d1;
        padding: 2px 0;
        letter-spacing: 0.1em;
    }

    #tipsyHat .box1{
        background: #e7e2cf;
    }

    #tipsyHat .box2{
        background: #eae6d8;
    }


     #tipsyHat .note{
        font-size:0.75em;
        font-style: italic;
     }

    #tipsyHat .via{
        text-align: left;
        font-family: Arial, Verdana;
        font-size: 0.75em;

        padding: 0 0 0 15px;
        margin: 0.8em 0 0 0;
    }

    #tipsyHat .say{
        font-size: 1.25em;
        line-height: 1.07em;
    }


	#spacer{
    height: 500px;
	min-height:500px;
	display:block;
}


#configuration{
    display: none;
    visibility: hidden;
    text-indent: -9999px;
}

.creditline a{
	font-size: 11px;
    font-family: 'SquareSerifMedium';
    color: #4e4e4d;
	text-decoration:underline;

}

.creditline {
	font-size: 11px;
    font-family: 'SquareSerifMedium';
    color: #4e4e4d;

}

#naked-via-input {
  background-color: #f7f3ed;
  float: left;
  color: #e7c54f;
  padding-top:6px;
  font-size: 17pt;
  margin-top:-5px;
  width: 26px;
  height: 23px;
  text-align: center;
  line-height: 29px;
}

/**
 * Modal Box Styles
 *
 * @author Matt Kenefick <www.mattkenefick.com>
 */
#modalWindow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#modalWindow .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8000;
}

#modalWindow .box {
    position: absolute;
    width: 1070px;
    height: 700px;
    left: 50%;
    margin-top: 73px;
    margin-left: -512px;
    background: #e0e0de url('../images/popup-bg.jpg');
    opacity: 0.95;
    z-index: 9000;
}

#modalWindow .box .edge-top {
    position: absolute;
    width: 100%;
    background: url('../images/popup-edge-top.png') repeat-x;
    height: 3px;
    top: 0;
    margin-top: -3px;
}

#modalWindow .box .edge-bottom {
    position: absolute;
    width: 100%;
    background: url('../images/popup-edge-bottom.png') repeat-x;
    height: 3px;
    bottom: 0;
    margin-bottom: -3px;
}

#modalWindow .box #popupBug {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 0;
    margin-top: -70px;
    width: 140px;
    height: 140px;
    background: url('../images/popup-bug.png') no-repeat;
    z-index: 9500;
    text-indent: -9999px;
    overflow: hidden;
}

#modalWindow .box > .inner {
    padding: 0 10px;
    color: #222;
}

#modalWindow .box #btnClose {
    position: absolute;
    top: 22px;
    right: 25px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../images/popup-btn-close.png') left top no-repeat;
    z-index: 9500;

    -webkit-transition: none 0.4s linear;
    -moz-transition: none 0.4s linear;
    -ms-transition: none 0.4s linear;
    -o-transition: none 0.4s linear;
    transition: none 0.4s linear;
}

#modalWindow .box #btnClose:hover {
    background-position: 0 -21px;
}

/**
 * Modal Box - Header section
 *
 * +============================================================ */

#modalWindow .box #header {
    position: relative;
    height: 140px;
    text-indent: -9999px;
    background: url('../images/popup-header.jpg') no-repeat;
}

#modalWindow .box #header h1 {
    margin-top: 10px;
}

/**
 * Modal Box - Left bar
 *
 * +============================================================ */

#whyAttributeDiscovery {
    position: absolute;
    left: 10px;
    top: 145px;
}

#whyAttributeDiscovery h3 {
    display: block;
    width: 330px;
    height: 70px;
    text-indent: -9999px;
    background: url('../images/popup-whyAttribute-header.png') center center no-repeat;
    margin: 0;
}

#whyAttributeDiscovery ol,
#whyAttributeDiscovery ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#whyAttributeDiscovery ol {
    margin-left: -10px;
}

#whyAttributeDiscovery ol li {
    padding-bottom: 10px;
}

#whyAttributeDiscovery ol li h4 {
    background: url('../images/popup-li-1.png') left center no-repeat;
    font-family: "LeagueGothicRegular";
    text-transform: uppercase;
    color: #6d6b64;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
    text-indent: -9999px;
}

#whyAttributeDiscovery ol li.li-2 h4 {
    background: url('../images/popup-li-2.png') left center no-repeat;
}

#whyAttributeDiscovery ol li.li-3 h4 {
    background: url('../images/popup-li-3.png') left center no-repeat;
}

#whyAttributeDiscovery ol li.li-4 h4 {
    background: url('../images/popup-li-4.png') left center no-repeat;
}

#whyAttributeDiscovery ol li p {
    font-family: 'SquareSerifMedium';
    font-size: 11px;
    width: 350px;
    padding-left: 35px;
    color: #696967;
    margin-top: 5px;
}

#whyAttributeDiscovery ol li p strong {
    font-family: 'SquareSerifDemi';
    font-size: 12px;
    font-weight: normal;
}

/**
 * Modal Box - Right bar
 *
 * +============================================================ */

#attribution101 {
    position: absolute;
    left: 410px;
    top: 145px;
}

#attribution101 .inner {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    box-shadow:;

    -webkit-box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset -1px 1px 3px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 629px;
    margin-top: 40px;
    overflow: hidden;
}

#attribution101 h3 {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 73px;
    text-indent: -9999px;
    background: url('../images/popup-attribution101-header.png') center center no-repeat;
    margin: 0;
    margin-top: -40px;
}

#attribution101 ul,
#attribution101 ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#attribution101 ul {
    padding: 30px 30px 0 30px;
}

#attribution101 ul li {
    background: url('../images/dot-pattern.png') left top repeat-x;
    padding: 10px 0 15px 0;
}

#attribution101 ul li:first-child {
    padding-top: 0;
    background: transparent;
}

#attribution101 ul li h4 {
    background: url('../images/popup-attr-1.png') left center no-repeat;
    font-family: "LeagueGothicRegular";
    text-transform: uppercase;
    color: #6d6b64;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
    text-indent: -9999px;
}

#attribution101 ul li.li-2 h4 {
    background: url('../images/popup-attr-2.png') left center no-repeat;
}

#attribution101 ul li.li-3 h4 {
    background: url('../images/popup-attr-3.png') left center no-repeat;
}

#attribution101 ul li p {
    font-family: 'SquareSerifMedium';
    font-size: 12px;
	line-height:17px;
    color: #696967;
    margin: 2px 0;
}

#attribution101 ul li p strong {
    font-family: 'SquareSerifDemi';
    font-weight: normal;
}

#attribution101 .bookmarklet {
    padding: 15px 30px 20px 30px;
    margin-top: 10px;
    background: #cac8c2;
    margin-bottom: -3px;

    -webkit-box-shadow: inset -1px -2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -1px -2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset -1px -2px 3px rgba(0, 0, 0, 0.3);
}

#attribution101 .bookmarklet a {
    display: block;
    float: left;
    width: 132px;
    height: 28px;
    background: url('../images/popup-bookmarklet.png') no-repeat;
    text-indent: -9999px;

    -webkit-transition: none 0.4s linear;
    -moz-transition: none 0.4s linear;
    -ms-transition: none 0.4s linear;
    -o-transition: none 0.4s linear;
    transition: none 0.4s linear;
}

#attribution101 .bookmarklet a:hover {
    background-position: 0 -28px;
}

#attribution101 .bookmarklet span {
    display: block;
    padding-left: 150px;
    font-family: 'SquareSerifDemi';
    color: white;
    font-size: 12px;
}


/**
 * Modal Box - Footer
 *
 * +============================================================ */

#modalWindow .footer {
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    font-family: 'SquareSerifMedium';
    color: #696967;
    text-align: center;
    width: 100%;
}

#modalWindow .footer a {
    text-decoration: underline;
    color: #595957;
}