* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
body {
  text-align: center;
  background-color: #efefef;
  background-image: url(/images/1006/page_back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
  font-size: 62.5%;
  color: #000;
}
a {
  color: #009;
}
a:hover {
  color: #c00;
}
ol, ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

/* TYPOGRAPHY */

h1, 
h2, 
h3, 
h4 {
  font-weight: normal;
  font-family: georgia, 'times new roman', serif;
  color: #000;
  margin: 1em 0;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
pre {
  font-family: 'lucida console', 'courier new', courier, fixed;
  font-size: 1.2em;
}
blockquote {
  margin: 20px;
}
dfn {
  font-style: normal;
  font-weight: normal;
}

/* SPECIAL EFFECTS */
#Secret {
  display: none;
}
#TopShadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: 100;
  background-color: transparent;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/top_shadow.png',sizingMethod='scale');
}
div#TopShadow[id] {
  position: fixed;
  background-image: url(/images/1006/top_shadow.png);
}

/* NAVIGATION */

#TopNav {
  position: relative;
  width: 100%;
  min-width: 820px;
  background-color: #f90;
  text-align: center;
}
#TopNav ul {
  list-style: none;
  padding: 10px 0 5px;
  margin-bottom: 0;
}
#TopNav li {
  display: inline;
  margin: 0;
  padding: 0 10px;
  margin: 5px 0;
  font-size: 1.2em;
  font-weight: bold;
}
#TopNav a {
  color: #009;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0;
}
#TopNav a:hover {
  color: #fff;
  background-image: url(/images/1006/pointer-on.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.NavActive {
  padding: 5px 0;
  background-image: url(/images/1006/pointer.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
img.normal {
  border: 1px solid #333;
}
img.styleswitch a {
  border: 1px solid #e2e2e2;
}
img.styleswitch a:hover {
  border: 1px solid #f00;
}


/* LAYOUT */

#PageTop {
  width: 100%;
  min-width: 820px;
  height: 75px;
  background-color: #000;
  background-image: url(/images/1006/la_top.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
#Center {
  margin: 40px auto;
  width: 820px;
  text-align: left;
}
#ContentTop {
  width: 820px;
  height: 120px;
  margin: 0 auto;
  background-image: url(/images/1006/la_btm.png);
  background-repeat: no-repeat;
  background-position: top center;
}
#Content {
  margin: 20px auto 0;
  clear: both;
  width: 820px;
  text-align: left;
}
#ContentLeft {
  position: relative;
  float: left;
  width: 510px;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 1.2em;
  padding: 170px 20px 20px 20px;
}
#PostGuide {
  position: relative;
  width: 520px;
  top: -50px;
  text-align: center;
  font-size: 0.9em;
}
#ContentRight {
  position: relative;
  float: right;
  width: 250px;
}
#ContentTitle {
  position: absolute;
  width: 656px;
  height: 215px;
  top: -50px;
  left: -120px;
  background-repeat: no-repeat;
}
.welcome {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_welcome.png',sizingMethod='image');
}
div.welcome[class] {
  background-image: url(images/1006/title_welcome.png);
}

.about {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_about.png',sizingMethod='image');
}
div.about[class] {
  background-image: url(/images/1006/title_about.png);
}

.shop {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_shop.png',sizingMethod='image');
}
div.shop[class] {
  background-image: url(/images/1006/title_shop.png);
}

.things {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_things.png',sizingMethod='image');
}
div.things[class] {
  background-image: url(/images/1006/title_things.png);
}

.support {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_support.png',sizingMethod='image');
}
div.support[class] {
  background-image: url(/images/1006/title_support.png);
}

.reading {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_reading.png',sizingMethod='image');
}
div.reading[class] {
  background-image: url(/images/1006/title_reading.png);
}

.search {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_search.png',sizingMethod='image');
}
div.search[class] {
  background-image: url(/images/1006/title_search.png);
}

/* CATEGORY TITLES */
.Activism {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_activism.png',sizingMethod='image');
}
div.Activism[class] {
  background-image: url(/images/1006/title_activism.png);
}

.Commentary {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_commentary.png',sizingMethod='image');
}
div.Commentary[class] {
  background-image: url(/images/1006/title_commentary.png);
}

.Fiction {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_fiction.png',sizingMethod='image');
}
div.Fiction[class] {
  background-image: url(/images/1006/title_fiction.png);
}

.Humor {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_humor.png',sizingMethod='image');
}
div.Humor[class] {
  background-image: url(/images/1006/title_humor.png);
}

.Grooming {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_grooming.png',sizingMethod='image');
}
div.Grooming[class] {
  background-image: url(/images/1006/title_grooming.png);
}

.Review {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_review.png',sizingMethod='image');
}
div.Review[class] {
  background-image: url(/images/1006/title_review.png);
}

.Narrative {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_narrative.png',sizingMethod='image');
}
div.Narrative[class] {
  background-image: url(/images/1006/title_narrative.png);
}

.Photography {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_photography.png',sizingMethod='image');
}
div.Photography[class] {
  background-image: url(/images/1006/title_photography.png);
}

.Help {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_help.png',sizingMethod='image');
}
div.Help[class] {
  background-image: url(/images/1006/title_help.png);
}

