/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
	background: #B4D256;
	background: #696;
	background: url(/dev/sites/all/themes/basic/images/blackboard_6.jpg);
}

/* Links */
/* line 10, ../sass/style.sass */
a:link, a:visited {
  color: #378061;
  text-decoration: none;
}

/* line 15, ../sass/style.sass */
a:hover, a:active {
  color: #FF7400;
}

/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 24, ../sass/style.sass */
h1 {
  font-size: 24px;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 30, ../sass/style.sass */
h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 35, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
	color: #FF7400;
}

/* line 39, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 43, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 48, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 99%;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-type: disc;
	margin-bottom: 1.0em;
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Region Colors. delete when starting a new theme. */
/* line 150, ../sass/style.sass */
#header, #footer {
  background: #efefef;
}

#header {
	background: #EEF3F1;
	width: 960px;
	height: 195px;
	
	border-top: 10px solid #B4D256;
	overflow: hidden;
}

/* line 153, ../sass/style.sass */
#sidebar-first {
  background: #e7edff;
}

/* line 156, ../sass/style.sass */
#sidebar-second {
  
}

/* line 159, ../sass/style.sass */
#navigation {
	background: #2C58C0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#50BA8C), to(#357A5C));
	background: -moz-linear-gradient(#50BA8C, #357A5C);
	background: linear-gradient(#50BA8C, #357A5C);
	-pie-background: linear-gradient(#4671D5, #1240AB);
	behavior: url(/dev/sites/all/themes/basic/pie/PIE.htc);
	-webkit-box-shadow: #666 0px 0px 6px;
	-moz-box-shadow: #666 0px 0px 6px;
	box-shadow: #666 0px 0px 6px;
}
#navigation ul#primary {
	height: 40px;
	width: 960px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
}
#navigation ul#primary li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
}
#navigation ul#primary li a {
	font-family: 'Arvo', arial, serif;
	font-weight: normal;
	font-size: 18px;
	height: 18px;
	padding: 12px 5px 10px 15px;
	margin: 0px;
	line-height: 1.0;
	display: block;
	color: #FFF;
}
#navigation ul#primary li a:hover,
#navigation ul#primary li a.active {
	color: #FF7400;
}

/* page main style */

#page {
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	behavior: url(/dev/sites/all/themes/basic/pie/PIE.htc);
	background: #EEF3F1;
	padding: 30px 0px 0px;
}

#main {
	
}

#content {
}

#content-inner #content-area {
	
}

#content-wrap {
	border: 1px solid #999;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/dev/sites/all/themes/basic/pie/PIE.htc);
	background: #FFF;
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
}
#content-wrap #content-header-top {
	padding: 15px 15px 15px;
	margin: 0px;
	border-bottom: 1px solid #999;
	color: #FF7400;
	line-height: 1.0;
}
#content-wrap #content-header-bottom {
	padding: 15px 15px 15px;
	line-height: 1.0;
}
#content-wrap #content-header-top h1.title {
	margin: 0px;
	padding: 0px;
	line-height: 1.0em;
	font-weight: normal;
	font-family: 'Arvo', arial, serif;
}
#content-wrap #content-area {
	padding: 15px;
}


#sidebar-second .block,
#header-region #block-block-1 {
	border: 1px solid #999;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/dev/sites/all/themes/basic/pie/PIE.htc);
	background: #FFF;
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
}
#sidebar-second .block .block-title,
#header-region #block-block-1 .block-title {
	padding: 11px 10px 9px;
	margin: 0px;
	border-bottom: 1px solid #999;
	color: #FF7400;
	font-weight: normal;
	font-family: 'Arvo', arial, serif;
	line-height: 1.0;
	background: #B4D256;
	color: #FFF;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	behavior: url(/dev/sites/all/themes/basic/pie/PIE.htc);
}
#sidebar-second .block .content,
#header-region #block-block-1 .content {
	padding: 10px;
}
#sidebar-second #block-views-slideshow_side-block_1 {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 270px;
	height: 202px;
}
#sidebar-second #block-views-slideshow_side-block_1 .block-title {
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
#sidebar-second #block-views-slideshow_side-block_1 .content {
	padding: 0px;
}
#header-region #block-block-1 {
	margin: 15px;
}
#header-region #block-block-1 .content {
	width: 248px;
}

#header-region #block-block-2,
#header-region #block-block-1 {
	display: inline;
	float: left;
}

#block-block-2 .banner {
	width: 660px;
}

.teacher {
	margin-bottom: 15px;
}

.teacher-title {
	color: #429973;
	font-size: 30px;
	font-family: 'Tangerine', arial, serif;
	margin-bottom: 10px;
}
.teacher-jobtitle {
	font-size: 14px;
	color: #666;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.teacher-bottom-left {
	float: left;
	display: inline;
	width: 150px;
}
.teacher-bottom-right {
	float: left;
	display: inline;
	width: 433px;
	padding: 0px 0px 0px 15px;
}
.teacher-qualifications ul,
.teacher-experiences ul {
	padding-left: 1.5em;
	list-style: circle;
	font-size: 11px;
}
.block ul {
	padding-left: 1.5em;
	list-style: circle;
}
.block ul li {
	list-style: circle;
	margin: 0px;
}

.views-view-grid td {
	text-align: center;
	padding: 0px 0px 15px;
}

body.front #content-header-top {
	display: none;
}

.programstable {
	border-collapse: separate;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-spacing: 0px;
}
.programstable td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}
.programstable td.tdright {
	text-align: center;
}
.programstable h3 {
	margin-bottom: 0em;
}
.contacttable {
	border-collapse: separate;
	border-spacing: 0px;
}
.contacttable td {
}
.contacttable td.col1 {
	text-align: right;
	color: #FF7400;
	padding: 5px 5px 5px 0px;
	vertical-align: top;
	font-size: 14px;
}
.contacttable td.col2 {
	padding: 5px 0px 5px 5px;
}
.submitted {
	margin-bottom: 0.5em;
	font-style: italic;
}