/*
Theme Name: BUDI
Theme URI: http://blogs.bournemouth.ac.uk
Author: Matt Northam
Author URI: http://www.mattnortham.com
Description: Tailored for the Dementia Institute 
Version: 0.7.2
Also: Stealing is bad ;)
*/

@import url("incs/fonts/stylesheet.css");

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/*
 *
 * Base Typography 
 *
 */
 
body { font:14px/1.131 sans-serif; *font-size:small; margin: 0; padding: 0; font-family: 'GlyphaLTStd55Roman'}
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/*
 *
 * Base Styles 
 *
 */
body, select, input, textarea { 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
  /*	text-shadow:0 1px 0 rgba(255,255,255,.8);*/
	-webkit-font-smoothing: subpixel-antialiased;
}
/* Headers (h1,h2,etc) have no default font-size or margin, you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; 	font-family: 'GlyphaLTStd55Roman', Georgia, Serif !important;}

/*
h1 {font-family: 'GlyphaLTStd65Bold' !important}
h2, h2 a {font-family: 'GlyphaLTStd55Roman' !important}
*/

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #000; }
a:hover { color: #3e3e3e; text-decoration: underline; }

article a:hover { color: #3e3e3e; background:;}

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 

  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #5286b6; color:#fff; text-shadow: none; }
::selection { background:#5286b6; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #5286b6; } 
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/*
 *
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 *
 */
 
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
 *
 * Structure
 *
 */
 
body {background: #fff url(http://blogs.bournemouth.ac.uk/dementia-institute/files/2013/07/tulips-bg.jpg) fixed no-repeat center bottom;}

#featured {margin-bottom: 20px;}
 
.clear {clear: both; display: block;}
#page {
	display: block;
}
#branding { display: block; width: 100%; height: auto; z-index: 9999; position: relative; background: transparent; }
#branding .inner {display: block; margin: 0 auto; padding: 15px; padding-bottom: 0; width: 930px; height: auto; min-height: 140px; background: #fff; border-left: 2px solid #f47933;border-right: 2px solid #f47933;}
#branding nav {background: ;}

#page {background: transparent !important;}


#main {
	display: block;
	width: 930px;
	margin: 00px auto 0 auto;
	background: #fff;
	border: 0px solid #efefef; border-top: 0;
	padding: 5px 15px;
	border-left: 2px solid #f47933;border-right: 2px solid #f47933;
	}

/*#site-title a{width: 723px; height: 106px; display: block; text-indent: -999em; background: url('images/logo.jpg') no-repeat center center}*/

#site-title {font-size:4.1em !important; font-family: 'GlyphaLTStd55Roman' !important; margin: 0 auto  !important;padding: 0 0 0 50px  !important; clear: both;}
#site-title a {background: #f47933; color: #fff; padding: 20px 10px !important; display: block;}
#branding hgroup {padding: 6px 0 0 140px; height: 73px; background: url('img/bu-logo.jpg') no-repeat left center; float: left;}

#site-description{ padding: 5px 0 30px 90px; clear: both; background: white; display: block;}

#branding #social{border: 0 !important; float: right; height: auto; padding: 10px 10px 0 0; width:160px;}

#social p {clear: both; display: block; width: 100%; text-align: right;}

#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
	width: 660px;
	background: #fff;
}

#content p {margin: 10px 0;}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 225px;
	padding: 5px 0 15px 10px;
	border-left: 1px solid #f1f1f1;
}
#colophon {
	clear: both;
	display: block;
	width: 990px;
	margin: 0 auto
}

.page-template-contact-page-php table {font-size: 0.9em;}
.page-template-contact-page-php table td {padding: 20px 0 !important;}
.page-template-contact-page-php table img {width: 80px; height: auto; float: left;}
.page-template-contact-page-php table .text {float: left; margin: 0 0 0 0px; width: 280px; background:;}
.page-template-contact-page-php table .text p {padding: 5px 0 !important;}

.page-template-contact-page-php h3 {font-size: 1.4em;}
.page-template-contact-page-php h5 {font-weight: normal; font-style: italic !important; margin: 0 0 5px 0;}
.page-template-contact-page-php img {float:left; margin: 0 10px 10px 0 !important;}

.page-template h2 {margin-top: 20px;font-size: 1.6em; margin-bottom: 10px;}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content,
.full-width .entry-content,
.full-width article {
	margin: 0 auto;
	width: 800px;
	background: ;
	padding: 0 !important;
}

.full-width #respond, .full-width #comments, .full-width .entry-header  {padding: 0;}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
 *
 * Header
 *
 */
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/*
 *
 * Menu
 *
 */
