@import url("reset.css");
@import url("octopus.css");
@import url("tabs.css");

/* @group Globals */

/* Tag Redefinitions */

body {
	background: #f2f2f2 url(../images/bg-body-top.gif) repeat-x 0 -131px;
	padding: 23px 35px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:center;
	}

a {
	color: #0063b1;	
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}


em, strong {
	font-weight: bold;	
	}
	
form input, form textarea {
	border: 1px solid #b3b3b3;
	}

/* General Tags */

.accessible {
	display: none;	
	}

button {
	background: #ffb900 url(../images/bg-button.gif) repeat-x;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 93%;
	margin: 5px 5px 5px 5px;
	}
	
	
/* image replacement */

.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden

;	
	/* */	
	}

.replace span.empty {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;	
	/*for Opera 5 and 6*/	
	}

/* clearfix */

/* clearfix giving problems for expanded rows in safari but need it for ie6 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
	}

.clearfix {
	display: inline-block;	
	}

.clearfix {
	display: block;	
	}

* html .clearfix {
	height: 1px;	
	}

span.required {
	color: #cc9900;
	font-size: 85%;
	}

/* @end */

/* @group Layout */

.min-width-1 {
		width: 99%;
		min-width: 963px;
		margin: 0 auto;
	}
	.fixed-width .min-width-1 {
		width: 963px;
		}
	
#side-column {
	width: 144px;
	float: left;
	text-align: left;
	}
#main-column {
	margin: 0 0 0 153px;
	position:relative;
	text-align: left;
	}

#primary-content {
	background-color: white;
	position: relative; 
	float: left;
	}


.marginMaker {
	margin: 24px 35px 35px 35px;
	display: block;
	height: 1550px;
	}

/* Targeting Safari */

.fluid-width #primary-content:first-of-type {
	width: 100%;
	}

/* @group Content Only */

.primary-content-only {
	background: #f2f2f2 url(../images/bg-body-top.gif) repeat-x 0 -97px;
	padding: 23px 35px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:center;
	}

.primary-content-only #primary-content {
	clear:both;
	float: none;
	}


.primary-content-only #main-column {
	margin: 0 0 0 0;
	position:relative;
	text-align: left;
	min-width: 710px;
	}

.primary-content-only h1 {
	color: #ccc;
	font-size: 167%;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	float: left;
	margin: -3px 0 0 10px;
	}




/* @end */

	
/* @end */

/* @group Header */

#site-logo, #site-logo span.empty {
	background: url(../images/logo-lessonopoly.gif) no-repeat;
	width: 145px;
	height: 42px;
	margin: -8px 0 30px 0;
	}
	.primary-content-only #site-logo, #site-logo span.empty {
		width: 145px;
		height: 24px;
		margin: 0 0 10px 8px;
		}



/* @end */

/* @group Navigation */

#primary-navigation {
	border-bottom: 1px solid #fc0;
	padding: 4px 0 12px;
	}


#primary-navigation h4 {
	padding: 0 0 0 0;
	margin: 12px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
	}

#primary-navigation ul li {
	background: url(../images/bullet-yellow-square.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin: 2px 0 0 0;
	font-size: 93%;
	}



/* @end */

/* @group Page */

/* @group Common Elements */

/* @group Tooltips */

a.info{    z-index:24; background-color:#f2f2f2;    color:#000;    text-decoration:none;
    width: 14px;
    height: 14px;
    text-align: center;
	padding: 1px 0 0 0;
	margin: -1px 0 0 0;
	color: #666;
	font-weight: bold;
    border: 1px solid #dadada;
	float: right;
	font-size: 77%;
	}a.info:hover{z-index:25; background-color: #ffdb40;	color: #000;text-decoration: none;
cursor: help;
    border: 1px solid #ffdb40;

}
/* @end */

/* @group Forms */


.formSection{	margin: 10px auto;
	width: 880px;}

.formSection .formColumn{	display: inline;	float: left;	width: 408px;	margin: 0 12px 0 12px;}

.formSection input, .columnarForm textarea{	width: 408px;	}.formSection label{	display: block;	margin-bottom: 1em;
}.formSection label.first{	padding-top: 1em;}.formSection select{	display: block;
	margin: 0 0 -2px 0;
}
.formSection fieldset.radio legend{
	display: block;
}.formSection fieldset.radio input{	clear: both;
	display: inline;	float: left;	width: auto;	margin: 0 3px 0 0;
	border: none;
}.formSection fieldset.radio label{
	display: inline;	float: left;
	padding: 2px 10px 0 0;
	font-weight: normal;}


