/********************************************
   
   Adapted Layout and
   Revisions:        Sally Ganley
                     ACCESS for Education Foundation
                     added vertical expanding menu
                     
   file name: accessstyle.css  
                     
   Original Credit for Layout
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0         	
 *******************************************/
  
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
    font-weight: Bold; 
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}

/* headers */
h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
h4 {
	font-size: 105%;
	color: #4ebf37; 
}
/* images */
img {
	border: 0px solid #cccccc;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, p {
	padding: 10px;		
	margin: 0;
}
h3, p {
    padding: 10px 0 8px 0px;		
	margin: 0;
}
h4, p {
	padding: 0px;		
	margin: 0;
}
	/*MARGIN first number is space beween bulleted lines and second is indent from the left*/
ul, ol {
    margin: 8px 20px; 
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
    color: #333;
    font-weight: normal; 
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:0px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #e6e6e6; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:410px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #f2f2f2; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.searchtop {
	position: absolute;
	top: 70px; right: 45px;
	background: transparent;
	border: none;	
}	
form.searchtop input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.searchtop input.button {
	background: #CCC url(headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	/* for letter "A" in ACCESS*/
    position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.8em 'Georgia', Arial, Sans-serif;
	letter-spacing: 2.5px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 40px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 1.6em 'Georgia', Arial, Sans-serif;
    letter-spacing: 1px;
	text-transform: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 78px; left: 40px;		
}
#header h3#logo-texte {
	/* for letters "CCESS" in ACCESS*/
    position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.0em 'Georgia', Arial, Sans-serif;
	letter-spacing: 2.5px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 35px; left: 80px;	
}
/* Menu - top, below search */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0; /*distance from right side of page*/
	background: url(menu.jpg) repeat-y center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
    /*distance bewteen horizontal menu items*/
	padding: 0 10px; 
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 68%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	/* PADDING distance from top, distance from left, distance from bottom, distance from right  */
    padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}
/* table.docs is for the Program Forms and Documents table  */
#main table.docs {
	border-width: 1px;
	border-style: solid;
	border-color: #e8e8e8;
	border-collapse: separate;
	background-color: #FFF;
}
#main table.docs th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #e8e8e8;
	background-color: #FAFAFA;
}
#main table.docs td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #e8e8e8;
	background-color: #FFF;
}
#main form.paypal {
    clear: both;
    align: center;
    background-color: #FFF;
    position: relative;
	background: transparent;
	border: none;	
}

/* can add these elements after an article - currently not used on page*/
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
/* FAQ page and bulleted list */	
/*header for FAQs page  */
#faq {
	float: right;
	width: 68%;
	padding: 0; margin: 0;
}
#faq h4 {
	margin-top: 10px;
	font: Bold 105% Verdana, 'Trebuchet MS', Sans-serif;
	color: #4ebf37;
	/* PADDING distance from top, distance from left, distance from bottom, distance from right  */
    padding: 0px 0 5px 0px; 	
}
#faq p {
    font-size: 100%;
	border-bottom: 1px solid #E4e6e8;
    padding: 8px 0 8px 0px; 
}
/*MARGIN first number is space beween bulleted lines for ul and second is indent from the left*/
#faq ul, ol {
    margin: 8px 20px; 
	padding: 0 20px;
	color: #88ac0b;	
}
#faq ul span, ol span {
    color: #333;
    font-weight: normal; 
}
#faq ul.list {
    margin: 3px 0 3px 0; 
	padding: 8px 0 8px 25px;
	text-decoration: none;
	color: #88ac0b;
}
/* last number of padding - how far to right text starts for questions  */
#faq ul.list li {
	border-bottom: 1px solid #E4e6e8;
	padding: 8px 0 8px 0px;
	margin: 0 5px;
}    	


/* Sidebar 
using vertical expanding java script menu for sidemenu-submenu*/	
#sidebar {
	float: left;
	width: 28%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#sidebar .left-box {
    /* this defines the line around the sidebar boxes - if no border desired, put none*/
	border: 1px solid #EFF0F1;
	/* this defines the space between the sidebar boxes and text - top right bottom left*/
    padding: 5px 10px 5px 15px;   
}
#sidebar ul.sidemenu {
    list-style: none;
	text-align: left;
	margin: 3px 0 3px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #E4e6e8; 
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 3px 0 3px 25px;
	margin: 0 0px;
}
 /* this defines the last item in the sidebar list - no bottom border under last item*/
#sidebar ul.sidemenu li.last {
    border-bottom: none; 
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 3px 0 2px 25px;
	margin: 0 0px;
}
#sidebar ul.sidemenu-submenu {
    display: none; 
    border-bottom: none;
    padding: 2px 0 2px 2px;
	margin: 0 2px;
}
#sidebar ul.sidemenu-submenu li {
    list-style: none;
    border-bottom: none;
    padding: 2px 0 2px 25px;
	margin: 0 0px;
}
#sidebar ul.sidemenu-submenuopen {
    border-bottom: none;
    padding: 2px 0 2px 2px;
	margin: 0 2px;
}
#sidebar ul.sidemenu-submenuopen li {
    list-style: none;
    border-bottom: none;
    padding: 2px 0 2px 25px;
	margin: 0 0px;
}
#sidebar ul.sidemenu li a, #sidebar ul.sidemenu a, #sidebar ul.sidemenu-submenu a, #sidebar ul.sidemenu-submenu li a,#sidebar ul.sidemenu-submenuopen li a, #sidebar ul.sidemenu-submenuopen a {
	font-weight: bold;
	text-decoration: none;	
	background-image: none;	
}

 
/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(footer.jpg) no-repeat center top;	
    clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


