/*   
Theme Name: Brandon University
Theme URI: 
Description: Brandon University theme (using Thematic as a parent theme)
Author: Brandon University web team
Author URI: 
Template: thematic
Version:
Tags: 
.
Thematic is (c) Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');
 
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* styles for the slides
@import url('./bu-slide.css');
 */
 
/* Overwrite typography.css h tag styling */

hr {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: none;
}

/* Structural
-------------*/

body {
	background: none repeat scroll 0 0 #CCCC99;
	font: 62.5%/1.4em Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

#wrapper {
	background: url("/wp-content/themes/brandonu/images/bgShadow.gif") repeat-y scroll 0 0 transparent;
	margin: 0 auto;
	padding: 0;
	width: 822px;
}

#header {
	background:url("/wp-content/themes/brandonu/images/bgNavigationHeader-rounded.gif") no-repeat scroll center top transparent;
	height: 118px;
	margin: 0;
	padding: 10px 0 0 0;
	width: 820px;
}

/* Adding "mainhome" settings from the Layout stylesheet */

#mainhome {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}


#main, #mainhome {
	width: 800px;
	padding: 0;
}

#main .goldbar {
	width: 798px;
	border-top: 8px solid #fc0;
}

#container {
	float: right;
	width: 600px;
}

#content {
	width: 560px;
	margin: 0 0 0 20px;
	overflow: none;
}

.aside { /* was #leftColumn */
	color:#000000;
	float:left;
	margin:0 0 0 10px;
	min-height:100px;
	padding:10px 5px 0;
	width:193px;
}

p, td {
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.5em;
	margin-bottom: 10px;
}

#content ul, ol {
	font-size: 1.2em;
}

/* Prevent font size compounding in nested lists */

#content ol ol, #content ol ul, #content ul ul {
	font-size: 1em;
}

/* added */
li {
	line-height:1.5em;
}

#overflow {
	padding-bottom: 15px;
}

#overflow ul.inline {
	float: left; 
	width: 220px;
	border: 0;
	padding-left: 20px;
}

/*h1, h2, h3, h4, h5, h6 {
	clear: none;
}*/ 

/* Top toolbar
-------------- */

#top-toolbar {
	margin:0 auto;
	padding-top:8px;
	padding-bottom:8px;
	text-align:right;
	width:800px;
}

#top-toolbar a {
	color:#003366;
	font-size:1.1em;
	text-decoration:none;
}

a[href^="http://webmail"] {
	background:url("/wp-content/themes/brandonu/images/email.png") no-repeat scroll left top transparent;
	display:inline-block;
	padding-left:20px;
}

a[href^="http://exchange"] {
	background:url("/wp-content/themes/brandonu/images/email.png") no-repeat scroll left top transparent;
	display:inline-block;
	padding-left:20px;
}

a[href^="https://webapp.brandonu.ca/pls/phone"] {
	background:url("/wp-content/themes/brandonu/images/user_suit.png") no-repeat scroll left top transparent;
	display:inline-block;
	padding-left:20px;
}

/*a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	background:transparent url("/wp-content/themes/brandonu/images/page_white_acrobat.png") top left no-repeat;
}*/

a[href$='.pdf'] {
	/*display:inline-block;*/
	padding-left:30px;
	/* padding-left:20px; */
	background:transparent url("/wp-content/themes/brandonu/images/icon_pdf.png") 0 1px no-repeat;
	/*	background:transparent url("/wp-content/themes/brandonu/images/page_white_acrobat.png") top left no-repeat;*/
}

a[href$='.doc'],a[href$='.docx'] {
	/*display:inline-block;*/
	padding-left:30px;
	/* padding-left:20px; */
	background:transparent url("/wp-content/themes/brandonu/images/icon_doc.png") 0 3px no-repeat;
	/*	background:transparent url("/wp-content/themes/brandonu/images/page_white_acrobat.png") top left no-repeat;*/
}

a[href$='.xls'],a[href$='.xlsx'] {
	/*display:inline-block;*/
	padding-left:30px;
	/* padding-left:20px; */
	background:transparent url("/wp-content/themes/brandonu/images/icon_xls.png") 0 3px no-repeat;
	/*	background:transparent url("/wp-content/themes/brandonu/images/page_white_acrobat.png") top left no-repeat;*/
}

a[href$='.ppt'],a[href$='.pptx'] {
	/*display:inline-block;*/
	padding-left:30px;
	/* padding-left:20px; */
	background:transparent url("/wp-content/themes/brandonu/images/icon_ppt.png") 0 3px no-repeat;
	/*	background:transparent url("/wp-content/themes/brandonu/images/page_white_acrobat.png") top left no-repeat;*/
}


a[href$='http://www.brandonu.ca/campus-map'] {
	display:inline-block;
	margin-top: 7px;
	padding-left:21px;
	padding-bottom: 2px;
	background:transparent url("/wp-content/themes/brandonu/images/map.png") top left no-repeat;
}

a[href$='http://www.brandonu.ca/parking'] {
	display:inline-block;
	margin-top: 3px;
	padding-left:21px;
	padding-bottom: 2px;
	background:transparent url("/wp-content/themes/brandonu/images/parking.png") top left no-repeat;
}

/* Branding
-----------*/

#branding {
	float: left;
	width: auto;
	margin: 20px 0 0 0;
	padding: 0;
}

#branding h1  {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFCC00;
	/*position: relative;*/
	line-height: normal;
}

#branding h1 a {
	color: #FFCC00;
	text-decoration: none;
}

#branding h1 a:hover {
	text-decoration: underline;
}


/* Search
---------*/

#access {
	border-bottom: 0;
    font-size: 13px;
	overflow: visible;
	z-index: 0;
	clear: left;
	float: left;
	margin: -34px 0 0 90px;
}

#access-search {
	float: right;
	margin: 24px 30px 0 0;
}

.searchsubmit {
	height: 26px;
	width: 65px;
	height: 26px;
	padding: 0;
	cursor: pointer;
}

/* Main navigation
------------------*/

#menu {
	width: 700px;
	margin: 0;
}

#menu ul {
	list-style: none outside none;
	margin: 6px 0 0 13px;
	padding: 0;	
	position: relative; /* fixes IE7 text clipping */
}

#menu ul li {
	display: inline;
	margin-right: 12px;
}

