/* CSS Document */

body {
	background:url(images/Header.jpg) #19376c no-repeat top center;
	padding:0;
	margin:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif
}

img {
	border:none;
}

.hide, .Hide {   
    display:none;
}

.ClearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.ClearFix {
	display: inline-block;
}
 
html[xmlns] .ClearFix {
	display: block;
}
 
* html .ClearFix {
	height: 1%;
}


h1, h2, h3, h4, h5, p {
	padding:0;
	margin:0;
	font-weight:normal;
}

h1 {
	padding:0 0 30px 0;
	font-size:20px;
	color:#fff;
}


h3 {
	padding:10px 0;
	border-top:1px solid #999;
	font-size:20px;
	color:#1b1b1b;
}

a {
	text-decoration:none;
}

.AlignLeft, .alignleft {
	float:left;
}

.AlignRight, .alignright {
	float:right;
}

ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

#Header {
	width:1000px;
	height:270px;
	margin:0 auto;
	position:relative;
}

	#Header #MetalockMan, #Header #MetalockManGlow {
		position:absolute;
		top:0;
		right:0;
		z-index:1;
	}
	#Header #MetalockManGlow {
		z-index:2;
		width:270px;
		height:270px;
		background:url(images/Metalock-Man.jpg);
	}
	#Header #MetalockManGlow a {
		z-index:3;
		display:block;
		width:270px;
		height:270px;
	}
	#Header #MetalockLogo {
		position:absolute;
		top:0;
		left:0;
	}
	
	#Header #Navigation {
		position:absolute;
		bottom:0;
		left:30px;
	}
	
	#Header #Navigation li {
		float:left;
	}
	
	#Header #Navigation li a {
		float:left;
		margin:5px 1px 0px 0;
		padding:10px 15px 0 15px;
		height:28px;
		background:url(images/Tab.gif) 0 0 repeat-x #151515;
		font-size:16px;
		text-align:center;
		color:#FFFFFF;
		border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
	}
	#Header #Navigation li a:hover, #Header #Navigation li.Selected a {
		float:left;
		margin:0 1px 0px 0;
		padding:10px 15px 0 15px;
		height:33px;
		background:#191919;
		font-size:16px;
		background:url(images/Tab.gif) 0 -60px repeat-x #000000;
	}
	#Header #Navigation li.Selected a {
		padding:10px 12px 0 12px;
	}
	
#Body {
	width:940px;
	margin:30px auto;
}
	#Body .AlignLeft {
		width:660px;
	}
	#Body .AlignRight {
		width:260px;
	}
	
.Item {
	width:640px;
	margin-bottom:30px;
	border-top-left-radius: 6px;
}
	.Item h2 {
		padding:16px 20px;
		background:url(images/Metal1.jpg);
		border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
		font-size:24px;
		text-shadow: 0px 0px 18px #333;
	}
	.Item h2 a {
		color:#1b1b1b;
	}
		.Item h2 span {
			float:left
		}
		.Item h2 .ItemComment {
			float:right;
			display:block;
			padding:4px 8px;
			background:url(images/Tab.gif);
			position:relative;
			text-align:center;
			font-size:18px;
			color:#fff;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		.Item h2 .ItemComment:hover {
			color:#FFFF00;
		}
			.Item h2 .ItemComment strong {
				position:absolute;
				width:100px;
				bottom:36px;
				left: 50%;
    			margin-left: -50px;
				display:none;
				padding:4px 0;
				background:url(images/Tab.gif);
				font-size:14px;
				border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
				color:#FFFFFF;
				
			}
			.Item h2 .ItemComment:hover strong {
				display:block;
			}
			
	
	
.ItemCat {
	padding:10px 20px;
	background:#161616;
	font-size:14px;
}
	.ItemCat p, .ItemCat li, .ItemCat ul {
		display:inline !important;
		color:#FFFF00;
	}
	.ItemCat li {
		padding:0 4px;
	}
	.ItemCat a {
		color:#fff;
	}
	.ItemCat a:hover {
		color:#FFFF00;
	}
	
