body
{
	background:url(images/index.jpg) center top no-repeat #000;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:12px;
}

@font-face {
	font-family: 'GillSansMTRegular';
	src: url('fonts/gillsansmt-webfont.eot');
	src: local('?'), url('fonts/gillsansmt-webfont.woff') format('woff'), url('fonts/gillsansmt-webfont.ttf') format('truetype'), url('fonts/gillsansmt-webfont.svg#webfontOmwi7tsj') format('svg');
	font-weight: normal;
	font-style: normal;
}

.GillSansMT {font-weight: normal; font-style: normal; line-height:normal; font-family: 'GillSansMTRegular', sans-serif;}

div#wrapper
{
	width:950px;
	height:500px;
	margin:0 auto;
}

	div#wrapper #menu
	{
		padding:10px;
	}
	
	div#wrapper #menu ul
	{
		margin:0px;
		list-style:none;
		padding:0px;
	}
	
	div#wrapper #menu ul li
	{
		float:left;
		margin-right:30px;
	}
	
	div#wrapper #menu ul li a
	{
		font-weight: normal;
		font-style: normal;
		line-height:normal;
		font-family: 'GillSansMTRegular', sans-serif;
		text-decoration:none;
		color:#88564F;
		font-size:14pt;
	}

div#footer
{
	position:absolute;
	top:500px;
	width:950px;
}

	div#footer p
	{
		text-align:center;
	}
	
div#content
{
	width:540px;
	height:290px;
	padding:0px;
	margin:0px;
	top:30px;
	left:20px;
	position:relative;
	overflow:auto;
}

div#content-hide
{
	width:540px;
	height:3232320px;
	padding:0px;
	margin:0px;
	top:30px;
	left:20px;
	position:relative;
	overflow:hidden;
}

	/* Home */
		
	div#newshomemenu
	{
		float:left;
		width:130px;
		margin-right:10px;
		padding:0px;
	}
		
		div#newshomemenu ul
		{
			margin:0px;
			padding:0px;
			list-style:none;
		}
		
		div#newshomemenu ul li
		{
			height:82px;
			margin-bottom:10px;
			padding:0px;
			border-bottom:1px solid white;
		}
		
		div#newshomemenu ul li a
		{
			color:white;
			text-decoration:none;
		}	
		
	div#newshomephoto
	{
		float:right;
		width:400px;
	}
	
	/* End Home */
	
	/* News */
	
	div#post h2
	{
		margin:0px;
		padding:0px;
	}
	
		div#post h2 a
		{
			color:white;
			text-decoration:none;
		}
	
	div#post p
	{
		line-height:15px;
	}
	
	div#post img
	{
		float:left;
		margin-right:10px;
		border:0px;
	}
    
			.news_short
			{
				height:150px;
				margin-bottom:10px;
				text-align:left;
			}

				.news_short h2
				{
					margin-bottom:10px;
					padding:0px;
				}
				
				.news_short small
				{
					color:white;
				}
				
				.news_short h2 a
				{
					color:white;
					text-decoration:none;
				}
				
				.news_short p
				{
					line-height:20px;
					
				}

				.news_short img
				{
					margin-right:10px;
					float:left;
					width:100px;
				}

				
			div#wrapper div#content div.news_post_body h1
			{
				font-size:14pt;
				font-weight:bold;
				margin-top:10px;
				margin-bottom:10px;
			}
			
			.news_post_body .news_img
			{
				float: left;
				width: 250px;
				border: thin silver solid;
				padding: 10px;
				margin-right:10px;
				min-width: 250px;
				background:gray;
			}
			
				.news_post_body .news_img img
				{
					width:100%;
				}	

				.news_post_body .news_img p
				{
					text-align:center;
					margin:0px;
					font-family:Georgia;
					font-weight:bold;
					color:white;
					font-style:italic;
				}	
			
			.news_post_body h1
			{
				margin-bottom:10px;
				padding:0px;
			}
			
			.news_post_body small
			{
				color:white;
			}
			
			.news_post_body p
			{
				line-height:20px;
				
			}	

	/* End News */
	
	/* Gallery */
	
	div#gallery img
	{
		float:left;
		border:0px;
		margin-right:10px;
		margin-bottom:10px;
	}
	
	/* End Gallery */
	
	div#content h1
	{
		margin:0px;
		padding:0px;
	}
	
	div#content p
	{
		line-height:20px;
	}
	
	/* Lang */
	
	div.lang
	{
		position:relative;
		float:right;
		color:black;
		font-size:8pt;
	}

		div.lang a img
		{
			vertical-align:middle;
			border:0px;
		}
	
	/* End Lang */
	
	/* RSS */
	
	.rsslink a
	{
		text-decoration:none;
		color:white;
	}
	
		.rsslink a img
		{
			vertical-align:middle;
			border:0px;
		}

	/* End CSS */
	

	/*
	Home image FTW !
	*/
	
		#featured
		{
			width:650px;
			height:440px;
			padding:10px;
			background:url(../images/background-featured.gif) center top no-repeat;
		}
		
			.afader_news .wrapper
			{
				position:relative;
			}
			
				.featuredMainImage
				{
					position: absolute;
				}
				
				.featuredMainImage img
				{
					width:540px;
				}
				
				.featuredTransparentContainer 
				{
					background:none repeat scroll 0 0 black;
					height:40px;
					opacity:0.7;
					position:absolute;
					top:170px;
					width:100%;
				}				

				.featuredFloating
				{
					
					height:40px;
					padding:10px;
					position:relative;
					top:170px;
					width:100%;
				}
				
				.featuredFloating h2
				{
					margin:0px;
					padding:0px;
					font-weight:bold;
					font-size:1.2em;
				}
				
				.featuredFloating h2 a
				{
					color:white;
					text-decoration:none;
				}
				
				.featuredFloating p
				{
					width:620px;
					color:white;
					line-height:15pt;
					margin-top:10px;
				}
			
			div.share a img
			{
				border:0px;
			}

