@charset "UTF-8";

/*
***********************************************************

Title:			screen.css
Browser(s): 	All

Author: 		Kyle Racki and Kyle Kelly Headspace Design (headspacedesign.ca)
Created: 		05.19.2007
Last modified: 	05.19.2007

***********************************************************
*/


/*
***********************************************************

GLOBAL STYLES

***********************************************************
*/

body {
	background: #f4f5f1 url(../images/headBG.jpg) top left repeat-x;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Tahoma, Arial,Helvetica,sans-serif;
	font-size:.9em;
}
div {
	margin-left:auto;
	margin-right:auto;
	width:850px;
}

p {
	color:#333;
	line-height:1.5em;
}

a { color:#00397e; }
a:visited{ color:00397e; }
a:hover {
	background-color:#e7e5db;
	text-decoration:none;
}

ul { padding:0; }
li {
	list-style-position:inside;
	list-style-type:square;
}

a img {	border:none; }

h2 {
	font-family:Arial, Helvetica, sans-serif;
}

.readmore {
	text-transform:uppercase;
}


form {font-size:90%;padding:5px; }
    
form input,textarea {
	border:1px solid #aea9ab;
	background:#f5f4eb url(../images/formBG.jpg) bottom left repeat-x;
	color:#7b97b5;
}
	
.button { 
	background:#aea99b;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #847d73;
}
.hid {visibility:hidden}

/*
***********************************************************

HEADER

***********************************************************
*/
#header {
	height:170px;
	margin-bottom:12px;
}
#logo a {
	background:url(../images/directionLogo.gif) top left no-repeat;
	width:262px;
	height:65px;
	text-indent:-9999px;
	float:left;
}

#tagline {
	float:right;
	width:500px;
	text-align:right;
	font-weight:normal;
	font-size:1em;
	color:#333;
	margin:0;
}

.taglineTitle {
	font-size:1.5em;
}

#searchBar {
	clear:both;
	float:right;
	margin-bottom:20px;
}

#topNav {
	clear:both;
	padding:0;
}
#topNav li {
	display:inline;
	height:30px;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px dotted #757369;
	padding:4px 4px 4px 4px;
}
#topNav li a {
	text-decoration:none;
	color:#333;
}

#topNav li a:hover {
	background-color:#e6e6e6;
	color:#e20a16;
}

#lastItem { border-right:none; }
/*
***********************************************************

HOME

***********************************************************
*/

#homeIntro h1 {
	color:#333;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}

/*#homeIntro .englishIntro {
	width:410px;
	float:right;
}*/

#homeCallouts {
	clear:both;
	overflow:hidden;
	padding:0;
}
#homeCallouts h2 {
	text-transform:uppercase;
	color:#333;
	font-size:1.2em;
	font-weight:normal;
	padding:0;
	padding-bottom:10px;
	margin:0;
	margin-bottom:16px;
	border-bottom:5px solid #aea99b;
}
#seekers, #success, #workshops {
	width:269px;
	float:left;
	padding:0;
	margin:0;
	font-size:.9em;
}

#seekers img, #success img {
	float:left;
	margin:0 9px 30px 0;
}

#workshops ul li {
	list-style-type:none;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #333;
}
#workshops ul li a {
	font-size:1.2em;
	color:#333;
	text-decoration:none;
}

#workshops a:hover {
	color:#7b97b5;
}

#seekers, #success {
	margin-right:17px;
}


/*
***********************************************************

SUB

***********************************************************
*/
#photoTitle h1 {
	background:#839db9;
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	letter-spacing:-.02em;
	width:284px;
	height:102px;
	text-align:center;
	margin:0;
	margin-bottom:30px;
	padding-top:60px;
	display:block;
	text-transform:capitalize;
}

#contentHolder {
	clear:both;
	overflow:hidden;
	padding:0;
}

#content {
	width:530px;
	float:left;
	margin:0;
	padding:0;
}

#content ul, #content ul{
	color:#333;
	line-height:1.5em;
}

#content p {
	margin-top:0;
	margin-bottom:10px;
}

#content h2 {
	font-weight:normal;
	font-size:2em;
	margin-bottom:0;
	color:#839db9;
}

#content h3 {
	margin-bottom:0;
	color:#847d73;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

