@import url('http://fonts.googleapis.com/css?family=Marck+Script');
@import url('http://fonts.googleapis.com/css?family=Dancing+Script');
@import url('http://fonts.googleapis.com/css?family=Kaushan+Script');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

/* @import url('http://fonts.googleapis.com/css?family=Tangerine'); */


html, body {
                margin: 0;
                padding:0;
                position:absolute;/* this is very important*/
                bottom:0;
                top:0;
                right:0;
                left:0;
		width: 100%;
		height: 100%;
            }

body {
margin: 0;
background: #eee;
font-family: 'Open Sans', sans-serif;
height: 100%;
width:100%; 
}

.shadowbox {
	box-shadow:
		inset 10px 0px 10px -7px rgba(0,0,0,0.1),
		inset -10px 0px 10px -7px rgba(0,0,0, 0.1);
    background: #fff;
    width: 860px;
   /* height: 100%; */ 
    padding: 5px 40px 50px 40px;
    margin: 0 auto;
    }

.shadowbox h2{
    margin-left: -10px;
    color: #CACACA;
    font-family: 'Kaushan Script';
}


header {    
border-bottom: 1px solid #EEE;
height: 50px;
margin-bottom: 50px;
    
    }
header h1{
    padding-left: 10px;
    position: absolute;
top: -2px;
font-size: 1.5em;

}

header h1 a{
    color: #DCDCDC; /*505050 */
    text-decoration: none;
    /* text-shadow: -1px 0px #A8A8A8;*/
    font-weight: normal;
    font-family: 'Kaushan Script';
}

header nav > ul{
    padding-left:298px;
    list-style-type: none;
}
    
header nav > ul li {
    padding: 0 20px;
    width: 100px;
    text-align: center;
    float: left;
    }
    
ul#primarylist > li a{
    color: #999999;
    font-variant: small-caps;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    font-family: Arial;
}
 
ul#primarylist li a:hover{
cursor: pointer;
color: #505050;
}

#portfoliolist{
    display: none; 
    position: absolute;
    border: none;
    z-index: 100;
    padding-left: 0px;
    margin: 0;
    padding: 0;
    float: none;
}

#primarylist li:hover #portfoliolist{
    display: inline-block;
}

#portfoliolist li{
    background: #fff;
    padding: 1px 4px 2px 4px;
    width: 130px;
    text-align: left;
    line-height: 32px;
    float: none;
    list-style-type: none;
    padding: 0px 20px;
    font-size: 13px;
    
}

#portfoliolist li:hover{
    background: #ccc;
    cursor: pointer;
    color: #505050;
}		   

ul#portfoliolist li a{
    color: #000;
    font-variant: normal;
    font-weight: normal;
    font-size: inherit;
    text-decoration: none;
    font-family: Arial;
}

header ul li:hover ul{
    display: inline-block;
}

.pfli{
    width: 102px  !important;
}

footer{
 border-top: 1px solid #eee;
 padding-top: 7px;
}

#main{
    margin-bottom: 50px;
}

footer .bottomleft, footer .bottomright {
float: left;
width: 50%;
font-size: 13px;
color: #737373;
}

footer .bottomright{
text-align: right;
}

footer .bottomright a{
    font-size:13px;
text-decoration: none;
color: #737373;
}

footer .bottomright a:hover{
text-decoration: underline;
color: #505050;
}