#menu ul li a {
	color: #ffcc00;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 14px;
	padding: 0;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li a:visited {
	color: #ffcc00;
}

/* Left column
-------------- */

#leftColumn {
	color: #000000;
	float: left;
	margin-top: 10px;
	padding: 0 5px 0 5px;
	width: 190px;
}

#leftColumn h2, #leftColumn h4 {
	border-bottom: 1px solid #999999;
	color: #003366;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.6em;
	line-height:1.5em;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0px 2px 5px 3px;
}



/*-- Side navigation - First Level -- */

#leftColumn ul {
	padding: 0;
	margin: 10px 0 10px 22px;
	/*list-style-type:none;
	list-style-image:url(/wp-content/themes/brandonu/images/icons/blue-bullet.png);*/
	
}	


#leftColumn ul li {
	margin: 0;
	padding: 0 0 4px 0;
	font-size:11px;
	
}

#leftColumn ul li a {
	color: #003366;
	text-decoration: none;
}
	
#leftColumn ul li a:hover {
	text-decoration:underline;
}


/* Social Media List */
ul.social-list { margin:10px 0 10px 8px !important; padding:0; }
li.social-list { display:inline; padding-right:4px !important; margin-right:4px !important; }

/* Secondary Page Social icons (different margins) */
ul.sub-social-list { margin:10px 0 10px 0 !important; padding:0; }
li.sub-social-list { display:inline; padding-right:2px !important; margin-right:2px !important; }

/*-- Side navigation - Second Level --   */

#leftColumn ul ul {
	padding: 0;
	margin: 6px 0 0px 14px;
	list-style-type:disc;
	list-style-image:url(/wp-content/themes/brandonu/images/icons/blue-bullet.png);
}

#leftColumn ul ul li {
	border: none;
	padding: 0 0 4px 0;
	margin: 0;
	font-size:1.0em;
	
}




#leftColumn form.quicklinks {
	margin: 5px 0 5px 0;
	padding: 0;
}

/* Footer
---------*/

#footer {
	background:url("/wp-content/themes/brandonu/images/bgFooter.gif") no-repeat scroll top center #CCCC99;
	float:left;
	margin:0;
	padding:0;
	width:820px;
	border-top: none;
}

/* Slide Deck positioning
-------------------------*/

.slidedeck_frame {
	clear: left;
	margin-left: 10px;
}

/* "Be You" feature
-------------------*/

#home-feature {
	background: url("/wp-content/themes/brandonu/images/be-you-images/be-you.php") no-repeat scroll center bottom #FFFFFF;
	float:left;
	height:208px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom:10px;
	width:560px;
}

h2#beyou {
	background: url("/wp-content/themes/brandonu/images/be-you-txt.jpg") no-repeat;
	width: 176px;
	height: 58px;
	margin: 0;
	padding: 0;
}

#home-feature p {
	width: 360px;
	margin: 0;
	padding-bottom: 3px;
}

#home-feature ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#home-feature ul li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;*/
	padding-bottom: 3px;
	line-height: normal;
}

#home-feature ul li a {
	color:#003366;
	text-decoration:underline;
}

#home-feature ul li a:hover {
	text-decoration: none;
}

.hide {
	display: none;	
}

/* Breadcrumbs 
-------------- */

#breadcrumbs {
	width: 556px;
	float: left;
	background: #ECECEC;
	margin: 0 0 0 2px;
	padding: 13px 20px 10px 20px;
	font-size: 1.2em;
	line-height:1.5em;
}

#breadcrumbs a {
	color: #003366;
	text-decoration:underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

/* Entry Content 
---------------- */

.entry-content {
	padding: 0;
}

.entry-content img {
}


.entry-content h1 {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.8em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height: normal;
	padding: 10px 0 10px 0;
}

.entry-content h2 {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.2em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.2em;
	padding: 10px 0 10px 0;
	clear: none;
}

.entry-content h3 {
	color:#003366;
	font-family:Georgia,serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	line-height:1.1em;
	padding: 10px 0 10px 0;
}




/* --------- NEWS SYSTEM STYLES (Articles, Archives) ------------- */

h2.entry-title {
	padding: 0; 
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.8em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height: normal;
	margin: 16px 0 8px 0;
}

/* Category Listing News Headings */

.entry-content h2 a { text-decoration:none; color:#003366; padding:0; margin:0; }
.entry-content h2 a:hover { text-decoration:underline; color:#F00; } 


/* 'Add This' 4/23/12
============================================== */
.addthis_toolbox { margin:10px 0 20px 0 !important; }


/* -- added apr16 -- news categories heading --*/
h1.page-title {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.8em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height: normal;
	padding: 10px 0 20px 0;
}


/* External news links (added by Pat 03/07/2012
============================================== */
span.external-link { color: #666; text-decoration: none; font-weight: normal; }


/* News Archive (Category) Styles  */

/* Category 'posted' links */
.entry-utility { color:#666; margin: 0 0 26px !important; }
.entry-utility a { color:#036; font-style:normal; text-decoration:underline; }

/* News Headline */
.cat-title { font-family:Georgia,serif; font-size:1.6em; font-weight:normal; line-height:1.2em; text-decoration:none; padding-bottom: 10px !important; }
a.cat-title:hover { color:#F00; text-decoration:underline; }

/* News Headline */
.news-date { font-size:1.2em; display:block; margin-bottom:10px; }
.news-archive-date { display:block;margin-bottom:10px; }

/* Post Category Navigation */
.paged #nav-above { margin:0; padding-bottom:20px !important; }
#nav-above .navigation { margin:0 !important;  }
.nav-previous a { color:#036; color:#036; font-style:normal; text-decoration:none; }
.nav-next a { color:#036; color:#036; font-style:normal; text-decoration:none; }
.nav-previous a:hover { text-decoration:underline; }
.nav-next a:hover { text-decoration:underline; }

.hentry { padding:0 !important; margin:0 !important;} 







.alignright, img.alignright {
	display:block;
	float:right;
	margin-left:20px;
	padding-top: 5px; 	
	/*border: 1px solid #666666;*/
}

/* hide siteinfo div 
-------------------- */

#siteinfo {
	display: none;	
}

/* contact information
---------------------- */ 

#contactinfo {
	width: 800px;
	margin: 30px 0 0 0;	
}

#contactinfo ul {
	float: left;
	list-style: none outside none;
	font-size: 1.1em;
}

#contactinfo ul li {
	padding: 0;
}

#contactinfo ul li a {
	color: #003366;
	text-decoration: underline;
}

#contactinfo ul li a:hover {
	text-decoration: none;
}

#contactinfo ul.copyright {
	float: right;
}

/*feature box
------------- */

#feature-inside-box {
	float: left;
	margin-bottom: 20px;	
}

