/**
 *    ****************************************************
 *    **                                                **
 *    **       Copyright (C) 2007 getmagic.org          **
 *    **             PROPRIETARY MATERIAL               **
 *    **  Published only in a limited, copyright sense. **
 *    **                                                **
 *    ****************************************************
 *
 * Main style sheet for the MAGIC web-site.
 *
 * AKP Wed Oct  3 20:35:01 PDT 2007
 *
 */

/** GENERAL **/
/**
 * Workaround for IE bug with em units: use a percentage for main
 * body style, and all other styles can be em-ed.
 */
body
{
	font-size: 80%;
}
/**
 * Adjustment for list styles, so that nested lists do not become
 * 75% of 75%.
 */
ul ul
{
	font-size: 100%;
}


*
{
	border: none;
	margin: 0;
	padding: 0;
}


/* Some common styles */
.bold-emphasis
{
	font-weight: bold;
}

.emphasis
{
	font-style: italic;
}


/** BODY **/
body
{
	color: #144;
	background: #fff url(../graphics/pageBG.gif) repeat-x center top;
	text-align: center; /* Fix IE5 for Windows bug */
}

p, ul, li, a
{
	font-family: "Trebuchet MS", Tahoma, Geneva, "Lucida Grande", Verdana,
				 Arial, Helvetica, sans-serif;
}

body a
{
	color: #144;
}

h1, h2, h3
{
	font-family: "Trebuchet MS", Tahoma, Arial , Helvetica, Sans-Serif;
	font-variant: small-caps;
}

h3 a
{
	font-family: "Trebuchet MS", Tahoma, Arial , Helvetica, Sans-Serif;
	font-variant: small-caps;
}

h2
{
	padding: 20px 10px 5px 10px;
}

.header2Spaced
{
	margin: 30px 0 0 0;
}


/** TOP WRAPPER **/
.top
{
	width: 900px;
	margin: 20px auto 0 auto;
	text-align: left;
}


/** HEADER **/
.header
{
	position: relative;
	background-image: url(../graphics/header.jpg);
	height: 200px;
	width: 900px;
}

.header .mainNavBar
{
	position: absolute;
	left: 15px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
}

/* IE fix */
* html .header
{
	height: 1px;
}


