/*****************************************************************************/
/* Colours, Background and Borders */
/*****************************************************************************/
a {
	color: #004b84;
}

#introduction,
.node .submitted {
	color: #666;
}

a.active,
li a.active,
div.error,
p.error,
#navigation ul ul li a,
#breadcrumb,
#breadcrumb a {
	color: #9d1939;
}

#block-menu-secondary-links,
#block-menu-secondary-links a {
	color: #fff;
}


/***************/
/* Backgrounds */
/***************/
#container {
	background: transparent url(qed_images/container-bg.png) scroll no-repeat left top;
}

div.error,
p.error {
	background-color: transparent;
}

#content .node th {
	background-color: #eee;
}

#breadcrumb {
	background-color: #efdf83;
}

#back {
	background: #fff;
	background-image: url("/sites/all/themes/QED2011/qed_images/body-bg.png");
	background-repeat: no-repeat;
}

body.in-maintenance {
	background-position: 50% top;
}

#left-sidebar .block-menu_block li {
	background: transparent url('qed_images/section-menu-item-bg.png') scroll no-repeat left 5px;
}

#left-sidebar .block-menu_block li.active {
	background-image: url('qed_images/section-menu-item-bg-active.png');
}


/***********/
/* Borders */
/***********/
#content .node table,
#content .node th,
#content .node td {
	border: 1px solid #bbb;
}

#footer {
	border-top: 1px solid #ccc;
}

div.error,
p.error,
/* BH - Knock out table lines on Contacts page  */
.node-type-search-results #content .node table,
.node-type-search-results #content .node th,
.node-type-search-results #content .node td {
	border: none;
}

#content .node table {
	border-collapse: collapse;
}



/*****************************************************************************/
/* Fonts */
/*****************************************************************************/
#block-menu-secondary-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#go_container {
	font-family: Geneva, "Lucida Grande", arial, helvetica, sans-serif;	
	font-size-adjust: none;
	font-stretch: semi-expanded;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 200%;	
}

sup, sub {
	font-size: 0.667em;
}

#block-menu-secondary-links,
.node .submitted, 
.node .category {
	font-size: 0.833em;
}

#breadcrumb, #left-sidebar,
#right-sidebar,
#block-views-calendar-block-2 .views-field-field-event-date, 
#block-views-calendar-block-2 .views-field-field-event-speaker, 
#block-views-calendar-block-2 .views-field-field-location {
	font-size: 0.917em;
}

.region-sidebar-first, .region-sidebar-second {
	font-size: 1.1em;	
}

#introduction {
	font-size: 1.167em;
}

#content,
body.front #content {
	font-size: 1.2em;
}

strong,
div.error,
p.error,
#content .node th {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: baseline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#block-menu-secondary-links {
	text-transform: uppercase;
}

#breadcrumb,
#introduction {
	line-height: 1.333;
}


/*****************************************************************************/
/* General Tags */
/*****************************************************************************/
td,
th,
fieldset {
	padding: 0px;
}

fieldset {
	width: 880px;
}

/*****************************************************************************/
/* Navigation and Menus */
/*****************************************************************************/
ul.nav.menu {
	width: 968px;
}

/* BH - Style menu blocks on undergraduate page. */
body.node-type-undergraduate-page #main-wrapper .block-menu, body.node-type-graduate-page #main-wrapper .block-menu, 
body.node-type-research-page #main-wrapper .block-menu, body.node-type-page-other #main-wrapper .block-menu {
	width: 400px;
	float: left;
	min-height: 200px;
}

#block-menu-secondary-links {
	padding: 8px 10px;
}

#block-menu-secondary-links li {
	display: inline;
}

#block-menu-secondary-links li:before {
	content: ' | ';
}

#block-menu-secondary-links li:first-child:before {
	content: '';
}

#block-menu-secondary-links span.ext {
	display: none;
}


/**********************/
/* Nav bar & submenus */
/**********************/
#navigation {
	width: 964px;
}

/* Make it centered. */
#navigation ul {
	margin-left: 70px; /*80px;*/
}

#navigation li {
	width: 100px;
	height: 17px;
}

/*BH - Submenus of main navigation*/
#navigation ul ul {
	margin-left: -7px;
}

/* BH - First menu item of top dropdowns */
#navigation ul ul li:first-child {
	width: 102px;
	margin-left: -1px;
}

#navigation ul ul li {
	width: 102px;
	margin-left: -1px;
}



/**************/
/* Breadcrumb */
/**************/
#breadcrumb {
	padding: 5px 12px;
	min-height: 15px;
}

body.front #breadcrumb {
	display: none;
}


/*****************************************************************************/
/* Structure */
/*****************************************************************************/
#container {
	position: relative;
	margin: 0 auto;
	padding: 0 6px;
	width: 964px;
}

#go_container {
	min-width: 970px; /*BH WAS 780px*/
	padding: 0;
}

#back {
	width: 964px;
	padding: 0 30px 0 30px;
	margin: 0 auto 0 auto;
}

#introduction {
	margin-bottom: 16px;
}

#footer {
	margin: 20px auto;
	border-top: 1px solid #ccc;
	padding: 20px 0;
	width: 920px;
}


/************************************************************/
/* Sidebar menus.  Deprecated?  Not sure.  Keep for legacy. */
/************************************************************/
#left-sidebar {
	margin-right: 10px;
	width: 150px;
	float: left;
}

