body {
  padding: 0 0 0 0px;
  font-size:14px;
  line-height: 1.4;
  color: #ccc;
  -moz-transition: all 1000ms linear;
  transition: all 1000ms linear;
  background: #111;
  font-family: 'Open Sans', sans-serif;
}

input {
    
    border-radius: 0px;
    border:solid 1px #ccc;
    padding: 5px;
    width: 230px;
}
a {
  color: #999;
}
strong,.current-cat{
  font-weight: bold;
}
h1, h2, h3, h4 {
  font-family: 'Abel', sans-serif;
  text-transform: uppercase;
}
h1{
  font-size:32px;
  color:#fff;
}
h2 {
  font-size: 16px;
  line-height: 18px;
  color: #888;
}
p{
  margin:4px 0 8px;
  line-height: 1.6;
}

a h3{
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

a:hover h3{
  color:#5196DD;
}
.plugin-thumb-large{
  display: block;
  margin: 4px 0 20px -4px;
  width: 100%;
  height: auto;
  border: solid 4px #333;
}

.post-content{

}
.plugin-post {
  border-radius: 0px;
  background: #444;
  width: 23.5%;
  float: left;
  margin: 8px 2% 10px 0;
  position:relative;
  padding:0 0 16px 0;
  overflow: hidden;
  color:#aaa;
}
.plugin-post:last-child{
  margin-right:0%;
}
.plugin-post .overview {
  line-height: 15px;
}
.plugin-post.fourth {
  margin-right: 0;
}
.overview:hover .plugin-post .description{
  opacity: 1;
}
.plugin-post .description {
  height: 120px;
  position: absolute;
  opacity: 0;
  padding: 10px 7%;
  background: rgba(0,0,0,.9);
  left: 0px;
  width: 86%;
  top: 0px;
  font-size: 86%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.plugin-post .description:hover{
  opacity: 1;
}
.plugin-post .plugin-thumb {
  display:block;
  overflow:hidden;   
  text-align: center;
  background: #fff;
}

.plugin-post .plugin-thumb img{
  display:block;  
  box-shadow: 0 0 3px black;
  margin: 0 auto;
}

.plugin-post + .divider {
  border-bottom: solid 1px #191919;
  margin:12px 0;  
}
.tags a {
  color:#5196DD;  
}
h3 {
  font-size: 14px;
}
h3 a {
  color: #4c4c4b;
}
#sitewrap, .inner-width {
  max-width: 1020px;
  margin: 0 auto;
}

#submit-plugin-advanced input{
  margin:0 6px 6px 0;
  
  
  
}
#submit-plugin-advanced textarea{
  padding: 0px;
  border-radius:0px;
  border:solid 1px #ccc;
  font: 12px/1.6 Arial, sans-serif;
  width:480px;
  height:90px;
}

#submit-plugin-advanced .submit{
  display:block;

  width:230px;
  border:solid 1px #336caf;
  border-radius:0px;
  overflow:hidden;
  
}

#submit-plugin-advanced .submit input{
  border:none;
  border-radius:0px;
    background:#5196e7;
    cursor:pointer;
  color:#fff;
  margin:0;

  text-transform:uppercase;
  border-top:solid 1px #9fc9fa;
  
  text-shadow: 0 -1px 0 #336caf;
  
    -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

#submit-plugin-advanced .submit input:hover{
  background:#3d78bd;
}
#logo {
  background: url(img/bg-logo.png) 0px center no-repeat;
  width: 126px;
  height: 100%;
  display: block;
  float: left;
  padding: 0 18px 0 0;
  position:relative;
  top:0px;
  
    -moz-transition:all 100ms linear;
  -webkit-transition:all 100ms linear;
  transition:all 100ms linear;
}

#logo:hover{
  background-position:4px center;   
}
#logo span {
  width: 126px;
  height: 64px;
  display: block;
  text-indent: -999em;
}
#menu-main {
  font-family: 'Abel', sans-serif;
  font-size: 18px;
  letter-spacing: .03em;
  float: left;
  padding: 16px 0 0 20px;
}
#menu-main li {
  float: left;
  margin: 0 12px 0 0;
}
#menu-main a {
  color: #fff;
  text-transform: uppercase;
  
  -moz-transition:all 100ms linear;
  -webkit-transition:all 100ms linear;
  transition:all 100ms linear;
  position:relative;
  top:0px;
}

#menu-main a:hover {
 color:#f9c0a5; 
 top:2px;
}
#menu-plugins {
  background: #444;
  border-radius: 0px;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 20;
}
#menu-plugins #menu-categories {
  border-bottom: solid 1px #222;
}
#menu-plugins li {
  display: inline;
}

