/* 
Theme Name: Student Essentials 
Theme URI: http://microsites.bournemouth.ac.uk/studentessentials 
Description: Theme created for the BU student essentials website.  
 
Author: Paul Hughes 
Version: 1.0 
Tags: BU 
*/  

@charset "UTF-8";

@font-face {
    font-family: 'AvantGardeMdBTMedium';
    src: url('fonts/avantgardemedium-webfont.eot');
    src: url('fonts/avantgardemedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avantgardemedium-webfont.woff') format('woff'),
         url('fonts/avantgardemedium-webfont.ttf') format('truetype'),
         url('fonts/avantgardemedium-webfont.svg#AvantGardeMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JennaSueRegular';
    src: url('fonts/JennaSue-webfont.eot');
    src: url('fonts/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/JennaSue-webfont.woff') format('woff'),
         url('fonts/JennaSue-webfont.ttf') format('truetype'),
         url('fonts/JennaSue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font:100%/1.4 Arial;
	background:#000 url('img/bg-wood-low.jpg') repeat-y center -100px;
	margin:0;
	padding:0;
	color:#fff;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
img {
	display:block;
	margin:0 15px; /* adding the margin to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #fff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:underline;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1000px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	float:right;
	padding: 0;
	width:760px;
}


h1 {
	position:relative;
	color:#fff;
	font-family:AvantGardeMdBTMedium, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	line-height:32px;
}
h1 span {
	display:block;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#nav {
	float:left;
	width:220px;
	color:#fff;
	padding:0;
	font-family:JennaSueRegular, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:32px;
	font-weight:normal;
}
#nav ul, #nav li {
	list-style-type:none;
}
#nav a {
	color:#fff;
	text-decoration:none;
	text-shadow:0 0 10px rgba(255,255,255,0.5); /* virtual antialiasing */
}
#nav a:hover, #nav a:active, #nav a:focus {
	text-decoration:underline;
}
#nav li.current_page_item {
	background:url('img/highlight-nav.png') repeat-y center top;
}
#nav li.current_page_item a {
	color:#000;
	text-shadow: 0 0 1px rgba(0,0,0,0.3); /* virtual antialiasing */
}
#nav li {
	padding:5px 25px;
}

/* Header and footer */
div#accessibility {
	padding:12px 15px;
}
#accessibility, #accessibility a,
#footer a {
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
#accessibility a:hover, #accessibility a:active, #accessibility a:focus,
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline;
}
#accessibility span {
	float: left;
}
#accessibility ul {
	float: right;
	padding: 0;
	margin: 0;
}
#accessibility li {
	float: left;
	list-style-type: none;
	padding: 0 8px;
}

#footer {
	clear:both;
	padding-bottom:20px;
	width:100%;
}
#footer hr {
	margin:10px 15px 0;
	width:970px;
	display:block;
	background-color:rgba(255,255,255,0.4);
	color:rgba(255,255,255,0.4);
	height:1px;
	line-height:0;
	border:none;
	clear:both;
}
div#footer ul {
	margin:2px 15px;
	padding:5px 0 0 0 !important;
}
#footer li {
	display:inline;
	padding:0px 16px 0 0;
	border:none;
}
#footer li img {
	display:inline;
	padding:0;
	margin:0;
}
#social-media-footer {
	margin-top:10px !important;
}

div#header {
	margin-bottom:40px;
}
#download-links {
	overflow:hidden;
	padding:4px 0 6px;
	margin: 0 0;
}
#download-links h2 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 15px 10px;
	padding:0;
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.4);
}
#download-links a {
	margin:0 0 0 20px;
	display:block;
	float:left;
}
#download-links>a:first-child {
}
#download-links img {
	padding:0;
	margin:0;
  -webkit-box-shadow:0px 0px 8px 1px rgba(255,255,255,0.6);
  -moz-box-shadow:0px 0px 8px 1px rgba(255,255,255,0.6);
  -ms-box-shadow:0px 0px 8px 1px rgba(255,255,255,0.6);
  box-shadow:0px 0px 8px 1px rgba(255,255,255,0.6);
}

/* Common elements */

