/* Start of CMSMS style sheet 'OrangeGreyShadow : orangCSSMenuVertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */

#menuwrapper { 
	width: 170px; 
	}


/* Unless you know what you do, do not touch this */ 

#primary-nav { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
    margin-left: -1px;
	}
#primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 190px; 
    margin-left: -1px;
	}
#primary-nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	display: none; 
	}
#primary-nav li { 
    margin-bottom: -1px; 
	position: relative; 
	}


/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	/*border: 1px solid #006699; */
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
	}
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #fff; 
	}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #F4ECF4; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav li .menuparent, #primary-nav li .menuparent:hover, #primary-nav li .menuparenth { 
	background-image: url(uploads/OrangeGreyShadow/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	/*background-color: #E7AB0B; */
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul,#primary-nav li:hover ul ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul, #primary-nav li.menuparenth ul ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav ul ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul, #primary-nav ul ul ul li.menuparenth ul{ 
	display: block; 
	}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparent { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
/* End of 'OrangeGreyShadow : orangCSSMenuVertical' */

/* Start of CMSMS style sheet 'OrangeGreyShadow : Comments' */
div#comment a{;padding:0px;margin: 20px 10px;color: #ffba27}
div#comment a:hover{color: #C28400;text-decoration:underline}
.modulecommentsentryauthor{margin-left:20px; color:#000}
.modulecommentsentrybody{margin-left:5px}
/* End of 'OrangeGreyShadow : Comments' */

/* Start of CMSMS style sheet 'OrangeGreyShadow : orangcolor' */
/*colors*/

.contentbox{border-width: .05em;border-style: solid;border-color: #7a7a7a;}
.title{border-bottom: thin solid #7a7a7a}
 * html body .title{border-bottom-width: .05em;border-style: solid;border-color: #7a7a7a;border-top:none;border-left:none;border-right:none}
.contentbox, #comment{background: #FFF}
.title{background: #fafafa}

body, container{background: #fff}
div#header{background: #fff}
h1{color: #cc6633}
h6{color: #aaaaaa}
h2{color: #cc6633}
h3{color: #cc6633}
h4{color: #cc6633}
div#menu a,#gal a{color: #cc6633}
div#menu a:hover,#gal a:hover{color: #C28400;text-decoration:underline}
div#sidenotes{background:#fff}
div#content1, div#content2, #comment{background: #FFF}
div#content3, div#content4{background: #fafafa}
div#shadow1, div#shadow, div#shadow2, div#shadow3, #shadow5{background: #ededed}
#sidenotes2{background: #fafafa}
#navbox{background: #FFF}
body a,div#img3 a,#img2 a,#img1 a,#sidenotes a{color: #cc6633}
body a:hover,div#img3 a:hover,div#img2 a:hover,div#img1 a:hover,div#sidenotes a:hover{color: #C28400;text-decoration:underline}
form{background: #FFF}
blockquote{background: #CDFFAA}
div#relax{background: url(relax.jpg)}
div#relax h2{color: #F7DEB5}
div#relax p{color: #fff}

/*borders*/

div#header
{
    /* border-bottom:  groove #f9f9f9;*/
    height: 114px;
    background: url(uploads/images/ewalt-title-large-font.jpg) no-repeat; 

}
div#content1, div#content2, div#content3, div#content4, div#sidenotes, div#sidenotes2, #comment{border: thin solid #7a7a7a}
div#box{border-left: .05em solid #7a7a7a}
div#footer hr{.05em color:#7a7a7a}
/*div#container{border-bottom: groove #f9f9f9}*/
/* End of 'OrangeGreyShadow : orangcolor' */

/* Start of CMSMS style sheet 'multilang' */
/* Language selector */
div#lang{
  float: right;
  margin: 5px;
}
/* End of 'multilang' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
}

.calendar-event a
{
color: #CCAB25; /*F0944E;*/
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin: 0;
}

#cal-upcominglist li {
margin: 1.3em 0 1.3em 0;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