#menu-plugins h2 {
  display:inline-block;
  width:90px;
}
#menu-plugins ul {
  border-top: solid 1px #555;
  padding: 6px 20px;
}

#menu-plugins a {
  color: #6090af;
  text-shadow: 1px 0 0 #111;
}
#search-here {
  float: right;
  width: 240px;
  padding: 16px 0 0 0px;
}
#search-here input {
  width: 230px;
  
}
#footer {
  clear: both;
  padding: 40px 0 12px 0;
  text-align:center;
  color:#777;
}
#footer a {
  
}
#the-page {
  width:64%;
  padding:20px 3%;
  float:left;
  background: #444;
  margin:20px 0 0 0;
}

#sidebar{
    width: 24%;
    float:right;
    padding:20px 0 0 0;
}

.visit-plugin {
  overflow:hidden;
  display:inline-block;
  text-align:center;
  background: #;
  color: #888;
  position:absolute;
  bottom:0px;
  display: none;
  width: 100%;
  border-top: solid 1px #222;
  box-shadow: inset 0 1px 0px #555;
  padding: 3px 0;
}

.visit-plugin span{
  height:18px;
  padding:4px 8px;
  display:block;
  font-weight: bold;
  text-transform: uppercase;
}

#recent-posts{
    
    
   border-radius: 0px;
    
   margin: 12px 0 22px;
    overflow: hidden;
}

#recent-posts a{
  display:block;
  padding: 1px 0 1px 0px;
  
    -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
#recent-posts a:hover{
  padding-left:12px;
}
#recent-posts li:last-child a{
  border-bottom:none;
  
}

.arrow{
  font-size:120%;
  color:#999; 
}
#header {
  height: 64px;
  background: -moz-linear-gradient(top, #f5722a 0%, #f5702b 17%, #f26d28 24%, #f46d29 29%, #f06925 44%, #f16726 52%, #ec5e1e 100%);
  background: -webkit-linear-gradient(top, #f5722a 0%, #f5702b 17%, #f26d28 24%, #f46d29 29%, #f06925 44%, #f16726 52%, #ec5e1e 100%);
  background: -o-linear-gradient(top, #f5722a 0%, #f5702b 17%, #f26d28 24%, #f46d29 29%, #f06925 44%, #f16726 52%, #ec5e1e 100%);
  background: -ms-linear-gradient(top, #f5722a 0%, #f5702b 17%, #f26d28 24%, #f46d29 29%, #f06925 44%, #f16726 52%, #ec5e1e 100%);
  background: linear-gradient(top, #f5722a 0%, #f5702b 17%, #f26d28 24%, #f46d29 29%, #f06925 44%, #f16726 52%, #ec5e1e 100%);

}
#header .inner-width {
  height: 64px;
}

.pagination{
    background: #222;
  
  
    border-radius: 0px;
  
    box-shadow: inset 0px 1px 0px #333;
  margin: 12px 0 22px 0;
  overflow: hidden;
}

.pagination span, .pagination a{
  display:inline-block;
  padding:8px 12px;
  border-right: solid 1px #111;
}

.pagination a{
  font-weight:bold;
}

.pagination a:hover{
  background: #DDD;
}

.plugin-post .permalink{
  display: block;
  padding: 12px 18px 0px 18px;
  color: #fff;

}

.plugin-post .permalink h3{
  font-size: 120%;
}
@media all and (max-width: 1040px){
  #header{
    padding-left: 20px;
    padding-right: 20px;
  }

 

 
  #content{
    margin:0 20px;
  }
  #footer{
      padding: 40px 20px 12px 20px;
  }
}


@media all and (max-width: 800px){
    #menu-main{
    display: none;
  }
}
@media all and (max-width: 700px){
  #logo{
  width: 128px;
  }

  .plugin-post{
    width: 48%;
    margin-right: 4%;
  }

 

  .plugin-post.even-post{ 
    margin-right:0;
  }

  .plugin-post.fourth {
    margin-right: 0;
  }

  .plugin-post .tags{
    display: none;
  }
}

@media all and (max-width: 500px){

  #search-here{
    width: 50%;
  }

  #search-here input{
    width: 100%;
  }
  #the-page{
    width: 100%;
    float: none;
  }
  #sidebar{
    display: none;
  }
}
@media all and (max-width: 360px){
  .plugin-post{
    width: 100%;
    margin-right: 0;
    min-height: auto;
  }


  #search-here{
    width: 40%;
  }
  

}

@media all and (max-width: 320px){
 

  #search-here{
    display: none;
  }
  

}






.tags{
  display: none;
}

.arrows{
  display: none;
}