body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}

#container {
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	padding: 5px 5px 0 40px;
	width: 80%;
	min-width: 744px;
	max-width: 1000px;
}

#header {
	position: relative;
	height: 337px;
	background: #fff url(http://www.naughtymerrick.com/layout-graphics/header-rededge_72x19.gif) repeat-x 0% 100%;
}

#header-left {
	position: relative;
	left: 0px;
	bottom: 0px
}

#title {
	position: absolute;
	left: 0px;
	top: 34px;
}

#tab-box-text {
	position: absolute;
	left: 0px;
	top: 141px;
}

#preview {
	width: 160px;
	height: 44px;
	position: absolute;
	top: 293px;
	right: 145px;
}

#header-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 419px;
	height: 337px;
	background: url(http://www.naughtymerrick.com/layout-graphics/header-merrick_419x337.gif) no-repeat 100% 100%;
}

#tabs {
	position: absolute;
	top: 283px;
	width: 408px;
	height: 54px;
}

#tab-sub-home {
	width: 72px;
	height: 37px;
	position: absolute;
	top: 17px;
	left: 35px;
}

#tab-sub-members {
	width: 94px;
	height: 37px;
	position: absolute;
	top: 17px;
	left: 124px;
}

#tab-sub-misc {
	width: 69px;
	height: 37px;
	position: absolute;
	top: 17px;
	left: 241px;
}

#content-top {
	position: relative;
	height: 17px;
	background: url(http://www.naughtymerrick.com/layout-graphics/main-top_71x18.gif) repeat-x;
}

#content {
	position: relative;
	top: 0px;
	height: auto;
	min-height: 200px;
	background: url(http://www.naughtymerrick.com/layout-graphics/main-left-center_36x71.gif) repeat-y;
	padding: 1px 245px 10px 45px;
	font-size: 15px;
	line-height: 160%;
}
	
.float-left {
	max-height: 300px;
	max-width: 300px;
	float: left;
	padding: 5px;
	margin: 5px 10px 5px 0px;
	border: solid 1px #000;
}

.float-right {
	max-height: 300px;
	max-width: 300px;
	float: right;
	padding: 5px;
	margin: 5px 0px 5px 10px;
	border: solid 1px #000;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 195px;
	height: 100%;
	background: url(http://www.naughtymerrick.com/layout-graphics/main-right-center_242x71.gif) repeat-y 100%;
	padding: 0 15px 10px 45px;
	font: 11px Verdana;
	line-height: 165%;
	color: #777;
}

#sidebar img {
	max-width: 170px;
	padding: 3px;
	border: 1px solid #fff;
	margin: 5px 0px;
}

#footer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 71px;
	background: url(http://www.naughtymerrick.com/layout-graphics/main-bottom_70x71.gif) repeat-x;
	padding-top: 25px;
	padding-right: 242px;
	text-align: center;
	font: 10px Verdana;
	color: #888;
}

dt { font-weight: bold;
}

dd { margin-bottom: 1em;
}

img {
	border: none;
}

blockquote {
	margin-left: 1.5em;
	padding-left: 24px;
	border-left: 3px double #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color: #900;
	text-transform: capitalize;
	margin-left: 0em;
}

#content h3 {
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	color: #600;
	text-transform: lowercase;
}

#sidebar h2 {
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-left: -5px;
}

#sidebar h3 {
	text-transform: lowercase;
	margin-bottom: 5px;
	margin-left: -5px;
}

ul {
	margin-top: -5px;
	text-indent: 0px;
}

ol {
	margin-top: -5px;
	text-indent: 1px;
}

p {
	text-indent: 1.5em;
}

#sidebar p {
	padding: 0 15px 20px 2px;
	text-align: justify;
	text-indent: 0px;
}

a:link { 
	color: #c00; 
	text-decoration: none; 
}

a:active { 
	color: #f00; 
	text-decoration: underline;
}

a:hover { 
	color: #f00; 
	text-decoration: underline; 
}

a:visited { 
	color: #900;
	text-decoration: line-through;
} 

#sidebar a:link { 
	color: #fff; 
	text-decoration: none; 
}

#sidebar a:active { 
	color: #f00; 
	text-decoration: underline;
}

#sidebar a:hover { 
	color: #f00; 
	text-decoration: underline; 
}

#sidebar a:visited { 
	color: #444;
	text-decoration: line-through;
} 

 /* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #444;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }

.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#333;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #222;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Feedburner
----------------------------------------------- */
.feedburnerFeedBlock  li { list-style-type: none; 
	margin: 15px 15px 0 -35px;
	text-align: justify;
}

#creditfooter { position: absolute; 
	right: 20px;
	margin-top: -10px;
	display: none;
}

.date { margin: 0 0 -20px -2px;
}