#feature-inside-img {
	float:left;
	height:220px;
	width:385px;
}

#feature-inside-txt {
	background-color:#003366;
	color:#FFFFFF;
	float:right;
	height: 195px;
	padding: 15px 10px 10px 10px;
	width:155px;
}

#feature-inside-txt h3 {
	color:#fff;
	font-family:Georgia,serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	padding-top: 0;
	padding-bottom: 10px;
}

#feature-inside-txt p {
	line-height:1.2em;
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
}
#feature-inside-txt ul {
	margin:0 0 0 14px;
	padding:0;
}

#feature-inside-txt p a,
#feature-inside-txt p a:visited,
#feature-inside-txt p a:hover
{
	color: #acf;
}

/* column177
------------ */

.column177 {
        float: left;
		width: 177px;
        margin: 0 14px 0 0;
        }

.column177 h2 {
	background: #003366;
	border-bottom:3px solid #FFCC00;
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 5px 0 5px 10px;
	position: relative;	
	clear: both;
	border-radius:5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
	width: 167px;
}

.column177 ul {
	list-style-type:none;
	float:left;
	background-color:#ECECEC;
	margin: 0 0 15px 0;
	padding: 5px 10px 5px 10px;
	/* border:1px solid #AFAFAF; */
	border-radius:0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
	width:157px;
       
	}
	
.column177 li {
	margin: 0;
	padding-bottom: 5px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;*/
	line-height: 1.2; 
	}
		
.column177 li a{
    text-decoration:none;
	color:#003366;
	}
		
.column177 li a:hover{
	text-decoration:underline;
	}
	
.column177.lasttt {
        margin-right: 0; !important
}

/* Column 20 */

.column270 {
	float:left;
	width: 270px
}

.column270 h2 {
	background: #003366;
	border-bottom:3px solid #FFCC00;
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 5px 0 5px 10px;
	clear: both;
	
	border-radius:5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
	width: 260px;
}

.column270 h3 {
	color:#003366;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 3px 0 0 0;
	clear: both;
	width: 250px;
}

.column270 ul {
	list-style-type:none;

	float:left;
	background-color:#ECECEC;
	margin: 0 0 20px 0;
	padding: 10px;
	/* border:1px solid #AFAFAF; */
	border-radius:0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
	width:250px;
}

.column270 ul li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
/*	font-size: 1.2em; */
	color: #000;
	padding-bottom: 5px;
}

.column270 ul li a {
	color: #003366;
	text-decoration: none;
}

.column270 ul li a:hover {
	text-decoration: underline;
}

.column270 ul ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.column270 ul ul li {
	padding: 0 0 5px 15px;
}

.right {
	float: right;	
}

/* News & Events column */

.column560 {
	float: left;
	width: 560px;
	background-color:#ECECEC;
	margin: 0 0 20px 0;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
} 

.column560 h2 {
	background: #003366;
	border-bottom:3px solid #FFCC00;
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 5px 0 5px 10px;
	
	border-radius:5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
	behavior: url("/wp-content/themes/brandonu/PIE.htc");
	position: relative;
}  

.column560 dl {
	margin: 5px 0 0 0;
	padding: 0 10px 0 10px;	
}

.column560 dl dt {
	font-family:Verdana,sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	letter-spacing:normal;
	line-height:1.5em;
}

.column560 dl dt a {
	color: #003366;
	text-decoration: none;
}

.column560 dl dt a:visited {
	color: #003366;
	text-decoration: none;
}

.column560 dl dt a:hover {
	text-decoration: underline;
}

.column560 dl dd {
	border-bottom: 1px solid;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;	
	}
	
.column560 ul {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
	
.column560 ul li {
	list-style-type: none;
}

.column560 ul li a {
	color: #003366;
	text-decoration: none;
}

.column560 ul li a:hover {
	text-decoration: underline;
}

.column560 ul li a:visited {
	color: #003366;
}

/* Contact Info 
--------------- */

address {margin:10px 0 10px 6px;}
address p {
	font-size: 1em;
	margin: 0;
	padding: 0 0 5px 0;
}

address a {color:#003366;}


.entry-content .wp-post-image {
    border: none;
    float: none;
    margin: 0;
	padding: 0;
}

/* Old Slideshow
---------------- */

#slidesWrapper {
	float:left;
	height:212px;
	margin:0 0 0 10px;
	padding:0;
	width:800px;
}

/* Campus Map styles */

#wrapper-alt {
	background: url("/wp-content/themes/brandonu/images/bgShadowNoSidebar.gif") repeat-y scroll 0 0 transparent;
	margin: 0 auto;
	padding: 0 ;
	width: 822px;
	clear: left;
	
}

.map-pdf {
	border: 1px solid #CCC;
    margin: -445px 0 0 560px;
    padding: 5px 0 0 30px;
    position: absolute;
    width: 165px;
	background: #ECECEC;  
}

.mongo {
	float: right;
	width: 435px;
}

.mongo ol li {
	margin-bottom: 10px;
}

.bababooey {
	float: left;
	width: 325px;
}

.legend {
	float: left;
	width: 300px;
	margin: 0;
	padding: 10px 0;
}

.legend dl {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1.25em;	
}

.legend dt {
	float: right;
	width: 274px;
	margin: 6px 0 0 0;
	padding: 0;
}

.legend dd {
	margin: 0 0 0 47px;
	padding: 0;
}

.legend dl dd.img {
	margin: 0;
}

.legend dd.img img {
	float: left;
	margin: 0;
	padding: 4px;
}

#breadcrumbs-nosidebar {
	width: 758px;
	float: left;
	background: #ECECEC;
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 1.2em;
	line-height:1.5em;
}

#footer-nosidebar {
	background:url("/wp-content/themes/brandonu/images/bgFooter-alt.gif") no-repeat scroll top center #CCCC99;
	float:left;
	margin:0;
	padding:0;
	width:820px;
	border-top: none;
}



