body{
    color: #bbbbbb;
    background: #121212;
}
.wrapper{
    width: 960px;
    padding:25px 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: rgba( 35,35,35,0.7 );
}
.row,
.content{
    width: 960px;
}

aside{
    padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Tahoma", sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin-top: 30px;
}
div.widget.widget_post_meta ul li a:hover,
a {
    color: #d3a346;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}

p {
    margin: 0 0 15px;
}

table{
    width: 100%;
}

table th{
    background-color: #343434;
    border: 1px solid #333333;
    min-height: 40px;
    padding: 5px;
}

table td{
    border: 1px solid #353535;
    text-align: left;
    min-height: 40px;
    padding: 5px;
}
blockquote {
    border-left: 5px solid #333333;
    color: #bbbbbb;
    font-style: italic;
}
address{
    font-style: italic;
}
address,
abbr{
    color: #ededed;
}
input[type="text"],
input[type="password"],
select,
input[type="checkbox"],
textarea{
    border: 1px solid #363636;
    background-color: #292929;
    color: #888888;
}

.pagination nav{
    display:block;
}
