ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 17px; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}

a:link {text-decoration: none; color: #b91a00; outline: none;}
a:visited {text-decoration: none; color: #b91a00; outline: none;}
a:hover {color: #dfdedf;}
a:active {color: #dfdedf;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

/* -------------------- Global -------------------- */

body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #2d261e;
	background: url(./themes/indie/design/body.png) repeat;
	}
	
p {
	margin-bottom: 10px;
	line-height: 15px;
	}

h1 {
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	text-align: left;
	color: #b91a00;
	}
	
h2 {
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	text-align: left;
	color: #b91a00;
	}
	
#background {
	background: url(./themes/indie/design/background.png) repeat-x #2c231b;
	}	
	
#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	}
	
#page {
	float: left;
	width: 940px;
	overflow: auto;
	background: #e7e8e9;
	}
	
#content {
	float: left;
	width: 590px;
	padding-bottom: 50px;
	margin-left: 30px;
	}
	
#sidebar {
	float: right;
	width: 270px;
	padding-bottom: 10px;
	margin-right: 30px;
	}

/* -------------------- Header -------------------- */	

#header {
	position: relative;
	background: url(./themes/indie/design/header.gif) no-repeat;
	height: 150px;
	}
	
#header ul {
	padding-top: 100px;
	padding-left: 25px;
	}

#header li {
	float: left;
	display: inline;
	margin-right: 10px;
	}

#header li a {
	color:#3e3e3f;
	text-transform: uppercase;
	background: url(./themes/indie/design/hover.gif)  no-repeat;
	text-indent: -2000px;
	}

#header li a.selected {
	background-position: 50% 25px;
	color: #b91a00;
	}
	
#header .RSS {
	background: url(./themes/indie/design/rss.png) no-repeat;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	}

#header .home {
	background: url(./themes/indie/design/home.gif) no-repeat;
	display: block;
	width: 90px;
	height: 50px;
	}
	
#header .foreignlegion {
	background: url(./themes/indie/design/foreignlegion.gif) no-repeat;
	display: block;
	width: 160px;
	height: 50px;
	}
	
#header .forum {
	background: url(./themes/indie/design/forum.gif) no-repeat;
	display: block;
	width: 150px;
	height: 50px;
	}
	
<!--
#header .test:hover {
	background: url(./themes/indie/design/home.gif) -90px no-repeat;
	display: block;
	width: 75px;
	height: 30px;
	}
-->

/* -------------------- Featured -------------------- */
	
#featured {
	background: url(./themes/indie/design/featured.png);
	width: 940px;
	height: 430px;
	}
	
#featured ul {
	width: 500px;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	}
	
#featured li {
	display: inline;
	}
	
#featured .video {
	float: right;
	margin-right: 70px;
	margin-top: 155px;
	}
	
#featured .getnow {
	float: left;
	margin-left: 270px;
	margin-top: 265px;
	}
	
#featured .getnow a {
	display: block;
	width: 180px;
	height: 70px;
	text-indent: -2000px;
	}

/* -------------------- Twitter -------------------- */
	
#twitter {
	float: right;
	background: blue;
	margin-top: -20px;
	margin-right: 30px;
	width: 400px;
	height: 50px;
	margin-bottom: -20px;
	}

#twitter li {
	margin: 5px;
	}

#twitter .meta {
	margin-top: 15px;
	margin-bottom: 25px;
	color: #767676;
	}
	
/* -------------------- Content -------------------- */
	
#content .left {
	float: left;
	}
	
#content .right {
	float: right;
	}

#content .features em {
	color: #2d261e;
	font-style: normal;
	}
	
#content a:hover {
	color: #5e5041;
	}

#content .entry {
	background: url(./themes/indie/design/shade.png) bottom left no-repeat;
	padding-bottom: 50px;
	margin-left: -25px;
	}
		
#content .body {
	padding-left: 25px;
	}
	
#content .meta {
	padding-left: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #767676;
	}
	
#content .bubble {
	padding-right: 20px;
	background: url(./themes/indie/design/bubble.gif) right no-repeat;
	padding-top: 5px;
	}
	
/* -------------------- Sidebar Blurb -------------------- */

#recent {
	margin-top: 40px;
	}

#sidebar .blurb {
	float: right;
	margin-bottom: 10px;
	}

#sidebar .thumbnail {
	float: left;
	background-color: #2d261e;
	border: 5px solid #2d261e;
	margin-right: 10px;
	}
	
#sidebar a:hover img {border-color: #dfdedf;}

#sidebar a:hover {border: none; color: #2d261e;}

#sidebar .blurb h1 {
	color: #b91a00;
	margin-top: -10px;
	margin-bottom: 1px;
	float: left;
	width: 170px;
	}
	
#sidebar p {
	margin-bottom: 2px;
	float: left;
	width: 180px;
	}
	
#sidebar .meta {
	color: #767676;
	}
	
/* -------------------- Foreign Legion Manual -------------------- */

.features {
	margin-left: 15px;
	list-style: disc;
	color: #b91a00;
	float: left;
	}
	
.features li {
	margin-bottom: 5px;
	}
	
.features em {
	color: #2d261e;
	}
	
/* -------------------- Sidebar Sales -------------------- */

#sidebar .sales {
	text-align: center;
	}
	
#sidebar .sales h1 {
	color: #b91a00;
	font-size: 60px;
	}
	