/* Student Services Table Styling (03/04/10 Craig) */

#minimal {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
	
}

#minimal thead {
	background: #003366;
	border-bottom:3px solid #FFCC00;
}

#minimal th {
	padding: 8px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	color: #fff;
}

#minimal td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #000;
	vertical-align: top;
	font-size:1.2em;
}

#minimal tfoot td
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}

/* Table Styling class */

table {
	font-size: inherit; !important
	border-style: none;
	border-width: 0;
}

table tr {
	border-bottom: none;
}

.minimal {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
	
}

.minimal.scale td {
	font-size:1.1em;
}

.minimal thead {
	background: #003366;
	border-bottom:3px solid #FFCC00;
}

.minimal th {
	padding: 8px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	color: #fff;
}

.minimal tbody th {
	background: #003366;
}

.minimal td ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.minimal td ul li {
	font-size: .85em;
	list-style-type: disc;
	/*padding: 2px 0 2px 0;*/
}

.minimal td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #000;
	vertical-align: top;
	font-size:1.2em;
}

.minimal td p {
	font: inherit;
}

.minimal tfoot td
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}

/* Table styling class (/hlc/) */

.hlc-table {
	padding: 8px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:.8em;
	font-weight:bold;
	letter-spacing:1px;
	color: #fff;
}

/* Table Styling class (Return to Class - New Term table) */

.new-term {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	width: 560px;
	text-align: left;
	border-collapse: collapse;
	
}

.new-term thead {
	background: #003366;
	border-bottom:3px solid #FFCC00;
}

.new-term th {
	padding: 8px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	color: #fff;
}

.new-term td ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.new-term td ul li {
	font-size: .9em;
	list-style-type: disc;
	/*padding: 2px 0 2px 0;*/
}

.new-term td {
	padding: 8px;
	background: #e8edff;
	border: 1px solid #fff;
	color: #000;
	vertical-align: top;
	text-align: center;
	font-size:1.2em;
}

.new-term td.red {
	color: #ff0000;
}

.red {
	color: #ff0000;
}

.new-term td.strike {
	background: #CCC;
}

.new-term td.weeks {
	background: #dce1f1;
}

.new-term tfoot td
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}

/* Nutrition info table) */

table.nu {
	width: 560px;
	border: 0;
	border-collapse : collapse;
	table-layout : auto;
}

table.nu tr {
	border-bottom: 1px solid;
}

table.nu-column {
	width: 280px;
	border: 0;
	border-collapse : collapse;
	table-layout : auto;
}

table.nu-column tr {
	border-bottom: 1px solid;
}

.pdf-box {
	float: right;
	width: 200px;
	/*border: 1px solid;*/
	background:#ececec;
	margin: 4px 0 0 10px;
	padding: 10px;
}

/* Styles for HLC homepage

.boxwrapper {
	float: right;
	margin: 0 0 0 10px;
	width: 250px;
}

.box230 {
	background: #ECECEC;
    float: right;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 230px;
} */

/* Styles for Box230 shortcode */

.box230 {
	background: #ECECEC;
    float: right;
    margin: 0 0 10px 10px;
    padding: 10px;
    width: 230px;
	clear: right;
}

.box230 h2 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
    letter-spacing: 0.5px;
    margin: 0 0 0.75em;
    padding: 0;
    text-transform: uppercase;*/
	
	color:#003366;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-style:normal;
  font-weight:bold;
  letter-spacing:normal;
  line-height:1.1em;
  padding:10px 0;
	
}

.box230 a[href$=".pdf"] {
  background-color:transparent;
  background-image:url(http://www.brandonu.ca/wp-content/themes/brandonu/images/icon_pdf.png);
  background-position:0 3px;
  background-repeat:no-repeat no-repeat;
  display:inline;
  padding-bottom:10px;
  padding-left:30px;
}


.box230 h3 {
	letter-spacing: 0.5px;
    margin: 0 ;
    padding: 0;
   
}


/*.box230 p {
	margin: 0;
	padding: 0;
}*/

.box230 ul {
	/*margin:0;*/
	margin:6px 0 6px 20px;
}

.box230 ul li {
	/*list-style: none;*/
	font-size:90%;
	
}



.boxwrapper {
	float: right;
	margin: 0 0 0 10px;
	width: 250px;
}


/* Styles for orientation events list */
dl.ori-events-list {	
	margin:15px 0 10px;
	padding:0;
}

dt.ori-events-list {
	color:#003366;
	font-family:Georgia,serif;
	font-size:2.0em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.0em;
	margin:20px 0 20px 5px;
	padding:0;
}

dd.ori-events-list {
	display:block;
	min-height:85px;
	font-family:Verdana,sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:1.5em;
	margin: 10px 0 0 40px;
	
}
dd.ori-events-list a {
	color:#036;
	font-weight:bold;
	text-decoration:underline;
}
	

dd.ori-events-list a:hover {
	color:#F00;
	text-decoration:none;
		
}


img.event-image {
	float:left;	
	margin:0 8px 4px 0;
}

/* Can be used for inline lists */
ul.inline-list { list-style-type:none; margin:0; padding:0 0 6px 0; }
ul.inline-list li { display:inline; }

/* Use to float divs into columns */
.float-div {  float: left;  margin: 0 0 0 16px; padding:6px 6px 0 6px;   }
.clearboth { clear: both; }


/* G-forms Styles */

.gform_title { display:none; } /* Hides Form title to avoid duplicate page titles */
.gform_description { font-family:Verdana,sans-serif; font-size:1.2em; font-style:normal; font-weight:normal; letter-spacing:normal; line-height:1.5em;  }
.ginput_container { font-family:Verdana,sans-serif; font-size:0.8em; font-style:normal; font-weight:normal; letter-spacing:normal; line-height:1.5em;  }
.gfield p { font-family:Verdana,sans-serif; font-size:1.0em; font-style:normal; font-weight:normal; letter-spacing:normal; line-height:1.5em;  }
.gfield_select option {font-size: 0.8em;}
li.gfield { margin-top: 1.25em; }

/* Social Media List */
ul.social-list { margin:10px 0 10px 8px !important; padding:0; }
li.social-list { display:inline; padding-right:4px !important; margin-right:4px !important; }


/* Tweaks for aside box image on VP Academic homepage */

img.alignright.gervan {
	margin-left: 0;
}

.entry-content img.gervan {
	margin-bottom: 0;
}


@media print{

#wrapper {
	background: none;
	margin: 0 auto;
	padding: 0;
	width: 822px;
}

#header {
	background: none;
	height: 115px;
	margin: 0;
	padding: 0;
	width: 820px;
}

