#wrap {
width: 94%;
margin: 0 3%;
overflow: hidden;
}
#logo{
margin: 25px 0 20px;    
}
#logo a{
width: 70px;
height: 110px;
}
#nav {
width: 100%;
background: none;
overflow: hidden;
height: 40px;
}
#nav ul {
display: block;
list-style: none;
padding: 0px;
width: 290px;
}
#nav ul li {
float: left;
display: inline;
font-size: 12px;
margin: 0px;
padding: 0px;
}
#nav ul li a {
display: block;
height: 42px;
padding: 0;
margin: 0px;
padding-right: 12px;
font-size: 16px;
}
#nav ul li a:hover {
}
.single-post .type-post {
width: 100%;
}
.single-post .type-post .gridly-copy {
width: 100%;
}
.single-post .type-post img {
width: 100%;
top: -50px;
}
.type-post .gridly-image{
height: 180px;
}
.type-page {
width: 100%;
}
.type-page .gridly-copy {
}
.type-page img {
height: inherit;
}
#comment-form {
width: 285px;
}
#post-area .post{
}
.post-nav{
display: none;
}