/* vnvmc website external css file   */
/* filename:  site.css               */
/* author:  Steve Lindemann          */
/*   date:  30 Dec 08                */
/* update:  02 Jan 09                */

/* NO HTML MARKUP ALLOWED!           */

/*- miscellaneous ------------------ */

body {
  background-color:#000000;
  color:#D90000;
  font-family:"Maddog LV","Verdana","Tahoma","Arial","Helvetica","sans-serif";
  }

a:active {color: #D90000;}
a:link {color: #D90000;}
a:visited {color: #D90000;}
a:hover {color: #D90000;}

ul {color: #D90000;}

h1 {text-align: center;}
h2 {text-align: center;}
h3 {text-align: center;}
h4 {text-align: center;}

img {border: none;}
caption {font-size: 28px; text-align: left;}

p.center {text-align: center;}
p.margin {margin: 1em 10% 1em 10%;}
div.margin {margin: 1em 10% 1em 10%;}

/*- font size settings ---------------- */
.footer {font-size: 10px;}
.menu {font-size: 20px; text-align: center;}
.gallery {font-size: 20px; text-align: left;}
.note {font-size: 12px; text-align: center;}
.note2 {font-size: 12px; margin: 1em 20% 1em 20%;}
.paragraph {font-size: 18px;}
.event {font-size: 24px; text-align: center;}
.construct {font-size: 24px;}
.links {font-size: 26px; text-align: center;}
.title {font-size: 48px; font-weight: bold;}
.comments {font-size: 20px; text-align: left; margin: 1em 5% 1em 5%;}

/* div {border: 2px red dashed} --lines to show boxes while working */
div {border: 2px}
/*- columns --------------------------- */
/*.wrapper {width: 700px; margin-left: auto; margin-right: auto}*/
.wrapper {width: 700px; margin: 1em 15% 1em 15%;}
.left {width: 45%; float: left}
.right {width: 45%; float: right}
.clear {clear: both}
.sidebar {width: 30%; float: right; border-left: 1px solid; border-bottom: 1px solid; text-align: right}

/*-- eof --*/