/* Curtain.js - Example page */

/* Google Font */
@import url(https://fonts.googleapis.com/css?family=PT+Serif|PT+Sans+Narrow:700|PT+Sans);

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

}




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

}
/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


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

/* Base Style */
body {
    font:14px/1.6 'PT Serif', serif;
    font-weight: 400;
    color:#222;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3{font-family: 'edelsansregular', sans-serif;font-weight:bold;text-transform: uppercase;}
h4,h5,h6{font-family: 'PT Sans', sans-serif;font-weight:bold;}
h4{ font-size:20px; margin:1em 0 0; }
p{min-height:1px;}
strong{font-weight:bold;}
hr{background: #333;border: 0;height: 2px;margin: 12px auto 8px;width: 60px;}

a{color:#1074ce;text-decoration:none;}
a:hover{color:#0a487f;}

article{
    text-align:center;
    padding:150px 0;
    width:250px;
    margin:0 auto;
}

    article h4:first-child{ margin:0; }
    article p{ text-align:justify; }

.button{
    display:inline-block;
    line-height:1;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    padding: 6px 8px;
    background:#000;
    color:#FFF;
    margin:2em 0;
}
    .button:hover{
        color:#FFF;
        background-color:#444;
    }
    .button+.button{margin-left:1em;}

.align-center{text-align: center;}



/* Sliding panels */
.curtains>li {
    background:#FFF url(img/blizzard.png);
    box-shadow:0 0 12px #666;
}
    .curtains>li:last-child{box-shadow:none}

/* MENU */
#menu{
    position:fixed;
    top:20px;
    left:20px;
    z-index:20;
    padding:10px;
    background-color:#000;
}
    #menu li{margin:0}
    #menu a{
        margin:0;
        color:#FFF;
    }



/* Section 1 */

#section-1{
}

    #section-1 header{
        color:#a16f5c;
        position:absolute;
        top:0%;
        left:0%;
        padding:10px;
        width:800px;
        background:#e3bc8a;
        text-align:center;
        line-height:1.4;
    }

    #section-1 h1{
        font-size:40px;
        font-weight:100;
    }

    #section-1 h2{
        opacity:.75;
        text-transform:none;
        font-size:14px;
        font-style:italic;
    }

/* Section 2 */
#section-2{
}
#section-2 article {
	padding:80px 0;
	font-size:20px;
	width:700px;
	margin:0 auto;
}
#section-2 p {
	padding:20px 0;

}
.containe {
		padding:30px 0;
	width:1000px;
	margin:0 auto;
}

/* Section 3 */
#section-6{
    
}
    #section-6 .photos{
        padding:100px 0;
        width:800px;
        margin:0 auto;
    }
        #section-6 .photos > :last-child{margin-bottom:0}

        #section-6 .fixed{
            position: fixed;
            top: 150px;
            left: 60px;
            width: 200px;
        }

        #section-6 .photos-inner{
            margin-left:0px;
            width:400px;
            float:left;
        }
        #section-6 .photos-inner2{
            width:360px;
            position:absolute;
            margin-left:450px;
        }
        #section-6 .photos-inner2 li{
            
            height:331px;
        }
        #section-6 .photos-inner2 li h1 {
            
            margin-top:20px;
        }
         #section-6 .photos-inner2 li p {
            
            margin-top:20px;
        }

        #section-6  .photos-inner img{
            display:block;
            margin:0 0 4em 0;
            max-width:100%;
            background: #fff; 
            border-radius: 1px; 
            padding: 14px 14px 63px 14px; 
            box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.1); 
        }
         #section-6  .photos-inner2 img{
            display:block;
            margin:0 0 4em 0;
            max-width:100%;
            background: #fff; 
            border-radius: 1px; 
            padding: 14px 14px 63px 14px; 
            box-shadow: 0 1px 3px rgba(0,0,0,.2), 0 1px 0 rgba(0,0,0,.1); 
        }
        
        #section-4 header {
        	  color:#FFF;
        position:absolute;
        top:10%;
        left:0%;
        padding:10px;
        width:700px;
        background:#19639B;

        line-height:1.5;
        }
        
         #section-4 h2{
        opacity:.75;
        text-transform:none;
        font-size:18px;
        font-style:italic;
    }
    #section-5 header {
        	  color:#FFF;
        position:absolute;
        top:10%;
        right:0%;
        padding:10px;
        width:700px;
        background:#19639B;

        line-height:1.5;
        }
        
         #section-5 h2{
        opacity:.75;
        text-transform:none;
        font-size:18px;
        font-style:italic;
    }

#section-7 article {
	padding:80px 0;
	font-size:20px;
	width:700px;
	margin:0 auto;
}

    header a {
    	color:#eee;
    	border-bottom:1px solid #eee;
    }
.container {margin: 20px auto; width: 400px; overflow: hidden; background: url(timeline_bg.gif) repeat-y center top; }
 
.timeslot {
	width: 185px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 100px 0 0;
	border-top: 3px solid #ddd;
	position: relative;
}
.timeslot p { 
}
.timeslot span {
	position: absolute;
	right: 0; top: 20px;
	font-size: 3em;
	margin-right:-20px;
	line-height: 1em;
	color: #999;
	font-family: 'edelsansregular';
	
}
.even {
	float: right;	
	margin-right:0px;
	padding: 10px 0 0 120px;
	border-color: #406fb3;
}
.even span {
	left: 0;
	
	color: #406fb3;
}
.leftarea {
	width:450px;
	float:left;
	background:#fff;
	margin-top:0px;
	margin-right:0px;
}
.main {
	line-height:1.5em;
	color:#333;
	width:400px;
	float:left;
	margin:0 auto;
	margin-left:30px;
}
.resume li {
	margin-bottom:20px;	
}
.amazon {
	margin-bottom:0;
	border:1px solid #ddd;
	background-color:#eee;
	padding:4px;
}