@charset "UTF-8";
/* CSS Document */

/* @group head */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(http://www.shutupandlisten.org.uk/images/backgroung.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #FF33FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B324B3;
	font-weight: bold;

}
a:hover {
	text-decoration: underline;
	color: #FF33FF;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	color: #FF33FF;
	font-weight: bold;

}

/* @end */

/* @group Special links */

div.NavigationItem a:link {
	color: #33cc00;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}

div.NavigationItem a:visited {
	color: #33cc00;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}

div.NavigationItem a:hover {
	color: white;
	font-weight: bold;
	font-size: 24px;
	background-color: #33cc00;
}

div.NavigationItem a:active {
	color: #33cc00;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}



/* @end */

#logocontainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#Textsizecontainer {
	top: 0;
	position: absolute;
	left: 900px;
}

#ContentContainer {
	position: absolute;
	left: 170px;
	top: 160px;
	width: 800px;
	z-index: 2;
}

#NavigationContainer {
	width: 800px;
	border-top: 1px dashed #33cc00;

}

div.NavigationItem {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#SubNavigationContainer {
	border-top: 1px dashed #33cc00;

	border-bottom: 1px dashed #33cc00;
	padding-top: 2px;
	padding-bottom: 5px;
	clear: both;
	height: 25px;
}

div.PageTitle {
	display: inline-block;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 370px;
	padding-left: 5px;
	color: #0099FF;
	float: left;
	height: 25px;
}


#SubNavigation {
	width: 400px;
	float: left;
	display: inline-block;
	text-align: right;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
}

div.PostContainer {
	width: 795px;
	margin-left: 5px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #33cc00;
	padding-bottom: 10px;
	clear: both;
}

div.PostFooter {
	border-bottom: 1px dashed #33cc00;
	border-top: 1px dashed #33cc00;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

div.Postinfo {
	width: 485px;
	float: left;
	padding-right: 5px;
	padding-left: 0;
}

div.PostContent {
	height: 270px;
}

h1 {
	margin: 0 0 5px;
	font-size: 24px;
}

div.ReadMore {
	text-align: right;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}

div.RadioContent {
	margin-left: 160px;
}

div.Footer {
	width: 800px;
	border-top: 1px dashed #33cc00;
	border-bottom: 1px dashed #33cc00;
	margin-bottom: 15px;
}

div.FooterNavigation.Item {
	padding-right: 2px;
	padding-left: 2px;
}

div.FooterInfo {
	text-align: center;
	border-top: 1px dashed #33cc00;
	padding-bottom: 2px;
	padding-top: 2px;
}

div.FooterNavigation {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.SimplePostContainer {
	width: 795px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

div.SimplePostinfo {
	width: 795px;
	
}

div.RadioListContainer {
	width: 795px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px dashed #33cc00;
	padding-top: 10px;
}

div.RadioContentContainer {
}

div.RadioimageContainer {
	float: left;
	padding-right: 10px;
	width: 150px;
	height: 150px;
}

#feedsContainer {
	border-bottom: 1px dashed #33cc00;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	clear: both;
}

#feedsContainer a img {
	padding-top: 5px;
	padding-left: 10px;
}

div.Footerlogos {
	width: 700px;
	height: 100px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 100px;
	clear: both;

}

div.Footerlogositem {
	display: inline-block;
	float:left;
	padding-right: 10px;
	padding: 5px;
}

div.Footerlogositem a:link {
	border-style: none;
	border-width: 0px;

}

#ContentContainer div.Footer div.Footerlogos div.Footerlogositem a img {
	border-style: none;
}