/*
Theme Name: CityTales Theme
Theme URI: http://citytales.nl
Description: Custom made CityTales Theme for Wordpress.
Version: 1.0
Author: Triangle Studios
Author URI: http://triangle-studios.com
Tags: custom
*/


*{padding:0; margin:0}

html, body 
{
	padding:0;
	margin:0;
	text-align:center;
}

body
{ 
	background-image: url('images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#99cc00;
}

h2
{
	font-family: Arial, Helvetica;
	font-size: 24px;
	color:#004499;
	padding-left: 10px;
	text-align:left;
}

.text {
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 20px;
	color:#004499;
	padding: 10px;
	text-align:justify;
}
	
#container-index
{
	position: relative;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 800px;
	margin: 0 auto;
	margin-top: 0px;
}

.content
{
	background-image: url('images/transparent.png');
	width: 750px;
	height: 540px;
	float: left;
	overflow: auto;
	position: relative;
	top: 120px;
	left: 25px;
	border: 1px dashed #ffffff;
}

#game-container
{
	position: absolute;
	top: 144px;
	left: 0px;
	width: 800px;
	height: 600px;
}

#menu {position:relative; list-style:none;padding:0;float:left;margin:0px 0 0 0px;}
	
#menu a {float:left; position:relative; margin: 0 auto;top:45px;}
#menu a#game			{background:url(images/game_btn.png);	    width:131px; height:56px; }
#menu a#scores		{background:url(images/hscore_btn.png);margin-left:10px;	width:131px; height:56px; }
#menu a#nieuws		{background:url(images/nieuws_btn.png);margin-left:250px;	width:131px; height:56px; }
#menu a#contact		{background:url(images/contact_btn.png);margin-left:10px;	width:131px; height:56px; }

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