/** MAIN NAVIGATION BAR **/
.mainNavBar ul
{
	list-style: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.mainNavBar li
{
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

.mainNavBar li a,
.mainNavBar li a:link
{
	display: block;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Geneva, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #401f1f;
	background: url(../graphics/navLinkBG.png) no-repeat left top;
	width: 90px;
	height: 35px;
	margin: 0;
	padding: 25px 10px 0 0;
}

.mainNavBar li a:hover
{
	color: #935413;
	background: url(../graphics/navLinkHoverBG.png) no-repeat left top;
}

body#homePage a#homeLink,
body#mentorPage a#mentorLink,
body#resourcesPage a#resourcesLink,
body#newsPage a#newsLink,
body#aboutPage a#aboutLink
{
	color: #fff;
	background: url(../graphics/navLinkInPageBG.png) no-repeat left top;
}

body#homePage .sidebar #abacus
{
	border: 1px solid #203607;
}

#aboutPage .memberName
{
	padding-top: 30px;
}


/** CONTENTS WRAPPER **/
.contents
{
	background: #fff url(../graphics/contentsBG.png) no-repeat left top;
}


/** MAIN CONTENT COLUMN **/
.main
{
	float: left;
	width: 590px;
	font-size: 1em;
	background: #fff url(../graphics/mainContentBG.png) no-repeat right top;
	margin-left: 15px;
	margin-bottom: 25px;
	padding: 15px 30px 0 15px;
	display: inline; /* Fix IE6 double-margin bug */
}

.main h2
{
	color: #ceb;
	background-color: #0b5b7f;
}

.main p
{
	font-size: 1.05em;
	text-align: left;
	margin-top: 15px;
}

.main img#vision
{
	margin: 0px;
	/*
	font-size: 3em;
	text-align: center;
	font-style: italic;
	font-family: Garamond, Georgia, "Times New Roman", Times, Serif;
	color: #9c5d1b;
	background-color: #ffe3cc;
	*/
}

.main img#MAGIC
{
	margin-left: 25px;
}

.privacy-lists li
{
	padding-top: 8px;
}


/** MAIN SIDEBAR **/
.sidebar
{
	float: left;
	background: #fff url(../graphics/sidebarBG.png) no-repeat left top;
	width: 227px;
	margin-bottom: 15px;
	padding: 48px 23px 0 0;
}

.sbBox
{
	background: #c2f3af url(../graphics/logoInBox.jpg) no-repeat center bottom;
	margin: 0;
	border: solid 1px #203607;
	padding-bottom: 335px;
}

.sbBox h2
{
	margin: 0;
	margin-bottom: 10px;
	color: #8f6;
	background-color: #060;
	text-align: center;
}

.sbBox h3, .sbBox p
{
	margin: 0;
	padding: 10px;
	background-color: transparent;
}

.sbBox h3
{
	color: #060;
	font-family: "Trebuchet MS", Tahoma, Arial , Helvetica, Sans-Serif;
}


.sbBox li
{
	margin-left: 35px;
	font-size: 1.25em;
	font-family: "Trebuchet MS", Tahoma, Arial , Helvetica, Sans-Serif;
}

.sbBox p,
.sbBox a
{
	color: #060;
	font-family: Georgia, "Times New Roman", Times, Sans-Serif;
}


/** OPTIONAL FULL-WIDTH HORIZONTAL PANEL **/
.fullWidthPanel
{
	clear: both;
	width: 850px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	padding: 15px 10px 0 10px;
}

.memDescText
{
	width: 580px;
	padding-top: 25px;
}

.memDescPic
{
	width: 240px;
}

#buluPic, #benPic, #trudaPic
{
	float: right;
	margin-left: 25px;
}

#fozPic, #seemaPic
{
	float: left;
	/*margin: 10px 25px 30px 0;*/
	margin: 10px 0 30px 0;
}

#jazPic
{
	float: left;
	margin: 10px 0 0 0;
}


/* IE doesn't need this, but Firefox does: */
#fozText, #jazText, #seemaText
{
	float: right;
}

#benPic
{
	margin-top: 10px;
	margin-bottom: 25px;
}

.fullWidthPanel h2
{
	clear: both;
	color: #ceb;
	background-color: #0b5b7f;
	margin-top: 5px;
}

.fullWidthPanel h3
{
	clear: both;
	margin-top: 5px;
}

.fullWidthPanel p
{
	font-size: 1.05em;
	text-align: left;
}

p.ack
{
	padding-top: 5px;
}


/** FOOTER **/
.footer
{
	clear: both;
	background: #0b5b7f url(../graphics/footerBG.gif) no-repeat center bottom;
	color: #ceb;
	width: 830px;
	height: 50px;
	font-size: 1em;
	padding: 15px 35px 10px 35px;
}

.footer p
{
	background-color: #0b5b7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}

#copyright
{
	float: left;
	width: 300px;
	text-align: left;
}

#privacy
{
	float: left;
	width: 260px;
	text-align: center;
}

#contact
{
	float: right;
	width: 270px;
	text-align: right;
}

.footer a
{
	color: #ceb;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/** FORMS **/
br.clear
{
	height: 1px;
	clear: both;
	line-height: 1px;
	background-color: #00CC33;
}

.main #errInfo
{
	margin: 25px 0px 15px 0px;
	padding: 15px 25px;
	background-color: #fb9;
	color: #500;
}

.main #errInfo ul
{
	margin-left: 17px;
}

#regForm
{
	margin-top: 20px;
}

.main #regForm p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#regForm .label
{
	float: left;
	clear: left;
	width: 250px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
}

#regForm .errLabel
{
	float: left;
	clear: left;
	width: 250px;
	margin-right: 20px;
	text-align: right;
	color: #d00;
	font-weight: bold;
}

input#submit
{
	margin-left: 270px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	/*
	color: #fd0;
	background-color: #530;
	font-size: 1.1em;
	*/
}

input#name, input#email, textarea#comments
{
	width: 300px;
	background-color: #fbefbb;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.15em;
	margin-top: 0px;
	border-left: 1px solid #402100;
	border-top: 1px solid #402100;
	border-right: 2px solid #fcfadd;
	border-bottom: 2px solid #fcfadd;
}


/** PAGE STYLES **/
.genericPageBox
{
	margin-top: 20px;
}

.genericPageBox h3
{
	margin-top: 25px;
}

.genericPageBox ul,
.genericPageBox ol
{
	margin-top: 5px;
	margin-left: 40px;
}

.genericPageBox p
{
	margin-left: 20px;
}


/** AUX SIDEBAR **/
.genericPageBox .sideBar2
{
	float: left;
	width: 225px;
	margin: 0 25px 10px 0;
	padding-bottom: 10px;
	background-color: #dfdcfa;
}

.genericPageBox .sideBar2 h3
{
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 5px 10px 5px;
	color: #dfdcfa;
	background-color: #000180;
	text-align: center;
}

.genericPageBox .sideBar2 ul
{
	margin: 0 7px 20px 25px;
}

.genericPageBox .sideBar2 li
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 1.1em;
}

.genericPageBox .sideBar2 li a
{
	font-family: Georgia, "Times New Roman", Times, Serif;
}


.disclaimer
{
	margin: 25px 35px 0px 35px;
	padding: 0px 0px 15px 0px;
	border: 2px solid #700;
	background-color: #fed679;
}

.disclaimer h2
{
	padding: 10px 10px;
	margin-bottom: 10px;
	color: #fffc00;
	background-color: #700;
	text-align: center;
	text-transform: uppercase;
}

.disclaimer li
{
	margin: 15px 20px 10px 0px;
	color: #612702;
	font-family: Geneva, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
}


/* INTERNAL USE ONLY PAGES */

/*
#staffOnlyPage .genericPageBox li
{
	padding-top: 10px;
}
*/


#staffOnlyCurrentMentors .genericPageBox li
{
	padding-top: 10px;
}
