/*
Theme Name: GamePress Child 01
Theme URI: 
Description: Child 01 theme for the GamePress theme
Author: <a href="http://webtuts.pl/themes/" title="Besuch die Homepage des Autors">Aleksandra Łączek</a>
Author URI: 
Template: gamepress
Version: 1.0.4
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 25 Jun 2013 10:08:56 +0000 */ 

@import url('../gamepress/style.css');

/*
-------------------------------------------------------------------------------------

	00. CSS Reset
	01. Document Setup
	02. Typography (header, paragraph, blockquote, lists, links, tables etc.)
	03. Forms & Buttons
	04. Header (logo, main navigation, search field)
	05. Content
	06. Sidebar
	07. Prefooter
	08. Footer
	09. Misc 
	10. @font-face

*/

/*-----------------------------------------------------------------------------------*/
/*	00.	CSS Reset
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	01.	Document Setup
/*-----------------------------------------------------------------------------------*/

body {
	color: #e8e8e8 !important;
	text-shadow: 1px 1px #444444 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	02.	Typographie
/*-----------------------------------------------------------------------------------*/

/*	Tabs  */

.tabs-nav{
	background: url("images/border-solid.png") repeat-x scroll 0 100% transparent !important;    
	height: 39px;
	margin-bottom: 0;
	padding: 0 !important;
	list-style: none;
	margin-left: 0;
	text-shadow: none;
}

.tabs-wrapper ul.tabs-nav li {
	float: left;
	height: 36px;
	list-style-type: none;
	margin-right: 3px;
	position: relative;
	text-align: center;
	padding: 0;
	width: 95px;
	overflow: hidden;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-left: 1px solid #d07700 !important;
	border-right: 1px solid #d07700 !important;
	border-top: 1px solid #d07700 !important;
}


.tabs-wrapper ul.tabs-nav li a {
	border-bottom: medium none;
	text-transform: uppercase;
	height: 100%;
	left: 0;
	color: #FFFFFF;
	line-height: 36px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
	background: url("images/gradient-gray.png") repeat-x 0 0 !important;
	background: -moz-linear-gradient(top,  #fbab40 0%, #dc8c21 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbab40), color-stop(100%,#dc8c21)) !important;
	background: -webkit-linear-gradient(top,  #fbab40 0%,#dc8c21 100%) !important;
	background: -o-linear-gradient(top,  #fbab40 0%,#dc8c21 100%) !important;
	background: -ms-linear-gradient(top,  #fbab40 0%,#dc8c21 100%) !important;
	background: linear-gradient(top,  #fbab40 0%,#dc8c21 100%) !important;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*	04.	Header (logo, main navigation, search field)
/*-----------------------------------------------------------------------------------*/


#header {
	background: #2F475A url("images/header-bg.png") repeat-x scroll 0 bottom !important;
	text-align: center;
	margin-bottom: 52px;
}

/*-----------------------------------------------------------------------------------*/
/*	05.	Content
/*-----------------------------------------------------------------------------------*/

#content-inner {
	width: 1010px;
	margin: 0 auto;
	text-align: left;
	-moz-border-radius: 4px;
 border-radius: 4px;
background: #042844; /* Old browsers */
background: -moz-linear-gradient(left, #042844 0%, #2f475a 1%, #2f475a 97%, #daebf8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#042844), color-stop(1%,#2f475a), color-stop(97%,#2f475a), color-stop(100%,#daebf8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #042844 0%,#2f475a 1%,#2f475a 97%,#daebf8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #042844 0%,#2f475a 1%,#2f475a 97%,#daebf8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #042844 0%,#2f475a 1%,#2f475a 97%,#daebf8 100%); /* IE10+ */
background: linear-gradient(to right, #042844 0%,#2f475a 1%,#2f475a 97%,#daebf8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042844', endColorstr='#daebf8',GradientType=1 ); /* IE6-9 */
	background-size:360px;
	background-position:650px;
	background-repeat: repeat-y;

/*	Home Page Article List  */

article.list-small-thumb .entry-header {
    background: #216192 url("images/featured-caption.png") repeat-x scroll center top !important;
}

article.list-small-thumb .entry-content, article.list-big-thumb .entry-content {
	border-top: 0px !important;
	background: #216192 url("images/content-bottom-bg.png") repeat-x bottom left !important;
}

article.review.single header { 
height: 114px !important;

}

	

/*-----------------------------------------------------------------------------------*/
/*	07.	Prefooter
/*-----------------------------------------------------------------------------------*/

#prefooter {
	background: url("images/prefooter-bg.png") repeat scroll 0 0 transparent !important;
}