#access {
	background: #008e7e url('img/menu-bgs.png') no-repeat center center !important;
	display: block;
	float: left;
	margin: 20px auto;
	width: 940px;
	height: 30px;
	padding: 10px;
	font-family: 'GlyphaLTStd55Roman', Georgia, Serif !important;
	z-index: 9997;
	text-transform: capitalize;
	margin-left: -15px;
}
#access ul {
	list-style: none;
	margin: 0 auto;
	width:auto;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}

#access .menu-item-5357 {background: url('img/icons/dropdown.png') no-repeat right center; padding-right: 5px;}

#access a {
	display: block;
	line-height: 1.6em;
	padding: 0 1em;
	text-decoration: none;
	font-size: 1.1em;
	color: #fff;
}

#access ul li a {
/*	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
*/	
	}
	
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 9998;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	color: #ee692d;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 12em;
	height: auto;
	border-bottom: 1px solid #f1f1f1;
	border-radius: 0;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #fff;
	color: #ee692d;
}
#access ul ul a:hover {
	background: #fff;
	color: #ee692d;
}
#access ul li:hover > ul {
	display: block;
}


/*
 *
 * Content
 *
 */
 
body {line-height: 1.5em;}

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	clear: both;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

.home-left {
	width: 71%;
	float: left;
	padding-right: 5%;
}

.home-left h2 {font-size: 3.1em; line-height: 1em; margin-bottom: 20px; font-family: 'GlyphaLTStd65Bold' !important;}
.home-left strong {font-size: 1.6em;}

.home-right {
	width: 24%;
	float: left;
	text-align: right;
}

.home-box {
	width: 22%;
	padding: 0 1%;
	float: left;
}

.home-box2 {
	width: 48%;
	padding: 0 1%;
	float: left;
}

.home-box p {line-height: 1em; margin: 0; padding: 0;}

