/*
Theme Name: Jaludo Group BV
Theme URI: http://jaludo.com
Description: The default Jaludo theme.
Version: 1.0
Author: -
Author URI: http://jaludo.com
Tags: blue, green, corporate, custom header, fixed width, three columns, widgets
*/

html, body {
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 12px/1.4em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background: url("images/bg-body.png") repeat-x left top;
}

/* Reset */
div, ul, ul li, ol, ol li {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
}
a {
	color: #003C7B;
	outline: none;
}

/* Structure - START */
#wrapper {
	margin: 0 auto;
	padding-top: 3px;
	width: 940px;
	overflow: hidden;
}
	#header {
		margin-bottom: 0em;
	}
		#header #header-logo {
			margin-top: 18px;
			float: left;
		}
		#nav-top {
			float: right;
			list-style: none;
		}
			#nav-top li {
				float: left;
			}
			#nav-top a {
				margin: 0;
				padding: 0;
				height: 90px;
				width: 100px;
				overflow: hidden;
				text-indent: -999em;
				display: block;
				background: url("images/navigation.png") no-repeat 0 0;

			}
				#nav-top a#portals {
					width: 80px;
					background-position: -41px 0;
				}
				#nav-top .active a#portals { 	background-position: -41px -270px; }
				#nav-top a#portals:hover { 		background-position: -41px -90px; }
				#nav-top a#portals:active { 	background-position: -41px -180px; }
				
				#nav-top a#advertising {
					width: 108px;
					background-position: -178px 0;
				}
				#nav-top .active a#advertising { background-position: -178px -270px; }
				#nav-top a#advertising:hover { 	background-position: -178px -90px; }
				#nav-top a#advertising:active { background-position: -178px -180px; }
				
				#nav-top a#casual-games {
					width: 120px;
					background-position: -331px 0;
				}
				#nav-top .active a#casual-games { 	background-position: -331px -270px;	}
				#nav-top a#casual-games:hover { 		background-position: -331px -90px; }
				#nav-top a#casual-games:active { 		background-position: -331px -180px; }

				#nav-top a#about-jaludo {
					width: 118px;
					background-position: -482px 0;
				}
				#nav-top .active a#about-jaludo { 		background-position: -482px -270px; }
				#nav-top a#about-jaludo:hover { 		background-position: -482px -90px; }
				#nav-top a#about-jaludo:active { 		background-position: -482px -180px; }
				
				#nav-top a#jobs {
					width: 62px;
					background-position: -660px 0;
				}
				#nav-top .active a#jobs { 		background-position: -660px -270px; }
				#nav-top a#jobs:hover { 		background-position: -660px -90px; }
				#nav-top a#jobs:active { 		background-position: -660px -180px; }
				
				#nav-top a#blog {
					width: 62px;
					background-position: -960px 0;
				}
				#nav-top .active a#blog { 		background-position: -960px -270px; }
				#nav-top a#blog:hover { 		background-position: -960px -90px; }
				#nav-top a#blog:active { 		background-position: -960px -180px; }
				
				#nav-top a#contact {
					margin-left: 10px;
					width: 60px;
					background-position: -1110px 0;
				}
				#nav-top .active a#contact { 	background-position: -1110px -270px; }
				#nav-top a#contact:hover { 		background-position: -1110px -90px; }
				#nav-top a#contact:active { 	background-position: -1110px -180px; }

				#nav-top a#mobile-games {
					margin-left: 10px;
					width: 120px;
					background-position: -1230px 0;
				}
				#nav-top .active a#mobile-games { 	background-position: -1230px -270px; }
				#nav-top a#mobile-games:hover { 		background-position: -1230px -90px; }
				#nav-top a#mobile-games:active { 	background-position: -1230px -180px; }
	
	#header-counter-blue,
	#header-counter-green {
		margin-bottom: 3px;
		clear: both;
		height: 60px;
		background: url("images/bg-counter-blue.png") no-repeat left top;
	}
	#header-counter-green {
		background: url("images/bg-counter-green.png") no-repeat left top;
	}
		#header-counter-text {
			margin: 10px 0 0 342px;
			float: left;
			height: 42px;
			width: 300px;
			overflow: hidden;
			text-indent: -999em;
			background: url("images/counter-text-blue.png") no-repeat left top;
		}
		#header-counter-green #header-counter-text {
			background: url("images/counter-text-green.png") no-repeat left top;
		}
		#header-counter-numbers {
			margin: 10px 0 0 0;
			float: left;
		}

	#header-image {
		margin-bottom: 5px;
	}
	
	#coverflow {
		margin-bottom: 5px;
		padding: 10px;
		height: 240px;
		background: url("images/bg-coverflow.gif") no-repeat left top;
	}
		#coverflow #imageflow-left,
		#coverflow #imageflow-right {
			float: left;
			width: 50px;
			height: 220px;
		}
			#imageflow-left-link,
			#imageflow-right-link {
				margin: 60px 0 0 0;
				float: right;
				display: block;
				width: 35px;
				height: 97px;
				text-indent: -999em;
				overflow: hidden;
				background: url("images/bg-coverflow-left.gif") no-repeat left top;
			}
			#imageflow-right-link {
				float: left;
				background: url("images/bg-coverflow-right.gif") no-repeat left top;
			}
		#coverflow-images {
			margin: 0;
			float: left;
			width: 820px;
		}
			#coverflow-images #coverflow-images_caption {
				color: #000;
				font-weight: bold;
			}
	
	
	#content { 
		clear: both;
		overflow: hidden;
		margin-bottom: 2em;
	}
		/* Homepage */
		#content #home-button-left,
		#content #home-button-right {
			margin-top: 1em;
			padding: 3px 15px 10px 15px;
			float: left;
			width: 430px;
			height: 77px;
			color: #fff;
			background: url("images/btn-home-left.gif") no-repeat left top;
		}
		#content #home-button-right {
			margin-left: 20px;
			background: url("images/btn-home-right.gif") no-repeat left top;
		}
			#content #widget-homepage-box-left .title,
			#content #widget-homepage-box-right .title {
				display: none;
			}
			#content #home-button-left h2,
			#content #home-button-right h2 {
				margin: 0;
				padding: 0;
				height: 25px;
				font: normal 23px "Gill Sans MT", "Trebuchet MS", Arial, sans-serif;
				color: #fff;
			}
			#content #home-button-left h2 a,
			#content #home-button-right h2 a {
				font: normal 23px "Gill Sans MT", "Trebuchet MS", Arial, sans-serif;
				color: #fff;
				text-decoration:none;
			}
			
		/* Detail page */
		#content-left,
		#content-left-green {
			padding-top: 20px;
			float: left;
			width: 220px;
		}
			#content-left h3,
			#content-left-green h3 {
				margin: 0;
				padding: 5px 5px 0 10px;
				height: 23px;
				color: #fff;
				background: url("images/bg-heading-left-blue.png") no-repeat left top;
			}
			#content-left-green h3 {
				background: url("images/bg-heading-left-green.png") no-repeat left top;
			}
			#content-left ul,
			#content-left-green ul {
				list-style: none;
			}
				#content-left a,
				#content-left-green a {
					padding: 10px 10px 0 10px; 
					height: 26px;
					display: block;
					color: #555;
					text-decoration: none;
					background: url("images/bg-nav-left.png") no-repeat left top;
				}
				#content-left a:hover,
				#content-left-green a:hover {
					background-position: left -36px;
				}
				#content-left a:active,
				#content-left-green a:active {
					background-position: left -72px;
				}
		#content-main {
			padding: 0 20px;
			float: left;
			width: 510px;
		}
		.casualgames #content-main {
			width: 680px;
		}
			#content-main #breadcrumbs {
				margin-bottom: 0;
				height: 20px;
				font: 10px Verdana, sans-serif;
				font-weight: bold;
			}
			
			#content-main h1 {
				margin: 0 0 0.5em 0;
				font: normal 24px "Gill Sans MT", "Trebuchet MS", Arial, sans-serif;
				color: #79a121;
			}
			#content-main h2 {
				clear: both;
				margin: 2em 0 0 0;
				font-size: 1em;
				color: #000;
			}
			#content-main .entry ol,
			#content-main .entry ul {
				margin: 0 0 1em 30px;
			}
		#content-right,
		#content-right-green {
			padding-top: 20px;
			float: left;
			width: 170px;
		}
			#content-right h3,
			#content-right-green h3 {
				margin: 0;
				padding: 5px 5px 0 10px;
				height: 23px;
				color: #fff;
				background: url("images/bg-heading-right-blue.png") no-repeat left top;
			}
			#content-right-green h3 {
				background: url("images/bg-heading-right-green.png") no-repeat left top;
			}
			#content-right .textwidget,
			#content-right-green .textwidget {
				padding: 10px;
				border: 1px solid #ccc;
				border-top: 0;
				background: #fff url("images/bg-box.png") repeat-x left top;
			}
			#content-right .textwidget ul{
				margin:15px;
			}
		
		/* Blog - START */
		#blog {
			padding: 30px 10px 0 20px;
			float: left;
			width: 650px;
		}
			#blog h1,
			#blog h1 a,
			#blog h2,
			#blog h2 a {
				margin: 0;
				font: normal 24px/1em "Gill Sans MT", "Trebuchet MS", Arial, sans-serif;
				color: #79a121;
				text-decoration: none;
			}
			#blog h3,
			#blog h3 a {
				margin-bottom: 0.5em;
				color: #555;
				text-decoration: none;
			}
			#blog h3 a:hover {
				text-decoration: underline;
			}
				#blog .entry h2 {
					color: #555;
					font-size: 21px;
				}
				#blog .entry h3 {
					margin: 0;
					color: #555;
					font-size: 100%;
					font-weight: bold;
				}
			
			#blog .post {
				margin-bottom: 40px;
				position: relative;
			}
				#blog .post .post-head {
					margin-bottom: 1em;
					padding-left:40px;
				}
				#blog .post .post-date {
					margin:0;
					padding: 2px 10px 2px 0;
					position: absolute;
					left:0;
					top:0;
					width: 20px;
					text-align:center;
					border-right: 1px solid #ccc;
				}
					#blog .post .post-date .month {
						color: #555;
						display: block;
						font-size: 12px;
						text-transform: uppercase;
					}
					#blog .post .post-date .day {
						color: #ccc;
						display: block;
						font: bold 23px Arial, sans-serif;
						letter-spacing: -1px;
						line-height: 19px;
					}
				#blog .post .post-info {
					margin: 0;
					padding: 0;
					font-size: 90%;
				}
					#blog .post .post-info a {
						color: #555;
					}
				#blog .post ol,
				#blog .post ul {
					margin: 0 0 1em 30px;
				}
				
		#sidebar {
			padding-top: 20px;
			width: 240px;
			float: right;
		}
			#sidebar ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
				#sidebar ul li.widget {
					margin-bottom: 20px;
					font-size: 90%;
				}
					#sidebar li.widget h3 {
						margin: 0;
						padding: 5px 5px 0 10px;
						height: 23px;
						color: #fff;
						background: url("images/bg-heading-blog.png") no-repeat left top;
					}
					#sidebar .widget ul {
						padding: 10px;
						border: 1px solid #ccc;
						border-top: 0;
						background: #fff url("images/bg-box-blog.png") repeat-x left top;
					}
						#sidebar .widget ul a {
							color: #444;
							text-decoration: none;
						}
						#sidebar .widget ul a:hover {
							text-decoration: underline;
						}
			
				/* Search widget */			
				#searchform #s {
					padding: 2px;
					width: 210px;
					border: 1px solid #999;
				}
				#searchform #searchsubmit {
					width: 25px;
					height: 25px;
					background: url("images/search-button.png") top left no-repeat;  
					border: none;
				}
				
		/* Blog - END */
#footer {
	color: #999;
	text-align: center;
}
	#footer p {
		margin: 0;
	}
	#footer a {
		color: #999;
	}
	
/* Structure - END */		
		
/* General styles */
img {
	border: 0;
}
.post img {
	border: 1px solid #777;
}


/* General classes */
.clear {
	clear: both;
}
.alignright {
	margin: 0 0 5px 10px !important;
	float: right;
}
.alignleft {
	margin: 0 10px 5px 0 !important;
	float: left;
}
.aligncenter,
div.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* Captions - START */
.wp-caption {
	display: inline;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0;
	-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;
}

.socialmedia-buttons
{
	padding-top: 3px;
	padding-left: 1px;
}

li#social-widget-3 a
{
	float: left;
	display: block;
	margin-right: 30px;
	outline: none;
	height: 32px;
	width: 32px;
	margin: 2px !important;
	background-color: green;
	padding: 10px;
}

li#social-widget-3 img
{
	display: block;
}

#nav-left
{
	margin-top: 5px;
}

/* Captions - END */

#respond h3 {
	clear: both;
}