@charset "utf-8";
/* CSS Document */

body {
	background-color: #222;
}
h1 {
margin: 2px 0 10px;
font-size: 24px;
line-height: 1.2em;
font-weight: bold;
font-family: nassim;
color: #fff;
}
.thumbrow {
	margin-bottom: 10px;
	margin-left: -5px;
	margin-right: -5px;
}
.thumbitem {
	padding-left: 5px;
	padding-right: 5px;
}
.author {
    margin-top: 1px;
    color: gray;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 21px;
    font-size: 11px;
}	
	p {
    color: #fff;
    line-height: 30px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    color: #999;
    text-align: center;
    background-color: #2e2e2e;
    border-top: 1px solid #e5e5e5;
}.row {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 50px;
}