/** Master CSS Document
*
*  Created by Joshua L. Bjerke
*
*  Needs:
*  1.  Go through table CSS School example and add to this document
*  2.  
*/


/* Links */
a:active
	{
	/*background-color:#FFFFFF;*/
	color:green;
	text-decoration:none;
	}
a:link
	{
	/*background-color:#FFFFFF;*/
	color:yellow;
	text-decoration:none;
	}
a:hover
	{
	/*background-color:#FFFFFF;*/
	color:red;
	text-decoration:blink;
	}
a:visited
	{
	/*background-color:#FFFFFF;*/
	color:purple;
	text-decoration:none;
	}

	
/* Main body Tag */
body
	{
	background-color:#800000;
	background-image:url('../bground/blend_5C2020_800000_Mod.png');
	background-repeat:repeat-x;
	/*background-repeat:repeat-y*/
	/*background-repeat:no-repeat*/
	/*background-attachment: */
	/*background-position: */
	color:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;
	margin:60px auto;
	width: 1000px;
	}

body.type1
	{
	background-color:#92CCFF;
	background-image:url('./bground/blend_0000FF_92CCFF.jpg');
	background-repeat:repeat-x;
	/*background-repeat:repeat-y*/
	/*background-repeat:no-repeat*/
	/*background-attachment: */
	/*background-position: */
	color:#FFE303;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
	margin:95px 0px 0px 0px;
	}
	
body.type2
	{
	background-color:#0000FF;
	background-image:url('blend_img_0000FF.jpg');
	background-repeat:repeat-x;
	/*background-repeat:repeat-y*/
	/*background-repeat:no-repeat*/
	/*background-attachment: */
	/*background-position: */
	color:#FFE303;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
	margin:95px 0px 0px 0px;
	}

body.wed
	{
	background-color:#FFFFFF;
	background-image:url('reception1_1.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
/* For a fixed background */
body.fixedbg
	{
	background-attachment: fixed;
	}

/* DIV Tags */
div.logotag
{
    border: medium none;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 0.85em;
    margin: auto;
    text-align: center;
}
    
/* Heading Tags */
h1
	{
	/*font-size:200%;*/
	font-weight:bolder;
	}
	
h1.center
	{
	/*font-size:200%;*/
	text-align:center;
	font-weight:bolder;
	}
	
h2
	{
	/*font-size:150%;*/
	font-weight:bolder;
	}

h3
	{
	/*font-size:125%;*/
	/*font-style:italic;*/
	}

/* HR (horizontal line */

hr.halfdivider
{
    color: FF0000#;
    background-color: #5C2020;
    margin: auto;
    height: 4px;
    width: 60%;
}

hr.fulldivider
{
    color: FF0000#;
    background-color: #5C2020;
    margin: 12px 0px;
    height: 7px;
    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: 4px solid #5C2020;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: auto;
  width: auto;
}

#cssmenu ul
{
  zoom: 1;
  background: #323232;
  background: -moz-linear-gradient(top, #323232 0%, #AAAAAA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323232), color-stop(100%, #AAAAAA));
  background: -webkit-linear-gradient(top, #323232 0%, #AAAAAA 100%);
  background: -o-linear-gradient(top, #323232 0%, #AAAAAA 100%);
  background: -ms-linear-gradient(top, #323232 0%, #AAAAAA 100%);
  background: linear-gradient(top, #323232 0%, #AAAAAA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
  padding: 5px 10px;
  margin: auto;
  -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 #323232;
}

#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: #3f7bc4;
  border: 1px solid #5C2020;
  -moz-box-shadow: inset 0 5px 10px #5C2020;
  -webkit-box-shadow: inset 0 5px 10px #5C2020;
  box-shadow: inset 0 5px 10px #5C2020;
}

#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 #323232;
}

#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: #800000;
  border: 1px solid #5C2020;
  -moz-box-shadow: inset 0 5px 10px #5C2020;
  -webkit-box-shadow: inset 0 5px 10px #5C2020;
  box-shadow: inset 0 5px 10px #5C2020;
}
    
/* 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;
	}
	
/* Paragraph Tags */
p.code 
	{
	color: blue;
	font-family: "Lucida Console", Monaco, monospace;
	text-indent: 50px;
	}
		
p.note
	{
	color: gray;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	}


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


/*  */
th
	{
	background-color:#ADD8E6;
	}


/*  */
ul 
	{
	list-style:circle;
	}
	
ol 
	{
	list-style:upper-roman;
	}


/** 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. 

*/