/*
Theme Name: Oblivion
Theme URI: http://www.skywarriorthemes.com/
Author: Skywarrior themes
Author URI: http://www.skywarriorthemes.com/
Description: Oblivion is the ultimate gaming theme. Created using the latest HTML5 and CSS3 techniques, it allows you to create awesome review sites or portfolios for your games.
Version: 3.8
License: Skywarrior Themes. All rights reserved.
License URI: http://themeforest.net/user/Skywarrior
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: oblivion
*/
	 
@import url('css/bootstrap.css');
@import url('css/main.css');
@import url('css/bootstrap-responsive.css');
@import url('css/font-awesome.css');
@import url('css/font-awesome.min.css');
@import url('css/shadowbox.css');
@import url('css/ui.totop.css');
@import url('css/bbpress.css');
@import url('css/woocommerce.css');
@import url('css/buddypress.css');
header{
	height: 86px;
	background-color: #191919;
}

/* fixes for weird width issue with the theme at certain window widths >:( */
.container{
width: auto !important;
}
body .normal-page, body {
width: auto !important;
}
.title_wrapper {
width: auto !important;
}

/* my own button */
.goat-button {	 	 
 display: inline-block;	 	 
 zoom: 1;	 	 
 line-height: normal;	 	 
 white-space: nowrap;	 	 
 vertical-align: middle;	 	 
 text-align: center;	 	 
 cursor: pointer;	 	 
 -webkit-user-drag: none;	 	 
 -webkit-user-select: none;	 	 
 -moz-user-select: none;	 	 
 -ms-user-select: none;	 	 
 user-select: none;	 	 
 -webkit-box-sizing: border-box;	 	 
 -moz-box-sizing: border-box;	 	 
 box-sizing: border-box;	 	 
 font-family: inherit;	 	 
 font-size: 100%;	 	 
 padding: .5em 1em;	 	 
 color: #444;	 	 
 color: rgba(0,0,0,.8);	 	 
 border: 1px solid #999;	 	 
 border: 0 rgba(0,0,0,0);	 	 
 background-color: #E6E6E6;	 	 
 text-decoration: none;	 	 
 border-radius: 2px;	 	 
}	 	

/* fix for logo area being stupid tall */
.logo {
padding: 10px 0px 10px 0px;
}

/* enbiggen font */
body {
font-size: 1em;
}