html {
	height: 100%;
}

body{
    width:100%;
    height: 100%;
    padding:0px;
    margin:0px;
    min-height: 100%;
    background-color: #fff;
    background: url(http://leonardw.it/zel/images/back3.png);
    font-family: 'HelveticaNeue', 'Helvetica', sans-serif;
    color:#aaa;
}

#profile_pic{
    width: 200px;
    border-radius: 8px;
    display: block;
    display: inline-block;
    border: 2px solid #ccc;
    margin: 15px 10px 10px 20px;
    vertical-align: top;
}

#site { 
    font-family: 'HelveticaNeue Bold', 'Helvetica', sans-serif;
    font-size: 36px;
    /* letter-spacing: 0px; */
    line-height:0.8;
    padding-top: 10px;
    margin-left: 2px;
    width:300px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
     /* put webkit CSS here*/
     #site { 
        margin-top: -3px;
    }
}

a{
    text-decoration: none;
}

li {
    list-style: none outside none;
}

hr{
    border: 0;
    border-bottom: dotted 2px #ff4949;
}

.wit{}

.zel{
    color:#ff4949;
    text-shadow:none;
    padding-left:3px;
    opacity:0.8;
}

.emboss{
    color:#eee; text-shadow: 1px 1px #fff, -1px -1px #ccc; 
}

#site a{
    color:#aaa;
}
#site a:hover, #site a:hover .wit, #site a:hover .zel{    
    opacity:0.8;
    color:#eee; text-shadow: 1px 1px #fff, -1px -1px #ccc; 
    
    -webkit-transition-property: color, opacity, text-shadow; 
	-webkit-transition-duration: 1s; 
	-webkit-transition-timing-function: linear;

    -moz-transition-property: color, opacity , text-shadow;
	-moz-transition-duration: 1s; 
	-moz-transition-timing-function: linear;
}


#main{
    width:320px;
    min-height:100%;
    margin:0;
    padding-bottom: 30px;
    margin-top:10px;

/*
    width:312px;
    margin-right:6px;
    margin-top:10px;
    border-top: 2px solid #ff949f;
    border-right: 2px solid #ff949f;
    border-top-right-radius: 10px;
*/
    
}

#container{
    width:280px;
    margin-left:20px;
    /* margin-bottom:30px; */
}
#container h2 {
    font-weight: normal;
}


article{
    /* margin-bottom:30px; */

}

#main h3 {
    color: #777777;
    font-family: 'Meta-Bold','Helvetica',sans-serif;
    font-size: 1em;
    font-weight: normal;
    /* margin-top: 20px; */
}

#main p {
    color: #888888;
    font-family: 'Meta-Normal','Helvetica',sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0px;
    padding-bottom: 25px;
    width: 280px;
}

nav{
    display:inline-block;
}
nav ul{
    /* width:260px; */
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    overflow-x: hidden;
}
nav ul li{
/*     display: inline-block; */
    font-size: small;
    margin:5px;
    background-color:#ddd;
    border:1px solid #ccc;
}
nav ul li a{
    color:#888;
    font-weight:bold;
}

nav ul li:hover , nav ul li:active{
    background-color:#bbb;
    border:1px solid #999;
    opacity:0.8;
/*
    background: -webkit-gradient(linear, left top, right top, from(#e96c76), to(#ff4949));
    background: -o-linear-gradient(left,  #e96c76, #ff4949);
    background: -moz-linear-gradient(left,  #e96c76, #ff4949);
*/
    outline: none;
}

nav ul li.selected:active, nav ul li.selected:hover{
    background-color:#e96c76;
    border:1px solid #db4c69;
/*
    background: -webkit-gradient(linear, left top, right top, from(#e96c76), to(#ff4949));
    background: -o-linear-gradient(left,  #e96c76, #ff4949);
    background: -moz-linear-gradient(left,  #e96c76, #ff4949);
*/
    outline: none;
}


nav ul li.selected a{
    color:#fff;
}