.Promotion {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_promotion.png',sizingMethod='image');
}
div.Promotion[class] {
  background-image: url(/images/1006/title_promotion.png);
}

.Agenda {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_agenda.png',sizingMethod='image');
}
div.Agenda[class] {
  background-image: url(/images/1006/title_agenda.png);
}

.Lament {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_lament.png',sizingMethod='image');
}
div.Agenda[class] {
  background-image: url(/images/1006/title_lament.png);
}

/* COPY FORMATTING */

#PostGuide a {
  color: #999;
  text-decoration: none;
}
#PostGuide a:hover {
  color: #c00;
  text-decoration: underline;
}
.copyHead {
  position: relative;
  z-index: 0;
  height: 25px;
  width: 510px;
  background-color: #dedede;
  overflow: hidden;
}
.copyHeadBack {
  position: absolute;
  top: -25px;
  left: -15px;
  width: 1000px;
  font-family: arial black, verdana, sans-serif;
  font-size: 4.2em;
  font-weight: bold;
  letter-spacing: -4px;
  color: #efefef;
  z-index: 10;
  text-transform: uppercase;
}
.copyHeadline {
  position: relative;
  z-index: 20;
  top: -22px;
  font-family: georgia;
  font-size: 2.5em;
  color: #000;
  padding-left: 10px;
  font-weight: normal;
  margin: 0;
}
.copyHeadline a {
  color: #009;
  text-decoration: none;
}
.copyHeadline a:hover {
  color: #c00;
  text-decoration: underline;
}
.copyBox {
  position: relative;
  top: -22px;
  padding: 10px;
  font-size: 1.1em;
}
.copyBox p {
  line-height: 125%;
  margin: 0 0 10px 0;
}
.copyDate {
  font-size: 1.3em;
}
.copyFooter {
  position: relative;
  top: -22px;
  font-size: 0.9em;
  margin: 0 0 20px 0;
  padding: 0 10px;
}


/* BOTTOM */

#Footer {
  width: 100%;
  clear: both;
  padding: 5px 0;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 1.0em;
}


/* SIDE */

.SideBarModule {
  margin: 0 0 20px 0;
  background-color: #dedede;
  border: 1px solid #999;
  font-size: 1.1em;
  width: 210px;
  padding: 20px;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.SideBarModule h4 {
  font-size: 1.7em;
  font-family: georgia, 'times new roman', serif;
  font-weight: normal;
  letter-spacing: -1px;
}
.SideBarModule ul {
  margin-left: 15px;
  padding: 0 10px;
  margin-bottom: 1.2em;
  list-style-type: square;
  list-style-position: outside;
}
.SideBarModule li {
  font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 150%;
}
.HireMe {
  position: relative;
  margin: 0 0 20px 0;
  background-color: #e2e2e2;
  border: 1px solid #b6b6b6;
  font-size: 1.1em;
  width: 210px;
  padding: 10px 20px;
}
.HireLink {
  position: absolute;
  width: 200px;
  height: 70px;
  top: -15px;
  left: -15px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/hireme.png',sizingMethod='image');
}
div.HireLink[class] {
  background-image: url(/images/1006/hireme.png);
  background-repeat: no-repeat;
}
/* FORMS */

.FormTextInput {
  background-color: #ccc;
  border: 1px inset #ccc;
  font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
  font-size: 1.1em;
  padding: 1px;
}
label {
  font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
  font-size: 1.1em;
  width: 200px;
}

/* GOOGLE TRANSLATOR */

#Google {
  text-align: center;
  margin: 10px 0;
  font-size: 1.1em;
}


/* COMMENTS */

#Comments {
  position: relative;
  padding: 100px 0 0 0;
  margin: 20px 0 0 0;
}
#CommentsHead {
  position: absolute;
  top: 0;
  left: -45px;
  width: 514px;
  height: 91px;
  filter: 
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/1006/title_comments.png',sizingMethod='image');
}
div#CommentsHead[id] {
  background-image: url(/images/1006/title_comments.png);
  background-repeat: no-repeat;
}
.Comment {
  position: relative;
  background-image: url(/images/1006/back_comment-top.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 10px;
}
.CommentHead a {
  color: #009;
  text-decoration: none;
}
.CommentHead a:hover {
  color: #c00;
  text-decoration: underline;
}

.CommentCopy {
  position: relative;
  font-size: 1.1em;
  padding: 0 40px;
}
.CommentCopy p {
  margin-bottom: 10px;
}
.CommentMetadata {
  position: relative;
  top: -41px;
  padding: 40px 10px 5px 10px;
  background-image: url(/images/1006/back_comment-btm.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: transparent;
  height: 17px;
  font-size: 0.9em;
}


/* COMMENT POP-UPS */

#CommentBody {
  background-image: url(http://www.lancearthur.com/images/1006/comment_back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #efefef;
  text-align: left;
  padding: 125px 20px 20px 20px;
}
#CommentPopHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 446px;
  height: 159px;
  background-image: url(http://www.lancearthur.com/images/1006/popup_header.png);
  background-repeat: no-repeat;
}
#CommentPopHead {
  position: relative;
}
#CommentBox {
  position: relative;
  font-size: 1.1em;
  padding-bottom: 20px;
}
#CommentBox p {
  line-height: 125%;
  margin: 0 0 10px 0;
}
