/*---- Import special CSS ---- lower inheritance here ------*/
@import url("/_css/camosun-special.css");
@import url("/_css/jquery.datepick.css");
/*----------------------------------------------------------*/

/*==========================================================*/
/* Css Reset code */
/*==========================================================*/
/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version:2.8.0r4 */
html {
	color: #000;
	background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,/*input,*/button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del,ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
/*q:before,q:after {
content: '';
}
*/abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
legend {
	color: #000;
}
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}


/*==========================================================*/
/* Page Framework */
/*==========================================================*/
html {
	background: #f1f1f1;
	position: relative;
}
body {
	margin: 0;
	padding: 0;
	font: 74% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
/*
	background: -webkit-gradient(linear,left bottom,left top,color-stop(1,#e1e1e1),color-stop(0.5,#f6f6f6));
	background: -moz-linear-gradient(top, #e1e1e1, #f6f6f6 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1',endColorstr='#f6f6f6',GradientType=0);
*/
	background: #f1f1f1;
	position: relative;
}
#pageContainer {
	width: 1004px;
	margin: 0 auto;
	background: #fff;
	padding: 0 0 5px 0;
	position: relative;

}


/*==========================================================*/
/* Basic formatting styles, pagewide */
/*==========================================================*/
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

a:link {
	color: #444da5;
}
a:visited {
	color: #800080;
}
a:hover {
	color: #f00;
}

ins {
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}
del {
	color: #ccc;
	text-decoration: line-through;
	background: transparent;
}
sup {
	vertical-align: super;
	font-size: .8em;
}
sub {
	vertical-align: sub;
	font-size: .8em;
}

h1, h2, h3, h4, h5, h6, caption {
	font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
	width: 90%;
	margin: 15px auto;
}

/*==========================================================*/
/* Utility classes */
/*==========================================================*/
.plainOnly, .printOnly {
	display: none;
}
/* for items to appear only when "Camosun Plain" or print styles are used */


/*==========================================================*/
/* Header */
/*==========================================================*/
/*-------------- Top links (necessary evils) and Google search --------------*/
div#evils {
	padding: 0px 5px;
	text-decoration: none;
	font-size: 0.9em;
}
ul.evils {
	display: inline;
	text-decoration: none;
	margin-top: -10px;
}
ul.evils li {
	display: inline;
	float: right;
	margin-right: 20px;
	margin-top: 58px;
}
div#shmoogle {
	margin-top: 51px;
	margin-right: 25px;
	float: right;
	color: #000;
}
div.curveRel {
	position: relative;
}
/*
input#q {
	font-size: 1.3em;
	width: 250px;
}
*/
input#q {
/*
	border-top: 2px #acaeb4 solid;
	border-left: 1px #dde1e7 solid;
	border-right: 1px #dde1e7 solid;
	border-bottom: 1px #e3e9ef solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 4px 6px;
	font-size: 1.0em;
	color: #999;
*/
	width: 250px;
}
input#q.active {
	color: #000;
}
input#q:focus {
/*
	border-top: 2px #5794bf solid;
	border-left: 1px #c5daed solid;
	border-right: 1px #b7d5ea solid;
	border-bottom: 1px #c7e2f1 solid;
	outline: 0;
*/
}
input.qSubmit {
/*
	border-top: 1px #e3e9ef solid;
	border-left: 1px #dde1e7 solid;
	border-right: 1px #dde1e7 solid;
	border-bottom: 1px #acaeb4 solid;
	background-color: #f1f1f1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 4px 6px;
	font-size: 1.0em;
	color: #333;
*/
}


div#logo {
	margin-bottom: 10px;
	padding-left: 21px;
	margin-top: 1px;
	padding-top: 6px;
}

/*-------------- Banners --------------*/
div.mainHeader {
	height: auto;
}
/*I don't think this is still used - aubrey Nov 25/09 */
div.subHeader {
	margin-bottom: 10px;
}
img.randomSubhead {
	width: 1004px;
	height: 153px;
}
/* Used only for top.inc.services.php and top.inc.international.php template file for image sizing */

/*-------------- Main Navigation --------------*/
ul#menu {
	list-style-type: none;
	margin: 0 2px;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	position: relative;
	width: 142px;
	z-index: 100;
	height: 43px;
}
#menu li dl {
	position: absolute;
	top: 0;
	left: 0;
}
#menu dt {
	font-size: 1.0em;
	width: 142px;
	height: 42px;
	line-height: 42px;
	background-image: url(/images/nav/mask.png);
	background-repeat: no-repeat;
	text-align: center;
}
#menu li dd {
	display: none;
}
#menu li:hover dd {
	display: block;
	width: 140px;
	font-size: .87em;
	background: #fff;
	text-align: left;
	border: 1px solid #999;
	border-top: none;
}