nav ul li:hover a, nav ul li:active a{
    color:#fff;
}

nav ul li.selected{
    background-color:#ff949f;
    border:1px solid #ee6d71;
}

.nav-button{
    /* position: absolute; */
    display:table-cell;
    text-align: center; vertical-align: middle;
    width:50px;
    height:50px;
}

.x-small{
    font-size: 0.7em;
    font-weight: normal;
}
.small{
    font-size: small;
    font-weight: normal;
}
.medium{
    font-size: medium;
    font-weight: normal;
}
.large{
    font-size: large;
    font-weight: normal;   
}
.xlarge{
    font-size: x-large;
    font-weight: normal;
}
.xxlarge{
    font-size: xx-large;
    font-weight: normal;
}


.red {
    color: #FF4949;
}
.title {
    font-size: small;
}
.normal {
    font-family: 'Meta-Normal','Helvetica',sans-serif;
}

.block {
    background-color: #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    color: #999;
    display: inline-block;
    margin: 2px 2px 4px;
    padding: 0 5px;
}

.module {
    background-color: #EEEEEE;
    border: 2px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    line-height: 1.8;
    padding: 10px 20px;
    width:230px;
    margin:auto;
    color:#888;
}

#skills.module h2, div.module h2{
    color:#999 !important;
}

.x-small {
    font-size: 0.7em;
    font-weight: normal;
}

.circle{
  border-radius: 50%;
  width: 50px;
  height: 50px;
}



#contact{
    display: inline-block;
    margin-top: 15px;
    position: relative;
    background-color: #eee;
    border-radius: 8px;
    width:260px;
    min-height:250px;
    height:auto;
    border: 2px solid #ccc;
    vertical-align: top;
}

#contact-header{
    position: relative;
    background-color: #ddd;
    width:240px;
    padding:10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ccc;
    font-size: small;
}
#contact-footer{
    position: relative;
    background-color: #ddd;
    width:490px;
    padding:5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#status{
    color:#fff;
    z-index: 3;
    overflow: visible;
    padding:5px;
    border-radius: 5px;
    width:250px;
    text-align: center;
           
    opacity:0;
    
    -webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
    -webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
    -webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

.error{
    border:2px solid #ff9999;
    background-color: #ff4949;
    background: -webkit-gradient(linear, left top, right top, from(#e96c76), to(#ff4949));
    background: -o-linear-gradient(left,  #e96c76, #ff4949);
    background: -moz-linear-gradient(left,  #e96c76, #ff4949);
    text-shadow: 0px -1px  #888;
    -webkit-transition-property:  background-color, opacity, text-align, min-width; 
	-webkit-transition-duration: 0.2s; 
	-webkit-transition-timing-function: linear;
}

.success{
    border:2px solid #ff9999;
    background-color: #7bb8bc;
    border-color:#a7e3e9;
    text-shadow: 0px -1px  #888;
}


.webfont{
    font-family: 'WebFont', sans-serif;
}


#contact-header input{
    font-size: small;
}

#contact-header label{
    color:#888;    
}

::-webkit-input-placeholder {
   color: #bbb;
}

:-moz-placeholder { 
   color: #bbb;  
}

::-moz-placeholder {  
   color: #bbb;  
}

:-ms-input-placeholder {  
   color: #bbb;  
}

#contact-header input[type=text], #contact-header input[type=email]{
    background-color: #eee;
    text-indent:5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height:20px;
    width:130px;
    /* color: #666;  */   
}


#contact-header input[type=text]:focus, #contact-header input[type=email]:focus{
    box-shadow: 0px 0px 4px #fff;
    border-color: #fff;
    color:#666;
}


textarea{
    width:235px;
    min-height:210px;
    height:auto;
    background-color: #eee;
    border-radius: 5px;
    border-style: none;
    resize:vertical;
    padding:10px;
    padding-left:15px;
/*     text-indent: 10px; */
    margin-top:10px;
    color:#666;
    font-family: 'meta-normal', sans-serif;
    font-size: medium;
}