#sidebar .sales a:hover {
	color: #2d261e;
	}

/* -------------------- Screenshots -------------------- */	
	
#screenshots {
	float: left;
	width: 900px;
	text-align: center;
	}

#screenshots li {
	display: inline;
	}
	
#screenshots img {
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
/* -------------------- System Requirements -------------------- */	
	
#requirements {
	float: left;
	color: #b91a00;
	width: 900px;
	}

#requirements li {
	margin-bottom: 5px;
	}
	
#requirements em {
	color: #2d261e;
	}

#requirements .mac {
	background-color: #d5d0ba;
	min-width; 420px;
	height; 500px;
	float: left;
	padding: 10px 10px 10px 10px;
	}
	
#requirements .pc {
	background-color: #d5d0ba;
	width; 420px;
	height; 500px;
	float: right;
	margin-right: 70px;
	padding: 10px 10px 10px 10px;
	}
	
#requirements h2 {
	font-size: 15px;
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	text-align: left;
	color: #b91a00;
	}
	
/* -------------------- Comments -------------------- */

#comments {
	float: left;
	margin-bottom: 10px;
	}

#comments .gravatar {
	float: left;
	background-color: #5e5041;
	border: 5px solid #5e5041;
	width: 80px;
	height: 80px;
	}

#comments a:hover img {border-color: #dfdedf;}

#comments a:hover {border: none;}

#comments .user {
	float: left;
	padding-bottom: 20px;
	background: url(./themes/indie/design/comment_user.gif) 95px 40px no-repeat;
	}

#comments .user .comment{
	float: left;
	width: 450px;
	min-height: 60px;
	padding: 10px 10px 10px 10px;
	background: #5e5041;
	margin-left: 25px;
	color: #FFFFFF;
	padding-bottom: 15px;
	}

#comments .user .meta {
	margin: -10px -10px 10px -10px;
	padding: 5px 5px 10px 10px;
	background: #2d261e;
	color: #FFFFFF;
	padding-bottom: 5px;
	}
	
#comments .meta a {
	color: #FFFFFF;
	}
	
#comments .meta a:hover {
	color: #FFFFFF;
	}
	
#comments .user blockquote {
	background: url(../images/design/quote.gif) no-repeat;
	padding: 10px 0 0 30px;
	margin: 0 0 15px 0px;
	color:#939598;
	font-style: italic;
	width: 360px;
	}

#comments .admin {
	float: left;
	padding-bottom: 20px;
	background: url(./themes/indie/design/comment_admin.gif) 95px 40px no-repeat;
	}

#comments .admin .comment {
	float: left;
	width: 450px;
	min-height: 65px;
	padding: 10px 10px 10px 10px;
	background: #b91a00;
	margin-left: 25px;
	color: #FFFFFF;
	padding-bottom: 15px;
	}
	
#comments .admin .meta {
	margin: -10px -10px 10px -10px;
	padding: 5px 5px 10px 10px;
	background: #2d261e;
	color: #FFFFFF;
	padding-bottom: 5px;
	}
	
#comments .admin blockquote {
	background: url(../images/design/quote_admin.gif) no-repeat;
	padding: 10px 0 0 30px;
	margin: 0 0 15px 0px;
	color:#231f20;
	font-style: italic;
	width: 360px;
	}
	
/* -------------------- Comments Form -------------------- */

form, textarea {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

#commentsform { 
	background: url(./themes/indie/design/comment_user.gif) 100px 150px no-repeat;
	float: left;
	width: 580px;
	}

#commentsform .gravatar {
	float: left;
	margin-top: 25px;
	background-color: #5e5041;
	border: 5px solid #5e5041;
	width: 80px;
	height: 80px;
	}
	
#commentsform a:hover img {border-color: #5e5041;}

#commentsform a:hover {border: none;}

#commentsform strong { 
	color: #b91a00;
	}
	
#commentsform .private { 
	color: #767676;
	}
	
#commentsform .fields { 
	float: right;
	padding-bottom: 25px;
	}
	
#commentsform .fields ul {
	margin: 0px 0px 0px 0px;
	}

#commentsform .fields ul li {
	padding: 0px 0px 0px 0px;
	}

#commentsform .label {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
#commentsform .txt { 
	border: 5px solid #5e5041;
	padding: 5px;
	width: 170px;
	}
	
#commentsform .post { 
	margin-top: 25px;
	margin-left: 30px;
	border: 5px solid #5e5041;
	float: left;
	}

#commentsform .post textarea {
	width: 230px;
	height: 195px;
	padding: 5px;
	}
	
#commentsform .button { 
	margin-top: 25px;
	padding: 5px 5px 5px 5px;
	}
	
#commentsform .captcha { 
	float: left;
	margin-left: 80px;
	}
	
/* -------------------- Search -------------------- */

#search .txt { 
	float: left;
	border: 5px solid #313031;
	padding: 5px;
	width: 125px;
	height: 20px;
	background: #97bf0d;
	}
	
#search .button { 
	float: right;
	border: 5px solid #313031;
	}
	
#search .button:hover {border-color: #dfdedf;}

/* -------------------- Footer -------------------- */

#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 940px;
	background: url(./themes/indie/design/footer.gif) no-repeat;
	}
	
#footer .copyright {
	padding-top: 25px;
	text-align: center;
	color: #2d261e;
	}
	
#footer a {
	color: #b91a00;
	}