#menu li dt a, #menu li dt a:visited {
	text-decoration: none;
	outline: none;
	color: #fff;
	display: block;
}
#menu li dd a, #menu li dd a:visited {
	text-decoration: none;
	outline: none;
	color: #000;
	display: block;
	padding: 4px 5px 4px 4px;
}
#menu li a:hover, #menu li a:visited:hover {
	color: #000;
}

#menu dl.grn dt {
	background-color: #6bb200;
}
#menu dl.grn dd a:hover {
	background-color: #6bb200;
}
#menu dl.bl dt {
	background-color: #296dd6;
}
#menu dl.bl dd a:hover {
	background-color: #296dd6;
}
#menu dl.tl dt {
	background-color: #00babd;
}
#menu dl.tl dd a:hover {
	background-color: #00babd;
}
#menu dl.yw dt {
	background-color: #fec90c;
}
#menu dl.yw dd a:hover {
	background: #fec90c;
}
#menu dl.og dt {
	background-color: #e77618;
}
#menu dl.og dd a:hover {
	background: #e77618;
}
#menu dl.rd dt {
	background-color: #d3222a;
}
#menu dl.rd dd a:hover {
	background-color: #d3222a;
}
#menu dl.pk dt {
	background-color: #e8327e;
}
#menu dl.pk dd a:hover {
	background: #e8327e;
}

/*-------------- Camosun College International Main Navigation --------------*/
ul#menu-cci {
	list-style-type: none;
	margin: 0 2px;
	padding: 0;
	width: 100%;
}
#menu-cci li {
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
	position: relative;
	width: 142px;
	z-index: 100;
	height: 43px;
}
#menu-cci li dl {
	position: absolute;
	top: 0;
	left: 0;
}
#menu-cci dt {
	font-size: 1.0em;
	width: 142px;
	height: 42px;
	line-height: 42px;
	background-image: url(/images/nav/mask.png);
	background-repeat: no-repeat;
	text-align: center;
}
#menu-cci li dd {
	display: none;
}
#menu-cci li:hover dd {
	display: block;
	width: 140px;
	font-size: .87em;
	background: #fff;
	text-align: left;
	border: 1px solid #999;
	border-top: none;
}

#menu-cci li dt a, #menu-cci li dt a:visited {
	text-decoration: none;
	outline: none;
	color: #fff;
}
#menu-cci li dd a, #menu-cci li dd a:visited {
	text-decoration: none;
	outline: none;
	color: #000;
	display: block;
	padding: 4px 5px 4px 4px;
}
#menu-cci li a:hover {
	color: #000;
}

#menu-cci dl.pink1 dt {
	background-color: #7C1E3F;
}
#menu-cci dl.pink1 dd a:hover {
	background-color: #7C1E3F;
}
#menu-cci dl.pink2 dt {
	background-color: #A50544;
}
#menu-cci dl.pink2 dd a:hover {
	background-color: #A50544;
}
#menu-cci dl.pink3 dt {
	background-color: #CC0256;
}
#menu-cci dl.pink3 dd a:hover {
	background-color: #CC0256;
}
#menu-cci dl.pink4 dt {
	background-color: #EA0F6B;
}
#menu-cci dl.pink4 dd a:hover {
	background: #EA0F6B;
}
#menu-cci dl.pink5 dt {
	background-color: #E54C7C;
}
#menu-cci dl.pink5 dd a:hover {
	background: #E54C7C;
}
#menu-cci dl.pink6 dt {
	background-color: #ED72AA;
}
#menu-cci dl.pink6 dd a:hover {
	background-color: #ED72AA;
}
#menu-cci dl.pink7 dt {
	background-color: #F4BFD1;
}
#menu-cci dl.pink7 dd a:hover {
	background: #F4BFD1;
}


/*==========================================================*/
/* Content area */
/*==========================================================*/
div#content {
	border-left: #f1f1f1 1px solid;
	width: 743px;
	margin: 0 auto 0 237px;
	padding: 0 0 0 12px;
	line-height: 1.5em;
}
/* two-column layout */
div#content3 {
	border-left: #f1f1f1 1px solid;
	border-right: #f1f1f1 1px solid;
	width: 504px;
	margin: 0 auto 0 237px;
	padding: 0 12px 0 12px;
	line-height: 1.5em;
}
/* three-column layout */

#content .right, #content3 .right {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 0;
}
#content .left, #content3 .left {
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0;
}

