/*
#ffffff
#9c9c9c
#636363
#4c4c4c
#383838

#e68a22
*/


*{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

#linkedin{
	float:left;
	margin: 3px 0 0 80px;
}

#linkedin img{
	height: 32px;
	border: 0;
}

#facebook{
	float:left;
	margin-top: 3px;
}

#facebook img{
	height: 32px;
	border: 0;
}

div.main{
	background-color: white;
	width: 100%;
	min-height: 100%;
	padding: 0;
	text-align: center;
	margin: auto;
	z-index: 0;	
}

div.top{
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #4c4c4c;
	height: 50px;
	z-index: 100;	
}

div.spacertop{
	height: 50px;
}

div.bottom{
	width: 100%;
	background-color: #4c4c4c;
	height: 60px;
	text-align:center;
	font-size: 14px;
	color:white;
	padding:4px 8px;
}

div.bottom a{
	font-size: 14px;
	color:white;
	margin-left:12px;
}

div.bottom span{
	font-size: 14px;
	display:block;
	margin:4px 8px;
	text-align:center;
}

div.spacerbottom{
	height: 0px;
}


div.header{
	text-align: right;
	border-bottom: 2px solid #e68a22;
	margin: 0;
	padding-right: 6px;
	z-index: 1000;
}

div.blogsubject{
	margin-top: 8px;
	margin-bottom: 8px;
}


div.blogtxt{
	width: 100%;
	max-width: 100%;
}

div.blogpicture{
	display: none;
}

span.z1{
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 32px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}

span.z2{
	font-family:"Brush Script MT","Comic Sans MS", cursive, sans-serif;
	color: #e68a22;
	font-size: 24px;
	font-weight: normal;
	width: auto;
	margin-left: -8px
}

#navscreen{
	display: block;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	background-color: rgba(55,50,50,0.40);
	z-index: 50;	
}

@-webkit-keyframes slidetop {
    from {top: -150px;}
    to {top: 51px;}
}

@keyframes slidetop {
    from {top: -150px;}
    to {top: 51px;}
}

#navmenu{
	position: fixed;
	top: 51px;
	left: 1%;
	width: 98%;
	display: block;
	background-color: rgba(75,70,70,0.95);
	border-top: 1px solid #e68a22;
	z-index: 60;	
}

#navmenu a{
	font-size: 16px;
	display: block;
	padding: 10px 10px;
	text-align: center;
	border-bottom: 1px solid #e68a22;
	text-decoration: none;
	color: white;
	z-index: 65;	
}

#navmenu a:hover{
	background-color: #636363;
	text-decoration: underline;
}

#navimg{
	position: fixed;
	top: 8px;
	left: 12px;
	display: inline-block;
	cursor: pointer;
}

#nav{
	display: none;
}

div.content{
	background-color: #ffffff;
	color: #110000;
	width: 98%;
	min-height: 400px;
	text-align: left;
	padding: 1%;
	z-index: 0;
}

div.indextxt{
	display: block;
	margin-bottom: 20px;
}

div.indexnews{
	display: block;
}

div.indexitem{
	display: inline-block;
	width: 99%;
	border: 1px solid #9c9c9c;
	border-radius: 3px;
	margin: 10px 0 0px;
}

div.manpath{
	display: none;
}

a.mancontent{
}

a.manback{
}

div.mansubtitle{
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: center;
}

div.manlist{
	padding: 0;
}

div.manlist a{
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 1px auto 0px;
}

div.mancontentlist{
	padding-left: 10px;
}

div.mancontentlist a{
  line-height: 26px;
}

img.manual{
	width: 99%;
	border: 1px solid #9c9c9c;
	margin: 4px auto 0;
	display:block;
	padding: 0;
}

.btn{
  background: #9c9c9c;
  background-image: -webkit-linear-gradient(top, #9c9c9c, #636363);
  background-image: -moz-linear-gradient(top, #9c9c9c, #636363);
  background-image: -ms-linear-gradient(top, #9c9c9c, #636363);
  background-image: -o-linear-gradient(top, #9c9c9c, #636363);
  background-image: linear-gradient(to bottom, #9c9c9c, #636363);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 3px 3px 3px #666666;
  font-family: arial, verdana, sans-serif;
  color: #ffffff;
  font-size: 15px;
  padding: 4px 20px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover,.btn:visited{
  background: #e68a22;
  background-image: -webkit-linear-gradient(top, #e68a22, #e68a22);
  background-image: -moz-linear-gradient(top, #e68a22, #e68a22);
  background-image: -ms-linear-gradient(top, #e68a22, #e68a22);
  background-image: -o-linear-gradient(top, #e68a22, #e68a22);
  background-image: linear-gradient(to bottom, #e68a22, #e68a22);
  color: #ffffff;
  text-decoration: none;
}
