	  *{ 
   padding:0; margin:0;
   }
 html,
body {
  height: 100%;
background:#dedede;
height: auto !important;
 min-height: 100%; 
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
 
  	.main{
		width: 100%;
		height: 400px;
		background:#000000;
		}
 	 header{
		 width: 100%;
		 height: 400px;
		 margin: 0 auto;
		 background: url(../images/bg-header2.png) right top no-repeat;
		 }
	span {
	font-family: Verdana;font-size: 14px;color: #000000;
		}
 
	h1{
	margin: 0 0 0 50px;
	font-family:Verdana; 	
	font-weight: 500;
	font-size:53px; color:#F07A2A;
	font-style:italic;
	line-height: 100%;
	width: 500px;
	}
	
	h3{
	font-family:Arial; font-size:18px; color: #E1E1E1;
    font-style:italic;
    margin:60px 0 0 130px;
	
  }
  	
	.logo{
	background:url(../images/logo.png)	left top no-repeat ;
	height: 105px;
	width: 600px;
	margin: 0 0 0 30px;
	}
	.photo{
		 background:url(../images/photo.png) center top no-repeat;
		 width: 200px;
		 height: 234px;
	 	 margin: 0 0 0 240px;
		 padding: 10px 0 0 0;
	     }
	
	.personal{
	font-family:Arial; 
	font-style: italic;	
	font-size:21px; color:#F07A2A;
	margin: 0 0 0 50px;	
	}
	.nav{
	margin: 10px 0;
	}
	#menu { margin-left:50px ; list-style:none;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:13px;
text-shadow: 0 -1px 3px #000000;
width:783px; height:34px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;
}
#menu li { display:block; float:left; border-right:1px solid #000000; border-left:1px solid #777777; width:195px; height:34px; border-bottom:1px solid #2A2A2A; border-top:1px solid #777777;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #353535), color-stop(0.5, #000000), color-stop(0.51, #2C2C2C), color-stop(1, #626262));
    background-image: -moz-linear-gradient(center bottom, #353535 0%, #000000 50%, #2C2C2C 51%, #626262 100%);
    background-color:#000000;
}
#menu li:not(:last-child):hover {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #212121), color-stop(0.5, #000000), color-stop(0.51, #2C2C2C), color-stop(1, #4D4D4D));
    background-image: -moz-linear-gradient(center bottom, #212121 0%, #000000 50%, #2C2C2C 51%, #4D4D4D 100% );
    background-color:#000000;
    -moz-box-shadow: inset 0 0 5px 5px #212121;
    -webkit-box-shadow: inset 0 0 5px 5px #212121;
    box-shadow: inset 0 0 5px 5px #212121;
}
#menu li:not(:last-child):active {
     background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #212121), color-stop(0.5, #000000), color-stop(0.51, #2C2C2C), color-stop(1, #4D4D4D));
    background-image: -moz-linear-gradient(center bottom, #212121 0%, #000000 50%, #2C2C2C 51%, #4D4D4D 100% );
    background-color:#000000;
    -moz-box-shadow: inset 0 0 5px 5px #212121;
    -webkit-box-shadow: inset 0 0 5px 5px #212121;
    box-shadow: inset 0 0 5px 5px #212121;
	}
#menu li a { color:#EAEAEA; text-decoration:none; text-align:center; display:block; line-height:34px; outline:none; }
#menu li a:active { color:#FF976B; text-decoration:none; text-align:center; display:block; line-height:34px; outline:none; }

#menu li:first-child {
    -moz-border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;
    border-left:none;
}
#menu li:first-child a img {
   vertical-align:middle; margin-top:-2px;
}
#menu li:last-child {
    -moz-border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    border-right:none;
    width:192px;
}
@-webkit-keyframes showMenu {
    from { opacity: 0; top:-20px; }
    to   { opacity: 1; }
}
#menu {
     -webkit-animation: showMenu 1s; position:relative;
}
	.content{
	float: left;
	width: 73%;
	margin: 0 0 30px 0;
	flex: 1 0 auto;
	padding: 0 0 0 30px;
	}
	.content-fully{
	width: 100%;
	margin: 0 0 30px 0;
	}
	figure {
	float:left;
    width: 300px; 
    height: 250px; 
    margin: 30px 0 0 20px;
	}
	.txt {
    float: left;
    padding: 0 10px; 
	}
	.footer{
	background-color: #000000;
	position: relative;
	clear:both;
	height: 150px;
    width:100%;
	flex: 0 0 auto;
	}
	.feature{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin: 20px 0 0 20px;
	}
   .feature-fully{
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin: 20px 50px 0 50px;
	}