#content h1, #content3 h1 {
	font-weight: normal;
	font-size: 2.2em;
	margin-bottom: 20px;
	line-height: 1.3em;
}
#content h2, #content3 h2 {
	font-weight: bold;
	font-size: 1.6em;
	margin: 15px 0 15px 0;
	line-height: 1.3em;;
}
#content h3, #content3 h3 {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	margin: 5px 0 5px 0;
	line-height: 1.3em;
}
#content h4, #content3 h4 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}
#content h5, #content3 h5 {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
	line-height: 1.5em;
}
#content h6, #content3 h6 {
	font-weight: bold;
	font-size: .9em;
	line-height: 1.5em;
}
#content p, #content3 p {
	margin-bottom: 15px;
}

#content ul, #content3 ul {
	margin: 10px 0 10px 40px;
}
#content ul li, #content3 ul li {
	list-style-image: url("/images/icons/arrow.png");
	margin-bottom: 3px;
	line-height: 1.5em;
}
#content li ul, #content3 li ul {
	margin-top: 3px;
	margin-bottom: 0;
}
#content ol, #content3 ol {
	margin: 10px 0 10px 40px;
}
#content ol li, #content3 ol li {
	list-style: decimal;
	margin-bottom: 3px;
}
#content li ol, #content3 li ol {
	margin-top: 3px;
	margin-bottom: 0;
}

#content blockquote, #content3 blockquote {
	margin: 20px 40px;
}

#content dl, #content3 dl {
	margin: 15px 0;
}
#content dt, #content3 dt {
	font-weight: bold;
}
#content dd, #content3 dd {
	margin-left: 40px;
}

#content img, #content3 img {
	margin: 5px;
	padding: 5px;
}

#content div.captionBox, #content3 div.captionBox {
	padding: 3px;
	font-size: .85em;
	line-height: 1em;
}
#content div.captionBox img, #content3 div.captionBox img {
	vertical-align: middle;
	padding: 0;
	margin: 0 0 3px 0;
}
#content div.captionBox p, #content3 div.captionBox p {
	margin: 0 0 3px 0;
}

#content div.megaCaptionBox, #content3 div.megaCaptionBox {
	overflow: auto;
	margin: 5px 0 15px 0;;
}
#content div.megaCaptionBox img, #content3 div.megaCaptionBox img {
	float: left;
	margin: 0 15px 15px 0 ;
	padding: 0;
}

.sideby {/*side by side layout for content, contact us page, CCI counseling page */ float:left;
	margin-right: 10px;
}

#content img.info {
	border: none;
	padding-top: 8px;
}
/*used for some instances of infosession icons*/
p.pubDate {
	margin-top: -5px;
	color: #666;
	font-style: italic;
	font-size: 0.9em;
}
.clear {
	clear: both;
}
/*-------------- Highlight boxes --------------*/
#content div.uberImportant, #content3 div.uberImportant {
	background-color: #fee;
	border-color: #f00;
	border-width: 1px 0;
	border-style: solid;
	padding: 5px;
	margin: 15px 0px;
}
#content div.uberImportant p, #content3 div.uberImportant p {
	margin: 15px 0;
}

#content div.highlight, #content3 div.highlight {
	background-color: #f6f6f6;
	border-color: #ccc;
	border-width: 1px 0;
	border-style: solid;
	padding: 5px;
	margin: 15px 0px;
}
#content div.highlight p, #content3 div.highlight p {
	margin: 15px 0;
}

#content div.aside, #content3 div.aside {
	background-color: #f6f6f6;
	color: #5F5F5F;
	font-size: .9em;
	border-color: #ccc;
	border-width: 1px 0;
	border-style: solid;
	padding: 3px 15px;
	margin: 15px 0px;
}
#content div.aside p, #content3 div.aside p {
	margin: 8px 0;
}


