* { margin: 0; padding: 0; }
html { height: 101%; }
body { background: #f2f2f2 url('images/bg-tile.png'); font-size: 62.5%;}

h1 {
	font-family: Cambria, "Verdana,Arial,sans-serif", Times, "Times New Roman", serif;
	color: #484848;
	font-size: 2.5em;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
}
h2 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #777; font-weight: normal; font-size: 1.8em; margin-bottom: 10px; } 
h3 {
	font-family: Impact, Haettenschweiler, "Verdana,Arial,sans-serif", sans-serif;
	color: #0000FF;
	font-size: 3.6em;
	margin-bottom: 6px;
	padding-left:112px;
}
h3 a:hover { text-decoration: none;}
h4 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #656565; font-weight: bold; font-size: 1.75em; margin-bottom: 4px; }

p {
	font-family: "Balthazar", "Droid Serif", serif;
	color: #000000;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding-left: 35px;
}
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: 55px;
	list-style-type: none;
	vertical-align: top;
	background: url('images/bullet.png') 30px 5px no-repeat;
	margin-bottom: 3px;
	font-family: "Balthazar", "Droid Serif", serif;
	color: #333;
	font-size: 1.4em;
	line-height: 2.3em;
}

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

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

/** @group core layout **/
#w { /*margin: 0px 50px;  max-width: 900px; min-width: 260px; background: #fff; margin: auto;*/
border-bottom-right-radius: 8px; border-bottom-left-radius: 8px;
padding: 20px 40px; padding-top: 35px;
-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px;
    background: none repeat scroll 0 0 #fff;
    margin: 10px auto;
    max-width: 980px;
    /*padding: 10px 0;*/
    width: 90%;
	
	
	
	}

header { width: 100%; }

/** @group personal settings **/
#info {
	background: url('images/sex.png') 30px 5px no-repeat;
	float: left;
	margin-bottom: 12px;
	height: 100px;
}
#photo { float: right; }
#photo-pd { float: left; }
#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; 
}

#photo-pd 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%; }

footer {text-align: center;}