.ItemContent {
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	padding:20px 20px 0 20px;
	background:#fff;
	border-top:1px solid #202020;
}
	.ItemContent p {
		color:#161616;
		font-size:16px;
		line-height:24px;
		padding:0 0 20px 0;
	}
	.ItemText p a, #Comments a {
		color:#19386c;
		border-bottom:1px solid #19386c;
	}
	.ItemText p a:hover, #Comments a:hover {
		color:#000;
		border-bottom:none;
	}
	.ItemText h2 {
		padding:10px 0 10px 0;
		background:none;
		font-size:24px;
		text-shadow: none;
		border-radius:none;

	}
	.Highlight {
		padding:8px 10px;
		background:#e4e9f3;
		display:block;
	}
	a.tt {
		background:none;
	}
	.ItemText p a.tt {
		display:none;
	}
	#IconGalleryContainer p a.tt {
		display:none !important;
	}
	.ItemContent img {
	}
	.ItemContent .Social img {
		padding:0;	
		margin:0 0 0 0;
		box-shadow: 0 0 0 #333;
		-moz-box-shadow: 0 0 0 #333;
		-webkit-box-shadow: 0 0 0 #333;
	}	
	.ItemContent .alignleft {
		float:left;
		margin:10px 20px 20px 0;
	}
	.ItemContent .alignright {
		float:left;
		margin:10px 0 20px 30px;
	}

	.ItemContent img[align="left"] {
		float:left;
		margin:10px 20px 20px 0;
	}
	.ItemContent img[align="right"] {
		float:left;
		margin:10px 0 20px 30px;
	}
	
	.ItemText ol, .ItemText ul {
		list-style:circle;
		padding:0 0 10px 20px;
	}
		.ItemText ol li, .ItemText ul li {
			list-style:circle;
			font-size:16px;
			line-height:24px;
		}
		.ItemText li a {
			color:#19386c;
			border-bottom:1px solid #19386c;
		}	
			.ItemText li a:hover {
				color:#19386c;
				border-bottom:none;
			}	
	
.Meta

.MetaList {
	border-bottom:3px solid #000;
}

.MetaList li {
		float:left;
	}
	
	.MetaList li a {
		float:left;
		margin:5px 1px 0px 0;
		padding:8px 22px 0 22px;
		height:18px;
		background:url(images/Tab.gif) 0 0 repeat-x #151515;
		font-size:12px;
		text-align:center;
		color:#FFFFFF;
		border-top-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
	}
	.MetaList li a:hover, .MetaList li.Selected a {
		float:left;
		margin:0 1px 0px 0;
		padding:10px 22px 0 22px;
		height:21px;
		background:#191919;
		background:url(images/Tab.gif) 0 -60px repeat-x #000000;
	}
	.MetaList li.Selected a {
		padding:10px 22px 0 22px;
	}
	
.MetaDiv {
	display:block;
	padding:20px 0;
	border-bottom:1px solid #ccc;
}
	.MetaDiv a {
		color:#19386c;
	}
		.MetaDiv a:hover {
		text-decoration:underline;
		}
	.MetaDiv ul, .MetaDiv li {
		display:inline;
		font-size:14px;
	}
	
	
h4 {
	background:url(images/Tab.gif) #191919;
	padding:8px 20px;
	display:inline-block;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	color:#FFFFFF;
	font-size:16px;
}

#SideBar ul {
	background:url(images/Metal1.jpg);
	padding:10px;
	margin:0;
	border-top:3px solid #151515;
}
#SideBar ul li a {
	background:url(images/List.png) no-repeat;
	background-position:0 -47px;
	height:37px;
	display:block;
	width:200px;
	padding:14px 0 0 40px;
	color:#ffffff;
	font-weight:bold;
}
	#SideBar ul li a:hover {
		background-position:-240px -47px;
		color:#000000;
	}
