/*
   AMC Style Sheet
   Author: Tina Pescheta
   Date:  April 1, 2012

   Filename:         amc.css
   Supporting Files: amclogo.png, ndalogo.png

*/

html {
   background-color: rgb(245, 245, 245);
}


body * {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
}

body {
   width: 100%;
   min-width: 900px;
   max-width: 1300px;
   margin: 0px auto;

   border-left: 1px solid green;
   border-right: 1px solid green;
}

/* Header styles */

header {
   float: left;
   width: 100%;
   background-color: rgb(55, 125, 70);
   border-bottom: 1px solid green;
}

header img {
   display: block;
   float: left;
   width: 15%;
}


/*Navigation list styles */

header nav {
   float: right;
   width: 82%;
   margin: 10px auto 10px -7%;
}

header nav li {
   display: block;
   width: 14%;
   margin-left: 2%;
   margin-left: 2%;
   margin-bottom: 5px;
   float: left;
}

header nav li a {
   display: block;
   width: 100%;
   height: 50px;
   line-height: 50px;
   text-align: center;
   color:  rgb(245, 245, 245);
   font-size: 1em;
   font-weight: bold;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   box-shadow:5px 5px 10px #000;
	-webkit-box-shadow:5px 5px 10px #000;
	-moz-box-shadow: 5px 5px 10px #000;
   background-color: rgba(0, 49, 0, 0.7);
}

header nav li a:hover {
   background-color: rgba(108, 72, 0, 0.5);
}



/* Section styles */

section {
width: 74%;
float: left;
margin: 1px 1px 2px 1px;
}

aside {
width: 21%;
margin: 3em 1em 1em 0em;

float: left;
border: 3px solid black;
background-color: rgba(108, 72, 0, 0.3);
-moz-border-radius: 25px;
 border-radius: 25px;
box-shadow:10px 10px 20px #000;
-webkit-box-shadow:10px 10px 20px #000;
-moz-box-shadow: 10px 10px 20px #000;
}


section h1 {
	margin: 0px 0px 0px 0px;
	}
	
section h2 {
   font-size: 1.1em;
   line-height: 1.2em;
   font-family: Verdana, Geneva, sans-serif;
   font-weight: bold;
   color: black;
   letter-spacing: 1px;
   margin-left: 5px;
    background-color: rgba(55, 125, 70, 0.7);
    width: 98%;
    text-align: center;
	}
		
	
section h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	color: rgb(108, 72, 0);
	margin-left: 15px;
	padding-bottom: 0.5em;
}


article p {
	margin: 2px 8px 2px 20px; 
	font-size: 0.9em;
}


#facebooklink { 
	float: left;
	margin-left: 25px;
	margin-top: 60px;
}


#onmouseover {
	float: left;
	margin-left: 25px;
	margin-top: 8px;
}

section p.closing {
	color: rgb(108, 72, 0);
	font-size: 0.55em;
	text-align: left;
	margin-top: 65px;
	}

aside h1 {
text-align: center;
margin: 10px 0px 5px 0px;
color: rgb(0, 49, 0);
font-size: 1em;
}

aside p {
font-size: 0.7em;
margin: 0px 0.5em;
}

aside blockquote {
margin: 1em 1.3em 0em 1.3em;
}

aside blockquote p {
margin: 0em 0em 1.3em;
font-size: 0.7em;
}

aside blockquote ul {
margin: 0em 0em 0.8em;
color: rgb(0, 49, 0);
font-size: 0.7em;
padding-left: 0.2em;
}


/* Footer Styles */

footer {
   border-top: 1px solid green;
   background-color: rgb(55, 125, 70);
   clear: left;
   margin-top: 6px;
   padding: 4px 0px;
}

footer address {
   color: white;
   font-style: normal;
   font-size: 0.8em;
   text-align: center;
}