/*
Theme Name: SCSWL
Theme URI: http://voyageurweb.com
Description: Custom theme generated from Dreamweaver Template
Version: 5/10/2010
Author: Bryce @ Vweb
Author URI: http://voyageurweb.com
Tags: clean, basic
*/

/********************************************************************/
/*         Base Structure Style Sheet Edited 02.18.2010 BDM         */
/*           This sheet is designed for use in WordPress            */
/********************************************************************/


body, h1, h2, h3, a, .header, .footer, .navbar { margin: 0; padding: 0; }

body{ /* default fonts, and colors  */
	color: #036;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-x top #0c10c7;
}
ul, ol {
	list-style-position: inside;
}
li, li a {
	border-collapse: collapse;
}
img {
	border: 0px;
}
table {
	border: 0px;
}
.pagetitle{ /* page titles used in the main content area */
	color: #c20303;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.searchbar { /* searchbar wrapper properties for width and height of searchbox  */
position:absolute;
right:66px;
top:122px;
z-index:999999;
}
.searchbar input.text {
height:13px;
width:255px;
}
.searchbar #s {
	background: url(images/searchform.jpg) no-repeat;
	padding: 3px 0 2px 22px;
	border:none;
	width:102px;
}
#searchform {
}
.wrapper { /*centers the page content */
	margin: 0 auto;
	width: 1000px;
}
.subheader{ /* sub headings used throughout the page */
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
#header{ /* header area */
	width: 1000px;
	height: 195px;
	position: relative;
	background: url(images/headerbg.jpg) no-repeat;
}
#header h1 {
	visibility: hidden;
}
.content-wrap {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 */
	background: #fff;
	width: 900px;
	max-width: 900px;
	margin: 0 0px 0px 50px;
	padding: 10px 0px 20px 0px;
}
#content{ /* main content area*/
	padding: 0 15px;
}
#content ul, #content-index ul {
	list-style-position: outside;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
#content-index {
	margin: 0 -50px;
}
.calendar-content {
	margin: 0 0 0 15px;
}
#content h1{ /* main content h1 headings */
	color: #c20303;
	font-size: 16px;
	font-weight: bold;
}
.contactinfo{  /* contact information area */
}
.border{ /* page or cell borders */
}
.weaver{ /* VoyageurWeb weaver link */
}
a:link{ /* link properties */
}
a:visited{ /* visited link properties */
}
a:hover{ /* hover link properties */
}
a:active{ /* active link properties */
}
.alternatelink{ /*alternate to the standard a tag*/
}
a.alternatelink:link{ /*alternate to the standard a tag*/
}
a.alternatelink:visited{ /*alternate to the standard a tag*/
}
a.alternatelink:hover{ /*alternate to the standard a tag*/
}
a.alternatelink:active{ /*alternate to the standard a tag*/
}
#footer{ /* footer area */
	clear:both;
	width: 920px;
	margin: 0 0 25px 53px;
	padding-top: 15px;
	color: #fff;
	text-align: center;
}

/**********************************************/
/*       Calendar Styles Listed Below         */
/**********************************************/

.mast1 {
	background: #ccc;
	display: block;
	padding: 10px;
	color: #006;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.caltable p {
	padding-left: 10px;
}

.mast2 {
	color: #006;
	font-size: 14px;
	font-weight: bold;
}
.date {
	color: #099;
	font-size: 13px;
	font-weight: bold;
}

.lefttable {
	border-right: 1px solid #CCCCCC;
	/*padding-left: 14px;*/
	padding-right: 10px;
	
}

.middletable {
	padding-left: 14px;
}

.caltable { 
  border-left: 1px solid #CCCCCC;
	/*padding-right: 14px;*/
}


/**********************************************/
/*     Programming Styles Listed Below        */
/**********************************************/

