html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}

div.like:hover{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}


center{
/*text-align: left; */
    }

body {
    background: #ffffff;
    line-height: 1;
    font-size: 13px;
    font-family: arial, verdana, sans-serif;
   
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

p{
margin-bottom:1em;
}

h1, h2, h3{
color: #333;
font-size: 49px;
margin-top:30px;
color:#FFF;
font-weight: bold;
#margin-bottom:0.6em;
}
.content h1, .content h2, .content h3{ 
    #font-family: verdana, sans-serif; 
    font-weight: bold;
    line-height: 1.2;
} 

h1{
	font-size: 25px; 
	color: #777;
	margin-bottom: 5px; 
}



h2.sub-title{
	font-weight: normal; 
	margin-bottom: 15px;
	color: gray;
}


a, .about .right, .sidebar .left, .post:hover div.like { 

color: rgb(43, 88, 122);

}
a {

text-decoration: none;
cursor: pointer;
#-webkit-transition: all 0.3s ease;
#-moz-transition: all 0.3s ease;
#transition: all 0.3s ease;
}
/*
aside a{
    -webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
transition: all 0.1s ease;
}*/

a:hover{
color: #cf6060;
#text-decoration: underline;
text-decoration: none;
cursor: pointer;
border-bottom:none;
}


a:active{
    color: black!important;
}

.wrapper{
margin:0 auto;
overflow: hidden;
}

header{
	background:rgba(0, 14, 29, 1.0);
background: -o-linear-gradient(top,  rgba(66, 68, 78, 1.0),  rgba(0, 14, 29, 1.0));
background: -moz-linear-gradient(top,  rgba(66, 68, 78, 1.0),  rgba(0, 14, 29, 1.0));
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(66, 68, 78, 1.0)), to(rgba(0, 14, 29, 1.0)));

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(66, 68, 78, 1.0)', endColorstr='rgba(0, 14, 29, 1.0)');

	width: 100%;
	height: auto;
}

.content{
padding: 0;
display:table;
width:100%;
height:100%;
line-height: 1.5;
text-align:center;
}
.content div {display:table-cell;text-align:center;vertical-align:middle}
.content img {margin:11% auto 10px;width:auto;max-height:280px}

.page{
display: block;
overflow: hidden;
}



header .wrapper img{
	display:block;
}
