/***************************************************************************************************
Theme Name: Incubator Games Theme
Description: The default Incubator Games Wordpress theme.
Author: Radek & Derek Koncewicz
***************************************************************************************************/


/***************************************************************************************************
* default HTML markup
***************************************************************************************************/
*
{
	margin: 					0px; 
	padding:					0px;
	border-width: 			0px;
	border-spacing: 		0px;
	background-color: 	transparent;
	/*
	-webkit-transform-style:	preserve-3d;
   transform-style: 				preserve-3d;
	*/
}

html, body 
{
	height:					100%;
   font-size:				100%;
	line-height:			1.125em; /* 16×1.125=18 */
	font-style:				normal;
	font-family: 			'Lato', sans-serif, 'Source Sans Pro', sans-serif, 'PT Serif', serif, Arial, Verdana;
	-webkit-font-smoothing: antialiased;
   text-shadow: 			1px 1px 1px rgba(0,0,0,0.004);
	word-spacing: 			1px;
   letter-spacing: 		1px;
	background-image: 	url('images/bg_gradient.png');
	background-position: top;
	background-repeat:	repeat-x;
	background-color:		#f2f2f2;
}

body:before  /*Opera Fix*/
{
	content:					"";
	height:					100%;
	float:					left;
	width:					0;
	margin-top:				-32767px;
}

p 
{
	margin-top:				1.125em;
	margin-bottom:			1.125em;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 			700;
	font-family: 			Arial, Verdana;
   /*padding: 				10px 0px 10px 0px;*/
}

h1
{
	font-size: 				2.5em;
	line-height:			1.5em;
}

h2
{
	font-size: 				1.75em;
	line-height:			1.75em;
}

h3
{
	font-size: 				1.5em;
	line-height:			1.5em;
}

a, img, .no-border
{
    border:					none;
}

a:link, a:visited
{
	color:					#c45920;
	text-decoration:		none;
}

a:hover, a:active
{
	text-decoration:		underline;
}

ul,
ol
{
	list-style-position:	outside;
	margin-left:			2.5em;
	margin-bottom:			20px;
}

li
{
	line-height:			2.0em;
}

hr
{
	width:					100%;
	height:					20px;
	background-image:		url('images/hr.png');
	background-position: center center;
	background-repeat:	no-repeat;
	display:					block;
	clear:					both;
}

input
{
   
	font-weight:			700;
	color:					#828282;
}

blockquote
{
	display:					block;
	margin: 					20px 20px 20px 20px;
	padding:					0px 20px 0px 20px;
	font-style: 			italic;
	color:					#888888;
	background-color:		#eeeeee;
	border: 					1px dashed #888888;
}