/*
  Andrew Payne
  andrewpay@aapt.net.au

  File: base.css

  Base styles for apcs.net.au


*/


/* @annotation: Base Styles */

body {
  margin: 20px;
  padding: 0;
  background: #1B0000;
  
}

body, th, td, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  /*color: #000000;*/
  /*color: #003399;*/
}


h1 {
  letter-spacing: -2px;
  font-size: 2.2em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1em;
}


.byline {
  margin: 0 20px;
  border-top: 1px solid #FF3333;
}



input, textarea, select {
  color: #000000;
}

a {
  color: #003399;
}

a:hover {
  text-decoration: none;
}


#container {
  margin: 0 auto; 
  min-width: 800px;
  max-width: 1150px;
}


/* @annotation: Top Main Navigation Menu */

#men {
  height: 55px;
  background: url(rail.jpg) repeat-x;
  margin: 0;
  padding-bottom: 11px; 
}

#mencl {
  height: 55px;
  margin: 0;
  padding: 0 0 0 160px;
  border: none;
  text-align: left;
  float: left;
  background: url(navtleft.jpg) no-repeat left top;
}

#mencr {
  height: 55px;
  margin: 0;
  padding: 0 195px 0 0;
  background: url(navtright.jpg) no-repeat right top;
  border: none;
  text-align: right;
  float: right;
}


/* Menu */

#menu {
  position:relative;
  left: 0;
  top: 1px;
  height: 53px;
  
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  
}

#menu li {
  display: inline;
  
}

#menu a {
  display: block;
  float: left;
  /*padding: 0 1px 0 1px;*/
  padding: 0;
  margin: 0;
  /*margin: 0 5px 0 0;*/
  line-height: 52px;

  font-size: 12px;
  font-weight: bold;
  /*color: #000000;*/
  color: #00008B;
  border-right: 1px solid #cdcefe;
  /*border-left: 1px solid #990000;*/
  width: 68px;
  text-align: center;
}



#menu a:hover {
  /*background: url(navusc.jpg) repeat-x;*/
  /*background: url(navactive.jpg) repeat-x;*/
  background: url(navactive.jpg) center no-repeat;
  color: #FF0000;
}

#menu .active a{

  background: url(navactive.jpg) center no-repeat;
  text-decoration: none;
  color: #6699CC;
}


/* @annotation: Sidebar */

/* Sidebar */

#sidebar {
  float: left;
  width: 241px;
  margin-bottom: 10px;
  
}


#menu_side {
  background: #c8c8ff url(sidenavback.jpg) repeat-y;
}

#menu_side-top {
  height: 15px;
  background: url(topofnav.jpg) no-repeat;
}

#menu_side * {
 /* color: #000000;*/
}

#menu_side a {
/*  color: #3A570F;*/
  /*color: #990000;*/
  color: #6699CC;
}

#menu_side li {
  padding-top: 10px;
  font-weight: bold;
}

#menu_side li ul {
  padding: 0 0 0px 6px;
  background: none;
  line-height: 150%;
}

#menu_side li li {
  padding-top: 0px;
  font-weight: normal;
  padding-left: 12px;
  background: url(mensidelili.gif) no-repeat left 8px;
}


#menu_side .alt {
  padding-left: 12px;
  background: url(mensidelili.gif) no-repeat left 8px;
  font-weight: bold;
  
}

#menu_side h2 {
  margin: 0 2px 0 0;
  padding: 0 20px 10px 20px;
  font-size: 1.2em;
  border-bottom: 2px solid #6699CC;
  color: #6699CC;
}


/* @annotation: Content */
#content {
  margin-left: 260px;
  background: white;
}

#content h1 {
  font-weight: normal;
  margin-top: 0;
}


#content h2 {
  font-weight: normal;
  margin-top: 0;
  margin: 0;
  padding: 0 20px;
  color: #6699CC;
}



.pagetitle {
  margin: 0 0 10px 0;
  padding-top: 27px;
}

.cbgr {
  margin-bottom: 10px;
  background: url(cbgr.gif) repeat-y right top;
}




.entry {
  padding: 5px 20px 0 20px;
  /*font-size: 120%;
  Added 8/6/2010
  */
  color: black;
  font-size: small;

}


.meta {
  margin: 0;
  padding: 0 20px;
}

/* Rounded Corners */

.ct {
}

.ct .l {
  background: url(ctl.gif) no-repeat;
}

.ct .r {
  height: 15px;
  background: url(ctr.gif) no-repeat right top;
}

.cb {
  background: url(cb.gif) repeat-x left bottom;
 clear: right;
}

.cb .l {
  background: url(cbl.gif) no-repeat left bottom;
}

.cb .r {
  height: 15px;
  background: url(cbr.gif) no-repeat right bottom;
}

/* Footer */

#footer {
  clear: both;
  border: 0;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 30px;
  height: 30px;
  background:  white url(botshadow.gif) bottom;
  text-align: center;
}

#footer p {
  font-size: smaller;
  margin: 0;
  border: 0;
  color: black;
  background: url(footapcs.jpg) no-repeat left;
}


#footer a {
  color: black;
}

#footer div {
  background: url(footness.gif) no-repeat right;
}