/* Polaroid photos */
div.polaroid {
	padding:8px 8px 30px 8px;
	background-color:#fff;
	display:inline-block;
  -webkit-box-shadow:2px 3px 20px 2px #333;
  -moz-box-shadow:2px 3px 20px 2px #333;
  -ms-box-shadow:2px 3px 20px 2px #333;
  box-shadow:2px 3px 20px 2px #333;
}
div.polaroid * {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin:0;
	padding:0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.float-right {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.float-left { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clear { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




/* ********************************************************************** */
/* CONTENT PAGE SPECIFICS */
/* ********************************************************************** */
#content-page #top-block {
	position:relative;
	top:-160px;
}
#content-video-page #top-block {
	position:relative;
	top:-100px;
}

/* Polaroid photos */
#polaroid-left {
	position:relative;
	-webkit-transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	z-index:11;
	left:20px;
}
#polaroid-right {
	position:relative;
	-webkit-transform:rotate(18deg);
	-moz-transform:rotate(18deg);
	-o-transform:rotate(18deg);
	-ms-transform:rotate(18deg);
	z-index:10;
	top:80px;
}

#content-page h1 {
	position:relative;
	width:300px;
	z-index:100;
	left:360px;
	top:260px;
}

#bottom-block {
	background:url('img/content-page-bg-8bit.png') no-repeat left center;
	position:relative;
	top:-80px;
}
#bottom-block, #bottom-block ol {
	height:450px;
	max-height:450px;
}
#bottom-block li a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
#bottom-block li a:hover, #bottom-block li a:active, #bottom-block li a:focus {
	background-color:#000;
	color:#F4DC62;
	text-decoration:underline;
	font-weight:bold;
}
#bottom-block li {
	display:block;
	position:relative;
	line-height:14px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-position:left top;
	background-repeat:no-repeat;
	padding:38px 20px 0;
	z-index:105;
	/*text-shadow:0 0 1px rgba(0,0,0,0.3); /* virtual antialiasing */
}
#bottom-block li:nth-child(10n+1) {
	background-image:url('img/post-it-notes/png8/1.png');
	width:136px;
	height:145px;
	padding-right:30px;
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
}
#bottom-block li:nth-child(10n+2) {
	background-image:url('img/post-it-notes/png8/2.png');
	width:146px;
	height:162px;
	left:142px;
	top:-228px;
	padding-top:34px;
}
#bottom-block li:nth-child(10n+3) {
	background-image:url('img/post-it-notes/png8/3.png');
	width:154px;
	height:145px;
	left:306px;
	top:-408px;
	z-index:108;
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
}
#bottom-block li:nth-child(10n+4) {
	background-image:url('img/post-it-notes/png8/4.png');
	width:136px;
	height:128px;
	padding-top:44px;
	left:470px;
	top:-528px;
	z-index:101;
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
}
#bottom-block li:nth-child(10n+5) {
	background-image:url('img/post-it-notes/png8/5.png');
	width:135px;
	height:108px;
	padding-top:65px;
	left:-20px;
	top:-588px;
	z-index:104;
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
}
#bottom-block li:nth-child(10n+6) {
	background-image:url('img/post-it-notes/png8/6.png');
	width:132px;
	height:124px;
	padding-top:48px;
	left:138px;
	top:-772px;
	z-index:103;
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
}
#bottom-block li:nth-child(10n+7) {
	background-image:url('img/post-it-notes/png8/7.png');
	width:132px;
	height:131px;
	padding-top:44px;
	left:258px;
	top:-815px;
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	-ms-transform:rotate(2deg);
}
#bottom-block li:nth-child(10n+8) {
	background-image:url('img/post-it-notes/png8/8.png');
	width:134px;
	height:137px;
	padding-top:40px;
	padding-left:25px;
	left:334px;
	top:-1106px;
	-webkit-transform:rotate(8deg);
	-moz-transform:rotate(8deg);
	-o-transform:rotate(8deg);
	-ms-transform:rotate(8deg);
}
#bottom-block li:nth-child(10n+9) {
	background-image:url('img/post-it-notes/png8/9.png');
	width:132px;
	height:107px;
	padding-top:65px;
	left:434px;
	top:-1176px;
	z-index:103;
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
}
#bottom-block li:nth-child(10n+10) {
	background-image:url('img/post-it-notes/png8/10.png');
	width:135px;
	height:142px;
	padding-top:26px;
	padding-right:28px;
	left:560px;
	top:-1440px;
	z-index:106;
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	-ms-transform:rotate(5deg);
}

