@import url(http://vaevictus.net/styles/news.css);
@import url(http://vaevictus.net/styles/nav.css);

/* major structural elements */

#fortune ul li { padding-left: 1em; }
body {
  padding: 0;
  margin: 0;
	color:      white;
/*	background: black url(/images/torn.jpg) left repeat-y; */
	background: black url(/images/chinadream-background.jpg) left repeat; 
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
}

#titlecontainer {
  width: 100%;
  height: 100px;
  margin:  0px;
  padding: 0;
   /*
   position: absolute;
   top: 0px;
   right: 0px;
  background: transparent url(/images/new-vae.png) no-repeat scroll top right;
   */
  color:   white;
  background-color: transparent;
  background-image: url(/images/new-vae.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, sans-serif;
  text-align: right;
}

#minorcontainer {
  background: transparent url(/images/chinadream.jpg) no-repeat fixed top left;
}
#titlebanner {
   text-align: right;
}

#main {
	font-size: smaller;
}

#content {
    color: white;
	background-color: #333;
	background-image: url(/images/Unsafe-insideblue.jpg);
	float: left;
	border: 1px solid #666;
}

#content, #footer {
    margin: 0 1em 1em;
	width: 72%;
	min-width: 20em;
    padding: 0 1em .1em;

}
#footer {
    margin-top: 1em;
    border-top: 1px dotted #fff;
	float: left;
	clear: both;
}


/* end structural elements */

/* headers */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: left;
}
h1, h2 {
	font-style: italic;
	letter-spacing: -.05em;
}
h1 {
	font-size: 200%;
    text-align: center;
}
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }

h1 em {
	font-weight: 900;
}

/* end headers */

p { text-align: justify; }
#footer p {
	color: white;
	text-align: left;
    font-size: smaller;
}

/* links */
a {
    font-weight: bold;
    text-decoration: none;
}

a:link	{	color: #fc0; }
a:visited { color: #ca3; }
a:hover	{	color: #f00; }

#footer a:link	{	color: #fc0; }
#footer a:visited { color: #ca0; }
#footer a:hover	{	color: #f00; }
/* end links */

img { border: none; }
img.separator { text-align: center; }


code, kbd, pre { font-family: "Andale Mono", "Lucida Console", monospace; }

div.blockquote {
	border-left: .2em solid #999;
	margin-left: 1em;
	padding-left: 1em;
}
blockquote {
	border-left: .2em solid #999;
	margin-left: 1em;
	padding-left: 1em;
}

.skiplinks { display: none; }
.ahem { display: none; }
.module { font-family: "Andale Mono", "Lucida Console", monospace; }

div.notice   {
	background-color: #333;
  border: 1px solid #666;
	color: white;
	margin: 1em;
	padding: 1em;
}

div.error   {
	background-color: #633;
  border: 1px solid #666;
	color: white;
	margin: 1em;
	padding: 1em;
}

div.warning, p.warning {
  border: 1px solid #666;
	background-color: #336;
	color: white;
	margin: 1em;
	padding: 1em;
}

/* begin experimental dark theme */
/* now begin the old white theme */
/*
body {
	color: white;
}
#content, #nav ul {
	color: white;
	background-color: #ddd;

}
#content {
	border: 1px solid #000;
}

a:link	{	color: #00f; }
a:visited { color: #006; }
*/
