html,body{
			background: url(http://www.mediahorde.co.uk/media/pictures/css/large/a182957a53900e8bc29632ff5bf2866e.jpg);
					background-position: center top;
			background-repeat: no-repeat;
			
			background-color: #080808;
		color:#d6d6d6;
	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/bca1a9e7148bcc87ffc6c699ea523811.jpg);
		
					background-position: center top;
			background-repeat: no-repeat;
				
			background-color: none;
		color: #ffffff;

}

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

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: 3px solid #858585;
	
			background: #000000;
		
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

ul#navigation li.menu-element a {
	color: #000000;
	border: 1px solid #6b6b6b;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5;
	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;	
}