#breadcrumbs {
	width: 556px;
	float: left;
	background: none;
	margin: 0 0 0 2px;
	padding: 10px 20px 10px 20px;
	font-size: 1.2em;
}

#footer {
	background: none;
}

.column270 {
	float:left;
	width: 270px
}

.column270 h2 {
	background: none;
	border-bottom: none;
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight: bold;
	letter-spacing:1px;
	margin:0;
	padding: 5px 0 5px 10px;
	clear: both;
	
	border-radius:5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px;
	
	behavior: none;
	position: relative;
	width: 260px;
}

.column270 ul {
	list-style-type:none;

	float:none;
	background-color:white;
	margin: 0 0 20px 0;
	padding: 10px;
	/* border:1px solid #AFAFAF; */
	border-radius:0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	
	behavior: none;
	position: relative;
	width:250px;
}


#feature-inside-box {
	float: left;
	margin-bottom: 20px;	
}

#feature-inside-img {
	float:left;
	height:220px;
	width:385px;
}

#feature-inside-txt {
	background-color: white;
	color:#FFFFFF;
	float:right;
	height: 195px;
	padding: 15px 10px 10px 10px;
	width:155px;
}

body {
	background: none;
	font: 62.5%/1.4em Verdana,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

}


.announce {
    background: none repeat scroll 0 0 #fc0;
    font-family: verdana;
    font-size: 1.2em;
    margin: 20px 0 0;
    padding: 20px;
    border: 1px solid #c90;
}

.announce a {
    font-weight: bold;
}

.announce h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8em;
    font-weight: bold;
	margin-bottom:0.05em;
    
}
.announce h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4em;
    font-weight: bold;
    margin:0;
}










/* SLIDE SHOWS CSS 
============================================== */

/* Slidedeck */

/* Overall Slide Deck Frame */
#slidedeck_frame { width:560px;  background:#ececec; margin-bottom:30px; border-radius:0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -khtml-border-radius: 0px 0px 5px 5px;	behavior: url("/wp-content/themes/brandonu/PIE.htc"); }  

/* Slide Image Frame */
#slidedeck_frame dl { width:560px; height:400px; margin:0; padding:0; }

/* Slides */
#slidedeck_frame  .slideContent { position:absolute; top:0; left:0; height:300px; width:560px; padding:0; margin:0; }

