/*
Theme Name: FFSPLIT
Theme URI: http://ffsplit.com
Author: Vincent (Wrolf) Luong
Author URI: http://ffsplit.com
Description: FFSPLIT 5.0 is an elegant and clean dark theme custom designed by Vincent (Wrolf) Luong.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: ffsplit
*/

body {
	background: #0e0e0e;
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
	font: 14px Arial;
	-webkit-font-smoothing: antialiased;
	color: #bababa;
	margin: 0;
	padding: 0;
}

.container {
	width: 1100px;
	margin: auto;
}

/* Twitch */
#twitch {
	margin: 40px 0 0 0;
}

/* For modern browsers */
.container:before,
.container:after {
    content:"";
    display:table;
}
.container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.container {
    zoom:1;
}

.head_container {
	width: 1100px;
	margin: auto;
}

*,*:hover,*:focus,*:active { outline: 0px none; }

/* Font style and colors */
h1, h2 { font: 18px 'Oswald'; color: #c6c6c6; margin: 0; }
h3 { font: 14px 'Oswald'; color: #787878; margin: 0; }
.bold { font-weight: bold; }
.upper { text-transform: uppercase; }

.color-0 { color: #ffffff; } /* White */
.color-1 { color: #84a626; } /* Green */
.color-2 { color: #dd5715; } /* Bright Orange*/
.color-3 { color: #c38740; } /* Dark Orange-Brownish */

.clear { clear: both; }

/* Header */
/* Logo */
#nav_header {
	background: #000000;
	border-bottom: 1px solid #1f3f49;
	position: relative;
	top: 10px;
	clear: both;
}

.logo {
	background: url('../images/logo.png') no-repeat 0 -27px;
	width: 138px;
	height: 27px;
	float: left;
	text-indent: -9999em;
	position: absolute;
	top: 17px;
}

.logo:hover {
	background-position: 0 0;
}

nav {
	margin: 0 auto;
	float: right;
	font: 12px Arial;
	position: relative;
	z-index: 10;
}

nav ul {
	padding: 0;
	margin: 0 auto;
}

nav li {
	display: inline-block;
	float: left;
	padding: 20px 0px;
}

nav li a {
	padding: 8px 15px;
	margin: 0 .15em;
	border-bottom: 1px solid transparent;
}

nav a {
	color: #ffffff;
	display: inline-block;
}

nav a#top_menu {
	display: none;
}


nav a:hover, nav a:active {
	background: #213941;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #305f6d;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Slideshow */
#slider_container {
	margin: auto;
	position: relative;
	width: 100%;
	padding: 20px 0 0 0;
}

#slider_bg {
	background: url('../images/slideshow_bg.png') no-repeat top center;
}

#slideshow {
	position: relative;
	z-index: 1;
}

.cycle-slideshow {
	margin: 0 auto;
	max-width: 836px;
	position: relative;
	z-index: 1;
}

.cycle-slideshow img { 
	width: 100%; 
	height: auto; 
}

/* Slideshow Navigation Arrows */

#slider_nav {
	display: none;
	list-style: none;
	margin: auto;
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	text-indent: -9999em;
}

#prev {
	background: url('../images/arrow_prev.png');
	float: left; 
	width: 38px;
	height: 50px;
	margin: 0 0 0 50px;
}


#next {
	background: url('../images/arrow_next.png');
	float: right; 
	width: 38px;
	height: 50px;
	margin: 0 60px 0 0;
}

/* Slideshow pager */
.cycle-pager { display: none; text-align: center; width: 100%; position: absolute; z-index: 20; bottom: 20px; }
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #1b2324; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; cursor: pointer; 
}

.cycle-pager span.cycle-pager-active { color: #206572; text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;}
.cycle-pager > * { cursor: pointer;}

/* Slidershow text */
.slider-text1 {
	font: 14px Arial;
	width: 200px;
	height: auto;
	float: right;
}

/* Links */
a {
	color: #dddddd;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffffff;
}

/* Blog and Sidebar with Social Media */
#row_1 {
	padding: 10px 0;
	min-height: 380px;	
}

#blog, #blog_404 {
	float: left;
	width: 710px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.twitter_bird {
	background: url('../images/icon-twitter.png') no-repeat 0 0;
	height: 16px;
	width: 19px;
	display: inline-block;
	padding: 0 3px;
}

.addthis-bg {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #1b272b;
}

/* Pagination */

.p-page { 
	text-align: center; 
	padding: 15px; 
	color: #ffffff; 
}

.p-page .page-numbers {
	background: #2c3537;
	padding: 7px;
	border: 1px solid #000000;
	border-radius: 3px;
}

.p-page .current {
	background: #2ea2c9;
	border: 1px solid #1a5569;
	-moz-box-shadow: inset 0 0 5px 5px #2389aa;
	-webkit-box-shadow: inset 0 0 5px 5px #2389aa;
	box-shadow: inset 0 0 5px 5px #2389aa;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 7px;
}

.p-page a:link, .p-page a:visited {
	color: #b4b4b4;
	text-decoration: none;
}

.p-page a:hover {
	color: #ffffff;
}