/*-------------- Tables --------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0 15px 0;
}

table th {
	padding: 4px;
	font-weight: bold;
}
table td {
	padding: 4px;
}

table.standard, table.standard2 {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	vertical-align: middle;
	border: 0;
}
table.standard {
	width: 100%;
}
table.standard th, table.standard2 th {
	border: 1px solid #fff;
	padding: 4px;
	background-color: #B3CBE8;
}
table.standard td, table.standard2 td {
	border: 1px solid #fff;
	padding: 4px;
	background-color: #F2F2F2;
}
table.standard tr.darker td, table.standard2 tr.darker td {
	background-color: #dadada;
}
table.standard tfoot td, table.standard2 tfoot td {
	background-color: #dadada;
	font-weight: bold;
}

table.jobList {
	border: 1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 5px;
	font-size: 0.9em;
}
table.jobList th.main {
	background-color: #e4e4e4;
	text-align: left;
	padding: 2px;
}
table.jobList th.sub {
	background-color: #f4f4f4;
	text-align: left;
	border: 1px solid #ddd;
	padding: 2px;
}
table.jobList th, table.jobList td {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0;
	padding: 4px;
}

/*-------------- Forms --------------*/
#content form, #content3 form {
}
#content form fieldset, #content3 form fieldset {
    margin: 10px;
    border: 1px solid #ccc;
}
#content form fieldset legend, #content3 form fieldset legend {
    font-family: "Segoe UI", "Myriad Pro", Helvetica, Arial, sans-serif;
    margin-left: 5px;
    padding: 2px;
    font-size: 1.2em;
	font-weight: bold;
}

#content form .formElement, #content3 form .formElement {
    padding: 0;
    margin: 10px 0 10px 0;
    overflow: auto;
}

#content form label, #content3 form label {
	display: block;
	padding: 0 2px 0 10px;
	float: left;
}
#content form label.small, #content3 form label.small {
	width: 100px;
}
#content form label.mid, #content3 form label.mid {
	width: 150px;
}
#content form label.wide, #content3 form label.wide {
	width: 225px;
}

#content form label.overLabel, #content3 form label.overLabel {
	float: none;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content form select, #content3 form select {
	margin: 0 0 0 10px;
	float: left;
	display: block;
	border: 1px solid #7f9db9;
}
#content form textarea, #content3 form textarea {
	margin: 0 0 0 10px;
	float: left;
	display: block;
	border: 1px solid #7f9db9;
	padding: 2px;
}
#content form input, #content3 form input {
	margin: 0 0 0 10px;
	float: left;
	display: block;
	padding: 2px;
	
}
#content form input.radio, #content3 form input.radio {
	margin-top: 3px;
	padding: 0;
}
#content form input.checkbox, #content3 form input.checkbox {
	margin-top: 3px;
	margin-left: 25px;
	padding: 0;
}
#content form input.submit, #content3 form input.submit {
	float: right;
}
#content form input.text, #content3 form input.text {
/*
	border: 1px solid #7f9db9;
	padding: 0;
*/
}
#content div.buttons, #content3 div.buttons {
	background: #f1f1f1;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	overflow: auto;
	padding: 5px;
}

#content form input.miniscule, #content3 form input.miniscule {
	width: 30px;
}
#content form input.tiny, #content3 form input.tiny {
	width: 70px;
}
#content form input.date, #content3 form input.date {
	width: 100px;
}
#content form input.small, #content3 form input.small {
	width: 150px;
}
#content form input.mid, #content3 form input.mid {
	width: 250px;
}
#content form input.wide, #content3 form input.wide {
	width: 350px;
}
#content form textarea.mega, #content3 form textarea.mega{
	width: 438px;
}
#content form input.mega, #content3 form input.mega {
	width: 438px;
}

#content form .instruction, #content3 form .instruction {
	font-size: 0.9em;
	color: #666;
	margin-left: 10px;
	padding: 0;
}
#content form input.error, #content3 form input.error {
	color: #cc0000;
}
#content form label.error, #content3 form label.error {
	color: #cc0000;
	font-size: 0.9em;
	display: none;
}
#content ul.phpFormError, #content3 ul.phpFormError {
	padding: 0;
	margin-left: 0;
}
#content div.phpFormError, #content3 div.phpFormError {
	border: 1px solid #f00;
	color: #f00;
	background-color: #fee;
	padding: 0;
	margin: 5px;
}
#content ul.phpFormError li, #content3 ul.phpFormError li {
	font-size: 0.9em;
	color: #cc0000;
	margin-left: 20px;
}

/*------ Recaptcha --------------*/
#recaptcha_image {
	border: 1px solid #7f9db9;
	margin: 0 10px 0 10px;
	padding: 5px;
	float: left;
}
#recaptcha img {
	padding: 0;
	margin: 0;
	display: block;
}
.recaptcha-buttons {
	margin-top: 10px;
	width: 25px;
	float: left;
}


/*==========================================================*/
/* Secondary nav panel */
/*==========================================================*/
div#pagemenu {
	float: left;
	margin-left: 15px;
	width: 210px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#pagemenu h2 {
	background: #4f74d8;
	font-size: 1.4em;
	color: #fff;
	padding: 8px 3px 7px 10px;
	font-weight: bold;
	margin-left: -15px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#pagemenu p {
	margin: 15px 0;
}
#pagemenu ul {
	margin: 15px 0;
	padding: 15px;
}
#pagemenu li {
	list-style-image: url("/images/icons/arrow.png");
	line-height: 1.5em;
	padding-left: 1px;
}
#pagemenu ul li ul {
	margin: 5px 18px;
	padding: 0;
}
#pagemenu ul li ul li {
	list-style-image: url("/images/icons/arrow-dbl.png");
	line-height: 1.5em;
	padding-left: 1px;
}


