body {
	background: #fff;
	color: #0f0f0f;
	font: 14px 'Helvetica','Arial',serif;
	margin:1em;
	padding:0;
}

a {
	color: #ce3a4a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 5em;
	letter-spacing: -0.11em;
	color: #ce3a4a;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.10em;
	margin-bottom:0px;
	color: #ce3a4a;
}

h3 {
	font-size: 1.5em;
	letter-spacing: -0.10em;
}

.cell{
	float:left;	
}
.right{
	float:right !important;
}
.line{
	display:block;	
	clear:both;
}

header{
}

ul.cv_download {
    list-style:none;
    margin-top:0.2em;
    padding:0;
}

ul.cv_download li{
    display:inline;
	width:auto;
}


section#container {
	width: auto;
	margin:0 auto;
}

footer{
	float:right;
	margin-top:1em;
	font-size: 1.5em;
	line-height:0.9em;
}

h1.title{
	margin:0;
	padding:0;
	line-height:0.75em;
}

div.subtitle{
	font-size: 2em;
	letter-spacing: -0.10em;
	line-height:1em;
	color:#0f0f0f;
}
div.tag_list{
	font-size: 1.5em;
	letter-spacing: -0.05em;
	line-height:1em;
	color: #0f0f0f;
}
div.tag_list span{
	color: #ce3a4a;
}

div.rub ul{
	padding:0;
}

div.rub ul li {
	font-size:1.4em;
    list-style:none;
	margin-bottom:0.3em;	
}

div.rub ul li ul {
	padding-left:2em;
}

div.rub ul li ul li {
	font-size:0.8em;	
	list-style:disc;
	margin-bottom:0px;	
}

div.skill_label {
	display: inline-table;
	width: 8em;
}


div.skill_level {
	display: inline-table;
	padding-top: 0.3em;
}

div.skill_level div.cell {
	width: 2em;
	height: 1em;
	border-top: 0.1em #0f0f0f solid;
	border-right: 0.1em #0f0f0f solid;
	border-bottom: 0.1em #0f0f0f solid;
	border-left: 0 #0f0f0f solid;
}

div.skill_level div.cell_1 {
	border-left: 0.1em #0f0f0f solid!important;
}


div.skill_level div.full {
	background-color: #ce3a4a;
}