.error{ /* error messages */
	color: #FF0000;
	font-weight: bolder;
}
.success{ /* success messages */
	color: green;
	font-weight: bolder;
}
.instructions{ /* general instructions on the page */
	color: #999966;
	font-size: 8pt;
}
.required{  /* required fields */
	color: #FF0000;
	font-weight: bolder;
}
.fieldlabel{ /*labels that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}
.fieldinstructions{ /*instructions that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}



/**********************************************/
/*       Wordpress Styles Listed Below        */
/*        styles placed by the editor         */
/**********************************************/

.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
}

/* ### blog styles ### */

textarea#comment {
	width: 100%;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	position: absolute;
	top: 154px;
	left: 195px;
	z-index: 100;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	height: 13px;
	padding: 4px 7px 3px 7px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #698f8f;
	border-right: 1px solid #ccc;
	overflow: hidden;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul li {
	float: left;
	position: relative;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #fff;
	background: #3F5E5E;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 150px;
}
.menu ul li:hover ul li a.hide {
	background: #6a3;
	color: #fff;
}
.menu ul li:hover ul li:hover a.hide {
	background: #6fc;
	color: #000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: #a0bebe;
	color: #3f5e5e;
	border: 1px solid #666666;
	border-collapse: collapse;
	width: 136px;
	height: auto;
	text-align: left;
}
.menu ul li:hover ul li a:hover {
	background: #3f5e5e;
	border: 1px solid #333;
	border-collapse: collapse;
	color: #fff;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 151px;
	top: 0;
}
.menu ul li:hover ul li:hover ul.left {
	left: -105px;
}


/********************************
 * Course information styles
 ********************************/
.course_darkgray {
	background-color:gray;
	color: #FFF;
	margin: 0 0 1em;	
	font-size: 11px;
	font-weight: bold;
	padding: 5px 7px;
	width: 174px;
}

.course_requirement {
	background-color:#D3D3D3;
	vertical-align: top;
	color: #000;
	padding: 10px 12px;
	width: 136px;
	font-size: 11px;
}

.course_basic {
	color: #000;
	padding: 5px 14px;
	vertical-align: top;
	font-size: 11px;
}

.carreer_field {
	color: #000;
	padding: 5px 7px;
	vertical-align: top;
	font-size: 11px;
}

.course_name {
	margin-left:-5px;
}
.course_1 {
	/* Agriculture, Food & Natural Resources */
	background-color: #a5ca9b;
	color: #000;
	padding: 5px 14px;
	vertical-align:top;
	font-size: 11px;
}

.course_2 {
	/* Arts, Communications & Information Systems */
	background-color: #e1b9df;
	color: #000;
	padding: 5px 14px;
	vertical-align:top;
	font-size: 11px;
}
.course_3 {
	/* Business, Management & Administration */
	background-color: #f2dcaa;
	color: #000;
	padding: 5px 14px;
	vertical-align:top;
	font-size: 11px;
}
.course_4 {
	/* Engineering, Manufacturing & Technology */
	background-color: #e0a787;
	color: #000;
	padding: 5px 14px;
	vertical-align:top;
	font-size: 11px;
}
.course_5 {
	/* Health Science Technology */
	background-color: #ca8b8f;
	color: #000;
	padding: 5px 14px;
	vertical-align:top;
	font-size: 11px;
}
.course_6 {
	/* Human Services */
	background-color: #84a7bc;
	color: #000;
	padding: 5px 14px;
	vertical-align:top;
	font-size: 11px;
}

.subtitle_1 {
	/* Agriculture, Food & Natural Resources */
	color: #61bb49;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
}

.subtitle_2 {
	/* Arts, Communications & Information Systems */
	color: #b878b4;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
}

.subtitle_3 {
	/* Business, Management & Administration */
	color: #f2ad08;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
}

.subtitle_4 {
	/* Engineering, Manufacturing & Technology */
	color: #e66720;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
}

.subtitle_5 {
	/* Health Science Technology */
	color: #aa1a24;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
}

.subtitle_6 {
	/* Human Services */
	color: #0076bc;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px;
}

.bottom_notes {
	color: #000;
	padding: 5px 7px;
}



body.mceContentBody {
  background-color:#FFFFFF !important;
  background-image: none;
  text-align: left;
}
