html,body{
			background: url(http://www.mediahorde.co.uk/media/pictures/css/large/835ffa4b5719418c9307c3248fae4f66.png);
						background-repeat: repeat-x;
			
			background-color: #e8e8e8;
		color:#000000;
	margin-bottom:30px;
}

div#top-bar{
	color: #111;
	position: fixed;
	left: 0;
	top:0px;
	width: 100%;
	height: 30px;
	line-height:30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	background: url(http://www.mediahorde.co.uk/assets/css/core/images/repeat-dark.png) repeat;
	z-index: 9999;
	padding-left:50px;
	padding-right:50px;
	border-bottom: 1px solid #444;
}

div#top-bar a {
    color:#666666;
    text-decoration: none;
}
    
div#top-bar a:focus, a:hover, a:active {
    color: #666666;
    text-decoration: underline;
}

#bodywrap {
	width: 1200px;
}

div#footer-container {	
	color: #111;
	position: fixed;
	left: 0;
	bottom:0;
	height:18px;
	line-height:15px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	background: url(http://www.mediahorde.co.uk/assets/css/core/images/repeat-dark.png) repeat;
	z-index: 9999;
	padding-left:50px;
	border-top: 1px solid #444;
}

div#header-container{
			background: url(http://www.mediahorde.co.uk/media/pictures/css/large/eb19f95ffad614f48bf3165d1f25bb24.png);
		
					background-repeat: repeat-x;
				
			background-color: none;
		color: #ffffff;

}

div#content-container{
	
			padding:0px;
		background-color: none;
	
	border: 0px solid #ffffff;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

a, #demo-link{
	color:#808080;
	
			text-decoration: none;
	}
	
a:focus, a:hover, a:active, #demo-link:focus, #demo-link:hover, #demo-link:active {
	color: #000000;
	
			text-decoration: none;
	}

h1, #demo-h1, .widget_h1{
	font-size: 16pt;
	color:#2b2b2b;
	
			font-weight: bold;
		
			background: #cccccc url(http://www.mediahorde.co.uk/assets/css/core/images/themes/default/bg.fadedown.light.png) 50% 50% repeat;
		
	border: 1px solid #858585;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	text-align:center;
	padding: 0;
	margin-top:0px;
	height: 30px;
	line-height: 30px;
} 

h2, #demo-h2, .widget_h2{
	font-size: 14pt;
	color:#2b2b2b;
	
			font-weight: bold;
		
			background: #e6e6e6 url(http://www.mediahorde.co.uk/assets/css/core/images/themes/default/bg.fadedown.light.png) 50% 50% repeat-x;
		
	border: 1px solid #858585;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	text-align:center;
	padding: 0;
	margin:0px;
	height: 26px;
	line-height: 26px;
}

.text_wrap, #demo-text-wrap, .widget_text_wrap {
	padding: 10px;
	border: 1px solid #858585;
	
			background: #f2f2f2;
		
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul#navigation li.menu-element a {
	color: #000000;
	border: 1px solid #858585;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3;
	background:#d9d9d9 url(http://www.mediahorde.co.uk/assets/css/core/images/themes/default/bg.fadedown.light.png) 50% 50% repeat;
}

ul#navigation li.menu-element a:hover, ul#navigation li.menu-element a.current {	
	color: #050505;
	background:#f2f2f2 url(http://www.mediahorde.co.uk/assets/css/core/images/themes/default/bg.fadedown.light.png) 50% 50% repeat;	
}
