@charset "utf-8";
/* 
	American Gothic Daily on SquareOne Comic Collective
	Primary Stylesheet
*/

* {
  padding	: 0px;
  margin	: 0px;
}

a img {
	border	: 0px;
}

body {
	background : #a59c9c;
}

div.clearfix {
  overflow :auto;
}

div#fullwrap {
  width	: 1002px;
}

div#container {
  width : 787px;
  margin	: 20px auto;
  margin-left: 20px;
  border	: solid 1px #444444;
  border-bottom	: solid 20px #444444;
  background	: #d1cccc;
/*  overflow	: auto; */
}
div#podcast-ad {
  width: 160px;
  text-align: center;
  float: right;
  clear: right;
  margin-top: 0px;
  margin-right: 15px;
}

div#header {
  width	: 787px;
  background	: url('/img/banner.jpg') #000000 no-repeat center;
  height	: 60px;
}

div#header * {
  height	: 60px;
}

div#comic {
  width		: 652px;
  margin	: 0px;
  float 	: left;
  clear 	: left;
  overflow	: auto;
  border-right	: solid 1px #444444;
  padding	: 10px 5px;
}
 
div#rightTower {
  width : 120px;
  float	: right;
  clear	: right;
  overflow	: auto;
  text-align	: center;
}

div#lowerContent {
  width : 100%;
  margin : 0px auto;
  border-top	: solid 1px #444444;
  background	: #c1bbbb;
}

div#chatBox {
  width		: 369px;
  overflow	: auto;
  margin	: 0px 2px 0px 2px;
  border-right	: solid 1px #444444;
}

div#blog {
  width		: 371px;
}
div#etsy {
  width: 784px;
  margin: 0px auto;
  margin-bottom: 20px;
  text-align: center;
}
div#links {
  width: 100%;
  text-align: center;
}
div#links img {
  margin: 3px;
}
.thumbnail {
	width: 150px;
	height: 228px;
	float: left;
	margin: 6px;
	text-align: center;
	vertical-align: text-bottom;
}
.thumbnail a {
	text-decoration: none;
}