.feature h2{
	border-right:1px solid #000000; border-left:1px solid #777777; border-bottom:1px solid #2A2A2A; border-top:1px solid #777777;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #353535), color-stop(0.5, #000000), color-stop(0.51, #2C2C2C), color-stop(1, #888888));
    background-image: -moz-linear-gradient(center bottom, #353535 0%, #000000 50%, #2C2C2C 51%, #626262 100%);
    background-color:#000000;
	font-family:Arial; font-size:17px; color:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:17px;
	text-shadow: 0 -1px 3px #000000;
	font-weight: 400;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	padding:6px 30px 6px 40px;
	}
.feature h2 a{
	font-family:Arial; font-size:17px; color:#FFFFFF;
	text-decoration: none;
}
.feature h2 a:hover{
	font-family:Arial; font-size:17px; color:#FFFFFF;
	text-decoration: underline;
	}
.feature h2 span{
	font-family:Arial; font-size:12px; color:#B2B2B2;
}

.feature-fully h2{
	border-right:1px solid #000000; border-left:1px solid #777777; border-bottom:1px solid #2A2A2A; border-top:1px solid #777777;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #353535), color-stop(0.5, #000000), color-stop(0.51, #2C2C2C), color-stop(1, #888888));
    background-image: -moz-linear-gradient(center bottom, #353535 0%, #000000 50%, #2C2C2C 51%, #626262 100%);
    background-color:#000000;
	font-family:Arial; font-size:17px; color:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:17px;
	text-shadow: 0 -1px 3px #000000;
	font-weight: 400;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	padding:6px 30px 6px 40px;
	}
.feature-fully h2 a{
	font-family:Arial; font-size:17px; color:#FFFFFF;
	text-decoration: none;
}
.feature-fully h2 a:hover{
	font-family:Arial; font-size:17px; color:#FFFFFF;
	text-decoration: underline;
	}
.feature-fully h2 span{
	font-family:Arial; font-size:12px; color:#B2B2B2;
}


.post{
	background: rgba(255,255,255, 0.9);
	border:1px solid #C4C4C4;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	padding:15px 10px 25px 10px;	
	text-indent: 1em;
	}
.post p{
	font: 14px Verdana; color:#000000; margin: 0 10px 10px 10px;
	}
.post p a{
	color: #A94002; text-decoration: underline;
}
.post p a:hover{
	color: #A94002; text-decoration: none;
}
.post-fully{
	background: rgba(255,255,255, 0.9);
	border:1px solid #C4C4C4;
	border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	padding:15px 10px 35px 10px;	
	text-indent: 1em;
	}
.post-fully p{
	font: 14px Verdana; color:#000000; margin: 0 10px 10px 10px;
	}
.post-fully p a{
	color: #A94002; text-decoration: underline;
}
.post-fully p a:hover{
	color: #A94002; text-decoration: none;
}

.imgstyle{
	float:left; 
	margin:0 20px 10px 10px;
	
}
.imgstyle2{float:right;margin: 0 10px 10px 10px;
}
.imgstyle3{width: 100%;
  height: auto; margin: 0 10px 20px 10px;

}
img[tabindex="0"] {
  cursor: zoom-in;
}
img[tabindex="0"]:focus {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 99%;
  max-height: 99%;
  margin: auto;
  box-shadow: 0 0 20px #000, 0 0 0 1000px rgba(210,210,210,.4);
}
img[tabindex="0"]:focus,
img[tabindex="0"]:focus ~ * {
  pointer-events: none;
  cursor: zoom-out;
}
.sidebar{
	width:13%; min-width:100px; float:right; margin:20px 50px 30px 0;
}
.vidget{
background: #CACACA; border: 1px solid #9A9A9A;
border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
.vidget h2{text-align: center;
	border-right:1px solid #000000; border-left:1px solid #777777; border-bottom:1px solid #2A2A2A; border-top:1px solid #777777; border-right:1px solid #000000;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #353535), color-stop(0.5, #000000), color-stop(0.51, #2C2C2C), color-stop(1, #888888));
    background-image: -moz-linear-gradient(center bottom, #353535 0%, #000000 50%, #2C2C2C 51%, #626262 100%);
    background-color:#000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:16px;color:#FFFFFF;
	text-shadow: 0 -1px 3px #000000;
	font-weight: 100;
	border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	padding:6px 30px 6px 30px;
	}

.vidget ul{
	list-style: none; padding: 3px 3px;		
}
.vidget ul span{
	font: 14px "Century Gothic"; color:#F07427;
}
.vidget ul li{
	text-align: center; border-bottom: 1px solid #ADADAD; border-top: 1px solid #FFFFFF; color: #000000; font-family: "Century Gothic"; padding: 10px 0;
}
.vidget ul li:first-child{
	border-top: none;
}
.vidget ul li:last-child{
	border-bottom: none;
}
.vidget ul li a{
	font: 14px "Century Gothic"; color:#000000; text-decoration: underline;
}
.vidget ul li a:hover{
	text-decoration: none;
}
.video{
	float:left; 
	margin:10px 20px 20px 10px;
}

#disqus_thread {
margin-right:30px;
}