html{
height: 100%;
}
body{
height: 100%;
min-height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
margin: 0;
padding: 0;
}
table{
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img{
border: 0 none;
}
address, caption, cite, code, dfn, em, th, var{
font-style: normal;
font-weight: normal;
}
caption, th{
text-align: left;
}
h1, h2, h3, h4, h5, h6{
font-size: 100%;
font-weight: normal;
}
q:before, q:after{
content: "";
}
abbr, acronym{
border: 0 none;
}
hr{
display: none;
}
ul, ol, li{
list-style: none outside none;
margin: 0;
padding: 0;
}
ul li.last{
margin-right:0px;
}	
header, hgroup, nav, footer, section, figure, aside, article{
display: block;
}
/* Main CSS */
html{
background: none repeat scroll 0 0 #f4f4f4;
height: auto;
}
body{
background: #FFFFFF url(img/pic.jpg) top right no-repeat;	
color: #333333;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 18px;
margin: auto;
max-width: 860px;
width: 86%;
padding:0 40px;
border-bottom:15px solid #000;
padding-bottom:50px;
}
a{
color: #990000;
text-decoration: none;
}
a:hover{
color: #e88b8b;
}
article{

}
/* Header */
header{
margin-bottom: 30px;
width:100%;
}
header div{
width:90px;
background-color:#000000;
padding:80px 15px 15px 15px;
color:#FFFFFF;
font-weight:bold;
margin-bottom:30px;
}
hgroup{
overflow:hidden;
width:100%;
}
header h1, header h2{
float:left;
line-height:1.2;
margin:0px;
margin-right:10px;
}
header h2{
color:#b90707;
}
header h3{
font-size:52px;
color:#000;
}
header ul{
margin: 0;
padding: 0;
width:70%;
border-bottom: 5px solid #000;
padding-bottom:30px;
overflow:hidden;
}
header ul li{
float:left;
font-size:15px;
margin-right:15px;
list-style: none outside none;

}
h1, h2, h3, h4, h5, h6{
font-weight: normal;
line-height: 1;
margin: 15px 0;
}
h1,h2,h3{
font-size: 26px;
}
h4{
font-size: 16px;
font-weight:bold;
}
h5{
font-size: 16px;
}
p{
font-size: 15px;
line-height: 1.5;
margin: 0 0 14px;
}
p strong{
font-size:16px;
}
p.achievment{
margin-bottom:0px;
margin-top:15px;
}
.mod{
margin-top:30px;
border-top: 2px solid #000;
padding-top:30px;
}
abbr{
border-bottom: 3px dotted #DDEE55;
cursor: help;
}
em{
color: #888888;
font-style: italic;
}
ul{
margin: 5px 50px;
}
ul.us{
margin-bottom:20px;
}
li{
line-height: 1.6;
list-style: circle outside none;
margin: 0;
}
.role{
width:100%;
margin-bottom:15px;
border-bottom: 1px dashed #999;
padding-bottom:15px;
}
.role.last{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
}
.role h3, .role h3, .role h4{
font-size:20px;
line-height:1.2;
margin:0px;
}
.role .duration{
margin-bottom:15px;
font-style:italic;
}
.clearfix:before, .clearfix:after{ content: ""; display: table; }
.clearfix:after{ clear: both; }
.clearfix{ zoom: 1; }
/* ==|== media queries ====================================================== */
@media only screen and (max-width: 890px){
html{
background-color:#fff;
}
body{
background-image:none;
padding:0;
padding-bottom:30px;
}
header h3{
display:none;
}
header ul{
margin-top:15px;
width:100%;
}
.mod{
margin-top:15px;
border-top: 4px solid #000;
padding-top:15px;
}
ul{
margin: 5px 30px;
}

/* ==|== print styles ======================================================= */

@media print{
*{ background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
a, a:visited{ text-decoration: underline; }
a[href]:after{ content: " (" attr(href) ")"; }
abbr[title]:after{ content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after{ content: ""; } 
pre, blockquote{ border: 1px solid #999; page-break-inside: avoid; }
thead{ display: table-header-group; }
tr, img{ page-break-inside: avoid; }
img{ max-width: 100% !important; }
@page{ margin: 0.5cm; }
p, h2, h3{ orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
div.tada{
padding:0px;
margin:-99999999990px;
display:none;
}  
}

