* { margin: 0; padding: 0; }

html { height: 101%; }
/*body { background: #f2f2f2 url('screenshots/bg-tile.png'); font-size: 62.5%; padding-bottom: 65px; }*/


body {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px; 
    padding-bottom: 65px;
/*    background: #f2f2f2 url('screenshots/bg-tile.png');*/
    color: #545454;
    background-color: #F0F2F3;
}

h1 { color: #222; font-size: 160%; font-weight: 400; margin-bottom:  6px; }
h2 { color: #222; font-size: 130%; font-weight: 400; margin-bottom:  0px; }
h3 { color: #222; font-size: 120%; font-weight: 400; margin-bottom: 10px; }
h4 { color: #222; font-size: 120%; font-weight: 400; margin-bottom:  4px; }


/*p { font-size: 16px; line-height: 1.4em; margin-bottom: 15px; padding-left: 35px; }*/
p { line-height: 1.4em; margin-bottom: 15px; padding-left: 35px; }
small { color: #656565; font-size: 13px; display: block; margin-bottom: 6px; }
ul { display: block; list-style: none; }
/*ul li { padding-left: 45px; list-style-type: none; vertical-align: top; background: url('screenshots/bullet.png') 25px 5px no-repeat; margin-bottom: 5px; font-family: "Ubuntu", serif; color: #666; font-size: 1.6em; line-height: 2.3em; }*/
ul li { padding-left: 35px; list-style-type: none; vertical-align: top; background: url('screenshots/bullet.png') 25px 5px no-repeat; margin-bottom: 5px; line-height: 2.3em; }

ol { padding-left: 35px; padding-bottom: 35px; font-size: 95%; }
ol li { padding-top: 12px; list-style-type: none; }

img { border: 0; max-width: 100%; }

a { color: #5582d6; text-decoration: none; }
a:hover { text-decoration: underline; }

/** @group core layout **/
#w { margin: 0px 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; box-shadow: 0 0 10px grey; }

header { width: 100%; }

/** @group personal settings **/
#info { float: left; margin-bottom: 12px; }
#photo { float: right; }
#photo 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: 5px; 
}

/** @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%; }