/**************************************
 * THEME NAME: RHS
 *
 * Files included in this sheet:
 *
 *   RHS/rhs.css
 *   RHS/gradients.css
 **************************************/

/***** RHS/rhs.css start *****/

﻿/*******************************************************************
 rhs.css

 This CSS file contains customizations for the Rocky Hill School

*******************************************************************/
#junk-ignored {
	 background-color:blue
}
/* #header-home .headermain, #header .headermain {
  padding: 1.0em 0 0 .2em;
  color:#3c586f;
  font-size:3em;
} */
#header-home {
 background: url(images/hdbg.gif) 1px 0 repeat-x;
 height: 125px;
}

.logininfo {
	text-decoration: none;
	color: #FF9900;
}

.logininfo a:link {
	text-decoration: underline;
	color: #FF9900;
}

.logininfo a:visited {
	text-decoration: underline;
	color: #FF9900;
}

.logininfo a:hover {
  text-decoration: underline;
  color: #FF9900
}

/***** RHS/rhs.css end *****/

/***** RHS/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(images/gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(images/gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** RHS/gradients.css end *****/

