/* - - - - - - - - - - - - - - - - - - - - -

Title : Insite Printing Style Sheet
Author : Blake Fitzgerald
URL :

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
}

html{
}

body{
font-family: Century Gothic, Sans-serif;
color: white;
}

body.blue{
  background-image: url(../img/backblue.jpg);
  background-color: rgb(62, 67, 245);
}

body.orange{
  background-image: url(../img/backorange.jpg);
  background-color: rgb(226, 115, 16);
}

body.purple{
  background-image: url(../img/backpurple.jpg);
  background-color: rgb(138, 20, 206);
}

body.yellow{
  background-image: url(../img/backyellow.jpg);
  background-color: rgb(254, 217, 113);
}

body.brown{
  background-image: url(../img/backbrown.jpg);
  background-color: rgb(134,70,34);
}

body.red
{
  background-image: url(../img/backred.jpg);
  background-color: rgb(217,32,38);
}

body.green
{
  background-image: url(../img/backgreen.jpg);
  background-color: rgb(185,211,0);
}

body.pink
{
  background-image: url(../img/backpink.jpg);
  background-color: rgb(238,61,151);
}

/* ----- IDS ----- */

#container{
}

#primaryContent{
width: 700px;
margin-top: 25px;
padding-left: 25px;
margin-left: 200px;
}

#secondaryContent{
	width: 700px;
	padding-left: 25px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
}

#formContent{
	width: 700px;
	padding-left: 25px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}

#adcontent
{
 float: left;
 margin-top: 25px;
 margin-right: 25px;
}

#adcontent img
{
  margin-left: 15px;
  margin-bottom: 25px;
}

#navigation{
   padding: 0 0 0 0;
   margin-top: 10px;
   margin-left: 30px;
   z-index: 5;
}

#navigation a{
color: rgb(207, 207, 207);
padding: 2px 2px 2px 2px;
text-decoration: none;
}

#navigation a.activated{
color: white;
}

#navigation a:hover{
color: white;
}

#footer{
margin: 50px 0 0 0;
padding-left: 200px;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}

.show{
/* display:block; */
}

.highlight
{
  color: red;
  font-style: italic;
}

/* ----- HEADINGS ----- */

h1{
color: white;
font-size: .8em;

font-weight: bold;
}

h2{
color: black;
font-size: .8em;
text-align:center;
}

h3{
}

h4{
}

/* ----- PARAGRAPHS ----- */

p{
color: white;

font-size: .8em;
line-height:1.5em;
}

#primaryContent p{

}

#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}

blockquote p{
}

cite{
}

blockquote cite{
}

/* ----- CODE ----- */

pre{
}

code{
}

p code{
}

pre code{
}

/* ----- LISTS ----- */

li{
}

li.main
{
}

li p{
}

ol{
}

ul{
margin-top: 0;
padding-top: 0;
}

ol li{
}

ul li{
}

ul.main
{
  font-size: .8em;
}

#navigation li{
  display: inline;
  padding-right: 2em;
  font-weight: bold;

}

#navigation ul{
  clear: both;
  display: inline;
  list-style: none;
  color: white;
  font-size: .9em;
  padding: 0 0 0 20px;

}

#navigation
{
  color: white;
  font-size: .9em;
  font-weight: bold;
}

#navigation table td
{
  padding-right: 15px;
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
border: none;
}

img a{
border:;
text-decoration:;
}

img a:hover{
border:;
}

/* BREAK */

hr{
/* display:none; */
}

/* ----- TEXT FORMATTING ----- */

strong{
}

em{
}

b{
}

i{
}

/* ----- LINKS ----- */

a{
color: white;
}

a:hover{
}

a:visited, a:active, a:focus{
}

a:visited{
}

a:active{
}

a:focus{
}

p a{
}

cite a{
}

li a{
}

dt a{
}

dd a{
}

/* ----- TABLES ----- */

table.formtable
{
}

table{
}

caption{
}

thead{
}

tbody{
}

tfoot{
}

table.data tr{
font-size: .8em;
}

tr .alt{
}

th{
}

td{
 vertical-align: top;
}

/* ----- FORMS ----- */

form{
font-size: .8em;
font-family: Century Gothic, Sans-serif;
}

form th{
font-weight: normal;
}

fieldset{
}

legend{
}

label{
}

input{
}

textarea{
  margin-bottom: 15px;
}

input, textarea{
}

select{
}

optgroup{
}

option{
}

/* ----- DEFINITIONS ----- */

dl{
font-size:.8em;
}

dt{
}

dd{
margin-bottom: 12px;
}


/* --- menu stuff ----*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-weight: normal;
font-size: .8em;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: gray;
}