.formSection .uploadField, .formSection .uploadButton {
	width: auto;
	display: inline-block;
	}

.formSection .uploadButton {
	background: #ffb900 url(../images/bg-button.gif) repeat-x;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 93%;
	padding: 2px 6px;
	margin: 0 0 0 4px;
	}

.formSection .fileList {
	border-top: 1px solid #aaa;
	padding: 6px 0 0 0;
	}


.formSection .fileList ol {
	list-style-type: decimal;
	margin: 0 0 0 23px;
	}

.button-set {
	clear: both;
	border-top: 1px solid #ccc;
	text-align: center;
	margin: 20px 0 0 0;
	}
.button-set button {
	width: 100px;
	margin: 15px 5px;
	padding: 6px;
	}




/* @end */

/* @group Login */

#login-info {
	border-bottom: 1px solid #fc0;
	padding: 0 0 12px 0;
	}
#login-info .checkbox {
	border: none;
	}

#login-info label.checkbox {
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 4px;
	}
#login-info label.forgot {
	font-weight: normal;
	font-style: normal;
	
}

#login-info label {
	font-size: 85%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
			
	}
#login-info button {
	margin: 6px 0 0 0;
	padding: 0 10px;
	}
#login-info ul {
	margin: 12px 0 0 0;
	}
#login-info li {
	background: url(../images/bullet-yellow-square.gif) no-repeat 0 5px;
	padding: 0 0 0 12px;
	margin: 2px 0 0 0;
	font-size: 93%;
	}

.button-set-top {
	text-align: right;
	padding: 0 8px 0 0;
	}
.button-set-top button.large {
	margin-top: -2px;
	}


button.large {
	margin-right: 2px;
	margin-left: 2px;
	border: none;
	padding: 4px 14px;
	font-size: 108%;
	font-weight: bold;
	background: #b7b7b7 url(../images/bg-button-large-secondary.gif) repeat-x;
	}

button.large-primary {
	margin-right: 0;
	margin-left: 2px;
	border: none;
	padding: 4px 14px;
	font-size: 108%;
	font-weight: bold;
	background: #ffc000 url(../images/bg-button-large-primary.gif) repeat-x;
	}


/* @end */

/* @group Sponsors */

#sponsors {
	padding: 0 0 12px 0;
	}

#sponsors h3 {
	font-size: 85%;
	font-weight: bold;
	margin: 12px 0 0 0;
	}


#sponsors a {
	display: block;
	text-indent: -5000px;
	background: #fff none no-repeat center;
	height: 46px;
	width: 144px;
	border: 1px solid #b3b3b3;
	margin: 6px 0 0 0;
	}
#sponsors #sjsu {
	background-image: url(../images/logo-sponsor-sjsu.gif);
	}
#sponsors #knight {
	background-image: url(../images/logo-sponsor-knight.gif);
	}
#sponsors #ibm {
	background-image: url(../images/logo-sponsor-ibm.gif);
	}

/* @end */




/* @end */

/* @group Homepage */

/* @group Intro & Highlights */


#primary-content .intro {
	font-size: 153.9%;
	color: #666666;
	padding: 0 0 30px 0;
	height: 1%;
	margin: 0 auto;
	text-align: left;
	width: 736px;
	}
	#primary-content .intro strong {
		color: black;
		}

#primary-content .highlight {
	}
#primary-content .highlight div {
	width: 234px;
	float: left;
	display: inline;
	}
#primary-content .highlight a {
	position: relative; 
	display: block;
	padding: 143px 0 5px 0;
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	color: black;
	}
#primary-content .highlight a:hover {
	text-decoration: none;
	cursor: pointer;
	}
	
#primary-content .highlight h3 {
	}
#primary-content .highlight p {
	margin: 12px 0 0 0;
	text-align: center;
	font-size: 86%;
	}


#primary-content .highlight-1 a {
	background: url(../images/illus-calendar.jpg) no-repeat;
	}
#primary-content .highlight-2 a {
	background: url(../images/illus-magnifying-glass.jpg) no-repeat;
	}
#primary-content .highlight-3 a {
	background: url(../images/illus-people.jpg) no-repeat;
	}


#primary-content .highlight-2 {
	margin: 0 18px;
	}
	
.button-container {
	float: left;
	width: 100%;
	text-align: center;
	margin: 18px 0 0 0;
	}
	
	.updates-container {
	float: left;
	
	}
