body{
    text-align: center;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
	padding: 0;
	color: #000000;
	background-color: #cc9966;
}
#content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
a:link {
	color: #000000;
}
a:visited{
	color: #6600cc;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainbox {
	background-color: #f6efd3;
	margin-top: 20px;
	padding-bottom: 15px;
}
#leftbox {
	float: left;
	width: 775px;
	text-align: center;
	padding: 0 20px 0 20px;
}
#rightbox {
	float: right;
	width: 180px;
	text-align: center;
}
#comicarea {
	background-color: #cc9966;
	padding: 15px;
	margin: 15px 0 15px 0;
	width: 775px;
	min-height: 550px;
}
#archiveMonths {
	margin-top: 15px;
	font-size: 10px;
}
#premiumContentBox {
	float: left;
	padding: 0;
	width: 300px;
	margin-left: 25px;
	height: 306px;
}
#shareComicBox {
	float: left;
	background-color: #cc9966;
	width: 300px;
	height: 306px;
	margin-left: 20px;
	padding: 3px 3px 5px 3px;
	text-align: center;
	font-size: 10px;
	
}
#shareComicMinor {
	background-color: #f6efd3;
	font-size: 10px;
	width: 260px;
	margin: 10px auto;
	padding: 5px;
}
#shareComicMinor2 {
	background-color: #f6efd3;
	font-size: 10px;
	width: 230px;
	margin: 10px auto;
	padding: 5px;
}
#form1 {
	margin: 0;
	padding: 0;
}
#rightArea {
	width: 300px;
	border: 1px solid black;
	background-color: white;
	text-align: center;
	font-weight: bold;
	height: 306px;
	float: left;
	margin-left: 25px;
}
#header {
	width: 1000px;
	margin: 30px 0 0 0;
	padding: 0;
}
#extraBanner {
	text-align: center;
	margin-top: 10px;
}
#moreSMrow {
        background-image: url('http://www.marriedtothesea.com/images/header/moreSMrow-mtts-mar12.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 1000px;
	height: 40px;
	margin-top: 10px;
}
#spacer1 {
	padding-left: 325px;
	font-size: 28px;
}
#spacer2 {
	padding-left: 2px;
	font-size: 28px;
}
#spacer3 {
	padding-left: 5px;
	font-size: 28px;
}
#link1 {
	padding-left: 190px;
	font-size: 28px;
}
#link2 {
	padding-left: 180px;
	font-size: 28px;
}
#link3 {
	padding-left: 150px;
	font-size: 28px;
}
#shareComicOther {
	padding-left:50px;
}
.shareOther {
	float: left;
	width: 100px;
	margin: 2px 2px 0 0;
}
.BtnBar {
	width: 168px;
	text-align: center;
	float: right;
	margin-left: 63px;
}
.headerLogo {
	width: 305px;
	float: left;
}
.bigRandom {
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
}
.bigMisc {
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
}
.headertext {
	font-weight: bold;
	padding-top: 15px;
	font-size: 10px;
}
.headertext2 {
	padding-top: 15px;
	font-size: 10px;
}
.headertext3 {
	font-weight: bold;
	padding-top: 5px;
	font-size: 24px;
}
.formfield {
	padding-left: 60px;
	text-align: left;
}
.noUL {
	text-decoration: none;
}


.comic  {
        z-index: 1;
        overflow: hidden;
        position: relative;
}
.arcDayColumn {
        float: right;
        width: 195px;
        text-align: center;
}
.inStoresNow {
        padding: 5px;
        text-align: center;
        width: 520px;
        background-color: #FFEE55;
        margin: 20px auto;
}
.inStoresNow img {
        border: 0;
        margin: 5px;
}
.crop{
        overflow:hidden;
        }
.crop img{
        margin:0px 0px -33px 0px;
        } 
button,
.button {
  display : inline-block;
  cursor : pointer;
  text-align:center;
  border-style : solid;
  border-width : 1px;
  border-radius : 50px;
  padding : 10px 18px;
  box-shadow : 0 1px 4px rgba(0,0,0,.6);
  font-size : 9.5pt;
  font-weight : bold;
  color : #fff;
  text-shadow : 0 1px 3px rgba(0,0,0,.4);
  font-family : sans-serif;
  text-decoration : none;
}
button.green,
.button.green {
  border-color: #8fc800;
  background: #8fc800;
  background: -moz-linear-gradient(top, #8fc800 0%, #438c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%,#8fc800), color-stop(100%,#438c00));
  background: -webkit-linear-gradient(top, #8fc800 0%,#438c00 100%);
  background: -o-linear-gradient(top, #8fc800 0%,#438c00 100%);
  background: -ms-linear-gradient(top, #8fc800 0%,#438c00 100%);
  background: linear-gradient(top, #8fc800 0%,#438c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( 
    startColorstr='#8fc800', endColorstr='#438c00',GradientType=0 );
}


