* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body{
	font-size: 12px;
	line-height: 160%;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666;
	background: #212121;
}

/* Links */
a { color: #06F; text-decoration: none; cursor:pointer; }
a:hover {
	color: #FFFFFF;
}
a img { border: 0; }

/* Forms */
input, textarea, select { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
textarea { overflow: auto; }
p {
	margin-bottom: 10px;
}


/* Clears and floats */
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
#wrapper{
	margin:0px auto;
	min-width:320px;
}
#header {
	background-color: #111111;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}


#logo {
	height: 200px;
	text-align: center;
	
}
#logo h1 {
	color:#fff;
	height: 200px;
	background-color: transparent;
	/* background-image: url(images/logo.png); */
	background-repeat: no-repeat;
	background-position: center center;
}
#logo h1 span {
	display: none;
}
#description {
	display: none;
	padding-top: 30px;
	padding-bottom: 30px;
}

#nav {
	line-height: 30px;
	height: 30px;
	margin-bottom: 20px;
	background-color: #0e1010;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#gsearch{
	margin:20px auto;
	text-align: center;
}
#main {
	background-color: #111111;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:15px 10px 5px 15px;
}
.list {
	margin-bottom: 30px;
}

.list ul li {
	overflow: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #212121;
	
}
.list ul > li:first-child{
border-top:none;}
.list ul > li:last-child{
border-bottom:none;}

.list  ul  li  img.thumb {
	float: left;



}
.list  ul  li  div {
	display: block;
	margin-left: 80px;



}
.list  ul  li  a {
	color: #ddd;
}
.list ul a:hover {
	color: #009dff;
}


h3.cat {
	color: #06F;
	line-height: 30px;
	background-color: #212121;
	height: 30px;
	padding-right: 8px;
	padding-left: 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



.post {
	margin-bottom: 30px;
}

.post h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 30px;
	text-transform: capitalize;
}
.post .postContent {
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	color: #666;
	background-color: #111111;
	
	padding-bottom: 20px;
	text-align: center;
}


	#footer {height:67px; color:#fff; font-size:0.87em; line-height:1.545em; text-align:center; background:url(https://www.x-raiders.net/media/images/mobile/footer-tail.gif) top repeat-x;}
	#footer p { padding:0px 0 16px 0; background:url(https://www.x-raiders.net/media/images/mobile/footer-bg.jpg) no-repeat top center; height:51px;}
	#footer p a {color:#9ddeff;}



#footer  a {
	color: #666;
}
#footer  a:hover {
	color: #fff;
}
