body {
	background:#000;
	color:#FFF;
	font-family:"Calibri", "Arial", sans-serif;
	line-height:1.2em;
}
a {
	color:#fff;
}
a:hover,
a:focus,
a:visited {
	color:#fff;
}

.container {
	background:#000 url('../images/background.jpg') 0 0 scroll no-repeat;
}
h1#Logo a {
	display:block;
	width: 322px;
	height: 134px;
	margin-top:14px;
	margin-left:4px;
	background:transparent url('../images/logo.png') 0 0 scroll no-repeat;
	text-indent: -999em;
}

#Content {
	min-height:595px;
	text-align:justify;
	border-top: 2px solid #cfd0cf;
	border-bottom: 2px solid #cfd0cf;
	padding:6px;
	margin-bottom:5px;
}
	#Content h2 {
		font-size:xx-large;
	}
	#Content p:last-child {
		margin-bottom:0;
	}
	.HomePage #Content {
		min-height:0;
		border:0;
	}

/* Social media buttons
------------------------------------------------- */ 
.social {
	height:40px;
	overflow: auto;
	margin-bottom:6px;
}
	.social a {
		display:block;
		float:right;
		width:50px;
		height:40px;
		background:transparent url('../images/icon-facebook.png') 0 0 scroll no-repeat;
		text-indent: -999em;	
	}
		.social a.twitter {
			background:transparent url('../images/icon-twitter.png') 0 0 scroll no-repeat;
		}
		.social a.newsletter {
			width:67px;
			height:40px;
			background:transparent url('../images/icon-email.png') 0 0 scroll no-repeat;
		}

/* Quotes
------------------------------------------------- */ 
.quotes {
	margin-bottom:8px;	
}
	.quotes p {
		margin:0;
	}


/* Buy buttons
------------------------------------------------- */ 
.buy {
	position:relative;
	height:46px;
	padding:0;
	margin:0;
	margin-bottom:24px;
	list-style:none;
}
	.buy li {
		list-style:none;
		float:right;
		margin:0;
		width:137px;
		height:46px;
		margin-left:10px;
	}
		.buy a {
			display:block;
			width:137px;
			height:46px;
			background:transparent url('../images/button_appstore.png') 0 0 scroll no-repeat;
			text-indent: -999em;
		}
			.buy a.googleplay {
				background:transparent url('../images/button_googleplay.png') 0 0 scroll no-repeat;
			}
			.buy a.steam {
				background:transparent url('../images/button_steam.png') 0 0 scroll no-repeat;
			}
			.buy a.more {
				background:transparent url('../images/button_more.png') 0 0 scroll no-repeat;
			}
		.buy li:last-child {
			margin-left:0;
		}
	.buy a:hover,
	.buy a:focus {
		background-position:0 -46px;
	}
	.buy a.more:hover,
	.buy a.more:focus {
		background-position:0 0px;
	}
div[role=main] {
	position:relative;
}
#MoreStores {
	display:none;
	position:absolute;
	top:46px;
	right:-6px;
	width:137px;
	background-color:#333;
	background-color:rgba(51,51,51,0.9);
	padding:6px;
	border-radius:6px;
	z-index:11;
}
	#MoreStores a {
		margin-bottom:6px;
	}
	#MoreStores a:last-child {
		margin-bottom:0;
	}
	.buy li.subHolder:hover #MoreStores,
	.buy li.subHolder:focus #MoreStores {	
		display:block;
	}
/* Bottom menu
------------------------------------------------- */ 
.menu {
	overflow: auto;
}
	.menu a {
		display:block;
		float:left;
		width:185px;
		height:55px;
		margin-right:12px;
		background:transparent url('../images/button_support.png') 0 0 scroll no-repeat;
		text-indent: -999em;	
	}
		.menu a.help {
			background:transparent url('../images/button_help.png') 0 0 scroll no-repeat;
		}
		.menu a.contact {
			background:transparent url('../images/button_contact.png') 0 0 scroll no-repeat;
		}
		.menu a:last-child {
			margin-right:0;
		}


/* Youtube
------------------------------------------------- */ 
#Youtube {
	width:556px;
	margin-left:6px;
	padding:3px;
	border:2px solid #2f2e30;	
	border-radius:6px;
	background:#000;
	box-shadow: 0px 0px 2px 2px rgba(60,60,60,0.8);
}


/* Footer
------------------------------------------------- */ 
#Footer {
	position:relative;
	font-size:0.8em;
	line-height:1em;
	margin-top:12px;
}
a.gamesworkshop {
	position:absolute;
	top:-83px;
	left:0px;
	display:block;
	width:144px;
	height:69px;
	background:transparent url('../images/button_gamesworkshop.png') 0 0 scroll no-repeat;
	text-indent: -999em;		
}
	a.gamesworkshop.auroch {
		position:absolute;
		left:144px;
		background:transparent url('../images/button_auroch.png') 0 0 scroll no-repeat;
	}

/* SS stuff
------------------------------------------------- */ 

/* LIST STYLES
-------------------------------------------- */
.typography ul, 
.typography ol,
.typography dl { margin: 0 0 20px 25px; }
.typography ul li { list-style-type: disc; } /* adds disc style bullet to the list */
  .typography li { margin-bottom: 5px; }


/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
}
  .typography table tr:nth-child(even) {
      background-color: #ededed
  }
  .typography table tr.even,
  .typography table th,
  .typography thead td {
      background-color: #ededed
  }
  .typography table td,
  .typography table th {
      padding: 2px 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
  .typography table th {
      font-weight: bold;
  }


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}


/* IMAGES 
-------------------------------------------- */
.typography img {
    border: 5px solid #d7d7d7;
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(http://chainsawwarrior.net/themes/chainsaw/images/ajax-loader.gif) no-repeat center center;
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
  }
  .typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
  }
  .typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
  }
  .typography .captionImage.left img,
  .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
  }
  .typography .captionImage.left img {
    margin-right: -10px;
  }
  .typography .captionImage.right img {
    margin-left: -10px;
  }
  .typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
  }
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}


/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(http://chainsawwarrior.net/themes/chainsaw/images/blockquote.png) no-repeat 0px 6px;
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}
.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}