#SideBar ul li:first-child a {
	background-position:0 0;
	height:33px;
}
	#SideBar ul li:first-child a:hover {
		background-position:-240px -0;
	}
#SideBar ul li:last-child a {
	background-position:0 -47px;
	height:49px;
}
	#SideBar ul li:last-child a:hover {
		background-position:-240px -47px;
	}
#SideBar div {
	background:url(images/Metal1.jpg);
	padding:10px;
	margin:0;
	border-top:3px solid #151515;
	border-bottom:3px solid #151515;
	margin-bottom:30px;
}

#Facebook {
	margin-bottom:30px;
	display:block;
}

#SideBar div a {
	color:#151515;
	
}
	#SideBar div a:hover {
		color:#151515;
		text-decoration:underline;
	}
	
.ListToggle {
	background:url(images/Tab.gif) #191919;
	padding:4px 20px;
	display:block;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:30px;
	cursor:pointer;
}	

#SocialMediaLinks {
	padding:10px;
	display:block;
	background:url(images/Metal2.jpg) no-repeat;
	
}
	#SocialMediaLinks a img {
		width:45px;
	}
	#SocialMediaLinks a {
		display:inline-block;
		float:left;
		margin:5px;
		width:50px;
		padding:3px 0;
		text-align:center;
		background:#FFFFFF;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		box-shadow: 1px 1px 30px #666;
		-moz-box-shadow: 1px 1px 30px #666;
		-webkit-box-shadow: 1px 1px 30px #666;
	}
		#SocialMediaLinks a:hover {
			box-shadow: 1px 1px 40px #000;
			-moz-box-shadow: 1px 1px 40px #000;
			-webkit-box-shadow: 1px 1px 40px #000;
		}

#FooterCenter {
	width:940px;
	margin:0 auto;
	padding:14px 0;
}
	#FooterCenter .AlignLeft {
		width:250px;
	}
	#FooterCenter .AlignRight {
		width:690px;
	}
	
#Footer {
	width:100%;
	background: #151515;
}
	#Footer p, #Footer ul {
		padding:12px 0;
		color:#FFFFFF;
	}
	#Footer li a, #Footer li {
		display:inline;
		padding-right:5px;
	}
	#Footer a {
		color:#fff;
		font-size:14px;
	}
		#Footer a:hover {
			color:#FFFF00;
		}
#Country {
	width:100%;
	background:url(images/Metal2.jpg) left bottom repeat-x;
	padding-bottom:14px;
	border-top:3px solid #191919;
}
	#Country ul, #Country li {
		display:inline;
	}
	#Country li a img {
		margin-right:10px;
		border:1px solid #333333;
		box-shadow: 1px 1px 6px #333;
		-moz-box-shadow: 1px 1px 6px #333;
		-webkit-box-shadow: 1px 1px 6px #333;
	
	}
	#Country li a:hover img {
		border:1px solid #000;
		box-shadow: 1px 1px 30px #000;
		-moz-box-shadow: 1px 1px 30px #000;
		-webkit-box-shadow: 1px 1px 30px #000;
	
	}
	#Country p {
		font-size:18px;
		color: #191919;
		font-weight:bold;
		padding:3px 0 0 0;
	}

#MetalockSearch {
	width:320px;
	background:url(images/SearchBars.png) repeat-y 12px 0;
	min-height:100px;
	height:auto !important;
	height:100px;
	z-index:100;
	right:260px;
	top:-300px;
	position:absolute;
	padding:40px 0 0 0;
}

