﻿@charset "utf-8";

/************************************
 	@Header
 ************************************/

#header {
	margin: 15px 0;
    position: relative;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}

	#header a {
        border: none;
    }

    #header a:hover {
        border: none;
    }

	#header #logo {
    	float: left;
		display: inline;
        width: 400px;
    }
    
    #header #blog-link {
    	float: left;
		display: inline;
        width: 143px;
        margin-left: 30px;
    }
    
    #header #games-link {
    	float: left;
		display: inline;
        width: 186px;
        margin-left: 30px;
    }
    
/************************************
 	@Content
 ************************************/
 
#content {
	font-size: 1.6em;
    line-height: 1.7em;
    margin: 20px 20px;
}

	#content h1 {
    	font-weight: normal;
        font-size: 2.5em;
        line-height: 1.5em;
        color: #fff;
    }

    #content h2 {
        clear: both;
        padding: 20px 0;
        margin-bottom: 0;
        border-top: 1px dotted #c1c1c1;
    }
        #content h2.first {
            border-top: none;
        }
    
    #content p {
    	margin: 0 0 25px;
    }

    #content strong {
        color: #fff;
    }

    #content .game-thumb {
        float: left;
        margin: 5px 20px 10px 0;
    }

    #content .game-links {
        clear: both;
    }

.center {
	text-align: center;
}

.imglink {
	border: 1px solid #ccc;
	display: block;
	width: 700px;
	margin-left: 24px;
}
	.imglink:hover, .imglink:focus {
		border: 1px solid rgba(255, 192, 0, 1);
	}

.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
	list-style: disc;
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 2.5em;
    font-size: 18px;
    line-height: 1.7em;
	display: block;
	width: 100%;
	text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
	font-weight: 400;
}

.social-list li {

	position: relative;
	margin: 15px; 
	display: inline-block;
	width: auto;

}

.social-list a {
	font-size: 12px;
	color: #dcdcdc;
	font-family: "Lato", arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1em;
	border-bottom: none;
}

.social-list a::after {
	position: absolute;
	top: 100%;
	margin-top: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e0e0e0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.social-list a:hover::after, .social-list a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.copyright {
	font-size: 9px;
	color: #666666;
	font-family: "Lato", arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}
    
/************************************
 	@Footer
 ************************************/
 
#footer {
	border-top: 1px solid #ccc;
    padding: 10px 0;
    text-transform: uppercase;
}