@charset "UTF-8";
/**	SMM Games CSS
 *	Code by: pixelrock.nl
 **/
 
/** Colors:
 *	background color:	#f2f4f7
 *	red:				#dd201a	(H3, footer, updates headers)
 *	blue:				#002e6b	(navigation bar, links)
 *	light blue:			#e5f1f7 (updates background)
 **/

/* Remove all standard margins and paddings */
* {
	margin: 0px;
	padding: 0px;
}

body {
	/* Background image and position */
	background: #f2f4f7 url(../images/achtergrond.gif) repeat-y fixed top center;
	
	/* The main font and font size used */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}


/* Link colors and style (underline on hover) */
a,
a:active,
a:visited {
	color: #002e6b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

ul, li {
	list-style-position: inside;
}

 
/* Main site div */
#site {
	width: 819px;
	height: 100%;
	margin: 0px auto;
	padding: 10px;
	
	background-color: #ffffff;
}

/* Header div */
#header {
	height: 90px;
	background: transparent url(../images/art-smm_games.gif) no-repeat scroll bottom right;
}

	#header h1 {
		display: none;
	}

/* Start old Navigation */
/* #navigation {
	display: block;
	height: 34px;
	list-style: none;
	background-color: #002e6b;
}

	ul#nav li {
		float: left;
	}
	
	ul#nav li.current {
		background-color: #dd201a;
	}
	
		ul#nav li a,
		ul#nav li a:active,
		ul#nav li a:visited {
			float: left;
			padding: 8px 10px;
			
			color: #ffffff;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		ul#nav li a:hover {
			background-color: #dd201a;
			text-decoration: none;
		}
/* End old Navigation*/

/* edit navigation by Ming*/
#nav {
    display: block;
	height: 34px;
	list-style: none;
	background-color: #002e6b;
	}
	#nav ul li{ 
 	float: left; 
 	list-style-type: none;
	}
	#nav ul li.current {
		background-color: #dd201a;
		text-decoration: none;
		}
	
	#nav ul li a { 
		float: left;
		padding: 8px 10px;
		
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
		
		}
	
	#nav ul li a:hover { 
		background-color: #dd201a;
		text-decoration: none;
		}
/* end edit navigation Ming*/
			
/* Columns (Content & updates) */
#content,
#updates {
	float: left;
	height: auto;
	margin: 10px 0px;
}

	/* Set the correct line-height and bullet for list items */
	#updates ul li {
		line-height: 2em;
		list-style: none;
		list-style-image: none;
		margin-left: 0px;
		padding-left: 10px;
		background: transparent url(../images/bullet.gif) no-repeat scroll center left;
	}

	/* Set the correct line-height and bullet for list items */
	#content ul li {
		line-height: 15px;
		list-style: none;
		list-style-image: none;
		margin-left: 0px;
		padding-left: 10px;
		background: transparent url(../images/bullet.gif) no-repeat scroll center left;
	}



/*messagebox MING*/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	width: auto;
	}

/* Content column */
#content {
	width: 499px;
	margin-right: 20px;
}

	#content h2 {
		font-size: 18px;
		line-height: 1em;
		margin: 0.5em 0 -0.5em 0;
		
		font-weight: normal;
		color: #dd201a;
	}
		#content h3 {
		font-size: 14px;
		line-height: 1em;
		margin: 0.5em 0 -0.5em 0;
		
		font-weight: normal;
		color: #dd201a;
	}
	
	#content p {
		margin: 1em 0 1em 0;
		text-align: justify;
	}
	
	#content ul {
		margin: 1em 0;
	}
		
	/* photos */
	
	#content img.photo {
		display: block;
		padding: 10px;
		border: 1px solid #dddddd;
	}
	
	#content img.photo.center {
		margin: 1em auto;
	}


/* RSS column */
#updates {
	width: 300px;
}

	#updates .feed {
		margin-bottom: 10px;
	}
	
		#updates .feed .header {
			height: 14px;
			padding: 8px 10px 8px 5px;
			
			background: #dd201a url(../images/rss-kop-hoek.gif) no-repeat scroll top right;
			line-height: 14px;
			color: #ffffff;
		}
		
			#updates .feed .header a.rss img {
				float: right;
			}
		
		#updates .feed .news {
			padding: 0.5em;
			background-color: #e5f1f7;
		}

/* footer */
#footer { 
	float: left;
	width: 100%;
}

	#footer .legal {
		height: 34px;
		padding: 0 10px;
		line-height: 34px;
		
		background-color: #dd201a;
		color: #fff;
	}
	
		#footer .legal a,
		#footer .legal a:active,
		#footer .legal a:visited {
			float: right;
			color: #fff;
		}
	
	#footer .partners {
		float: right;
		padding: 10px;
	}