@font-face {
    font-family: "UbuntuLight";
    src: url("../fonts/Ubuntu-L.eot");
    src: url("../fonts/Ubuntu-L.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Ubuntu-L.woff") format("woff"),
         url("../fonts/Ubuntu-L.ttf") format("truetype"),
         url("../fonts/Ubuntu-L.svg#OpenSansLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* What you need. & Hide and Show display */
#row_2 {
	padding: 20px 0;
	min-height: 380px;
}

/* Why */
#why_ffsplit {
	float: left;
	width: 340px;
	padding: 0 0 20px 0;
	margin-right: 30px;
}

/* Twitter */
#twitter {
	float: left;
	width: 340px;
	margin-right: 30px;
	padding: 0 0 10px 0;
}

#twitter2 {
	float: right;
	width: 340px;
}

/* Need*/
#you_need {
	float: left;
	width: 340px;
	padding: 0 0 20px 0;
}

.line {
	padding: 6px 0;
	border-bottom: 1px dashed #11262c;
}

/* Hide and Show icon */
.hide_info {
	background: url('../images/hide_info.png') no-repeat 0 0;
	width: 13px;
	height: 13px;
	display: inline-block;
}

.show_info {
	background: url('../images/show_info.png') no-repeat 0 0;
	width: 13px;
	height: 13px;
	display: inline-block;
}

.info {
	color: #6a9d2b;
	position: relative;
	left: 10px;
	text-decoration: none;
	line-height: 15px;
}

.info:hover, .info:hover .hide_info, .info:hover .show_info {
	background-position: 0 -17px;
	color: #4a6e1e;
}

a.info {
  white-space: nowrap;
}

.more_info {
	background: #111111;
	padding: 15px;
	margin: 5px 0;
	border: 1px solid #323232;
}

/* What you need Download and Changelog buttons */

.feat {
	text-align: center;
	position: relative;
	bottom: 5px;
	top: 2px;
	width: 70px;
	color: #ffffff;	
}

.feat_download {
	display: inline-block;
	background: #819d2f;
	border: 1px solid #819d2f;
	border-radius: 3px;
	padding: 10px 30px;
}

.feat_download:hover {
	background: #8faf32;
	border-color: #abd826;	
}

.feat_links {
	display: inline-block;
	background: #0d0d0d;
	border: 1px solid #242424;
	border-radius: 3px;
	padding: 10px 30px;
}

.feat_links:hover {
	background: #1b1b1b;
	border-color: #4e4e4e;
}

/* Footer */
#footer {
	margin-bottom: -10px;
	padding: 30px 0 50px 0;
	background: #090808;
	border-top: 1px solid #202020;
	overflow: hidden;
}

.footer-links ul {
	list-style-type: none;
	padding: 0;
}

.footer-links ul li {
	display: inline-block;
	padding: 10px 15px 0 0;
}

.footer-links a {
	font: 11px Arial;
}

.footer-links a:hover {
	color: #6a9d2b;
}

.copyright {
	float: left;
}

/* Search page and search form */

.page-title {
	padding: 5px 10px;
	margin: 0 0 10px 0;
	background: #0e0e0e;
	border: 1px solid #5a5a5a;
}

.searchbar {
	float: right;
	margin-top: -15px;
	color: #b5b5b5;
	background: url('../images/search.png') no-repeat 0 0px #000000;
	border: 1px solid #1f1f1f;
	border-radius: 2px;
	width: 200px;
	padding: 5px 10px 4px 28px;
}

.searchbar:focus {
	color: #ffffff;
	background: url('../images/search.png') no-repeat 0 -40px #0d1d29;
	border-color: #255b85;
}

/* Scroll to top */
.scrollToTop {
	width: 64px;
	height: 33px;
	padding: 10px 0;
	text-indent: -9999px;
	position: fixed;
	bottom: 10px;
	right: 2px;
	display: none;
	background: url('../images/top.png') no-repeat 0px 20px;
}

.scrollToTop:hover{
	background-position: 0 -30px;
}

/* Content */
.entry-title a:hover {
	color: #43a6c3;
}

.entry-content {
	border-bottom: 1px dashed #1b2629;
	margin: 10px 0;
}

.entry-meta {
	font: 10px 'Tahoma';
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

/* Widgets */

.widget-area {
	font-size: 12px;
}
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 15px 0;
}

.widget-title {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	line-height: 2.6em;
	background: #000000;
	padding: 0 15px;
}

.widget ul {
	font-size: 15px;
	list-style-type: none;		
	margin: 0;
	padding: 0 15px;	
}

.widget ul li {
	color: #777;
	font-size: 12px;
	border-bottom: 1px dashed #1b272b;
	padding: 5px;
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

.donate_button {
	height: auto;
	width: 100%;
	border: 1px solid #2a2a2a;
} 

/* Pages */
#page-content {
	margin: 40px 0;
}

/* Download Page */
.d-button-space {
	margin: 30px 0;
}

.d-button {
	background: #2c8c9f;
	border: 1px solid #1c6675;
	padding: 10px 50px;
	text-align: center;
	font: 14px 'Oswald';
}

.d-button:hover {
	background: #c51616;
	border: 1px solid #9b1818;
}

.d-links {

}

.d-require {
	background: #111111;
	border: 1px solid #2c2c2c;
	width: 50%;
	padding: 10px;
	margin: 10px 0;
}