/*==========================================================*/
/* Third column */
/*==========================================================*/
div.rightBanner {
	border: 1px solid #ddd;
	background: #f4f4f4;
	margin: 5px;
	width: 195px;
	float: right;
	overflow: auto;
	padding: 2px;
	clear: right;
}
div.rightBanner img {
	margin: 2px !important;
	padding: 0 !important;
}
div.rightBanner h1 {
	margin-top: 0;
	margin-bottom: 2px;
}
div.rightBanner p {
	font-size: 0.9em;
	margin: 0 2px 4px 2px !important;
	line-height: 1.3em;
}

div#lAds {
	margin-top: 10px;
	margin: 0 15px;
	width: 195px;
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
}
#lAds h1 {
	font-size: 1.4em;
	background: #95c940;
	color: #FFF;
	width: 212px;
	padding: 8px 3px 7px 10px;
	font-weight: bold;
	margin: 0 0 20px -15px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#lAds h2 {
	font-size: 1.1em;
	background: #95c940;
	color: #FFF;
	width: 212px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	margin: 20px 0 5px -15px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#lAds h3 {
	font-size: 1.1em;
	padding: 0;
	font-weight: bold;
	margin: 3px 0 3px 0;
}
#lAds p {
	margin: 0 0 15px 0;
}
#lAds ul {
	margin: 15px 0;
	padding: 0;
}
#lAds li {
	list-style: none;
	margin-left: 8px;
}

/*div#lAds {
margin-top: 10px;
margin: 0 15px;
width: 195px;
float: right;
font-size: 0.9em;
line-height: 1.5em;
}
#lAds h1 {
font-size: 1.4em;
background: #95c940;
color: #FFF;
width: 212px;
padding: 25px 3px 10px 10px;
font-weight: bold;
margin: 0 0 20px -15px;
}
#lAds h2 {
font-size: 1.2em;
color: #000;
padding: 0;
font-weight: bold;
margin: 15px 0;
}
#lAds h3 {
font-size: 1.2em;
color: #000;
padding: 0;
font-weight: bold;
margin: 5px 0;
}
#lAds p {
margin: 15px 0;
}
#lAds ul {
margin: 15px 0;
padding: 0;
}
#lAds li {
list-style: none;
margin-left: 8px;
}
*/
div#twitter dl {margin: 5px 0px; padding: 3px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #ffffff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fafafa),color-stop(0.95,#ffffff));
background: -moz-linear-gradient(center top, #fafafa 5%, #ffffff 95%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#ffffff',GradientType=0);}
div#twitter dl dt, div#twitter dl dt a {color:#3878DB; text-decoration: none; margin-bottom: 5px;}
div#twitter dl:hover  {-moz-box-shadow: 0em 0em .9em #e1e1e1; -webkit-box-shadow: 0em 0em 0.9em #e1e1e1;  box-shadow: 0em 0em 0.9em #e1e1e1;}
div#twitter dl dd {color: #666; margin-bottom: 10px;}

/*==========================================================*/
/* Footer */
/*==========================================================*/
div.updated {
	clear: both;
	margin-bottom: 15px;
}
div.updated p {
	margin-left: 20px;
	color: #666;
	font-style: italic;
	font-size: 0.9em;
}
#footer {
	text-align: center;
	clear: both;
	width: 966px;
	margin: 0 auto;
	border-top: #ccc 1px solid;
	font-size: 0.9em;
}
#footer p {
	color: #000;
	padding: 5px;
	margin-left: 140px;
}

#footer .social {
	float: right;
	display: inline;
	height: 28px;
	width: 28px;
	padding: 0;
	margin: 0;
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
#footer .social img {
	border: 0;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
#footer .social a:hover img {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#footer-ad img {
	padding: 5px;
	margin: 5px;
}
/*==========================================================*/
/* Homepage */
/*==========================================================*/
/*---------------- Main news -------------------------*/
div#mainStory {
	margin: 0 auto 0 237px;
	padding: 0 0 0 20px;
	width: 745px;
}
div#mainStory h1 {
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 1.3em;
}
div#mainStory h2 {
	font-weight: bold;
	font-size: 1.6em;
	margin: 15px 0 15px 0;
	line-height: 1.3em;
}
div#mainStory h3 {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	margin: 0px 0 15px 0;
	line-height: 1.3em;
}
div#mainStory p {
	line-height: 1.5em;
	margin: 15px 0 15px 0;
}
div#mainStory li {
	line-height: 1.7em;
}
div#mainStory:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
div#mainStory img {
	margin-right: 15px;
}

