/*Dav Lorg Menu*/

/*universal reset*/
* {
  /*margin: 20;*/
  /*padding: 0; */ /*set everything to 0 so to make everything else 100%*/
}

body{
font-family:georgia,verdana,arial;
}


img {
  border: 0;
}

/* ----------------- INPUT BOXES AND TEXTBOXES  -------------*/
input
{
color: #000;
background: #FFF;
border: 1px solid #000;
}

textarea
{
color: #000;
background: #FFF;
border: 1px solid #000;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 1px outset #d7b9c9
}

.boxBlur { border: 1px solid #000000; }
.boxFocus { background-color: #CAEEFF; border: 1px solid #000000 }


/*------------------------------------------------------------------*/

#servermessages{
font-family:arial;
width: 600px;
color: #000;
border: 1px solid #000;
}

#servermessages h3{
color: #F00;
font-weight: bold;
font-size: 1.5em;
}

#admintable{
font-family:arial;
}


	
#header{
	width:100%;
	}


/* Only needed for LORG ADDRESS title */	
#title {
position: absolute;
margin-left: 200px;
margin-top: 30px;
}

/* This is for everything else, IE Workshop */
#firsttitle {
position: absolute;
margin-left: 20px;
margin-top: 20px;
font-weight: bold;
font-size: 1.5em;
}


#navigation {
	float: left;
	}
	


#content {
	background:  #FFF; /*url(bakpaper.jpg) 0 0 no-repeat;*/
	width: 700px;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
	}
	
#content-top {
	background:  #FFF url(baktop.jpg) 0 0 no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 15px;
	text-align: center;
	height:79px;
	/* are these needed? */
	/*background-attachment:fixed;*/
	/*background-position:center;*/
}

#content-middle {
	background:  #FFF url(bakmiddle.jpg) 0 0 repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	padding:40px;
}

#content-middle2 {
	background:  #FFF url(bakmiddle.jpg) 0 0 repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	padding:40px;
	text-align: left;
}


#content-footer {
height:133px;
background:  #FFF url(bakbottom.jpg) 0 0 no-repeat;
text-align: center;
}


#content-footer a {
font-family:arial;
font-weight: bold;
font-size: 0.6em;
/*color:#F00;*/
text-decoration:underline;
}
	
p {
	color:#000;
	/*font-size:13px; dunno why this is here*/
	margin: 0 5px 20px 5px;
	text-align: justify;
	}
	
a {
	color:#880000;
	text-decoration:underline;
	}
	
a:hover {
	color:#006666;
	/*text-decoration:none;*/
	}

#buttonstext a {
	text-decoration:none;
	}

#centered{text-align: center;}

body {
  background-color: #FFF;
  padding: .5em;
}

#container {
  background: #FFF;
  width:1200px;
  height: 800px;
}

#navbar {
  float: left;
  width: 156px;
  height: 310px;
  list-style: none;
  margin: 20px 0 0 10px;
  z-index: 10;
  background:  #FFF url(wheel.gif) 0 0 no-repeat;
  position: relative; /*reference for the a's*/
  overflow: hidden;
}

/*IE trigger*/
#navbar a:hover {
  visibility: visible;
}

	#navbar a {
	  color: #fff;
	  text-decoration: none;
	  width: 56px; /*I picked the width of the first link, gets changed in all the other ones*/
	  height: 63px;
	  position: absolute;
  	  left: -100px;
	  top: -100px;
	}
		#navbar a span {
	  	  position: absolute;
		  width: 100%; /*of its parent, the a*/
		  height: 100%;
		  left: 0;
	 	  top: 0;
	 	  z-index: 10;
	 	  background: url(wheel.gif) 0 0 no-repeat; /*same bg image but moved out of view*/
	  	}
		#navbar a img {
	  	  width: 148px;
	  	  position: absolute;
		  left: -9999em;
		  top: 0;
		}

#navbar a.edu {
  left: 23px;
  top: 20px;
}
	#navbar a.edu span {
	  background-position: -21px -21px;
	  z-index: 11;
	}
	#navbar a.edu:focus span, #navbar a.edu:hover span {
	  background-position: -203px 0px;
	}
	#navbar a.edu:focus img, #navbar a.edu:hover img {
	  left: -19px;
	  top: 160px;
	}

