/*
Theme Name: Sportlife
Theme URI: http://goldenworks.eu/demos/sl_wordpress/
Description: A sport inspired proffesional wordpress theme for bloggers and works showcases alike.
Author: Starshade
Author URI: http://goldenworks.eu
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: threaded-comments, left-sidebar, right-sidebar, flexible-width, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
*/


@import url("css/bootstrap.min.css");
@import url("css/font-awesome.min.css");
@import url("css/main.css");


/*=============== wordpress specific styles ===============*/
.wp-caption {
	font-size:12px;
	margin:0;
	padding:0;
}
.wp-caption img {
	display:block;
	padding:0;
	margin:5px 0 4px 5px !important;
}
.wp-caption-text {
	display:inline;
	margin:0;
	padding:0 0 5px 7px;
	display:block;
} 
.sticky {}
.gallery-caption {}
.bypostauthor {}

.alignnone {
	padding:4px 0 4px 0;
	display:block;
	clear:both;	
}
.aligncenter, div.aligncenter {
	display:block;
	clear:both;
	margin:0 auto;
	padding:6px 0 6px 0;
	text-align:center;
}
.alignright, a img.alignright {
	float:right;
	margin:5px 0 7px 18px;
}
.alignleft, a img.alignleft {
	float:left;
	margin:5px 18px 7px 0;
}






/*-------- start color switcher styles ---------*/
#color_swich {
	font-size:15px;
	font-style:italic;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	z-index:1000;
	height:56px;

	color:#c0c0c0;
	background:#282828;

	border-top:1px solid #585858;
	padding-top:8px;
}
.color_swich_block {
	margin:0 auto;
	width:960px;
}
#color_swich .sw-btn {
	border:1px solid #282828;
}
#color_swich .sw-btn.selected {
	border:1px solid #ffffff;
}
.sw-btn {
	float:left;
	display:block;
	margin:10px 1px 0 0;
	color:#202020;
	text-decoration:none;
	text-indent:-9999px;
	width:28px;
	height:28px;
}
.sw-btn:hover {
	text-decoration:none;		
	color:#202020;
}
.swich-txt {
	float:left;
	width:170px;
	margin:13px 0 0 0;	
}

.buy-me {
	float:right;
	width:185px;
	margin-top:6px;
}

.buy-me a {
	float:right;
	display:block;
	margin:5px 0 0 0;
}
.fbottom-wrapper {
	padding-bottom:90px;
}

h1.extraspaced1{
line-height: 46px;
}

h1.extraspaced2{
line-height: 56px;
}