#mainStory div.uberImportant {
	background-color: #fee;
	border-color: #f00;
	border-width: 1px 0;
	border-style: solid;
	padding: 5px;
	margin: 15px 0px 5px 0;
	width: 710px;
}
#mainStory div.uberImportant p {
	margin: 15px 0;
}

/*------ right side article -------*/
div#Ads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 205px;
	margin-top: 0px;
	margin-left: 27px;
}
div#Ads p {
	margin: 0 1px 0 18px;
}
div#Ads h1 {
	background: #4f74d8;
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 25px 3px 10px 7px;
	font-weight: bold;
}
div#Ads h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 6px 0 1px 0px;
}
div#Ads ul {
	padding: 10px;
	margin: 10px;
}
div#Ads li {
	list-style: none;
	line-height: 1.5em;
	margin-left: -12px;
	font-size: 1em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #E6E6E6;
}
div#Ads img {
	padding: 0px 0px 0px 0px;
}

/*------ HOMEPAGE CALENDAR --------------*/
div#yuicalendar1 {
	margin: 0px 0px 5px 0px;
	font: 13px/1.231 Verdana, Arial, Helvetica, sans-serif; *font-size:small;
	*font:x-small;
}
div#yuicalendar1 table {
	border: 0;
}
div#calDetail {
	width: 100%;
}
#spryregion1 dl {
	font-size: 0.9em;
	margin-top: 15px;
}

/*------ HOMEPAGE Blocks o' Content --------------*/
.block {
	display: inline;
	float: left;
	min-height: 215px;
	height: auto !important;
	height: 215px;
	width: 210px;
	padding: 10px 10px;
	margin: 10px 14px 10px -1px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(/images/gradient-bkd.png);
	background-repeat: repeat-x;
}
.block:hover {
	-moz-box-shadow: 0.2em 0.2em .9em #ccc;
	-webkit-box-shadow: 0.2em 0.2em 0.9em #ccc
}
.block img, .block img a {
	padding: 0;
	margin: 0;
}
div#mainStory .block p {
	margin-top: 0;
}

/*------ HOMEPAGE AskUs button and hover over --------------*/
.askUs a {
	margin: 0;
	padding: 0;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.6;
	clear: both;
}
.askUs p {
	border-top: 0;
	margin-top: 0;
}
.askUs a:hover {
	margin: 0px 0px;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1;
	clear: both;
}
.askUs a span {
	display: none;
}
.askUs a:hover span {
	position: relative;
	width: 120px;
	display: block;
	background-color: #fee;
	color: #000;
	border: 1px solid #f1f1f1;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
}


/*==========================================================*/
/* Individual page/section additions */
/*==========================================================*/

/* ------- Eco-widget (used on /about/green/energy-project.html) ----------*/
#content .ecoWidget {
	background-image: url(/_include/widgets/eco-widget_clouds.png);
	background-repeat: no-repeat;
	float: right;
	padding: 4px;
	margin: 4px;
	width: 355px;
	height: 345px;
	background-position: left top;
}
#content .ecoWidget input {
	float: none;
	margin: 0;
	color: #F00;
	display: block;
	position: relative;
	font-size: .9em;
}
#content .ecoWidget #worldometer #field1 {
	left: 55px;
	top: 68px;
	width: 6.5em;
}
#content .ecoWidget #worldometer #field2 {
	left: 55px;
	top: 100px;
	width: 6.5em;
}
#content .ecoWidget #worldometer #field3 {
	left: 230px;
	top: 173px;
	width: 5em;
}
#content .ecoWidget #worldometer #field4 {
	left: 230px;
	top: 210px;
	width: 5em;
}

/*--------------- Accordian ------------------*/
/* used still on /services/ses/career-fairs.html */
#myAccordion {
	width: 209px;
	border: 1px solid #fff;
	float: right;
	font-size: .9em;
}
#myAccordion dt {
	background: #95c940;
	line-height: 17px;
	border-top: 1px solid #fff;
	padding: 0 5px;
	font-weight: bold;
	color: #fff;
}
#myAccordion dd {
	overflow: auto;
	margin: 5px 0 5px 8px;
	padding-right: 5px;
	line-height: 1.3em;
}
#myAccordion br {
}
#myAccordion dt.myAccordionHover {
	cursor: pointer;
}
#myAccordion dt.myAccordionActive {
	background: #95c940;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*--------------- CE site ------------------*/