.s1 {font-family: 'GlyphaLTStd65Bold' !important; font-size: 2.4em; color: #6392be;}
.s2 {font-family: 'GlyphaLTStd65Bold' !important; font-size: 1.6em; color: #f43554; line-height: 1.4em !important;}
.s3 {font-family: 'GlyphaLTStd65Bold' !important; font-size: 1.8em; color: #8dc940; text-decoration: none; line-height: 1.7em; clear: both; display: block;}

/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: 0 .5em;
	text-align: center;
}
.wp-caption img {
	margin: .15em .15em 0 .15em; 
	/*padding: 0 !important;*/
}
.wp-caption .wp-caption-text {
	margin: 0em; font-size: 0.8em !important; font-style:italic;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}



/*
 *
 * Footer
 *
 */
#colophon {
	padding: 30px 0 0;
}

footer#colophon {background: #292828 url(img/footer-bg.jpg) no-repeat center top; border: 0px solid #161616;}

#site-generator {padding: 0 15px 30px 15px; color: #fff;}

#site-generator small {float: left; width: 30%; font-size: 0.9em; padding: 0px 0 0 4%;}
#site-generator .contact {float: left; width: 35%; font-size: 0.9em; padding: 0px 0 0 4%;}
#site-generator address {float: left; width: 25%; font-size: 0.9em; font-style: normal;}



/* POSTS */
h1 a, h2 a, h3 a {text-decoration: none;}

.entry-content h1 {color: #008e7e !important;}
.entry-content h2 {color: #ff6600 !important; background: #fff; padding: 5px 0 5px 0px; clear:both;}

article {background:; width: 100%; clear:both; }

article.hentry {
	padding: 15px 0 30px 0;
	padding-bottom: 50px !important;
	border-bottom: 0px dashed #c2c2c2;
	position: relative;
	clear: both;
	/*background: url(http://blogs.bournemouth.ac.uk/dementia-institute/files/2012/05/tulip-bottom.jpg) no-repeat 70px bottom;*/
}

.entry-content ul, .entry-content li {}

.page-header {background: ; padding: 0 0 0 26px; float: left; width:auto;margin-bottom: 0px; font-style: italic; color: #655c54; clear: both !important; display: block !important;}
.page-title {font-size: 1.6em; line-height: 1em; background: ;margin-bottom: 15px; padding: 0 0 0 26px; font-style: normal;}

.page-title {font-size: 2.6em; font-family: 'GlyphaLTStd65Bold' !important; line-height: 1em; background: ; margin-bottom: 5px; margin-left: 16px; margin-right: 20px;}


.page-header .archive-meta {padding: 15px; background: #f1f1f1;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

.entry-header {background: ; padding: 10px 20px 0 20px; float: left; width:auto; margin-bottom: 5px; }
.entry-title {font-size: 2.6em; font-family: 'GlyphaLTStd65Bold' !important; line-height: 1em; background: ; margin-bottom: 5px; margin-left: 16px; margin-right: 20px;}

.page .entry-header{text-transform: capitalize;}

header.entry-meta, footer.entry-meta {padding: 10px 0 !important; margin-top: 10px; color: #888888; text-align: center;}
header .meta, footer.entry-meta .meta {font-size: 0.9em; padding: 0 0 0 0px; color: #888888; margin-bottom: 10px;}

.single footer.entry-meta {font-size: 0.9em;}
.single .entry-header, .page .entry-header {background: transparent; border-bottom: 1px solid #f8f8f8; margin-bottom: 15px;}

.thedate {
	width: auto !important; padding: 0px 0 00px 0px !important; margin: 10px 0; color: #888888;font-size: 0.9em; }

.thedate a {text-decoration: none; color: #888888 !important;}
.thedate a:hover {color: #444 !important}

.thedate .entry-date {padding-left: 26px; background: url('img/icons/calendar.png') no-repeat center left;}

.thedate .m {display: block; clear: both;}
.thedate .j {display: block; clear: both; font-size: 2.3em; }
.thedate .y {display: block; clear: both;}

.tribe_events .thedate {padding: 0 !important}
.tribe_events .entry-content {padding: 0 !important; clear: both;}
.tribe_events .share {padding: 0 0 0 13% !important; clear: both;}

.entry-content, article .entry-meta, #nav-below, #comments, .share {padding: 0 0 0 26px; clear: both;}

.events-archive .entry-content, .events-archive article, .events-archive #content {padding: 0 0 0 0% !important; clear: both; width: 100% !important;}

.related {background: #fff; padding: 15px 0; margin: 15px 0; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}

#nav-below {background: #f8f8f8 url(img/post-header-bg.jpg) repeat center center; width: 96%; padding: 15px 0; margin: 15px 0 15px 26px; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	
#nav-below a{text-decoration: none; padding: 0 15px;}


.share {clear: both; margin: 10px 0; padding: 0 !important; font-size: 0.9em; color: #888888; background: url('img/icons/share-.png') no-repeat left center; text-align: center;  background: ;}

.cat-links {padding: 0 0 0 26px;  background: url('img/icons/note.png') no-repeat 5px top;}
.tag-links {padding: 0 0 0 26px;  background: url('img/icons/tag_blue.png') no-repeat 5px top;}
.comments-link {padding: 0 0 0 26px;  background: url('img/icons/comments.png') no-repeat 5px top;}
.permalink {padding: 0 0 0 26px;  background: url('img/icons/link.png') no-repeat 5px top;}

/*images */
.entry-content img {padding: 5px; margin: 10px 0; border: 1px solid #f8f8f8;  background: #008e7e;}
.entry-content img.wp-smiley {padding: 0; margin: 0; border: 0;}

img.alignright {margin-left: 15px !important;}
img.alignleft {margin-right: 15px !important;}
img.aligncenter {display: inline;}


/* IMAGES ON PAGES */

.page-id-48 .entry-content img {margin-top: -40px !important; background: #008e7e;}

.page-id-46 .entry-content h2 {border:0; color: #111 !important;}

.page-id-6189 .entry-content img {clear:left;}

.page-id-48 .entry-content h1 {border:0; color: #fff !important; background: #008e7e; padding: 5px 100px 5px 10px; display: inline-block; font-size: 1.3em; margin: 20px 0 0px -30px}

.page-id-48 .entry-content h2 {
	clear: both; 
	display: block; 
	/* border-top: 1px solid #dddddd; */
	padding-top: 30px;
}



article blockquote {padding: 20px}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 0;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000; background: #121212; color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi a {background: #fff; }

.page-template-contact-page-php .entry-content {text-align: center; background: ;}
.page-template-contact-page-php .entry-content p {clear: both;}
.page-template-contact-page-php .entry-content ul {width: 630px; background: ; display: block; padding: 0; margin: 0; list-style-type: none;}
.page-template-contact-page-php .entry-content ul li {width: 290px; background: url(img/profile-top.jpg) no-repeat center top; margin: 10px; display: inline-block; vertical-align: top; background: ; padding: 20px 0 0 0; font-size: 0.9em; text-align: center;
/*IE */ zoom: 1; *display: inline;
}
.page-template-contact-page-php .entry-content ul li img {width: 120px; height: auto; float: none; margin: 0 !important; clear: both}

.page-template-contact-page-php .entry-content ul li em {font-style: normal;}
.page-template-contact-page-php .entry-content ul li a {font-style: normal; font-size: 1.1em; font-weight: bold; text-decoration: none;}

/* SEARCH */

#searchform label {display:none;font-family: 'GlyphaLTStd55Roman', Georgia, Serif !important; font-weight: bold;}
#searchform {
	border: solid 0px #d2d2d2;
	padding: 0px 5px 13px 0px;
	}
#searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
#searchform #s {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 162px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
#searchform #searchsubmit {
	color: #fff;
	height: 27px;
	width: 27px;
	overflow: hidden;
	text-indent: -999em;
	background: url('img/icons/search.png') no-repeat center center;
	border: 0;
}

.rsswidget {background: none;}
.widget a {text-decoration: none;}
.widget {padding: 20px 0; border-bottom: 1px solid #f8f8f8;}
.widget ul, .widget li {list-style-type: none; padding: 0; margin: 0;}
.widget li {padding: 0 0 0 20px; background: url('img/icons/bullet_blue.png') no-repeat left 2px;}

.tribe_events div {padding-left: 20px !important;}
aside#external img {width:45px;}


select#cat {max-width: 190px;}

/* COMMENTS */
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}



/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 78.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 68%;
	position: relative;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: auto;
	width: 85%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}

.mission {line-height: 2.6em;}

ul.extra li {padding-bottom: 20px;}



#featured {
	width:990px;
	height:330px;
	margin-left: -30px;
	clear:both;
	background: transparent !important;
}


/*
	Slideshow
*/

#slides {
	position:relative;
	top:5px;
	left:0px;
	z-index:0;
}

.slide img {width:100%; height: 100%;}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:990px;
	height: 324px;
	left: 0px;
	overflow:hidden;
	position:relative;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:900px;
	height:324px;
	padding:0px 45px;
	display:block;
	background: transparent;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	bottom:-20px;
	left:20px;
	width:33px;
	height:33px;
	display:block;
	z-index:101;
	display: none;
}

#slides .next {
	left:930px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:auto;
	position: absolute;
	bottom: -15px;
	right: 450px;
	z-index: 102;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	right:95px;
	height:auto;
	padding:5px 20px 0 20px;
	/*
	background:#008e7e;
	background:rgba(0, 142, 126,0.7);
	*/
	background: #424343;
	background:rgba(66,66,66,0.9);
	width:235px;
	font-size:1.2em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.caption a {color: #fff; padding: 10px 0; text-align: right; display: block;}

.home-left {
	width: 76%;
	float: left;
	padding-right: 5%;
}

.home-left h2 {font-size: 3.1em; line-height: 1em; margin-bottom: 20px; font-family: 'GlyphaLTStd65Bold' !important;}
.home-left strong {font-size: 1.6em;}

.home-right {
	width: 19%;
	float: left;
	text-align: right;
}

.home-box {
	width: 22%;
	padding: 0 1%;
	float: left;
}

.home-box2 {
	width: 48%;
	padding: 0 1%;
	float: left;
}

.home-box p {line-height: 1em; margin: 0; padding: 0;}

#home-events {width: 60%; height: auto; float: left; padding-right: 3%; border-right: 1px solid #efefef}

#home-staff {width: 34%; float: right;}

#home-vacancies {width: 34%; float: right; margin-top: 40px;}

#home-events h3,#home-staff h3,#home-vacancies h3 {background: #f47933; color: #fff; padding: 5px !important; display: inline-block; clear: both; margin-top:25px;}

#home-events p{padding: 4px 0 0 26px; margin: 0;}

.date {background: url('http://blogs.bournemouth.ac.uk/dementia-institute/files/2012/10/calendar.png') no-repeat left 12px; padding-left: 26px; padding-top: 10px !important; font-weight: bold;}
.date em {background: #121212; color: #fff; font-size: 0.8em; padding: 4px; font-style: normal;}
.date strong {background: #f47933; color: #fff; font-size: 0.8em; padding: 4px; font-style: normal;}
.small {font-size: 0.85em;}

#home-staff .add {background: url('http://blogs.bournemouth.ac.uk/dementia-institute/files/2012/10/user_orange.png') no-repeat left 12px; padding-left: 26px; padding-top: 10px !important;}
#home-staff img {float: right; margin-left: 4px;}

#home-mission {background:#008e7e; padding: 0 5px; color: #fff; float: right;}
#home-mission h3 {margin-top: 0;margin-left: -5px; display: block; margin-right: -5px; text-align: center}