/* CSS RESET */
@font-face {
  	font-family: Monaco;
  	src: url(../fonts/Monaco.ttf);
	}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
} 

body { 
	color: #c5c8c6;
	font-family: Monaco, "Courier New", Courier, monospace, "monospaced"; 
	font-size:12px;
	line-height:1.6em;
	background: url(../img/wallpaper.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover; 
}

body, html {
	height:100%
}

a {
	color: #b5bd68; 
	text-decoration: none;
	padding: 2px;
	border-bottom: 2px solid rgba(181,189,104,0.2);

}
a:hover {
	background: rgba(181,189,104,0.1);
	border-bottom: 2px solid rgba(181,189,104,0.5);
}

h2 {
	font-size: 1em; 
	font-weight: normal;
	color: #81a2be;
}
li {
	list-style: none;
}
.vcard, h1 {
	display: none;
}
.content {
	background: #1d1f21;
	min-height: 100%;
	margin: 0 0 0 200px;
	position: relative;
	min-width: 560px;
}
.shadow {
	-webkit-box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.4);
	box-shadow: -10px 0px 30px 0px rgba(0,0,0,0.4);
	height: 100%;
	position: absolute;
	width: 30px;
	
}
.icon_conf {
	background: url(../img/mgiconf.png) no-repeat;
	background-size: cover;
	position: fixed;
	width: 64px;
	height: 90px;
	left: 70px;
	top: 70px;
}
.icon_cv {
	background: url(../img/mgicv.png) no-repeat;
	background-size: cover;
	position: fixed;
	width: 64px;
	height: 90px;
	left: 70px;
	top: 210px;
}
.icon_junos {
	background: url(../img/junos.png) no-repeat;
	background-size: cover;
	position: fixed;
	width: 64px;
	height: 90px;
	left: 70px;
	top: 350px;
}
.lineNumbers  {
	background: #373b41;
	border-right: 1px solid rgba(255,255,255,0.15);
	float: left;
	position: absolute;
	top:0;
	bottom:0;
	height: 100%; 
}
.lineNumbers ul {
	margin: 10px 0 0 0;
}
.lineNumbers li {
	color: #8e8e8e;
	padding: 0 12px;
	text-align: right;  	
}
.info {
	float:left; 
	margin: 10px 0 0 62px
}
.clear {
	clear: both;
}
.selector {
	color: #c8327f;
}
.option_l1 {
	color: #b294bb;
	padding-left: 30px;
}
.option_l2 {
	color: #de935f;
	padding-left: 60px;
}
.option_l2body {
	color: #c5c8c6;
	padding-left: 60px;
}
.option_l3 {
	color: #f0c674;
	padding-left: 90px;
}
.option_l4 {
	color: #8abeb7;
	padding-left: 120px;
}
.brace_l1 {
	padding-left: 30px;
}
.brace_l2 {
	padding-left: 60px;
}
.brace_l3 {
	padding-left: 90px;
}
.brace_l4 {
	padding-left: 120px;
}
.brace {
	color: #c5c8c6;
}
.value {
	color: #b5bd68;
}	
.home {
	padding-left: 800px;
}
.comment {
	font-style: italic;
	color: #707880;
}
.comment_l1 {
	font-style: italic;
	color: #707880;
	padding-left: 30px;
}
.red {
	color: #ff0000;
}