div#squarebullets {
	background-color: #FFF;
	color: #000;
	border-color: #19BCB9;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 15px;
	margin-left: 65px;
	width: 350px;
}
div#squarebullets li {
	list-style-image: url(/images/icons/bullet-box.png);
}
.new {
	color: #F00;
}
/* new tag for new courses */
.cancelled {
	opacity: .3;
}
.cancelled register {
	display: none;
}
.closed {
	color: #FF0000;
	font-weight: bold;
}
/* closed tag for closed courses */

/*------ CE course series border and hover over --------------*/
.ceSeries {margin: 0px 0px 5px 0px; padding: 5px 10px 5px 10px; border-top: 1px solid #fff; border-left: 1px solid #fff; border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #ffffff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#fafafa),color-stop(0.95,#ffffff));
background: -moz-linear-gradient(center top, #fafafa 5%, #ffffff 95%);
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#ffffff',GradientType=0);*/}

.ceSeries:hover { -moz-box-shadow: 0em 0em .9em #e1e1e1; -webkit-box-shadow: 0em 0em 0.9em #e1e1e1;  box-shadow: 0em 0em 0.9em #e1e1e1;}

/*--------------- Comments ---------------------------- */

#content .comments, #content3 .comments {display: block; width: auto; height: auto; margin: 5px 10px; padding: 5px; -moz-box-shadow: 0em 0em .2em #515151; -webkit-box-shadow: 0em 0em 0.2em #515151;  box-shadow: 0em 0em 0.2em #515151; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden;}

#content .comments .postedBy, #content3 .comments .postedBy {display: block; height: auto; width: 32%; float: left; margin: 4px; }

#content .comments .commentsText, #content3 .comments .commentsText {display:block; height: auto; width: 65%; margin: 4px; float: left; }

/*--------------- ical parser (found on important dates page, etc) ---------------------------- */

div#content3 ul.oddShady li.oddRow{background-color:#f1f1f1;}
div#content3 ul.oddShady span.smallerText{font-size:smaller;}

/*------------------- Library homepage, counselling,learning,writing centre ---------------------*/
#content .blockFixed {padding: 0px;    
	display: inline;
	float: left;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	width: 230px;
	padding: 0px;
	margin: 10px 14px 10px -1px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: url(/images/gradient-bkd.png);
	background-repeat: repeat-x;
}
#content .blockFixed h3:first-child {
	border-top:none;
}	
#content .blockFixed h3 a:link, #content .blockFixed h3 a:visited, #content .blockFixed p a:link, #content .blockFixed  p a:visited {
	text-decoration: none; color: #000;
}
#content .blockFixed h3 a:hover, #content .blockFixed p a:hover {
	text-decoration: none; color:#296DD6;
}
#content .blockFixed h3 { 
	border-bottom:2px #296DD6 solid;
	background:#e6e6e6; /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);*/-moz-border-radius-topleft: 4px; 
	-moz-border-radius-topright: 4px; 
	-moz-border-radius-bottomright: 0; 
	-moz-border-radius-bottomleft: 0; 
	-webkit-border-top-left-radius: 4px; 
	-webkit-border-top-right-radius: 4px; 
	-webkit-border-bottom-left-radius: 0; 
	-webkit-border-bottom-right-radius: 0; 
	text-indent: 10px; 
	padding: 8px 3px 7px 10px; 
	margin:0px;
}
#content .blockFixed ul li {
	margin-right: 10px;
}
#content .blockFixed p {
	margin: 10px 10px 10px 18px; 
}

#content .blockFixed:hover {
	background-image: none;
	-moz-box-shadow: 0em 0.2em .9em #ccc;
	-webkit-box-shadow: 0em 0.2em 0.9em #ccc
}

/*========================= Specific forms =================================*/
/*--------------- Registration contact form (/about/contact/registration.html) ------------------*/
/* extra sections displayed with javascript: */
#content #infoContactForm #studentIDblock {
	display: none;
}

/*--------------- Webteam contact form (/services/webteam/index.html) ------------------*/
#content #websiteFeedbackForm #messageError {
	margin-left: 115px;
}

/*--------------- Childcare application form (/services/childcare/applyform.html) ------------------*/
/* extra sections displayed with javascript: */
#content #childCareApplicationForm #primaryIDBlock {
	display: none;
}
#content #childCareApplicationForm #secondaryIDBlock {
	display: none;
}

