* {
    color: #424242;
}
body {
    background-color: #DBDBDB; 
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    min-width: 320px;
    
    background: url(../img/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
.centered {
    text-align:center;
}

div.hoverable {
    position: relative;
}
div.hoverable div.image {
    text-align:center;
    padding: 10px;
}
div.hoverable div.image img {
    margin-left: 0px;
}
div.hoverable .hover_info {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.96);
}
div.hoverable:hover .hover_info, div.hoverable .active {
    opacity: 1;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
div.hoverable div.hover_info div.content {
    padding: 15px;
}
div.hoverable div.hover_info div.content h3 {
    padding: 0;
    margin: 0;
}


div.gallery_grid {
    margin-bottom: 2%;
    color: #333;
}

div.gallery_grid div.info_bar {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin-left: 0px;
    padding-left: 11px;
    padding-right: 11px;
    height: 20px;
}

.page-content {
    background-color: #fff;
    border-color: #666;
    color: inherit;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 20px;
}
.site-footer {
    margin-top: 30px;
}
.white-text, .white-text *, .white-text *:hover {
    color: #fff;
}
.gallery-title, .gallery-title * {
    color: #fff;
}
.gallery-description {
    padding: 10px;
    margin-bottom: 10px;
}


.twitter{
	margin-top:-10px;
    display: inline-block;
	background:url("../img/sprite.png");
    background-position: 0 0;
    width: 35px;
    height: 35px;
	background-size: 288px 1150px;
}
.twitter span{
    display:inline-block;
	background:url("../img/sprite.png");
    background-position: 0 -35px;
    width: 35px;
    height: 35px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
	background-size: 288px 1150px;
	
}
.twitter span:hover{
    opacity: 1;
}
.facebook{
	margin-top:-10px;
    display: inline-block;
	background:url("../img/sprite.png");
    background-position: -35px 0;
    width: 35px;
    height: 35px;
	background-size: 288px 1150px;
}
.facebook span{
    display:inline-block;
	background:url("../img/sprite.png");
    background-position: -35px -35px;
    width: 35px;
    height: 35px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition:    opacity 0.5s;
    -o-transition:      opacity 0.5s;
	background-size: 288px 1150px;
}
.facebook span:hover{
    opacity: 1;
}

.blog-date {
    margin-bottom:20px;
}
.blog-post-list {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 2%;
}
.blog-post-list .blog-title * {
    margin-bottom: 0px;
    color: #424242;
}
.blog-post-list .blog-date {
    font-size: 12px;
    font-style: italic;
}
.blog-post-list .blog-summary {
    font-size:16px;
}

.homepage-header {
    font-size:45px;
    letter-spacing: -1px;
    color: inherit;
}
.homepage-slogan {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
}
.homepage-description {
    font-size:16px;
}
.homepage-container {
    background-color: #EEEEEE;  border-radius: 6px 6px 6px 6px;padding: 40px;
}