/***************************************************************************************************
Theme Name: Incubator Games Theme
Description: The default Incubator Games Wordpress theme.
Author: Radek & Derek Koncewicz
***************************************************************************************************/


/***************************************************************************************************
* wordpress markup
***************************************************************************************************/

.wp-caption 
{
	width:					100%;
	height:					100%;
   text-align: 			center;
   padding: 				0px;
   margin: 					0px;
   background-color: 	#fff;
   border: 					1px solid #087de6;
   -webkit-border-radius:10px;
   border-radius: 		10px;
}

.wp-caption  a, 
.wp-caption  a:hover
{
   margin: 					0px;
   border-width: 			0px;
	display: 				inline-block; 
}

.wp-caption img
{
   margin: 					10px 10px 0px 10px;
}

.wp-caption p.wp-caption-text 
{
   font-size: 				14px;
	line-height:			18px;
	font-weight:			700;
	color:					#107de6;
   text-align: 			center;
   padding: 				10px;
	margin:					0px;
}

.alignright
{
   float: 					right; 
   margin: 					10px 0px 10px 10px;
}

.alignleft
{
   float: 					left; 
   margin: 					10px 10px 10px 0px;
}

.aligncenter
{
   display:					block;
   margin: 					20px auto 20px auto;
}

img.alignleft, img.alignright, img.aligncenter
{
   background-color: 	#fff;
   border: 					1px solid #087de6;
   /* optional rounded corners for browsers that support it */
   -webkit-border-radius: 10px;
   border-radius: 		10px;
   padding: 				10px;
}

.bordered-image
{
   background-color: 	#fff;
   border: 					1px solid #087de6;
   -webkit-border-radius: 10px;
   border-radius: 		10px;
   margin: 					0px;
   padding: 				10px;
}

img#wpstats
{
   display:					none;
}