/* Slide Content Box */
.slideContent p { position:absolute; top:290px; left:0; margin-left:10px; width:460px; color:#003366 !important; background:none !important; }


/* Slide Content Headings */
.slideContent span { display:block; padding-bottom:8px; }

.slideContent span a { display:block; background: #003366; border-bottom:3px solid #FFCC00; color:#FFFFFF; font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:1.5em; font-weight: bold; letter-spacing:1px; padding: 8px 0 8px 10px; position: relative;	clear: both; width: 560px;  }

/* Slides without links associated */
.slideContent span a.fakelink { background: #003366; margin:4px 40px 0 -10px;display:block; border-bottom:3px solid #FFCC00; color:#FFFFFF; font-family:Trebuchet MS,Arial,Helvetica,sans-serif; font-size:1.5em; font-weight: bold; letter-spacing:1px;  }

/*-- Slide Nav -- */
#slidedeck_frame #slide-navigation {  position:relative; float:right; margin:-80px 14px 0; height:24px; width:60px; z-index:10; background:#003366; /*border-right:3px solid #fc0; border-left:3px solid #fc0; border-bottom:3px solid #fc0;*/ border-radius:0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -khtml-border-radius: 0px 0px 5px 5px;	behavior: url("/wp-content/themes/brandonu/PIE.htc"); }


#slidedeck_frame #slide-navigation span.navigation { display: block; width:22px; height:22px; position: absolute; padding: 5px;	cursor: pointer;  }

/* -- Slide Nav Btns -- */
/*#slide-navigation .prev{ background: url(/wp-content/uploads/slide-btn-prev.png) top left no-repeat; left: 6px; }
#slide-navigation .prev:hover{ background: url(http://www.brandonu.ca/wp-content/uploads/slide-btn-prev-ovr.png) top left no-repeat; left: 6px; } */
#slide-navigation .prev{ background: url(/wp-content/themes/brandonu/images/prev-btn.png) top left no-repeat; left: 6px;  }
#slide-navigation .prev:hover{ background: url(/wp-content/themes/brandonu/images/prev-btn-ovr.png) top left no-repeat; left: 6px;  }
#slide-navigation .next{ background: url(/wp-content/themes/brandonu/images/next-btn.png) top right no-repeat; right: 6px; }
#slide-navigation .next:hover{ background: url(/wp-content/themes/brandonu/images/next-btn-ovr.png) top right no-repeat; right: 6px; }
/* #slide-navigation .next{ background: url(http://www.brandonu.ca/wp-content/uploads/slide-btn-next.png) top right no-repeat; right: 6px; } 
#slide-navigation .next:hover{ background: url(http://www.brandonu.ca/wp-content/slide-btn-next-ovr.png) top right no-repeat; right: 6px; }*/

.slideContent a { color:#003366 }
.slideContent a:hover { color:#fc0; }

.slideContent a.read-more, .slideContent a.read-more:visited { color: #036; text-decoration: none; }
.slideContent a.read-more:hover { text-decoration: underline; }




/*
   ----
   
   **MAIN PAGE SLIDER
   
   ----
*/


.anythingSlider                         { width: 798px; height: 220px; position: relative; margin:0 0 0 1px; ;/*margin: 0 auto 15px;*/ 	border-top: 8px solid #fc0;
 }
.anythingSlider .wrapper                { width: 798px; overflow: auto; height: 200px; padding:0; margin: 0; position: absolute; top: 0; left: 0;border-bottom:1px solid #999;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin:0 0 0 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 200px; width: 800px; margin: 0; }

.anythingSlider .arrow                  { display: block; height:46px; width: 55px; background: url(/wp-content/themes/brandonu/images/arrows.png) no-repeat ; text-indent: -9999px; position: absolute;  cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0px; right: -5px;top:141px;}
.anythingSlider .back                   { background-position: -79px 0px ; left:-5px; top:141px; }
.anythingSlider .forward:hover          { background-position: 0 -51px; }
.anythingSlider .back:hover             { background-position: -79px -51px; }

#thumbNav                               { position: relative; top: 187px; text-align: center; background: url(/wp-content/themes/brandonu/images/cellshade-btm.png) bottom repeat-x #b7b7b7;padding-bottom:3px;padding-top:0px;height:11px; }
#thumbNav a                             { display: inline-block; padding: 2px 8px; height: 9px; margin: 0 5px 0 0; background: #ffcc00 url(/wp-content/themes/brandonu/images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; background-color:#ffcc00;}
#thumbNav a.cur                         { background: #003366; }

#start-stop                             {display:none;background: green; background-image: url(/wp-content/themes/brandonu/images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 30px; text-align: center; position: absolute; right: 50px; top: 186px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* Universal SLIDE STYLES */

.slide					{ height:200px; width:800px; padding:0; margin:0; }
.slide p				{ color:#fff; background: url(/wp-content/themes/brandonu/images/text-bg-1.png) repeat; font-size:1.2em;-moz-border-radius:5px; line-height: 1.3em; }
.slide p a				{ color:#fff; }
.slide p a:visited			{ color:#fff; }


	/* Campus Tours */
	#slide5 {
		background:url("/wp-content/themes/brandonu/images/campus-tour-2.jpg") top center no-repeat;
		}
	#slide5 p {
		padding: 0.5em;
		float:right;
		margin:80px 44px 0 10px;
		/* width:300px; */
		}
	/* END SLIDE */
	
		
	/* Orientation 2012 */
	#slide21 {
		background:url("/wp-content/themes/brandonu/images/orientation-2012.jpg") top center no-repeat;
		}
	#slide21 p {
		
		padding:5px 8px 8px 8px;
		float:left;
		margin:99px 0 0 17px;
		width:240px;
		line-height:1.4em;
		}
	/* END SLIDE */
	
	/* Battle of the Border */
	#slide22 {
		background:url("/wp-content/themes/brandonu/images/battle-of-the-border.jpg") top center no-repeat;
		}
	#slide22 p {
		
		padding:5px 8px 8px 8px;
		float:right;
		margin:106px 52px 0 0;
		width:302px;
		line-height:1.30em;
		}
	/* END SLIDE */
	
	
	
		
	/* Student for a day - 2012 */
	#slide26 {
		background:url("/wp-content/themes/brandonu/images/student-4-a-day-2012.jpg") top center no-repeat;
		}
	#slide26 p {
		padding:8px 8px 8px 10px;
		float:left;
		margin:90px 0 0 78px;
		width:340px;
		}
	/* END SLIDE */	
	
	/* Student leader */
	#slide32 {
		background:url("/wp-content/themes/brandonu/images/student-leader.jpg") top center no-repeat;
		}
	#slide32 p {
		padding: 0.5em ;
		float:left;
		margin:94px 0px 0 38px;
		width:384px;
		}
	
			
	/* Student Ambassador */
	#slide34 {
		background:url("/wp-content/themes/brandonu/images/student-ambassador.jpg") top center no-repeat;
	}
	#slide34 p {
		padding: 0.5em;
		float: left;
		margin:90px 250px 0 386px;
		width: 390px;
	}
	
	/* Time to Register - 2012
	#slide35 {
		background:url("/wp-content/themes/brandonu/images/time-to-register-2.jpg") top center no-repeat;
	}
	#slide35 p {
		line-height: 1.2em !important;
		padding: 0.5em;
		float: left;
		margin:82px 0px 0 16px;
		width: 316px;
	
	}*/
	
	/* Time to Register - 2013 */
	#slide35 {
		background:url("/wp-content/themes/brandonu/images/time-to-register-2.jpg") top center no-repeat;
	}
	#slide35 p {
		line-height: 1.5em;
		padding: 6px 0 6px 8px;
		float: left;
		margin:82px 0px 0 22px;
		width: 310px;
	
	}
	
	
	/* Trk BU -- 2012
	#slide36 {
		background:url("/wp-content/themes/brandonu/images/trek-bu-2011-800x200.jpg") top center no-repeat;
	}
	#slide36 p {
		padding: 0.5em;
		float: right;
		margin:121px 16px 0 0px;
		width: 340px;
	
	}*/
	
	/* Trek BU - 2013 */
	#slide36 {
		background:url("/wp-content/themes/brandonu/images/trek-bu-2013.jpg") top center no-repeat;
	}
	#slide36 p {
		line-height: 1.5em;
		padding: 0.5em;
		float: right;
		margin:132px 23px 0 0;
		width: 380px;
		background:none;
	
	}
	
	
	/* Healthy Living Center */
	#slide37 {
		background:url("/wp-content/themes/brandonu/images/hlc-800x200-1.jpg") top center no-repeat;
	}
	#slide37 p {
		padding: 0.5em;
		float: left;
		margin:126px 0 0 46px;
		width: 420px;
		line-height: 1.3;
	}
	
	/* Trek BU: Base Camp */
	#slide38 {
		background:url("/wp-content/themes/brandonu/images/trek-bu-base-camp.jpg") top center no-repeat;
	}
	#slide38 p {
		padding: 0.5em;
		float: right;
		margin:120px 30px 0 0;
		width: 420px;
		line-height: 1.3;
	}

	/* 2012 Spring Convocation */
	#slide39 {
		background:url("/wp-content/themes/brandonu/images/convocation-800x200.jpg") top center no-repeat;
	}
	#slide39 p {
		padding: 0.5em;
		float: left;
		margin:82px 0 0 40px;
		/*width: 200px;*/
		line-height: 1.3;
	}


    /* Henry Champ slide */

    #slide50 {
        background:url("/wp-content/themes/brandonu/images/champ-slide.png") top center no-repeat;
        }
    #slide50 p {
        padding:5px;
		float:left;
		margin:100px 0 0 40px;
		width:300px;
		line-height:1.4em;
		background: none;
		text-align: center;
        }	
		
		
		
	@import url(http://fonts.googleapis.com/css?family=Lato);
	/* Healthy Campus */
	#slide40 {
		background:url("/wp-content/themes/brandonu/images/Town-Hall-Poster.jpg") top center no-repeat;
	}
	#slide40 p {
		background:none;
		padding: 0.5em;
		float: left;
		margin:145px 0 0 120px;
		font-family: 'Lato', sans-serif;
		font-size:1.8em;
		font-weight:bold; 
		line-height: 1.3;
		letter-spacing:0.045em;
	}
	
	
	#slide41 {
		background:url("/wp-content/themes/brandonu/images/rem-2012a.jpg") top center no-repeat;
	}
	#slide41 p {
	
		background:none;
		padding: 0.5em;
		color:#000;
		float: right;
		width:380px;
		margin:83px 38px 0 0;
		font-size:1.2em;
		
		line-height: 1.3;
		letter-spacing:0.045em;
		
	}
	
	#slide41 p a { color:#000; }
	
	/* January Orientation 2013 */
	#slide42 {
		background:url("/wp-content/themes/brandonu/images/orientation-jan-2013.jpg") top center no-repeat;
		}
	#slide42 p {
		
		padding:5px 8px 8px 8px;
		float:left;
		margin:99px 0 0 17px;
		width:240px;
		line-height:1.4em;
		}
	/* END SLIDE */
	
	/* Happy Holidays 2012 */
	#slide43 {
		background:url("/wp-content/themes/brandonu/images/happy-holidays-2012.jpg") top center no-repeat;
		}
	#slide43 p {
		
		padding:5px 8px 8px 8px;
		float:left;
		margin:99px 0 0 17px;
		width:240px;
		line-height:1.4em;
		}
	/* END SLIDE */
	
	
	/* Winterlude 2013 */
	#slide44 {
		background:url("/wp-content/themes/brandonu/images/winterlude.jpg") top center no-repeat;
		}
	#slide44 p {
		
		text-transform:uppercase;
		background:none;
		padding: 0.5em;
		float: left;
		margin:60px 0 0 380px;
		font-family: 'Lato', sans-serif;
		font-size:1.8em;
		font-weight:bold; 
		line-height: 1.3;
		letter-spacing:0.045em;
		}
	/* END SLIDE */
	
	/* Karen Lam 2013 */
	#slide45 {
		background:url("/wp-content/themes/brandonu/images/karen-lam.jpg") top center no-repeat;
		}
	#slide45 p {
		padding:5px 8px 8px 8px;
		float:right;
		margin:100px 56px 0 0;
		
		line-height:1.30em;
		}
	/* END SLIDE */
	
	/* Bobcat Volleyball Slide 1 */
	#slide46 {
		background:url("/wp-content/themes/brandonu/images/popplestone-slide-game-3.jpg") top center no-repeat;
		}
	#slide46 p {
		
		padding:8px;
		float:right;
		margin:110px 60px 0 0;
		background:none;
		line-height:1.30em;
		}
	/* END SLIDE */
	
	/* Women's Week 2013 */

    #slide51 {
        background:url("/wp-content/themes/brandonu/images/womens-week-2014.jpg") top center no-repeat;
        }
    #slide51 p {
		font-size:14px;
		
		color:#46286e;
        padding:5px;
		float:left;
		margin:108px 0 0 248px;
		background:none;
		line-height:1.5em;
	
	
        }	
		
		 #slide51 a {
		
		color:#46286e;
        
        }	
		
		/* Bobcats Bronxe Medal 2013 */

    #slide52 {
        background:url("/wp-content/themes/brandonu/images/bronze-medal-winners.jpg") top center no-repeat;
        }
   #slide52 p {
		
		padding:5px 8px 8px 8px;
		float:left;
		margin:132px 0 0 212px;
		background:none;
		line-height:1.30em;
        }	
	
	
		/* Senior Colloquium 2013 
		 #slide54 {
        background:url("/wp-content/themes/brandonu/images/senior-colloquium-2013.jpg") top center no-repeat;
        }
    	#slide54 p {		
		padding:5px 8px 8px 8px;
		float:right;
		margin:86px 24px 0 0;
		width:376px;
		line-height:1.30em;
        }	*/
		
		/* Senior Colloquium 2014 */
		 #slide54 {
        background:url("/wp-content/themes/brandonu/images/senior-colloquium-2014.jpg") top center no-repeat;
        }
    	#slide54 p {		
		padding:5px 8px 8px 8px;
		float:right;
		margin:86px 24px 0 0;
		width:376px;
		line-height:1.30em;
        }	
		
		
	
	
	
	    /* 2013 Convocation Lead Up Slide 
		
		#slide55 { background:url("/wp-content/themes/brandonu/images/convocation-2013a.jpg") top center no-repeat;	float:right;  }
    	#slide55 h2 { float:right; margin:70px 90px 0 0 ; font-size:4em; color:#fff; font-family:Georgia, "Times New Roman", Times, serif;	text-shadow: 1px 1px #003300; }
		#slide55 p { float:right; margin:20px 90px 0 0 ; background:none; line-height:1.4em; font-size:1.4em; }
		#slide55 a { color:#003300; text-decoration:none; font-weight:bold; 	margin-top:12px; }
		#slide55 a:hover { text-decoration:underline;  }	*/
		
		/* 2014 Convocation Lead Up Slide */
		
		#slide55 { background:url("/wp-content/themes/brandonu/images/convocation-2013a.jpg") top center no-repeat;	float:right;  }
    	#slide55 h2 { float:right; margin:60px 90px 0 0 ; font-size:4em; color:#fff; font-family:Georgia, "Times New Roman", Times, serif;	text-shadow: 2px 1px #003300; }
		#slide55 p { float:right; margin:20px 90px 0 0 ; background:none; line-height:1.4em; font-size:1.4em; }
		#slide55 a { color:#003300; text-decoration:none; font-weight:bold;	margin-top:1em; }
		#slide55 a:hover { text-decoration:underline; color:#fff; }
		
		
		/* 2013 Convocation Day  Slide */
		
		#slide56 { background:url("/wp-content/themes/brandonu/images/convocation-2013b.jpg") top center no-repeat; float:left; }
		/*#slide56 h2 { font-size:4em; color:#fff; margin:60px 0 0 60px; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 2px 2px #003300; }*/
		#slide56 h2 { font-size:2.5em; color:#fff; margin:60px 0 0 16px; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 2px 2px #003300; }
		#slide56 p { margin:20px 0 0 105px; background:none; line-height:1.4em; font-size:1.6em;  }
		#slide56 a { color:#003300; text-decoration:none; /*background:rgba(102,151,53,0.8);*/ font-size:14px; font-weight:bold;	 margin-top:12px;   }
		#slide56 a:hover { 	text-decoration:underline;        }	
		#slide55 div { font-size:1.4em; float:right; margin:8px 90px 0 0; clear:both; color:#fff; }
		#slide56 p.conv-links {
			margin-top:10px;
		}
		
		
	
	    /* 2013 Pow Wow */
		
		#slide57 { background:url("/wp-content/themes/brandonu/images/2013-powwow-800x200.jpg") top center no-repeat;	float:right;  }
    	#slide57 h2 { float:right; margin:70px 60px 0 0 ; font-size:4em; color:#fff; font-family:Georgia, "Times New Roman", Times, serif;	text-shadow: 1px 1px #003300; }
		#slide57 p { float:right; margin:18px 62px 0 0 ; background: rgba(102,102,102,0.6); line-height:1.4em; font-size:1.4em; padding:5px; }
		#slide57 a { color:#fff; text-decoration:none; font-weight:bold; 	margin-top:12px; }
		#slide57 a:hover { text-decoration:underline;  }
		
		/*Residence 2013 */
		#slide58 { background:url("/wp-content/themes/brandonu/images/residence2013-800x200.jpg") top center no-repeat; }
		
		#slide58 h2 { float:left; margin:78px 0 0 20px; font-size:3.8em; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px #003300;}
		
    	#slide58 p { float:left; position:absolute; padding:6px; width:380px; margin:110px  0 0 22px; }
		
		/* September Orientation 2013 */
		#slide59 { background:url("/wp-content/themes/brandonu/images/orientation-sep-2013.jpg") top center no-repeat; }			
		#slide59 h2 { float:left; margin:66px 0 0 300px; font-size:3.2em; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px #003300;}		
		#slide59 p { color:#036; float:left; position:absolute; padding:6px; width:320px; margin:102px 0 0 300px; background:none;}		
		#slide59 span a { color: #fc0 /*#3399cc*/; font-size:2em; float:right; position:absolute; padding:6px; margin:65px 0 0 0px;  font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;  }		
   		#slide59 span a:hover { text-decoration:underline;  }		
		#slide59 a { color:#036; }
	
		/* September Orientation - RTB 2013 */
		#slide60 { background:url("/wp-content/themes/brandonu/images/orientationRTB.jpg") top center no-repeat; }
		#slide60 h2 { float:left; margin:66px 0 0 300px; font-size:3.2em; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 1px 1px #003300;}		
		#slide60 p { color:#036; float:left; position:absolute; padding:6px; width:320px; margin:102px 0 0 300px; background:none;}		
		#slide60 span a { color: #fc0 /*#3399cc*/; font-size:2em; float:right; position:absolute; padding:6px; margin:65px 0 0 0px;  font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;  }		
   		#slide60 span a:hover { text-decoration:underline;  }		
		#slide60 a { color:#036; }
		
	/* Holidays 2013 */

    #slide61 {
        background:url("/wp-content/themes/brandonu/images/holidays2013-800x200.jpg") top center no-repeat;
        }
    #slide61 p {
        padding:5px;
		float:right;
		margin:120px 50px 0 0;
		width:300px;
		line-height:1.4em;
		background: url("/wp-content/themes/brandonu/images/text-bg-1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
		text-align: center;
        }	
		
		/* Winterlude 2014 */
	#slide62 {
		background:url("/wp-content/themes/brandonu/images/winterlude-2014.jpg") top center no-repeat;
		}
		
		/* LNAP 2013 */

    #slide63 { background:url("/wp-content/themes/brandonu/images/LNAP-slide-2014.jpg") top center no-repeat; }
		
	#slide63 h2 { float:left; margin:20px 0 0 36px; font-size:3.4em; line-height:1.1em; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; text-shadow: 2px 1px #003300;}
		
    #slide63 p { float:left; position:absolute; padding:6px; line-height:1.6em; margin:100px  0 0 36px; }
	
	
	
		
