/* The front page of our site (served by Blogger) requires a separate CSS file because of a conflict between the .section and font.section styles, among others. Changes to this file MUST ALSO BE MADE on mainsite.css to propogate across the entire site */

<!--

html, body {height: 100%;}

.avatar-image-container {
	padding-left: 7px;
}

body {
 background: url(http://www.atlas-games.com/images/full_map2.jpg) no-repeat center fixed;
  background-size: cover;
  background-color: #f4ebcc;
	padding: 0px 0px 10px 0px;
	font-size: 12pt;
	font-family: Book Antiqua, Times, Times Roman, Times New Roman, serif;
	margin: 0;
	display: block;
	overflow: scroll;
}

#wrapper {
	  min-height: 100%;
	  display: block;
	  width:960px;
      margin: 0px auto;
      padding: 10px 0 0 0;
      background: #fff;
      overflow: hidden;
     -webkit-box-shadow: 0px 0px 25px 30px rgba(0, 0, 0, .5);
	-moz-box-shadow:    0px 0px 25px 30px rgba(0, 0, 0, .5);
	box-shadow:         0px 0px 25px 30px rgba(0, 0, 0, .5);
	
}

		
A {
	text-decoration: none;
	color: #7D5019;
}

A:hover {
	text-decoration: underline;
}

ul {
	list-style-position:outside
}

li {
	margin-left:-24px
}

nav {
		
		position: absolute;
		bottom: 0;
		background: #484638;
		width: 100%;
		padding: 3px 0 0 0;
		font-size: 12pt;
}

nav div {
		display: block;
		overflow: hidden;
		width: 100%;
		max-width: 960px;
		position: relative;
		margin: 0px auto;}

nav a {margin: 10px;}

.bannertext {
	color: white;
	text-shadow: black 0px 0px 5px;
}

h3 {
	text-align: left;
}

.title {
	font-weight: bold;
	font-size: 14pt;
	font-variant: small-caps;
	text-align: left;
}

font.section {
	font-weight: bold;
	font-size: 14pt;
	font-variant: small-caps;
	text-align: left;
}

.archives {
	font-size: 8pt;
}

.PostTitle {
	font-weight: bold;
}

.PostFooter {
	font-size: 8pt;
}

.post-footer {
	font-size: 8pt;
	text-align: left;
} 

#Post {
	padding-bottom: 5px;
	margin-bottom; 5px;
}

#bannerwrapper {
	width: 960px;
	margin: 0px auto;
	}

#banner {

	overflow: hidden;
	position: relative;
    display: block;
    height: 140px;
	top: 0px;
	left: 0px;
	background: url(http://www.atlas-games.com/images/banner2.jpg); 
	background-repeat: no-repeat;
	background-size: 100%; 
	background-image: fixed;
	width: 100%;
	min-width: 960px;
/*	border-right: 3px solid black;
	border-bottom: 3px solid black;*/
	
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);

	/*padding-top: 95px;*/
	text-align: right;
	vertical-align: bottom;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
}

#white {
	position: fixed;
  z-index: 0;
  height: 100%;
  width: 830px;
  top: 0px;
  left: 0px;
  background: white;
  
	-webkit-box-shadow: 5px 0px 50px 60px rgba(255, 255, 255, 1);
-moz-box-shadow:    5px 0px 50px 60px rgba(255, 255, 255, 1);
box-shadow:         5px 0px 50px 60px rgba(255, 255, 255, 1);
}

#banner img {
	position: inherit;
	display: block;
	float: left;
	border: 0;
	top: 10px;
	margin: 10px 0 0 0;
}

#banner a {
	color: white;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#tagline {
	position: absolute;
	top: 10px;
	left: 520px;
	width: 280px;
	height: 85px;
	overflow: none;
	text-align: center;
}

.taglinetext {
	font-weight: bold;
	font-size: 14pt;
	font-variant: small-caps;
	text-align: center;
	color: black;
}

#centercontent {
	display: block;
	float: left;
/*	top: 125px;
	left: 175px;*/
	background:#fff;
	width: 440px;
	padding: 10px;
	text-align: justify;
	font-size: 10pt;
}

#productcontent {
	position: absolute;
	top: 125px;
	left: 5px;
	background:#fff;
	width: 775px;
	padding: 10px;
	text-align: justify;
	font-size: 10pt;
}

#insetcontent {
	position: relative;
/*	float: right;*/
}

#leftcolumn {
    display: block;
    float: left;
	left:5px;
	top:130px;
	width: 220px;
	margin: 10px;
	

}

#leftcontent {
	display: block;
	float: left;
	position: relative;
	background: #FFFFC0 url(http://www.atlas-games.com/images/side-left.jpg) top left;
	background-repeat: no-repeat;
	background-size: 100%;
/*	border: 2px solid black;*/
	border: none;
	width: 100%;
	font-size: 10pt;
			

					-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
			-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
			box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
		}

#leftcorner {
	clear: both;
	position: relative;
	bottom: 5px;
	background: #FFFFFF;
	width: 134px;
	padding: 10px;
	font-size: 10pt;
	display: none;
}

#rightcolumn {
	display: block;
	float: right;
	top: 130px;
	background: #FFFFFF;
	width: 230px;
	margin: 10px;
}

#rightcontent {
	position: relative;
	background: #FEFFD5 url(http://www.atlas-games.com/images/side-right.jpg) no-repeat scroll left top;
	background-repeat: no-repeat;
	background-size: 100%;
/*	border: 2px dashed black;*/
	border: none;
	width: 100%;
/*	padding: 10px;*/
	font-size: 10pt;

	-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);	

}

#mc_embed_signup {
	width: 100%;
	border: 0;

	-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
}

#rightcorner #mc_embed_signup {
    width: 100%;
    text-align: left !important;
    position: relative;
    background: #FEFFD5 none no-repeat scroll 0% 0%;
    border: none;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 10pt;
}

#rightcorner {
	clear: both;
	position: relative;
	bottom: 5px;
	background: #FFFFFF;
	width: 210px;
	padding: 0px;
	font-size: 10pt;
}

#rightcorner a img {
	margin: 10px;
}

div.widget-content {
	border: 0;
	padding: 15px; 
}

#socialmedia {
	position: inherit;
	display: block;
	float: right;
  top: 5px;
  right: 20px;
}

#socialmedia img {
	position:relative;
}

#leftcontent a img {width: 75%;}


/*THIS OVERRIDES THE .widget-content PADDING*/
div#HTML5.widget.HTML div.widget-content, 
div#BlogArchive1.widget.BlogArchive div.widget-content, 
div#HTML8.widget.HTML div.widget-content, 
div#Label1.widget.Label div.widget-content, 
div#HTML9.widget.HTML div.widget-content, 
div#HTML11.widget.HTML div.widget-content

 {
	border: 0;
	padding: 0px 15px 0 15px; 

}

div#HTML11.widget.HTML div.widget-content {
	padding: 0;
	margin: 0;
}

div#HTML1.widget.HTML div.widget-content
{padding: 0;}
div#bodyoutline div#centercontent div#topcontent.main.section div#HTML1.widget.HTML div.widget-content a img
{
	padding: 0px;
	-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.4);
}
-->
