/*-----attach body.custom to any style you add here-----*/


/*-----layout-----*/
/*
body.custom #primary {
	width: 700px;}
*/
/*
body.custom #page {width:970px; margin:0 auto; text-align:left;}
body.custom #header{width:968px; float:left; position:relative;}
body.custom #container{width:928px; float:left; padding:0 20px; background:#fff;}
body.custom #rotating{width:928px; float:left; padding:20px 0;}
body.custom #primary{float:left; padding:0 18px 0 0; }
body.custom #secondary{float:left;}
body.custom .sidebar{float:left;}
body.custom .sidebar-items{padding:5px 5px 0 5px;}
body.custom #footer{width:928px; float:left; clear:both;}
*/

/*   text colors   */

/* cyan links */
body.custom a {
  color: #00aaaa;
}
body.custom a:hover {
  color: #006666;
  text-decoration: none;
}

/* orange title */
body.custom .homelink a {
  text-transform: none;
  text-decoration: none;
  font-family: 'Courier New', Courier, monospace;
  color: #ff9900;
}
body.custom .homelink a:hover {
  text-transform: none;
  text-decorate: none;
  color: #cc6600;
}

/* orange description */
body.custom .description {
  color: #ff9900;
  text-decoration: none;
  font-style: normal;
  font-family: 'Courier New', Courier, monospace;
}

/* orange body titles */
body.custom .entry-title {
  color: #ff9900; 
}
body.custom .entry-title a {
  color: #ff9900; 
}
body.custom .entry-title a:hover {
  color: #cc6600; 
}

/*   tabs   */
body.custom ul.menu li a {
  background-color: #ffdd99;
}
body.custom ul.menu li a:hover {
  color: #cc6633;
  background-color: #FFcc66;
}

/* curr tab */
body.custom ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
  color: #ffffff;
  background-color: #ffcc66;
}

/*
body.custom {
  background-image: url(images/wallgnd.png); 
  background-color: #cc0000;
}*/


/* trying to make h1 not all caps */
body.custom .homelink h1 {
  text-transform: none;
  color: #ff0000;
}

body.custom .entry-content h1 {
  text-transform:none;
  color: #00cc00;
}