/* Styles for RIP Henry Champ page */
p.rip {
	font-size: 200%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.6em;
	font-style: italic;
}
p.rip.attribution {
	margin-left: 2em;
	font-style: normal;
	font-size: 175%;
}

/* Column Test (added by Craig 02/14/2012)
============================================== */

.entry-content .leftcolumn,  .entry-content .rightcolumn {width: 260px; }
.entry-content .leftcolumn {float: left; }
.entry-content .rightcolumn {float: right; padding-left: 20px; }
.entry-content .leftcolumn p {padding-right: 0.5em; }
.entry-content .rightcolumn p {padding-left: 0.5em; }
.entry-content .leftcolumn ul {margin: 0; padding: 0 14px 14px 14px; list-style: disc;}
.entry-content .rightcolumn ul {margin: 0; padding: 0 14px 14px 14px; list-style: disc;}
.entry-content .topcolumn {clear: both; }

.columnwrapper {
    float: left;
	clear: both;
}


	
/*  HLC Photos on /hlc/photo-gallery/ */
dt.gallery-icon { padding: 0; border: 0; margin: 0;}
dd.gallery-caption {font-size: 100%; }
a.fbPhoto img { border: 0; }
dl.gallery-item  {padding: 0; margin: 0;}

/* Comment handling */
div#comments p { font-size: 85%; }
p.comment-moderation-note { color: #555; font-style: italic; }
div#comments ol { border: 0; }
div.comment-author { font-size: 90%; }
span.unapproved { font-size: 85%; color: #444; font-style: italic; }
div#form-allowed-tags {display: none; }

/* Skip Link hiding */
.skip-link { display: none; }

.clearfix:after {
clear: both;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}


/* Image Grid (Women's Week) */

#bu-image-grid { margin: 20px 10px ; }


/* Show/Hide Link Styles (RDI)  */
.showhidelink { margin-bottom:16px; }
.showhidecontent { margin-bottom:30px; }
.showhidelink a { font-size:1.2em;  }

.form_hidden { display: none; }

