/*----------------------------------------------------------------------
Default styles for We the Women
By:Bermon Painter - bermonpainter.com
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
reset css
----------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
/*----------------------------------------------------------------------
default styles
----------------------------------------------------------------------*/
@font-face{font-family:"Museo";src:url("../fonts/Museo700-Regular.otf");}
html{height:100%;width:100%;}
body{font:10pt Museo,Verdana,Arial,Sans-serif;height:100%;width:100%;overflow:hidden;}
#container{overflow:hidden;position:relative;height:100%;}
a.close-button{background:url('../images/x_close_03.png') no-repeat top left;bottom:20px;color:#000;display:block;font:1em;left:60px;padding-left:15px;position:fixed;text-decoration:none;z-index:100;}
iframe{display:block;height:100%;}
/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
#footer{background-color:#fff;bottom:0px;border-top:5px solid #000;height:142px;left:0px;right:230px;/* right position needed to offset the transparent logo placement */
position:fixed;}
#footer #logo{background:transparent url('../images/we_the_women_logo.png') no-repeat scroll top left;bottom:0px;display:block;height:186px;position:absolute;right:-230px;/* should be the negative value of the right position in the #footer */
text-indent:-9999px;width:233px;}
/*----------------------------------------------------------------------
navigation
----------------------------------------------------------------------*/
#navigation{font-weight:bold;margin:24px 0 0 60px;}
#navigation li{display:inline;float:left;margin-right:25px;}
#navigation li a{color:#000;display:block;text-decoration:none;}
#navigation li a span{bottom:-2px;font-size:1.2em;font-weight:normal;}
#navigation li a:hover{color:#999;}
#navigation li.active a{color:#4d4d4d;cursor:default;}
/*----------------------------------------------------------------------
hompage
----------------------------------------------------------------------*/
#homepage #container p{font:1em Verdana;margin:0 auto 0;text-align:justify;width:400px;}
/*----------------------------------------------------------------------
contact
----------------------------------------------------------------------*/
#homepage #container{margin:20% auto 0;text-align:center;width:400px;}
#homepage #container h1{font-size:1.2em;font-weight:bold;}
#homepage #container a{font-size:1.8em;}
