/* Default CSS styling for the Literacy Box web site. */
/* File created / last amended: 17-October-2011 13:41 PM */

/* Default margins and padding to zero. */
* {
	margin: 0;
	padding: 0;
}

/* Styling for main structural elements. */
body {
	 background-color: #FFFFFF;
	 color: #000000;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 85%;
	 text-align: center;
	 position: relative;
	 margin: 0;
	 padding: 0;
	 padding-top: 10px;
}

#mainframe {
	width: 760px;
	padding: 200px 0 0 0;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	min-height: 200px;
	overflow: hidden;
	color: #000;
	background-color: #FFF;
	text-align: left;
}

#header {
	width: 760px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: visible;
}

#container {
	position: relative;
	overflow: visible;
}

#container p#tagline {
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #020001;
}

#maintextarea {
	margin: 0 0 0 150px;
	padding-bottom: 10px;
	width: 610px;
	float: left;
	display: inline;
}

#navigation {
	width: 140px;
	float: left;
	display: inline;
	margin-left: -760px;
	padding: 10px 0 10px 0;
	border: 1px solid #F3B700;
}

#navigation p {
	text-align: center;
	color: #7B3A14;
	font-size: 0.8em;
}

#footer {
	width: 760px;
	float: left;
	clear: both;
	background-color: #F3B700;
	text-align: center;
	font-size: 0.8em;
	color: #874020;
	margin-top: 10px;
	border: 1px solid #F3B700;
}

#footer p {
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 0;
}

#footer a {
	color: #874020;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px 10px;
	color: #F00;
}

h1#index {
	text-align: center;
	line-height: 1.2em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 10px;
	color: #00F;
	clear: left;
}

h2.groupheader {
	margin: 20px 0 0 0;
	color: #F00;
}

p, address {
	margin: 0 0 15px 0;
	font-size: 1em;
	line-height: 1.2em;
	text-align: justify;
   font-style: normal
}

p.pendques {
	color: #F00;
	text-align: center;
}

p#endnav {
	/* This stops IE6 doing something stupid */
	/* but I can't explain why it's happening. */
	margin: 0;
	font-size:1px;
}

p.center {
	text-align: center;
}

p.item-insert {
	margin: 0 20px 15px 20px;
	font-style: italic;
}

img {
	border: none;
}

.img-right {
	float: right;
	margin: 10px 0 10px 10px;
	clear: right;
}

.img-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.img-ackn {
	float: right;
	width: 200px;
	font-size: 0.8em;
	margin: -8px 0 10px 10px;
	clear: right;
}

#rotarywheel {
	margin-top: 0px;
}

.headimg {
	margin: 0;
	padding: 0;
	float: left;
}

ul {
	margin: 0 0 15px 30px;
	line-height: 1.2em;
}

li {
	margin-bottom: 1em;
}

ul#numeric li {
	list-style-type: decimal;
}

ul#box-content li {
	list-style-type: none;
}

blockquote {
	font-style: italic;
	margin: 0 20px 10px 20px;
}

/* Start of navigation styling. */
#navanchor {
	visibility: hidden;
}

div#navigation ul {
	margin: 10px 0;
	padding: 0;
	width: 140px; 
	z-index: 2;
}

/* Collapse the List Item Tags */
div#navigation li { 
	position: relative;
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	font-weight: bold;
	width: 140px;
}

/* Make the links block elements and give them padding and some style */
div#navigation li a {
	display: block;
	text-decoration: none;
	width: 130px; 
	padding: 2px 5px 2px 5px;
	color: Green;
	background-color: transparent;
}

div#navigation li a:visited {
	color: #7B3A14;
	background-color: transparent;
}

/* Specify the rollover style for the links */
div#navigation li a:hover, div#navigation li a:focus, div#navigation li a:active {
	background-color: #7B3A14;
	color: #FEBE5D;
}

/* Highlighting provide for keyboard users.  a:focus works in Firefox, etc., */
/* a:active works in IE. */
a:focus, a:active {
	background-color: #0000B5;
	color: #FFF;
	text-decoration: none;
}

div#navigation>ul a {
	width: auto;
}

/* This provides grey text for the inactive menu link of the page your on. */
div#navigation span {
	background-color: transparent;
	color: #999999;
	display: block;
	width: 130px;
	padding: 2px 5px 2px 5px;
}

p a:hover, li a:hover {
	color: white;
	background-color: blue;
	text-decoration: none;
}

div#navigation .nav-logo {
	margin: 5px 9px 0 9px;
}

/* Additional positional styling */
#shop2fund {
	width: 300px;
	margin: 10px 10px 0 0;
	float: left;
}

#donatenow {
	width: 300px;
	margin: 10px 0 0 0;
	float: left;
}

a#donatebtn {
	display: block;
	width: 195px;
	height: 28px;
	margin: 0 auto;
	background-image: url(images/makeadonation.gif);
}

div#boxinfo {
	width: 200px;
	margin: 10px 0 10px 10px;
	float: right;
	clear: right;
}

/* Hopefully this will be a temp requirement */
p#devnote {
	margin-top: 5px;
	padding: 5px;
   font-weight: bold;
}
/* styling for quicktime movie player on index page */
#index-mov {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}

