/*
Theme Name: Wilfrid Laurier University
Theme URI: http://www.wlu.ca
Description: Custom WordPress theme for Wilfrid Laurier University
Version: 1.0
Author: Barking Dog Studios
Author URI: http://www.barkingdogstudios.com
*/


/********** BASIC **********/
body {	
	font: 12px/16px Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	background: #fff;
	color: #333;
}

div,dl,dd,dt,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table { 
	margin: 0;
	padding: 0;
}

a:hover, a:active {
	outline: none;
}

a img {
	border: none;
	text-decoration: none !important;
}

img.alignleft {
	clear: left;
	float: left;
	padding: 0 10px 10px 0;
}

img.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

.wp-caption {
	margin-bottom: 15px;
	padding-top: 10px;
	overflow: hidden;
}

.wp-caption img {
	float: left;
	padding: 0 15px 10px 0;
}

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

#skip {
	display: none;
}


/********** COMMON LAYOUT **********/
#wrapper {
	margin: 0 auto;
	width: 910px;
	background: #fff;
}

#header {
	position: relative;
	height: 115px;
}

h1#logo {
	float: left;
	position: relative;
	top: 33px;
	left: 12px;
	width: 318px;
	height: 41px;
	background: url(img/logo.gif) no-repeat 0 0;
	text-indent: -9999px;
}

h1#logo a {
	display: block;
	width: 318px;
	height: 41px;
	overflow: hidden;
}

#footer {
	margin: 10px auto 0;
	padding-left: 00px;
	width: 820px;	
	text-align: center;
}

#footer p {
	float: left;
	padding-left: 20px;
	font-size: 10px;
	color: #333;
}

#footer p a {
	color: #2b2371;
	text-decoration: underline;
}

#footer ul#social {
	float: left;
	margin-left: 30px;
	list-style: none;
	overflow: hidden;
}

#footer ul#social li {
	float: left;
	margin-left: 4px;
	text-indent: -9999px;
}

#footer ul#social li a {
	display: block;
	width: 16px;
	height: 16px;
}

#footer ul#social li.linkedin {
	background: url(img/linkedin.png) no-repeat 0 0;
}

#footer ul#social li.youtube {
	background: url(img/youtube.png) no-repeat 0 0;
}

#footer ul#social li.twitter {
	background: url(img/twitter.png) no-repeat 0 0;
}



/********** NAVIGATION **********/
ul#meta {
	position: relative;
	top: 55px;
	right: 30px;
	float: right;
	list-style: none;
}

ul#meta li {
	float: left;
	position: relative;
	margin-left: 10px;
	font-size: 10px;
	text-transform: uppercase;
}

ul#meta li a {
	color: #333;
	text-decoration: none;
}

ul#meta li#contact {
	margin-top: 0 !important;
	padding-right: 5px;
}

ul#meta li#search {
	position: relative;
	width: 170px;
	height: 20px;
}

ul#meta li#search input.search_box {
	position: absolute;
	top: -2px;
	right: 0;
	padding: 0 4px;
	width: 100px;
	height: 16px;
	border: 1px solid #999;
}

ul#meta li#search input.search_box:focus {
	outline: none;
	border: 1px solid #666;
}

ul#meta li#search input.search_button {
	position: absolute;
	top: 2px;
	left: 5px;
	background: transparent;
	border: none;
	font: normal 10px Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	color: #333;
	text-transform: uppercase;
}

#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 910px;
	height: 25px;
	background: #2b2371;
}

#nav ul {
	position: absolute;
	right: 30px;
	padding: 4px 0;	
	list-style: none;
}

#nav ul li {
	float: left;
	margin-left: 20px                             ;
	font-size: 11px;
	text-transform: uppercase;
}

body.pid-161 #nav ul li.why a {
	color: #b4b2c4;
}

body.pid-11 #nav ul li.programs a {
	color: #b4b2c4;
}

body.pid-14 #nav ul li.admission a {
	color: #b4b2c4;
}

body.pid-16 #nav ul li.more a {
	color: #b4b2c4;
}

body.pid-18 #nav ul li.apply a {
	color: #b4b2c4;
}

body.pid-1165 #nav ul li.current a {
	color: #b4b2c4;
}

body.pid-1165 #nav ul li.alumni a {
	color: #b4b2c4;
}

#nav ul li a {
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover {
	text-decoration: none;
	color: #ddd;
}


/********** HOME **********/
#home ul#feature {
	position: relative;
	width: 910px;
	height: 320px;
	overflow: hidden;
}

#home ul#feature li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 910px;
	height: 320px;
	line-height: 0;
}

#home ul#feature li a, #home ul#feature li a img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 910px;
	height: 320px;
	line-height: 0;
}

#home_slideshow {
	position: relative;
	width: 910px;
	height: 320px;
}

#home_slideshow #slide_nav {
	position: absolute;
	z-index: 100 !important;
	bottom: 25px;
	/*left: 796px;
	width: 850px;*/
	right: 30px;
	overflow: hidden;
}