#navbar a.wshop {
  width: 30px;
  height: 70px;
  left: 80px;
  top: 12px;
  z-index: 15;
}
	#navbar a.wshop span {
	  background-position: -81px -12px;
	}
	#navbar a.wshop:focus span, #navbar a.wshop:hover span {
	  background-position: -264px -1px;
	}
	#navbar a.wshop:focus img, #navbar a.wshop:hover img {
	  left: -76px;
	  top: 168px;
	}
#navbar a.contact {
  width: 57px;
  height: 43px;
  left: 94px;
  top: 60px;
}
	#navbar a.contact span {
	  background-position: -95px -59px;
	}
	#navbar a.contact:focus span, #navbar a.contact:hover span {
	  background-position: -301px -55px;
	}
	#navbar a.contact:focus img, #navbar a.contact:hover img {
	  left: -90px;
	  top: 120px;
	}
#navbar a.xbits {
  width: 80px;
  height: 36px;
  left: 0px;
  top: 87px;
}
	#navbar a.xbits span {
	  background-position: 0 -86px;
	}
	#navbar a.xbits:focus span, #navbar a.xbits:hover span {
	  background-position: -166px -65px;
	  z-index: 10;
	}
	#navbar a.xbits:focus img, #navbar a.xbits:hover img {
	  left: 4px;
	  top: 93px;
	}

#navbar a.artists {
  width: 26px;
  height: 60px;
  left: 55px;
  top: 110px; 
}
	#navbar a.artists span {
	  background-position: -54px -108px;
	}
	#navbar a.artists:focus span, #navbar a.artists:hover span {
	  background-position: -256px -110px;
	}
	#navbar a.artists:focus img, #navbar a.artists:hover img {
	  left: -51px;
	  top: 70px;
	}

#navbar a.news {
  width: 67px ;
  height: 55px;
  left: 84px;
  top: 106px;
}
	#navbar a.news span {
  	  background-position: -84px -106px;
	}
	#navbar a.news:focus span, #navbar a.news:hover span {
	  background-position: -291px -106px;
	}
	#navbar a.news:focus img, #navbar a.news:hover img {
	  left: -80px;
	  top: 74px;
	}

h2 {
  float: left;
  margin-left: 10px;
  width: 500px;
  color: #000;
  font-size: 1em;
}


/*NAVIGATION MENU AT TOP*/
#navmenu1 {
	width: 700px;
	margin-top: 0px;
	margin-left: 20px;
	float:left;
	}



/* New Tab Menu Div */
#tabsmenu {
	width: 700px;
	margin-top: 0px;
	margin-left: 20px;
	float:left;
	}



/*- Menu Tabs 4--------------------------- */

    #navs4 {
      float:left;
      width:100%;
      font-size: .7em;
      font-weight:bold;
      line-height:normal;
          /*border-bottom:1px solid #50C45C;*/
      }
    #navs4 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #navs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navs4 a {
      float:left;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #navs4 a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color: #C4505C;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navs4 a span {float:none;}
    /* End IE5-Mac hack */
    #navs4 a:hover span {
      color:black;
      }
    #navs4 a:hover {
      background-position:0% -42px;
      }
    #navs4 a:hover span {
      background-position:100% -42px;
      }

      #navs4 #current{
      color: #FFFF00;
      }
	      
      #navs4 #current a {
	      color: #000000;
              background-position:0% -42px;
      }
      #navs4 #current a span {
              background-position:100% -42px;
      }


    #tabs4 {
      float:left;
      width:100%;
      font-size: .7em;
      font-weight:bold;
      line-height:normal;
          border-bottom:1px solid #C4505C;
      }
    #tabs4 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #C4505C;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:black;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }

      #tabs4 #current a {
	      color: #000000;
              background-position:0% -42px;
      }
      #tabs4 #current a span {
              background-position:100% -42px;
      }
      


.homelogos {
	text-align:center;
}
      
/*-----------------------------------------------------------*/
.post {
	margin-top: 20px;
}

.post .date {
	float: left;
	width: 76px;
	height: 68px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #514F42;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .date2 {
	float: left;
	width: 76px;
	height: 68px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #BB0000;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date2 b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .date3 {
	float: left;
	width: 76px;
	height: 82px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #514F42;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date3 b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

table.editnews
{ width: 510px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }

td.newstitle
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }

td.newsdata
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

td.newsdataarchive
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #FFF;
background-color: #800;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

td.newsfooter
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }
/*------------------------------------------------------------------*/

