/*
Theme Name: MHI Cluster
Theme URI: https://www.hpc-mhi.org
Description: MHI Cluster Theme
Author: Dima Borodin
Author URI: https://www.hpc-mhi.org
Version: 1.0
*/


/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

body{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    background: #d9d9d9;
    color: #000000;
}

a:link, a:visited, a:hover{
    text-decoration: none;
    color: #0090FF;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 15px;
}

#wrapper{
    margin: 0 auto;
    width: 900px;
    text-align: left;
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 5px 1px #333;
}

#header{
    position: relative;
    width: 900px;
    height: 215px;
    background-image:url('./images/head.png');
}

#header h1, #header h3{
    margin: 0;
    color:#e3e3e3;
    text-transform: uppercase;
    text-shadow: 1px -1px 1px #000;
}

#header h1{
    padding: 48px 0 0 115px;
}

#header h3{
    padding: 0 0 0 116px;
    font-size: 18px;
}

#header h2{
    margin:0;
    position:absolute;
    bottom: 10px;
    left: 15px;
    font-weight:bold;
    text-shadow:0px 0px 1px #000000;
    color:#efefef;
}



.nav {
    position: absolute;
    top: 137px;
    height: 39px;
    display: block;
    float: left;
}

.nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li{
    float:left;
    position: relative;
    width: 120px;
}

.ie li {
    border-right: 1px solid #333;
}

.nav li:not(:first-child) {
    background: url('./images/menu.png') no-repeat 0 0;
}

.nav a {
    display:block;
    text-align: center;
    height: 34px;
    text-decoration: none;
    color: #333;
    text-shadow: 0px 0px 1px #aaa;
    padding: 5px 10px 0 10px;
    font-size: 11px;
    font-weight: bold;
}

.nav li:hover > a {
    color:#111;
    background: rgba(255,230,30,0.2);
}

.ie .nav li:hover > a {
    background: #f5f2cc;
}

.nav ul.children{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    z-index: 99999;
}

.nav ul.children li {
    margin: 2px 0 0 0;
    white-space: nowrap;
    background: url('./images/links.png') rgba(224,230,236,0.8) top left repeat-x;
    box-shadow: 0px 0px 5px 0 #333;
    min-width: 120px;
    width: 100%;
}

.ie .nav ul.children li {
    background-color:rgb(224,230,236);
    border:1px solid #333;
	margin:0;
}

.nav ul.children li a {
	text-align: left;
}


.nav ul.children a{
    height: auto;
    padding: 10px;
}

.nav ul.children ul{
    top: 30%;
    left: 100%;
}

.nav ul.children li li {
    margin-left: 2px;
    width: auto;
}


.nav ul li:hover > ul {
    display:block;
}

#blog{
    padding: 10px 20px;
    min-height: 400px;
	background: #fafafa
}

.sidebar{
    float: left;
    width: 200px;
    margin: 0 0 0 10px;
    font-size: 14px;
    list-style: none;
}

#footer{
    clear: both;
    text-align: center;
    margin:0;
    padding:5px 15px;
    background:url('./images/footer.png') #404a5e top left no-repeat;
}

#footer p{
    color: #eee;
}

.gravatar{
    float: right;
}

.comments-template{
    margin: 10px 0 0;
    padding: 30px 0 0;
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li{
    margin: 10px 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template textarea{
    width: 500px;
}

.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px;
    padding-top: 4px;
    text-align: center !important;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.formatted_page > p {
    font-size:13px;
    color:#333333;
    text-indent:20px;
    /* text-align:justify; */
    line-height:1.3;
    margin:10px 0;
    padding:0;
}

p.zeroindent {
    text-indent:0;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modeling {}

.modeling, .modeling table {
	width: 100%;
}

.modeling h3 {
	text-align: center;
}

.modeling tr {
	text-align: center;
	vertical-align: top;
}

.modeling td {
	padding:10px;
}

.guide {}

.guide pre.code { 
	margin:15px 50px;	
	padding:10px;
	text-align:left;
	overflow:auto;
	background-color:#111111;
	border:1px dashed #cccccc;
	color:#cccccc;
}

.guide pre.code .userc:before {
	content:"user@console:~$ ";
}

.guide pre.code .userh:before {
	content:"~$ ";
}

.reg {}

.reg td {
	padding:4px 10px;
	vertical-align:top;
	text-align:left;
}

.reg input[type="text"], .reg input[type="email"], .reg input[type="tel"], .reg textarea {
	margin:0;
	padding:3px 1px;
	border:1px solid #cccccc;
	width:200px;
	border-radius:3px;
	color:#000000;
}

.reg textarea {
	resize:vertical;
	width:400px;
	height:100px;
}


.sysmon {}

.sysmon table {
	width:100%;
	margin:0 auto;
	padding:0;
	border:0;
	color:#000;
	border-collapse:collapse;
	border-spacing:1px;
	color:#000;
	font-size:11px;
}

.sysmon td, .sysmon th {
	vertical-align:middle;
	text-align:center;
}

.sysmon thead tr {
    background: #accae8;
}

.sysmon thead th {
    border:1px solid #777;
	padding:10px 5px;
}

.sysmon tbody td {
    border:1px solid #777;
    padding:0;
}

.sysmon tbody td span {
    padding:5px 1px 5px 4px;
}

.sysmon tbody tr:nth-child(even) {
	background: #e0e6ec;
}

.sysmon tbody tr:nth-child(odd) {
	background: #f5f5f5;
}

.sysmon .td1 {
	display: inline-block;
	width:auto;
}

.sysmon .td1 span {
	vertical-align:-5px;
}

.sysmon .td2 {
	display: block;
	float:right;
	height:25px;
	width:20px;
}

.sysmon .td2 img {
	height:10px;
	width:10px;
	border:1px solid #999;
	margin-top:6px;
}

.sysmon tbody .tleft {
	text-align: left;
}

.sysmon .resources img {
	width:210px;
	height:171px;
	border:1px solid #aaaaaa;
}

.sysmon img.pie {
	float:right;
}

.sysmon .nodes img {
	width:210px;
	height:120px;
	border:1px solid #aaaaaa;
}

.sysmon .torque tbody td {
	padding:7px 5px;
}