#home_slideshow #slide_nav a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 0;
	width: 12px;
	height: 12px;
	background: #2b2371;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer !important;
	text-indent: -9999px;
	border: 1px solid #2b2371;
}

#home_slideshow #slide_nav a:hover, #home_slideshow #slide_nav a.activeSlide {
	background: #b4b2c4;
	border: 1px solid #2b2371;
}

#sections {
	padding: 30px;
}

#sections div {
	float: left;
	border-right: 1px solid #999;
}

#sections div a {
	display: block;
	padding: 8px 20px 8px 18px;
	width: 130px;
	min-height: 75px;
	text-decoration: none;
}

#sections div a:hover {
	background: #f5f5f5;
}

#sections div:last-child {
	border: none;
}

#sections span.title {
	display: block;
	padding-bottom: 4px;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #2b2371;
}

#sections span.desc {
	font: italic 10px/16px Georgia, Times, serif;
	color: #666;
}


/********** PAGE **********/
#page #content {
	padding-bottom: 30px;
}

#page #feature {
	margin-bottom: 25px;
	width: 910px;
	height: 122px;
	line-height: 0;
	overflow: hidden;
}

#side_left {
	float: left;
	padding: 0 20px 0 30px;
	width: 150px;
}

#main {
	float: left;
	padding: 0 20px;
	width: 459px;
	border-left: 1px solid #333;
}

#side_right {
	float: left;
	padding: 0 30px 0 10px;
	width: 170px;
}

.widget {
	margin-bottom: 20px;
	font-size: 11px;
	color: #333;
}


/********** TYPOGRAPHY **********/
#main h2 {
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
	color: #2b2371;
	text-transform: uppercase;
}

#main h2 a {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 18px;
	color: #2b2371;
	text-decoration: none;
	border-bottom: 1px solid #b4b2c4;
}

#main h2 a:hover {
	border-bottom: 1px solid #2b2371;
}

#main h3 {
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #2b2371;
}

#main h4 {
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #777;
}

#main p {
	padding-bottom: 18px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

#main p a, #main ul li a, #main ol li a {
	color: #c12222;
	text-decoration: underline;
}

#main p a:hover, #main ul li a:hover, #main ol li a:hover {
	color: #c12222;
	text-decoration: none;
}

#main img {
	max-width: 460px;
	height: auto;
}

#main ol, #main ul {
	margin: 0 0 10px 30px;
}

#main ul li, #main ol li {
	padding-bottom: 8px;
	font-size: 12px;
	color: #333;
}

#main table {
	border: none;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 16px;
}
	
#main table tr th {
	padding: 2px 8px;
	font-weight: bold;
	color: #2B2371;
}

#main table tr td {
	padding: 2px 8px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#main table tr td a {
	color: #2b2371;
}

#side_left h3, #side_right h3 {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

/* First Level */
#side_left ul {
	list-style: none;
}

#side_left ul li {
	padding: 0 0 6px 10px;
	font-size: 11px;
	line-height: 14px;
}

#side_left ul li a {
	color: #2b2371;
	font-weight: bold;
	text-decoration: none;
}

#side_left ul li a:hover {
	color: #2b2371;
	text-decoration: underline;
}

/* Second Level */
#side_left ul ul {
	margin-top: 4px;
}

#side_left ul ul li {
	background: url(img/grey_bullet.gif) no-repeat 0 7px;
	text-transform: none;
}

#side_left ul ul li a {
	font-weight: normal;
}

/* Third Level */
#side_left ul ul ul {
	margin: 5px 5px 0 5px;	
}

#side_left ul ul ul li {
	margin: 0;
	padding-bottom: 4px;
}

#side_left ul ul ul li a {
	font-weight: normal;
}

#side_left ul li.current_page_item a {
	font-weight: bold !important;
	color: #c12222;
}

#side_left ul li.current_page_item li a {
	font-weight: normal !important;
	color: #2b2371;
}

#side_right object, #side_right embed {
	width: 170px !important;
	height: auto !important;
}

div.widget p a {
	color: #c12222;
	text-decoration: underline;
}

div.widget p a:hover {
	color: #c12222;
	text-decoration: none;
}


/********** FORMS **********/
form.wpcf7-form, div.contactform {
	margin-top: 10px;
	width: 459px;
}

form.wpcf7-form p {
	font-weight: bold;
	font-size: 9px !important;
	color: #2b2371 !important;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif !important;
}

form.wpcf7-form h4 {
	text-transform: none;
	color: #000;
	margin-bottom: 8px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif !important;
}

form.wpcf7-form select {
	text-transform: none !important;
	font-weight: normal !important;
}

form.wpcf7-form span.wpcf7-checkbox {
	display: block;
	margin-top: 4px;	
}

form.wpcf7-form span.wpcf7-list-item {
	display: block;
	margin-bottom: 2px;
}

