/* CSS for Comic Vixens
Copyright Stormbringer Enterprises */

/* General Settings */

* {
	margin: 0;
	padding: 0;
}

body {
   margin: 0;
   padding: 0;
   color: #FFD7DD;
   background: #240218 url(grfx/comvix.jpg) no-repeat left top;
   font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
   line-height: 150%;
   min-width: 1000px;
}

h2 {
}

h3 {
   line-height: 150%;
   font-size: 150%;
   padding-bottom: 20px;
}


h4 {
   line-height: 150%;
   font-size: 120%;
   padding: 10px 0;
}

p {
	text-align: justify;
   padding-bottom: 6px;
}

a {
  text-decoration: none;
  color: #FFC0CB;
}

a:hover {
	text-decoration: underline;
}

hr {
  width: 50%;
  margin: 12px auto;
  color: #511A6C;
}

img {
  border: 2px solid #FFB6C1;
}

.majorlink {
   font-weight: bold;
   font-variant: small-caps;
}

.clear {
	clear: both;
}

.fleft {
   float: left;
   border: 0;
}

.fleftb {
  float: left;
  margin-right: 6px;
}

.fright {
   float: right;
   border: 0;
}

.textblock {
  padding-left: 5%;
  padding-right: 5%;
}

.centerimg {
  display: block;
  margin: 10px auto;
}

/* MASTHEAD 
----------------------------------- */

#mast{
    width: 100%;
    height: 190px;
    background-color: transparent;
}

#mast h1, #mast h2 {
   margin-left: -5000px;
}

/* NAV
---------------------------------------- */

#nav {
  float: left;
  width: 150px;
  margin-top: -25px;
}

#nav li {
  list-style-type: none;
  text-align: center;
}

#nav a {
  font: normal bolder 170%/130% "Times New Roman", Times, serif;
  color: #E3E3E3;
}

/* CONTENTS AREA
--------------------------------------------- */

#content {
  background-image: url(grfx/blockmid.jpg);
}

#contentart {
  background-image: url(grfx/blockmid2.jpg);
}

#content, #contentart {
  background-position: left;
  background-repeat: repeat-y;
  margin: 120px 0 0 150px;
}

#contentin {
  background-image: url(grfx/blocktop.jpg);
}

#contentinart {
  background-image: url(grfx/blocktop2.jpg);
}

#contentin, #contentinart {
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 450px;
}


#contentend {
  background-image: url(grfx/blockbot.jpg);
  height: 46px;
}


#contentendart {
  background-image: url(grfx/blockbot2.jpg);
  height: 42px;
}


#contentend, #contentendart {
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 0 0 150px;
}

#contentleft {
  float: left;
  width: 300px;
  margin: 50px 130px 0 50px;
}

#contentright {
  float: left;
  width: 300px;
  margin-top: 50px;
}

#contentin ul {
  padding-left: 15px;
}

#contentin li {
  list-style-type: none;
  padding-bottom: 8px;
  line-height: 115%;
}

#contentin li span {
  font-weight: bold;
}

#contentart ul {
  margin: 50px 0 0 50px;
  width: 800px;
  float: left;
  padding-left: 15px;
}

#contentinart li {
  float: left;
  list-style-type: none;
  margin-bottom: -5px;
}

#bottomnav {
  text-align: center;
  padding-top: 30px;
  clear: both;
}

/* LINKS
-------------------------------- */

#link {
  margin-top: 70px;
  clear: both;
}

#link img {
  display: block;
  margin: 30px auto;
}

/* COPYRIGHT FOOTER
------------------------------------ */

#copy {
   clear: both;
   border-top: 1px solid #511A6C;
   margin-top: 20px;   
}

#copy p {   
   text-align: right;
   font-style: italic;
   margin: 20px 40px;
}

#copy a {
  color: #8F2245;
} 

#copy a:hover {
  color: #D3D3D3;
}