/**************************************
 * THEME NAME: sc-general
 *
 * Files included in this sheet:
 *
 *   sc-general/gradients.css
 *   sc-general/styles_custom.css
 **************************************/

/***** sc-general/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** sc-general/gradients.css end *****/

/***** sc-general/styles_custom.css start *****/

/*******************************************************************
 styles_custom.css
  
 This CSS file contains all custom CSS written for Selkirk College
 
 1.2
 
 Limiting the background image/graphic so as not to be visible is accomplished
 by using the following rules. 

 body.{class} {background-image: none;}
 body.{class} #page {background-image: none; padding:0px;}
 
*******************************************************************/

body {background: url(pix/header-tile.gif) top left repeat-x #fff; font-family: Verdana, Arial, Geneva, sans-serif;margin:0;padding:0;}
#page {background: url(pix/header.gif) no-repeat;padding-top: 90px}

body.nobg, 
body.mod-chat-gui_header_js #mod-chat-gui-header_js-users {background-image: none; padding:0;}
body.mod-chat-gui_header_js #page {background-image: none; padding:0;}

body.message {background-image:none; padding: 0;margin: 0;}
body.message #page, body.message #content {background-image: none; padding:0;margin: 0;}
body.mod-chat-gui_header_js {background-image: none; padding:5px;}

.headermain {
			position: absolute; left: 222px; top:15px;
			width: 325px; height:45px;
			font-family: Arial, Verdana, Geneva, sans-serif;
			color: #fff; font-size: 16px !important;
			font-weight: normal;
			text-transform: uppercase; letter-spacing: normal;
			}

.headermenu table{
		padding-bottom: 0;
		margin-top: -5px;
		
}
.headermenu select {border: 1px solid #333; font-size: 11px; margin-top: 8px}
.headermenu table select {margin-top: 0;}
/*.navbar {position: absolute; top: 107px; background-color: #ddd; background-image: none;} ORIG*/
.navbar {background-color: #ddd; background-image: none;}
.breadcrumb {padding: 0 0 0 5px;}
.logininfo, .logininfo a:link, .logininfo a:hover, .logininfo a:visited, .logininfo a:active {color: #fff; font-size: 11px; letter-spacing: normal; !important}
.logininfo a {font-weight: bold;}
.headermenu {margin:  0px 5px 0px 0;} 

/*sets the navbar / breadcrumb area format*/

#content {margin: 29px 0 0 0;}

select, input {border: 1px solid #333; font-size: 11px; }
/*tames the input items*/
.clearer {
  clear:both;
  margin:0px;
  padding:0px;
  height:1px;
  border:none;
  background:transparent;
  display:block;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#footer {
	background: #06b;
	height: 21px;
	padding: 6px 5px 0 5px;
	text-align: left;
}
/***** sc-general/styles_custom.css end *****/