#left-sidebar .block-menu_block ul {
	padding-left: 0;
}

#left-sidebar .block-menu_block li {
	padding-left: 10px;
	list-style-type: none;
}

/* Some submenus are moved to the right sidebar, so hide them in the left */
#left-sidebar .block-menu_block li.artsci-programs-amp-courses li.artsci-program-info li.artsci-concentration-criteria ul,
#left-sidebar .block-menu_block li.artsci-programs-amp-courses li.artsci-degree-programs ul {
	display: none;
}

#right-sidebar {
	width: 200px;
	float: right;
}

#right-sidebar .block-menu_block ul ul {
	padding-left: 10px;
}


/********/
/* Tabs */
/********/
.tabs {
	width: 90%;
}

body.admin-menu .tabs, 
body.user #page-body .tabs {
	display: none;
}

body.artsci-imce #page-body .tabs {
	display: block;
}


/********************/
/* Error Formatting */
/********************/
div.error,
p.error {
	padding: 0;
}


/**********/
/* Header */
/**********/
#mobile_header {
	display: none;
}

#header {
	width: 964px;
	
}

#queens-logo {
	/* image 103x71 */
	margin: 10px 30px 9px 30px;
	float: left;
}

#logo {
	/* image 800x90 */
	margin-top: 0px;
	margin-right: 0px;
	float: right;
}


/*****************************************************************************/
/* Content */
/*****************************************************************************/
#go_container .with-navigation #content, 
#go_container .with-navigation .region-sidebar-first, 
#go_container .with-navigation .region-sidebar-second {
	margin-top: 12px;
}

#go_content_frame #content {
	z-index: 1000;
}

#content ul,
#content ol {
	padding-left: 16px;
}

#content ul.inline {
	padding-left: 0;
}

#content ul > li {
	list-style-type: square;
}

#content ol > li {
	list-style-type: decimal;
}

#content .node th {
	padding: 3px 6px;
}

.node {
	clear: left;
	margin-bottom: 24px;
}

.node .submitted,
.node .category {
	margin-bottom: 6px;
}


/************/
/* Sidebars */
/************/
#go_container .region-sidebar-first .section,
#go_container .region-sidebar-second .section {
	margin: 0 0 0 0;
}

#go_container .region-sidebar-first .section {
	margin-left: 20px
}

#go_container .region-sidebar-second .section {
	margin-right: 20px
}

body.two-sidebars #content,
body.two-sidebars #go_content_frame #content {
	padding: 0;
	width: 518px;
	float: left;
}

body.one-sidebar #content,
body.one-sidebar #go_content_frame #content {
	width: 718px;
}

body.sidebar-first #content,
body.sidebar-first #go_content_frame #content {
	padding-right: 20px;
}

body.sidebar-second #content .region,
body.sidebar-second #go_content_frame #content .region {
	padding-left: 0;
}

body.no-sidebars #content,
body.no-sidebars #go_content_frame #content {
	width: 920px;
}


/*****************************************************************************/
/* Main page and not main page mods */
/*****************************************************************************/
body.front #content .node ul {
	padding-left: 0;
}

body.front #content .node li {
	list-style-type: none;
}

body.not-front div#content.column {
	/*margin-top: 55px;*/ /* BH - search on all pages */
	z-index: 10;
}


/*****************************************************************************/
/* Home Page Slider */
/*****************************************************************************/
.view-id-sliders .views_slideshow_main {
	height: 320px;
}

.view-id-sliders .views_slideshow_main .views-field-title {
	top: 215px;	
	height: 70px;
}


/*****************************************************************************/
/* Footer */
/*****************************************************************************/
.region-footer {
	margin-left: 10px;
	margin-right: 10px;
}

.region-footer .block,
.region-footer .block-menu {
	width: 31%;
	float: left;
	margin-left: 1%; 	
	margin-right: 1%; 	
}



/*****************************************************************************/
/* Archive */
/*****************************************************************************/
/*BH GoSaBe - Set width of a view grid (like the faculty listing) */
/*.views-view-grid{
	width: 200px;
}
*/
/* BH - Remove before final
views-view-grid cols-2

body {
	font-family: "Lucida Grande", Arial, sans-serif;
	width:964px;
	background: #fff url(/sites/all/themes/QED2011/qed_images/body-bg.png) scroll repeat-x 50% 0px; 
	background-repeat:no-repeat;
	padding:0 30px 0 30px;
	margin:0 auto 0 auto;

}
*/
/*
body.page-calendar #content, body.node-type-people-page {
	width: 920px;
}
*/
/*
body.two-sidebars #content {
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
}

body.sidebar-right #content {
	border-right: 1px solid #ccc;
}

body.sidebar-left #content {
	border-left: 1px solid #ccc;
}
*/
/*
body.front #content > .node {
	clear: right;
	margin-right: 20px;
	width: 220px;
	float: right;
}
*/
/*
body.page-calendar #content {
	width: 920px;
}
*/
/*
#block-views-calendar-block-2 {
	position: relative;
	width: 150px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
	padding: 10px;
	text-align: left;
	z-index: 500;
}
*/
/*
#block-views-calendar-block-2 h2 {
	padding-top: 10px;
	padding-bottom: 0px;
}
*/

