/*
This file is the stylesheet for the electric pages

*/

/* Body Tags */

body
    {
    background-color: #C7C7C7;
    background-image: url("./bground/blend_img_c7c7c7.jpg");
    background-repeat: repeat-x;
    color: #008040;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 1em;
    margin: 25px auto;
    width: 1000px; 
    }
    
/* DIV Tags */

div.logotag
    {
    border: medium none;
    margin: auto;
    text-align: center;
    }

/* Heading Tags */

h1
    {
    font-size: 2.0em;
    }

h1.center
    {
    font-size: 2.0em;
    text-align: center;
    }
    
h2
    {
    font-size: 1.5em;
    }
    
h3
    {
    font-size: 1.25em;
    text-decoration: underline;
    }

/* HR (horizontal line */

hr.fulldivider
    {
    color: #E3E3E3;
    background-color: #202020;
    height: 6px;
    width: 100%;
    }

/* Menu Styling */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset 'UTF-8';

#cssmenu ul, #cssmenu li, #cssmenu a
{
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}

#cssmenu
{
  border: 1px solid #005C40;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: auto;
}

#cssmenu ul
{
  zoom: 1;
  background: #00C040;
  background: -moz-linear-gradient(top, #00C040 0%, #00C040 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00C040), color-stop(100%, #00C040));
  background: -webkit-linear-gradient(top, #00C040 0%, #00C040 100%);
  background: -o-linear-gradient(top, #00C040 0%, #00C040 100%);
  background: -ms-linear-gradient(top, #00C040 0%, #00C040 100%);
  background: linear-gradient(top, #00C040 0%, #00C040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#cssmenu ul:before
{
  content: '';
  display: block;
}

#cssmenu ul:after
{
  content: '';
  display: table;
  clear: both;
}

#cssmenu li
{
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid transparent;
}

#cssmenu li a
{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 15px 9px 15px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  font-size: 18px;
}

#cssmenu li.active
{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #8db1dc;
}

#cssmenu li.active a
{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #005C40;
  border: 1px solid #005C40;
  -moz-box-shadow: inset 0 5px 10px #005C40;
  -webkit-box-shadow: inset 0 5px 10px #005C40;
  box-shadow: inset 0 5px 10px #005C40;
}

#cssmenu li:hover
{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #005C40;
}

#cssmenu li:hover a
{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background: #005C40;
  border: 1px solid #005C40;
  -moz-box-shadow: inset 0 5px 10px #005C40;
  -webkit-box-shadow: inset 0 5px 10px #005C40;
  box-shadow: inset 0 5px 10px #005C40;
}
    
/* P (paragraph) Tags */

p.code 
	{
	color: blue;
	font-family: "Lucida Console", Monaco, monospace;
	text-indent: 50px;
	}
	
p.figure
	{
    color: #141414;
    padding: 2px 4px 2px 4px;
    }
    
p.explain
	{
    font-size: 1.1em;
    padding: 10px 0px 10px 0px;
    }
	
p.note
	{
	color: gray;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	}
    
p.ptext
	{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
    margin: auto;
    }

p.tablesection
	{
    padding: 20px;
    }
    
/* SUB (subscript) Tags */

sub
    {
    font-size:0.6em;
    }

/* TABLE and related Tags section */

table
    {
    border-collapse:collapse;
    margin: auto;
    }

caption
    {
    font-size: 1.1em;
    font-weight: 600;
    }
    
th
    {
    background-color:#505050;
    border:3px solid #141414;
    font-size:1.1em;
    padding-bottom:4px;
    padding-left:8px;
    padding-right:8px;
    padding-top:4px;
    text-align:center;
    }

tr
    {
    
    }
    
tr.alt
    {
    
    }

td
    {
    background-color:#E3E3E3;
    border:1px solid #141414;
    font-size:1.0em;
    padding-bottom:2px;
    padding-left:4px;
    padding-right:4px;
    padding-top:2px;
    text-align:center;
    }

/* Text Positioning Class Selectors */
.center
	{
	text-align:center;
	}
	
.just
	{
	text-align:justify;
	}
.left
	{
	text-align:left;
	}
	
.right
	{
	text-align:right;
	}

/* Horizontal Navigation Bar Tags */
ul.horiznav
	{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
li.horiznav
	{
	float:left;
	}
a.horiznav:link,a.horiznav:visited
	{
	display:block;
	width:120px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	}
a.horiznav:hover,a.horiznav:active
	{
	background-color:#7A991A;
	}


/* Vertical Navigation Bar Tags */
ul.vertnav
	{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}
li.vertnav
	{
	border-width:thick;
	border-style:groove;
	border-color:blue;
	padding:5;
	}
a.vertnav
	{
	display:block;
	/*border-style:solid;*/
	/*border-width:thin;*/
	/*border-color:blue;*/
	margin:2px 0px 2px 0px;  /* Margin settings for top right bottom left */
	width:200px;
	/*background-color:#dddddd;*/
	}
a.vertnav:link,a.vertnav:visited
	{
	display:block;
	width:200px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#3D0099;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	}
a.vertnav:hover,a.vertnav:active
	{
	background-color:#1F0066;
	}
	
	
/** General Rules for CSS Formatting

  1. Do not start an ID name or class name with a number. Won't play nice with Mozilla/Firefox

  2. The id selector only works on a single object specified by the "id=" tag
  Example using id selector.  This applies to the html tag with id="para1"
  #para1
		{
		text-align:center;
		color:red;
		} 

  3. Insert an external Style Sheet
  <head>
  <link rel="stylesheet" type="text/css" href="mystyle.css" />
  </head>
  
  4. Do not leave space between the property value and the units!
    Use "margin-left:20px" instead of "margin-left:20 px"
	
  5. 

*/