/*--------------- Co-op job listing form (/services/coop/applyform.html) ------------------*/
#content #coopJobPostingForm #recruit {
	margin-left: 120px;
}

/*--------------- SES services request form (/services/ses/service-request/applyform.html) ------------------*/
#content #sesServiceRequestForm input.checkbox {
	margin-left: 40px;
}
#content #sesServiceRequestForm p.campus {
	margin-top: 25px;
}

/*--------------- Facilities rental form (/services/facility-rentals/facility-rental.html) ------------------*/
/* extra sections displayed with javascript: */
#content #facilityRentalForm #dateWarning {
	display: none;
}
#content #facilityRentalForm #internalContact {
	display: none;
}
#content #facilityRentalForm #computerSpecs {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #foodservedinfo {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #caterinfoyes {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #caterinfono {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #internetSpecs {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #businfo {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #fireplaceinfo {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #overheadlightsinfo {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #furnitureSpecs {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #wasteSpecs {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #securitySpecs {
	display: none;
	padding-left: 22px;
}
#content #facilityRentalForm #bbqBlock {
	display: none;
}
#content #facilityRentalForm #bbqSpecs {
	display: none;
	padding-left: 22px;
}

/*--------------- Chargers recruitment form (/sports/chargers/recruit.html) ------------------*/
/* extra sections displayed with javascript: */
#content #chargersRecruitmentForm #videoSpecs {
	display: none;
}
#content #chargersRecruitmentForm #basketballBlock {
	display: none;
}
#content #chargersRecruitmentForm #volleyballBlock {
	display: none;
}
#content #chargersRecruitmentForm #golfBlock {
	display: none;
}


/*------ Arts and Science faculty pages - Oct 2009 --------------*/
#content .facultyContact {
	line-height: 1.5em;
	overflow: auto;
}
#content .facultyContact img {
	float: left;
	padding-left: 0;
	margin-left: 0;
	padding-top: 0;
	margin-top: 0;
}
#content .facultyContact dl {
	margin-top: 0;
}
#content .facultyContact dl dt {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	display: block;
}
#content .facultyContact dl dd {
	margin: 0;
}
#content .courseInfo {
	width: 700px;
	margin: 0 10px 30px 0;
}
#content .courseInfo h3.courseInfoHead {
	margin: 0;
	display: block;
	padding: 10px;
	width: 680px;
	background: #00BABD url('/learn/programs/_images/artsci/faculty-course-header.png') 0 0 no-repeat;
	color: #fff;
}
#content .courseInfo .courseInfoContent {
	padding: 10px;
	border: 1px solid #00BABD;
	border-top: 0;
	overflow: hidden;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}
#content .courseInfo .courseInfoContent h3 {
	margin: 0;
}
#content .courseInfo .courseInfoContent ul.singleHandouts {
	padding: 0;
	margin: 0;
	overflow: auto;
}
#content .courseInfo .courseInfoContent ul.singleHandouts li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	list-style-image: none;
	list-style: none;
}
#content .courseInfo .courseInfoContent .handoutRow {
	overflow: auto;
}
#content .courseInfo .courseInfoContent .groupedHandouts {
	float: left;
	width: 600px;
	margin: 10px 10px 0 0;
}
#content .courseInfo .courseInfoContent .groupedHandouts ul {
	margin: 3px 0 0 0;
	padding: 0 0 0 20px;
}
#content .courseInfo .courseInfoContent .groupedHandouts ul li {
}


/*------ Styleguide styles --------------*/
.codeBlock {
	background: #fff;
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	padding: 0px;
	width: 90%;
	height: 8em;
	margin-bottom: 15px;
	display: none;
}
.viewHideButton {
	margin-bottom: 15px;
}

/*--------- super simple tabs (navigation) START --------- */

#tabs ul {
	margin: 1px 1px 10px 1px;
	padding: 0;
}
#tabs li {
	display: inline;
	padding: 5px 10px;
	margin: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0.2em -0.1em .2em #e2e2e2;
	-webkit-box-shadow: 0.2em -0.1em 0.2em #e2e2e2;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d2d2d2;
	border-right-color: #d2d2d2;
	border-left-color: #d2d2d2;
}
#tabs ul a {
	text-decoration: none;
	color: #000;
}
#tabs li a:hover {
	color: #b3cbe8
}
#tabs li a:active {
	background: #b3cbe8;
	color: #000
}
#tabs li a:focus {
	background: #b3cbe8;
	color: #000;
}

img.testimonial {
	float:left;
	margin-right:5px;
	margin-bottom:5px
}
p.testimonial {
	font-style: italic;
}
/*--------- super simple tabs (navigation) END --------- */