#content-video-page #top-block {
	text-align:center;
	background:url('img/content-video-page-bg-8bit.png') no-repeat center top;
	height:550px;
	margin-bottom:-100px;
}
div.polaroid-video {
	background-color:#fff;
	padding:14px 14px 4px;
	display:inline-block;
	margin:120px auto 0;
  -webkit-box-shadow:2px 3px 20px 2px #333;
  -moz-box-shadow:2px 3px 20px 2px #333;
  -ms-box-shadow:2px 3px 20px 2px #333;
  box-shadow:2px 3px 20px 2px #333;
}
div.polaroid-video h1 {
	font-family:JennaSueRegular, "Times New Roman", Times, serif;
	font-size:34px;
	line-height:36px;
	font-weight:bold;
	color:#000;
	text-align:right;
	margin:8px 0 0;
}
#content-video-page #bottom-block {
	position:relative;
	top:-120px;
}
#content-video-page .content {
	/*height:900px;*/
}
#content-page .content {
	/*height:820px;*/
}

#bottom-block-simple {
	color:#fff;
	margin-top:-40px;
}
#bottom-block-simple h2 {
	width:240px;
	padding:0;
	font-size:18px;
	float:left;
}
#bottom-block-simple ol {
	width:490px;
	float:right;
	font-size:13px;
	line-height:16px;
	margin-right:10px;
}
#bottom-block-simple ol li {
	margin-bottom:6px;
	margin-left:30px;
}
/* END CONTENT PAGE */


/* ********************************************************************** */
/* INDEX PAGE SPECIFICS */
/* ********************************************************************** */
/* Polaroid photos */
#index-page #polaroid-top {
	position:relative;
	top:-156px;
	left:32px;
	-webkit-transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
}
#index-page #polaroid-bottom {
	position:relative;
	top:-476px;
	left:0px;
	-webkit-transform:rotate(22deg);
	-moz-transform:rotate(22deg);
	-o-transform:rotate(22deg);
	-ms-transform:rotate(22deg);
}

/* Notepad */
#index-page #notepad {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	width:398px;
	position:relative;
	left:256px;
	top:-274px;
	padding:56px 4px 0 10px;
}
#index-page #notepad h2, #index-page #notepad h3, #index-page #notepad li {
	padding-left:60px;
}
#index-page #notepad h2, #index-page #notepad h3 {
	padding-right:0;
}
#index-page #notepad h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#index-page #notepad li h3 {
	display:inline;
	padding-left:0;
}
#index-page #notepad h2 {
	font-family:AvantGardeMdBTMedium, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	margin-bottom:4px;
	padding-bottom:6px;
	padding-top:4px;
	background:url('img/highlight-wide.png') no-repeat 26px center;
}
#index-page #notepad li {
	margin-bottom:8px;
	background:url('img/bullet-tick.png') no-repeat 20px top;
}
#index-page #notepad ul, #index-page #notepad li {
	list-style-type:none;
}
#index-page #notepad a, #index-page #notepad:visited {
	color:#000; font-weight:bold;
}

/* Page-specifics */
#index-page {
	background:url('img/index-page-bg-8bit.png') no-repeat 220px 10px;
	position:relative;
	top:-100px;
	padding-top:100px;
	margin-bottom:-100px;
}
#index-page h1 {
	position:relative;
	left:300px;
	top:10px;
	width:220px;
}
#index-page #title-caption {
	position:relative;
	padding:0;
	width:212px;
	height:40px;
	top:28px;
	left:264px;
	-webkit-transform:rotate(18deg);
	-moz-transform:rotate(18deg);
	-o-transform:rotate(18deg);
	-ms-transform:rotate(18deg);
	
	text-align:right;
	font-family:JennaSueRegular, "Times New Roman", Times, serif;
	font-size:36px;
	line-height:40px;
	font-weight:bold;
}

#index-page .content {
	height:740px;
}
/* END INDEX PAGE SPECIFICS */

#default-page, #default-page h2 {
	color:#fff;
	font-size:16px;
	line-height:20px;
}
#default-page h2 {
	margin-bottom:6px;
}
#default-page h1,
#default-page h2 {
	font-family:AvantGardeMdBTMedium, Arial, Helvetica, sans-serif;
}
#default-page h3,
#bottom-block-simple h3 {
	display:inline;
	padding:0;
}

#index-page, #content-page, #content-video-page {
	color:#333;
}

#askbu {
text-align: right;
width: 350px;
color: 
white;
font-size: 14px;
}
#askbu a {
margin: 0;
float: none;
display: inline;
}

.stroke {
text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
filter: glow(color=#000000,strength=2); /* work in all IE */
}