footer{
    background-color: #ff949f;
    text-shadow: 0px -1px  #999;
    
    background: -webkit-gradient(linear, left top, right top, from(#ff949f), to(#ff4949));
    background: -o-linear-gradient(left,  #ff949f, #ff4949);
    background: -moz-linear-gradient(left,  #ff949f, #ff4949);
}

footer a{
    color:#fff;
    font-weight: bold;
    letter-spacing: 1px;
    
}
footer .webfont{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); /* IE 9 */
    -moz-transform:rotate(-90deg); /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari and Chrome */
    -o-transform:rotate(-90deg); /* Opera */ 
    display:inline-block;
    margin:5px;
    font-size: x-small;
    vertical-align:bottom;  
}


#note-1{
    width:90px;
    height:90px;
    background-color:#ffbfca;
/*     margin-left:30px; */
    margin-right:30px;
    margin-top:-10px;
    margin-bottom:20px;
    -moz-transform:rotate(-10deg); 

    -webkit-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    
    padding:10px;
    font-family: 'Permanent Marker', cursive;
    color:#555;
    font-size: 13px;
    box-shadow: 3px 3px 5px #999;
    vertical-align: top;
    white-space:normal;
    float: left;
}

#note-1 img{
    position: absolute;
    top:-20px;
    left:40px;
    width:20px;
    -moz-transform:rotate(10deg);
    -webkit-transform:rotate(10deg);
    -o-transform:rotate(10deg);
    -ms-transform:rotate(10deg);
}
#introduction{
    width:260px;
    /* margin-left: 20px; */
    margin-top:25px;
    text-align: left;
    white-space:normal;
    font-size: small;
    color:#888;
    
}

#introduction a{
    color:#ff4949;
}
#introduction a:hover, #introduction a:active{
    text-decoration: underline;
}



.fadeIn { 
	/* CSS needed for animation
	---------------------------------------------------- */
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}

/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-1s {
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}

.fadeIn-2s {
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}
 
.fadeIn-3s {
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-o-animation-duration:3s;
	animation-duration:3s;
}
 
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-1s {
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}
 
.fadeIn-Delay-5s {
	-webkit-animation-delay:5s;
	-moz-animation-delay:5s;
	-o-animation-delay:5s;
	animation-delay:5s;
}
 
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes    fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes      fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes         fadeIn { from { opacity:0; } to { opacity:1; } }

@-webkit-keyframes selected { from { min-width:0px; opacity:0.2;} to { min-width:780px; opacity:1;} }
@-moz-keyframes    selected { from { min-width:0px; opacity:0.2;} to { min-width:780px; opacity:1;} }
@-o-keyframes      selected { from { min-width:0px; opacity:0.2;} to { min-width:780px; opacity:1;} }
@keyframes         selected { from { min-width:0px; opacity:0.2;} to { min-width:780px; opacity:1;} }

/*
@-webkit-keyframes menu { from { margin-left:720px; opacity:0;} to { margin-left:620px; opacity:1;} }
@-moz-keyframes    menu { from { margin-left:720px; opacity:0;} to { margin-left:620px; opacity:1;} }
@-o-keyframes      menu { from { margin-left:720px; opacity:0;} to { margin-left:0px; opacity:1;} }
@keyframes         menu { from { margin-left:720px; opacity:0;} to { margin-left:0px; opacity:1;} }
*/

@-webkit-keyframes reveal { from { margin-left:720px; opacity:0;} to { margin-left:0px; opacity:1;} }
@-moz-keyframes    reveal { from { margin-left:720px; opacity:0;} to { margin-left:0px; opacity:1;} }
@-o-keyframes      reveal { from { margin-left:720px; opacity:0;} to { margin-left:0px; opacity:1;} }
@keyframes         reveal { from { margin-left:720px; opacity:0;} to { margin-left:0px; opacity:1;} }