/* Main Style Sheet */

html{
	background: #b7c5e5 url(/images/css/bg_html.png) repeat-x;
}
body{
	margin-left: auto;
	margin-right: auto;
	background:url(/images/css/bg_body.png) repeat-y 0 0;
	width:1000px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#000;
}
h1,h2,h3,h4,h5,h6 {	
	color: #039;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

#header_top{
	background: url(/images/css/bg_header_top.png) repeat-x 0 0;
	height: 78px;
}

#header_top h1{
	margin-bottom: 0;
}

h1#logo{
	height: 78px;
	overflow: hidden;
	position: relative;
	width: 840px;
	color: #fff
}

h1#logo span {
	background: url(/images/css/logo.png) no-repeat 0 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#meta {
	float: right;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0.5em 1.0em 0 0;
	font-weight: bold;
	font-size: 0.9em;
}
#meta a, #meta a:visited {
	color: #fff;
	text-decoration: none;
	border-style: solid;
}
#meta a:hover {
	color: #dae5ff;
	text-decoration: underline;
	border-style: solid;
}

#navigation {
	/*height: 30px;*/
	background-image: url(/images/css/bg_nav_site.png);
	margin-bottom: 1em;
	/*margin-left: 20px;*/
	border-top: 1px solid #ccc;
	/*display: block;*/
	width: 960px;
	float: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#home .navhome,
#community_action_and_alerts .navcommunity_action_and_alerts,
#resources .navresources,
#affiliated_local_unions .navaffiliated_local_unions,
#apprenticeships .navapprenticeships,
#find_a_contractor .navfind_a_contractor,
#msc_bctc_resources .navmsc_bctc_resources,
#contact_us .navcontact_us{
	background-color: #fff;
}

#content{
	min-height: 800px;
	font-size: 80%;
}
#content h2{
	font-size: 2.2em;
}
#content h3{
	font-size: 1.8em;
}

#content h4{
	font-size: 1.6em;
}

#content h5{
	font-size: 1.4em;
	margin-top: 1em;
}

#content h6 {
	font-size: 1.2em;
}

#content p {
	line-height: 1.4em;
	margin-bottom: 1em;
}
/*the main content area*/
#content_center{
}

#content_center ul, #content_center ol {
	list-style-position: outside;
	padding-left: 1.0em;
	margin-left: 1.0em;
}

#content_center ul {
	list-style-type: disc;
}

#content_center ol {
	list-style-type: decimal;
}

#content_center li {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}


/* LINKS */
#content_center a:link {
	color: #03c;
}
#content_center a:visited {
	color: #039;
}
#content_center a:hover {
	color: #36f;
	background-color: #e5ebff;
}
#content_center a:active {
	color: #36f;
	background-color: #b7c2e5;
}

#sidebar{
	border-left: 1px solid #ddd;
	padding: 10px;
	display: block;
	float: left;
	width: 210px;
}

#footer {
	border-top: 1px solid #eee;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
#footer p {
	font-size: 0.8em;
	color: #999;
}


/* FORMS */
form {
	display: block;
	padding: 0;
	margin: 0 auto;
}

label {
	clear: left;
	display: block;
	font-weight: bold;
	margin-bottom: 0.2em;
}

input, select, textarea {
	/*float: left;*/
	border: 1px solid #8bf;
	color: #000;
	padding: 2px;
	margin-bottom: 0.5em;
}

input:focus, textarea:focus {
	background: #fff8e5;
	border: 1px solid #f90;
}

legend {
	color: #039;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

/* FORM BUTTONS */
/* General Background */

.button, .grid input[type="submit"] {
	background-image:url(/images/css/btn_up.png);
	border: 1px outset;
	border-color:#999 #006;
	padding: 2px;
	text-align:center;
	width:auto;
}
.button:hover, .button:focus, .grid input[type="submit"]:hover, .grid input[type="submit"]:focus {
	background-image:url(/images/css/btn_dn.png);
	border-color:#006 #999;
	border: 1px inset;
}
.button * {
	font-size: 1em;
	font-weight: bold;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	margin-bottom: 0;
}

input[type="submit"] {
	font-size: 1em;
	font-weight: bold;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
	margin-bottom: 0;
	padding: 0 2px 1px 2px;
	margin-left: 2px;
}

.button input, .grid input {
	background-color:transparent;
	border: 0px;
}
.grid input[type="text"] {
	border: 1px solid #039;
	background-color:#fff;
}
.button input:hover, .button input:focus, .grid input:hover, .grid input:focus {
	color: #39f;
}

/* button without image */
.noimgbtn {
	padding-left: 2px;
}
/* button with image */
.loginbtn {
	background-image: url(/images/css/loginbtn.png);
	background-position: 2px 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.subscribebtn {
	background-image: url(/images/css/email_go.png);
	background-position: 2px 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.searchbtn {
	background-image: url(/images/css/magnifier.png);
	background-position: 2px 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}



/* For making my classic pretty tables with grey 1-pixel cellspacing, dark grey header, and white table body, but with top cell alignment */

#content_center table, .admin table{
	border: 2px solid #ccc;
	line-height: 1.4em;
}
#content_center table th, .admin table th{
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	background: #eee;
	font-weight:bold;
}
#content_center table tbody td, .admin table tbody td{
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: top;
}




.clearfix {
	clear: both;
}

.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
	width: 100%;
}

#content_center ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1.0em;
	margin-left: 1.0em;
}

.message {
	padding: 5px;
	border: 1px solid #999;
	background-color: #ff9;
	width: 400px;
	text-align: left !important;
}

/* Knop Grid Modifications */
.grid th.sort {
	background: #acf;
}
.grid th.quicksearch form {
	float: left;
}
.grid td.even {
	background: #f7f7f7;
}

.inputgroup { /* the inputgroup class is for checkboxes and radios */
/*
	margin-left: 0px;
*/
}
.inputgroup label, .inputgroup input { /* the inputgroup class is for checkboxes and radios */
	float: none !important;
	display: inline !important;
	width: auto !important;
	font-weight: normal;
}

.preview1, .preview2{
width:100px;
height:100px;
float:left;
}

.upload_form{
	display: block;
	margin-bottom: 10px;
	float: left;
}
.hotness1, .hotness2{
	display:inline-block;
	float: left;
	margin: 10px 0 0 10px;
	padding: 5px;
	background: #eee;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
}

.upload_form input[type="file"]{
	border: none;
}

.gutter_right {
	margin-right: 5px;
	border-right: 1px #eee solid;
	padding-right: 5px;
}
div.preview1.loading, div.preview2.loading { background: url(/images/loading.gif) no-repeat 39px 40px; }
div.preview1.loading img, div.preview2.loading img {display: none; }
.label{
font-weight:bold;
text-align:right;
}
.disabled{
	color:#333;
	border: 1px solid #ccc;
}
#cse-search-results iframe {
width: 460px;
}

.align_right{
text-align:right;
}

/* style to fool bots with antispam technique */
.yourname{display:none;visibility:hidden;}
.required, .error_message{font-weight:bold;color:red;}
.error input, .error select, .error textarea, .validator_error  {
	background-color: #FFE5E5;
	border:solid 1px #F00;
}