form.wpcf7-form span.wpcf7-list-item-label {
	padding-left: 4px;
	text-transform: none;
	font-size: 10px;
}

/* Messages */
form.wpcf7-form span.wpcf7-not-valid-tip-no-ajax {
	position: relative; /* Move the message beside the input/textarea */
	top: -30px;
	left: 335px;
	margin-top: 6px;
	font-size: 10px;
	width: 300px !important;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #c12222;
}


form.wpcf7-form .wpcf7-validation-errors {
	margin: 10px 0 0;
	padding: 0;
	width: 459px;
	font-weight: bold;
	font-size: 10px !important;
	color: #c12222;
	border: none;
	text-transform: uppercase;
}

form.wpcf7-form .wpcf7-mail-sent-ok {
	margin: 10px 0 0;
	padding: 0;
	width: 459px;
	font-weight: bold;
	font-size: 10px !important;
	color: #22C14F;
	border: none;
	text-transform: uppercase;
}

/* Inputs and textareas */
#content form input.text {
	margin-top: 6px;
	padding: 4px 6px 0;
	width: 300px;
	height: 21px;
	border: 2px solid #eee;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	color: #888;
}

#content form input.text:focus {
	border: 2px solid #b4b2c4;
	color: #6d6d6d;
	outline: none;
}

#content form  textarea {
	margin-top: 6px;
	padding: 4px 6px 0;
	width: 300px;
	height: 150px;
	border: 2px solid #eee;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	color: #888;
}

#content form  textarea:focus {
	border: 2px solid #b4b2c4;
	color: #6d6d6d;
	outline: none;
}


/* Sidebar */
div.wp-caption {
	width: auto !important;
	overflow: hidden;
}

div.wp-caption p {
	margin: 0 !important;
	padding: 0 !important;
}

div.wp-caption.alignleft p.wp-caption-text {
	float: left;
}

div.wp-caption.alignright p.wp-caption-text {
	float: right;
}

div.wp-caption.aligncenter {
	text-align: center;
}

div.widget p {
	margin-bottom: 10px;
}

div.widget h3 {
	margin-bottom: 4px !important;
	color: #2b2371 !important;
	font-weight: bold;
	font-size: 11px !important;
}

div.widget.docs p {
	margin-bottom: 2px;
}

div.widget.docs a {
	display: block;
	margin: 0 !important;
	padding: 5px 0 5px 25px;
	background: url(img/pdf_icon.jpg) no-repeat 0 center;
}

/* Please do not comment out or Next Steps module in sidebar won't be properly formatted */
div.widget.steps a {
	display: block;
	margin: 0 !important;
	padding: 1px 0;
	width: 168px;
}

div.widget.steps ul {
	margin-left: 0;
	list-style: none;
}

div.widget.steps ul li a {
	color: #c12222;
}

div.widget.program p {
	margin-bottom: 1px;
	width: 168px;
}

div.widget.program p a {
	display: block;
	margin-bottom: 2px;
	width: 168px;
}


/*********** CALENDAR **********/
table.calendar-table td.calendar-heading {
	background: #2b2371;
	border: 1px solid #2b2371 !important;
}

table.calendar-table td.calendar-heading table {
	margin-bottom: 0 !important;
	border: none !important;
}

table.calendar-table td.calendar-month {
	color: #fff;
	border: none !Important;
}

table.calendar-table td.calendar-prev a,
table.calendar-table td.calendar-next a {
	color: #fff !important;
	text-decoration: none;
}

table.calendar-table td.calendar-prev a:hover,
table.calendar-table td.calendar-next a:hover {
	color: #fff !important;
	text-decoration: underline;
}

table.calendar-table td.normal-day-heading {
	padding: 0 !important;
	height: 25px !important;
	background: #eee;
	border-color: #e1e1e1; 
}

table.calendar-table td.weekend-heading {
	padding: 0 !important;
	height: 25px !important;
	color: #666;	
	background: #eee;
	border-color: #e1e1e1;
}

table.calendar-table td.day-with-date,
table.calendar-table td.day-without-date {
	border-color: #e1e1e1;
}

table.calendar-table span.weekend {
	color: #666;
}

table.calendar-table td.current-day {
	background: #f1f1f1;
	border-color: #ccc;
}

div.kjo-link p {
	display: none;
}


/* Override default table styles */
table.calendar-table td.calendar-prev,
table.calendar-table td.calendar-next {
	border: none !important;
}

table.calendar-table table {
	margin: 0 !important;
	padding: 0 !Important;
}

table.calendar-table table.cat-key {
	width: 100% !Important;
	margin: 10px 0 !important;
	padding: 5px !important;
	border: none !important;
}

table.calendar-table table.cat-key strong {
	display: block;
	padding: 2px 0 6px !important;
	text-indent: 0;
}

table.calendar-table table.cat-key td {
	padding: 0 !Important;
	border: none !important;
	text-indent: 6px;
}