* { margin: 0; padding: 0; }
html { height: 101%; }
body { background: #f2f2f2 url('images/bg-tile.png'); font-size: 62.5%; padding-bottom: 65px; }

h1 { font-family: "Trebuchet MS", Arial, sans-serif; color: #454545; font-size: 3.1em; margin-bottom: 6px; }
h2 { font-family: 'Walter Turncoat', cursive, Arial, sans-serif; color: #333333; font-size: 2.8em; margin-bottom: 10px; text-decoration: none; }
h3 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #333; font-weight: normal; font-size: 1.6em; padding: 20px 0 25px 0; text-align: center;}
h4 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #333333; font-weight: bold; font-size: 1.75em; margin-bottom: 4px; }

p { font-family: "Balthazar", "Droid Serif", serif; color: #565656; font-size: 1.8em; line-height: 1.2em; margin-bottom: 15px; padding-left: 35px; padding-top: 10px; }
small { font-family: "Balthazar", "Droid Serif", serif; color: #656565; font-size: 1.6em; display: block; margin-bottom: 6px; }
ul { display: block; list-style: none; }
ul li { padding-left: 45px; list-style-type: none; vertical-align: top;  margin-bottom: 5px; font-family: "Balthazar", "Droid Serif", serif; color: #666; font-size: 1.6em; padding-bottom: 10px; text-align: center; }

img { border: 0; max-width: 100%; }

.imgmain { border: 0; max-width: 100%; }

.bodyleft { float:left; width: 40%;}
.bodyright { float:right; width: 40%;}

hr { border: .1em solid #444; }

.footer { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #333; font-weight: normal; font-size: 1.1em; padding: 20px 0 0px 0; text-align: center; }

a { color: #5582d6; text-decoration: none; }
a:hover { text-decoration: underline; }

/** @group core layout **/
#w { margin: auto; padding: 20px 40px; padding-top: 35px; background: #fff; min-width: 260px; max-width: 900px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; }

header { width: 100%; }

.nav { width: 100%; background-color: #000000; color: #ffffff; margin-bottom: 15px; font-size: 2.1em; padding: 10px; text-align: center; }

/** @group personal settings **/
#info { float: right; margin-bottom: 0px; padding: 10px; width: 60%;  }
#photo { float: left; }
#photo2 img { 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-color: #fff;
border: 1px solid #ccc;
padding: 0px; 
}

/** @group skills **/
#skills-left { display: block; float: left; margin-right: 30px;  }
#skills-right { display: block; float: left;}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/** Video **/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}