#Search {
	width:340px;
	border:3px solid #000000;
	background:url(images/Metal1.jpg);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 1px 1px 30px #000;
	-moz-box-shadow: 1px 1px 30px #000;
	-webkit-box-shadow: 1px 1px 30px #000;
}
	#Search #SearchHeader {
		position:relative;
		height:37px;
	}
	#Search #SearchHeader .SearchInput {
		border:none;
		background:#FFFFFF;
		float:left;
		width:258px;
		height:31px;
		font-size:16px;
		padding:6px 0 0 10px;
	}
	
	#Search #SearchHeader form {
		width:340px;
		height:37px;
		position:absolute;
		top:0;
		left:0;
		padding:0;
		margin:0;
	}
	#Search #SearchHeader span {
		padding:7px 12px 0 12px;
		font-size:18px;
		color:#191919;
		display:block;
		height:30px;
		position:absolute;
		top:0;
		left:0;
	}
	#Search ul {
		padding:12px 0 4px 12px;
		border-top:1px solid #1b1b1b;
	}
	#Search li {
		float:left;
		padding:0 8px 8px 0;
	}
	#Search li a {
		padding:3px 6px;
		display:block;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background:#333333;
		color:#FFFFFF;
		font-size:14px;
	}
	#Search li a:hover {
		color:#FFFF00;
	}
	
* html #MetalockSearch {background:none;}
* html #Search #SearchHeader .SearchInput {	width:254px; }

#Tweets {
	width:100%;
	background:#f7c921;
	border-top:6px solid #000000;
	border-bottom:1px solid #000000;
	height:40px;
	overflow:hidden;
}
	#Tweets ul {
		margin:0 auto;
		width:850px;
		background:url(images/TwitterBird.gif) no-repeat 0 7px;
		padding:11px 50px;
		font-size:14px;
		color:#1b1b1b;
	}
	#Tweets ul a {
		color:#000;
		font-weight:bold;
	}
	#Tweets ul a:hover {
		color:#1b1b1b;
		text-decoration:underline;
	}
	
.MetalockMan {
	padding:20px 20px 20px 20px;
	border-top:1px solid #202020;
	background:url(images/load.gif) center no-repeat #fff;
	
	height:510px;
}

#IconGalleryBox {
	text-align:center;
}
	#IconGalleryBox img {
		margin-bottom:10px;		
		max-width:600px;
	}
	
.WallpaperSize {
	padding:4px 0;
	margin:5px auto;
	color:#FFFFFF;
	background:#202020;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width:200px;
}

.WallpaperSize a {
	color:#FFFFFF;
}
.WallpaperSize a:hover {
	text-decoration:underline;
}

#Comments li {
	border-top:1px solid #CCCCCC;
	padding:10px 0;
}
	#Comments li:hover {
	}
.CommentMeta {
	display:block;
	padding:0 0 10px 0;
}
.CommentMeta a {
	color:#1b1b1b;
}

#InPageSearch {
	padding:20px 30px;
	background:url(images/metal2.jpg) repeat-x;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#InPageSearch #searchsubmit {
	background:#1b1b1b;
	color:#FFFFFF;
	padding:6px;
	border:none;
	font-size:16px;
}
#InPageSearch #s {
	border:1px solid #1b1b1b;
	background:#FFFFFF;
	color:#FFFFFF;
	padding:6px;
	font-size:16px;
	width:300px;
}

.post-edit-link {
	background:red !important;
	color:#FFFFFF !important;
	padding:6px 10px;
}

#Related ul, #Related ul li {
	list-style:circle;
	font-size:16px;
	line-height:24px;
	display:block;
}

.heritage .ItemContent img {
	padding:0;	
	background:none;	
}

.heritage h2 {
	background:url(images/Metal3.jpg) !important;
}

.heritage .ItemContent {
	background:url(images/Heritage.gif) top right #fff no-repeat !important;
}

.navigation a {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background:#fff;
	color:#333333;
	padding:6px;
}

.navigation .alignright {
	margin-right:20px;
}

p.Date {
	font-size:12px !important;
	color:#666 !important;
	font-weight:bold;
}