#sign-up-button {
	display: table;
	text-indent: -5000px;
	background: #fff url(../images/btn-free-sign-up.gif) no-repeat center;
	height: 58px;
	width: 229px;
	margin: 0 auto;
	}



/* @end */

/* @group News */

#primary-content #news-ticker {
	position: absolute;
	top: 975px;
	left: 40px;
	
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	float: left;
	width: 734px;
	padding: 0 0;
	margin: 10px 0 0 0;
	}
#primary-content #news-ticker h4 {
	float: left;
	padding: 8px 0 0 0;
	font-weight: bold;
	}
#primary-content #news-ticker p {
	border-left: 1px solid #fc0;
	margin: 0 0 0 135px;
	padding: 8px 0 8px 8px;
	}

/* @end */

/* @group Search Boxes */
#search-boxes { 
	margin: 25px 0 0 0;
	float: left;
	clear: left;
	width: 100%;
}

#search-boxes button { 
	width: 116px;
	margin: 0 0 0 4px;
}

#search-boxes form { 
	width: 331px;
}
#search-boxes input {
	float: left;
	width: 209px;
	}



.lesson-plan-search {
	float: left;
	width: 357px;
	background-color: #f2f2f2;
	margin: 0 20px 0 0;
	}
.lesson-plan-search h2 {
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.lesson-plan-search .examples {
	clear: left;
	float: left;
	font-size: 85%;
	margin: 6px 0 0 0;
}
.lesson-plan-search .advanced-search-link {
	display: inline;
	float: right;
	font-size: 93%;
	margin: 6px 0 0 0;
	padding: 0 0 0 10px;
	background: url(../images/bullet-yellow-square.gif) no-repeat left center;
	}

.find-teachers-search {
	float: left;
	width: 357px;
	background-color: #f2f2f2;
	margin: 0 0 0 0;
	}
.find-teachers-search h2 {
	font-weight: bold;
	margin: 0 0 10px 0;
	}
.find-teachers-search .full-list-link {
	clear: left;
	float: left;
	font-size: 93%;
	margin: 6px 0 0 0;
	padding: 0 0 0 10px;
	background: url(../images/bullet-yellow-square.gif) no-repeat left center;
	}
.find-teachers-search .advanced-search-link {
	display: inline;
	float: right;
	font-size: 93%;
	margin: 6px 0 0 0;
	padding: 0 0 0 10px;
	background: url(../images/bullet-yellow-square.gif) no-repeat left center;
	}


/* @end */


/* @end */

/* @group Submit Lesson Plan */

	


/* @end */



/* @end */

/* @group Footer */

#footer {
	position: absolute;
	top: 1600px;
	padding: 7px 7px 7px 7px;
	}
#footer #copyright {
	/*float: left;*/
	color: #999;
	display: inline;
	}
#footer #footer-navigation {
	/*float: right;*/
	display: inline;
	padding: 0 7px 0 0;
	}
#footer #footer-navigation li {
	display: inline;
	padding: 0 0 0 20px;
	}
.form-submit{
	background:#FFB900 url(../images/bg-button.gif) repeat-x scroll 0% 50%;
	border:medium none;
	cursor:pointer;
	font-size:93%;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
	margin: 5px 5px 5px 0px;
	}


div#wrapper-main {
	
	position: absolute;
	top: 300px;
	left: 40px;
	height: 370px;
	width: 410px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 12px 12px 12px; /* padding keeps the content of the div away from the edges */
	border: thin solid #ffcc00;
}
div#wrapper {
	position: absolute;
	top: 300px;
	left: 490px;
	height: 370px;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 12px 12px 12px; /* padding keeps the content of the div away from the edges */
	border: thin solid #ffcc00;
}
div#wrapper-survey {
	position: absolute;
	top: 710px;
	left: 40px;
	height: 220px;
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 12px 12px 12px; /* padding keeps the content of the div away from the edges */
	border: thin solid #ffcc00;
}
div#wrapper-twitter {
	position: absolute;
	top: 710px;
	left: 380px;
	height: 220px;
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 12px 12px 12px; /* padding keeps the content of the div away from the edges */
	border: thin solid #ffcc00;
}
div#wrapper-past {
	position: absolute;
	top: 970px;
	left: 40px;
	height: 300px;
	width: 700px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 12px 12px 12px 12px; /* padding keeps the content of the div away from the edges */
	border: thin solid #ffcc00;
}
div#testimonials {
	
	position: absolute;
	top: 1300px;
	left: 40px;
	
}


/* @end */
