﻿@charset "UTF-8";
@import url("reset.css");

html
	{
	height: 100%;
	}

body
	{
	background: url(../wsimages/body_bg.jpg) no-repeat center -80px;
	margin: 0;
	padding: 0;
	height: 100%;
	}

div#mainwrapper
	{
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	}

		div#header
			{
			height: 175px;
			}

			h1#logo
				{
				padding: 60px 0 0 130px;
				height: 100px;
				background: url(../wsimages/logo.png) no-repeat 5px center;
				}

				h1#logo span
					{
					display: block;
					}
		div#dahlecup
			{
			height: 120px;
			float: right;
			margin-top: 20px;
			}
		
		div#leftColumn
			{
			float: left;
			width: 200px;
			margin-left: -760px;
			padding-top: 55px;
			overflow: hidden;
			margin-bottom: 140px;
			}
		
		div#content
			{
			float: left;
			width: 500px;
			padding: 0 30px;
			margin-left: 200px;
			overflow: hidden;
			margin-bottom: 140px;
			}

		div#rightColumn
			{
			float: left;
			width: 200px;
			padding-top: 55px;
			overflow: hidden;
			margin-bottom: 140px;
			}

div#footerwrap
	{
	background: url(../wsimages/body_bg_bottom.jpg) no-repeat center top;
	height: 120px;
	margin-top: -120px;
	}

div#footer
	{
	width: 960px;
	margin: 0 auto;
	}

#dev
	{
	font-size: 1.1em;
	width: 200px;
	text-align: right;
	display: block;
	margin-left: 760px;
	}

.clear
	{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	}
	
	/* BREAKING NEWS
--------------------------------------------------------------- */
div#breakingNews
		{
		height: 299px;
		overflow: hidden;
		position: relative;
		}
		
div.imgwrapper
		{
		height: 299px;
		width: 500px;
		position: relative;
		overflow: hidden;
		}

div.imageFade
		{
		background: url(../wsimages/slidingpanels_imgwrap_bg2.png) bottom left transparent;
		margin-top: -299px;
		padding: 210px 10px 0 10px;
		height: 89px;
		width: 480px;
		position: relative;
		overflow: hidden;
		}
	
		
		div#mainwrapper div.imgwrapper img
			{
			border: 0;
			padding: 0;
			margin: 0;
			float: 0;
			}

div.imageFade h1
	{
	text-decoration: none;
	margin-bottom: 0;
	font-size: 1.25em;
	}

a#PreviousPanel, a#NextPanel
	{
	display: block;
	width: 31px;
	height: 41px;
	z-index: 5;
	position: absolute;
	margin-top: 170px;
	display: none;
	}

a#PreviousPanel
	{
	background: url(../wsimages/prev.png) no-repeat;
	margin-left: 5px;
	}

a#NextPanel
	{
	background: url(../wsimages/next.png) no-repeat;
	margin-left: 468px;
	}
	
/*--------------------------------------*/

.SlidingPanels {
	float: left;
	position: relative;
	width: 498px;
	border: solid 1px #DCDCDC;
	/* dont add padding here*/
	margin-bottom: 15px;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
}

.SlidingPanelsContent {
	float: left;
	width: 500px;
	overflow: hidden;
}

/* Image gallery */
div#imageGalleryImages div
	{
	height: 120px;
	width: 140px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	}

div#imageGalleryImages div img
	{
	float: none;
	}

.pagination
	{
	clear: both;
	}