#content h4 {
	margin-bottom:0;
	color:#847d73;
	text-transform:uppercase;
	letter-spacing:.3em;
}

#side {
	width:283px;
	float:right;
	margin:0;
	padding:0;
}

#subnav {
	margin:0;
	padding:0;
	margin-bottom:20px;
}

#subnav li {
	list-style-type:none;
	margin:0;
	padding:0;
	background: url(../images/subArrow.gif) center left no-repeat;
	margin-bottom:10px;
}
#subnav li a {
	text-decoration:none;
	padding-left:10px;
}
#subnav li a:hover {
	background:none;
	text-decoration:underline;
}

#side h2 {
	text-transform:uppercase;
	color:#aea99b;
	font-size:1.2em;
	font-weight:normal;
	padding:0;
	padding-bottom:10px;
	margin:0;
	border-bottom:5px solid #aea99b;
}

.contactForm {
	background-color:#E0E6EC;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

#content textarea {
	width:400px;
	height:200px;
}

#content a:hover img {
	background:none;
	border:none;
}
.insetPhoto {
	float:right;
	padding:5px;
	background-color:#fff;
	border:1px solid #999;
	margin-left:5px;
}

.workshopListing {
	margin:0;
	padding:10px 0 0 0;
}
.workshopListing a{
	color:#333;
}
.workshopListing a:hover{
	color:#e20a16;
	background-color:#e6e6e6;
}
.workshopDate {
	margin:0;
	padding:0;
	padding-bottom:10px;
	border-bottom:1px solid #79776D;
}

/*
***********************************************************

FOOTER

***********************************************************
*/

#footer {
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	margin-top:25px;
	margin-bottom:20px;
	background:#fff url(../images/footerBG.jpg) top left repeat-x;
}
#footerCallouts {
	overflow:hidden;
	margin-bottom:20px;
}

#footerCallouts form, #footerCallouts input {
	margin:0;
	padding:0;
}

#postings p {
	margin:0;
	padding:0;
}

#footerCallouts h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#79776D;
	font-size:1em;
	padding-bottom:8px;
	border-bottom:1px dotted #79776D;
	margin-top:38px;
}

#footerCallouts h3 {
	color:#79776D;
	font-size:1em;
	margin:0;
}

#footerCallouts p {
	margin:0;
	font-size:.9em;
	line-height:1.3em;
	margin-bottom:10px;
}

#contact, #login, #postings {
	width:269px;
	float:left;
	padding:0;
	margin:0;
}

#contact, #login {
	margin-right:17px;
}

#login form input {
	margin:10px 0 10px 0;
	display:block;
}
#login a:hover {
	background-color:#e7e5db;
}
#postings ul li {
	margin-bottom:10px;
	font-size:.9em;
	list-style-position:outside;
	margin-left:15px;
}

#bottom {
	clear:both;
	color:#79776D;
}

#bottom a {
	color:#847d73;
}

#centreBottom {
	text-align:center;
}
#leftBottom {
	float:left;
	width:400px;
	font-size:.9em;
}

#rightBottom {
	float:right;
	width:400px;
	font-size:.9em;
	text-align:right;
}

#footerNav {
	text-align:center;
	padding:0;
}
#bottom a:hover {
	background:none;
	text-decoration:none;
}
#footerNav li {
	display:inline;
	font-size:.9em;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}
fieldset{ 
	width:450px;
	border:0px;
}
fieldset legend{ 
	width:180px;
	display:block;
	font-weight:bold;
}
#row{
	width:520px; 
	min-height:23px;
	margin:2px; 
}
#row label{
	width:210px;
	height:23px;
	margin:2px; 
	float:left;
	text-align:right;
}
#row input{
	width:220px;
	min-height:23px;
	margin:2px; 
	float:left;
}
#row div{ clear:both; }
#row p{
	clear:both;
}
#row .contentp{
	width:220px;
	min-height:23px;
	margin:2px; 
	float:left;
	clear:none;
}

#ConditionEmploi,#ConditionEmploi label{
	width:auto;
	float:left;
}
#ConditionEmploi input{
	text-align:left;
	width:22px;
	float:left;
}
#error{
	color:red;
	clear:both;
	display:block;
	visibility:visible;
	font-weight:bold;
	margin:5px;		
	height:20px;
	width:100%;
}