﻿/* Tatum.is-a-geek.com CSS Main layout sheet
*   Updated: 7.10.09 @ 1:00 p.m.
*   Author:  Michael TATUM
*  -------------------------------*/


/* INDEX:
	H1, H2, ...
	Body
	Container
	Header
	<primary link buttons defined in 'navmenu.css'>
	Content
	Link colors
	Paragraph
	Transbox
	Offset1
	Offset3
	AcesLogo 
	Center
	Calendar (unused)
	List
	FloatLeft
	Footer  
	*/
  
h1{
  font-family: georgia, times, serif;
  font-weight: bold;
  color: #000;
  }

h4 {
  font-family: arial, verdana, lucida, helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  }

h3 {
  font-family: arial, verdana, lucida, helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  }

h2 {
  font-family: arial, verdana, lucida, helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  }

h5{
  font-family: times;
  font-weight: bold;
  color: #000;
  }




h1 {font-size: 2.0em;}
h2 {
	background: #000000;
	font-size: 1.5em;
	color: #800000;
}
h3 {font-size: 1.2em;}
h4 {
	background: #000000;
	font-size: 1.0em;
	color: #800000;
}
h5 {font-size: 1.5em;}

body {
	/* max-width: 900px; 
  min-width: 400px; */background-color: #000000;
	background: #000000;
	margin: 0px;
	padding: 10px;
	color: #000000;
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

div.container
  {
	width: 100%;
	max-width: 1000px;
	min-width: 400px;
	margin: 0px;
	border: 0px solid gray;
	line-height: 150%;
	background: #000000;
	text-align:left

  /*background-image: url(../graphics/xxx.jpg) repeat?;*/
  /*background: url(zen-bg.jpg) no-repeat top left;*/
;
	color: #800000;
	background-color: #000000;
}

div.header
  {
	position: relative; /*this makes this div able to hold other stacked divs*/;
	padding: 0px;
	color: black;
	background: #000000 url(graphics/banner.jpg) no-repeat right top;
	height: 150px;
	text-align: left;
	text-indent: 1em;
	border-bottom: 1px solid black;
  /*clear:left;*/
}

div.content
  {
  margin-left:200px;
  padding:12px;
  border-left:0px solid gray;
  }

/*Note: a:xx  must remain in the same order below.*/
a:link    {font-weight: bold; color: brown; text-decoration: none;}   /* unvisited link  */
a:visited {font-weight: bold; color: #555; text-decoration: none;}  /* visited link    */
a:hover   {font-weight: bold; color: blue; text-decoration: none;}   /* mouse over link */
a:active  {font-weight: bold; color: #fff; text-decoration: none;}   /* selected link   */

p {
	background: #000000;
	text-align: left;
	margin: 0;
	padding-top: 9px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 0;
}
	







h5 { 
    width:  285px;  
    text-align: left;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 4px;
    padding-left:  0px;
    padding-right: 0;
   }













div.transbox
  {
  width:  180px;
  height: 119px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 10px;
  background-color: #fff;
  border: 1px solid black;
  color: #000;
  /*filter:alpha(opacity=80);
  opacity:0.8;
  -moz-opacity:0.8;*/
	}

div.transbox p {margin: 0px 10px; color: #000;}

div.offset1lu
	{
	position:relative;
	right:1px;   /* moves it left */
	bottom: 1px; /* moves it up  */
	}
	
div.offset3rd
	{
	position:relative;
	left:3px;  /* moves it right */
	top: 3px;  /* moves it down  */
	}

div.aceslogo
	{
	margin: 10px;
	padding: 3px;
	text-align: center;
	/*border: 1px solid black;*/
	}

div.center{text-align:center;}
/* Images are inline, not block elements, thus they can't be centered directly.  In these two divs, we've centered any text, so any images put in here will also be centered. */
 
div.calendar{
	text-align: left;
	background: #ffe39b;
	padding: 10px;
	}
 
 
 .content li{padding-left: 30px;}
	
div.floatleft{float: left; margin: 10px 10px 10px 0px;}

div.footer
  {
  padding:4px;
  color:white;
  background-color:#777;
  clear:left;
  text-align:center;
  border-top: 1px solid black;
  }
  
