/*
Theme Name: BU Research Blog
Theme URI: http://blogs.bournemouth.ac.uk
Author: Matt Northam
Author URI: http://www.mattnortham.com
Description: If we knew what it was we were doing, it would not be called research, would it?

Version: 1.3
*/

@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;
}
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.331 sans-serif; *font-size:small; margin: 0; padding: 0; }
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: #096374; }
a:hover { color: #c9380b; text-decoration: none; }

article a:hover { color: #c9380b; 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: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }
/* 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
 *
 */

#featured {margin-bottom: 20px; z-index: 1 !important;}
#slides {z-index: 2 !important;}
.slides_container {}

.clear {clear: both; display: block;}
#page {
	display: block;
}

#main {
	display: block;
	width: 960px;
	margin: 00px auto 0 auto;
	background: #fff;
	border: 5px solid #efefef; border-top: 0;
	padding: 15px;
	z-index: 10;
	}

#main p {padding: 10px 0;}
.slide .caption p {padding: 0 !important;}

#quick-links {width: 960px; height:20px; background: #fff; margin: 0 auto 20px auto; padding: 20px 15px; border: 5px solid #efefef; border-top: 0; font-size: 1.1em; color: #1d1d1d; position: relative;}

#quick-links h4 {float: left; margin-right: 5px; padding: 0px 0 20px 0; font-size: 1.2em; font-weight: bold;}
#quick-links ul {float: left; padding: 1px 0 0 0; list-style-type: none; width: 720px;}
#quick-links li {float: left; padding: 0 0 0 16px; margin: 0 10px 0 0; }
#quick-links li a{text-decoration: none; font-weight: bold; background: #fbbe14; padding: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);}

#award {position: absolute; top: 2px; right: 10px; width: 280px; font-size: 0.7em; text-align: center;}
#award a.heist {margin: 0; padding: 0; line-height: 1em; float: right;}
#award a.heist img {margin: 0 20px !important; padding: 0; width: 81px; clear:both; display: block;}
#award .euraxess {width: 143px; padding: 0; float: left;}

#branding { display: block; width: 100%; height: auto; z-index: 9999;}
#branding .inner {display: block; margin: 0 auto; padding: 15px; width: 960px; height: auto; min-height: 160px; background: #fff url('http://blogs.bournemouth.ac.uk/research/files/2011/11/books.jpg') no-repeat 780px -40px; border: 5px solid #efefef; border-bottom: 0;}
#branding nav {background: ;}

/*#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:5.8em !important; font-family: 'GlyphaLTStd65Bold' !important; margin: 0 !important;padding: 10px 0 15px 0 !important;}
#site-title a {color: #333;}
#branding hgroup {padding: 16px 0 0 140px; height: 90px; background: url('img/bu-logo.jpg') no-repeat left center; position: relative;}

#branding hgroup a#buLogo {width: 90px; height: 90px; display: block; text-indent: -999em; position: absolute; left: 0; top: 0;}

#site-description{ padding: 20px 0 0 0}

#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
	width: 690px;
}
#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
}

.category-eu hgroup {position: relative;}
.category-eu #branding .inner {min-height: 200px; background: #fff url('img/eu-bunting.jpg') no-repeat 10px 195px;}
.category-eu .flag {height: 120px; width: 190px; position: absolute; right:0; top: 0;}
.category-eu #site-title {font-size: 5em !important;}
body.category-eu, .category-eu #page {background: #142c63 !important;}
.category-eu #branding {background: #e2d355;}

.category-pg-research #site-title {font-size: 5em !important;}
body.category-pg-research, .category-pg-research #page {background: #bdb4ab !important;}
.category-pg-research #branding {background: #26033b;}

.category-bu-challenges #page,
.category-bu-research-themes #page,
.category-creative-digital-economies #page,
.category-culture-society #page,
.category-entrepreneurship-economic #page,
.category-environmental-change #page,
.category-green-economy-sustainability #page,
.category-health-wellbeing #page,
.category-recreation-leisure #page,
.category-technology-design #page
{background: #822115 !important;}

.category-bu-challenges #branding,
.category-bu-research-themes #branding,
.category-creative-digital-economies #branding,
.category-culture-society #branding,
.category-entrepreneurship-economic #branding,
.category-environmental-change #branding,
.category-green-economy-sustainability #branding,
.category-health-wellbeing #branding,
.category-recreation-leisure #branding,
.category-technology-design #branding
{background: #ffcc29;}

.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;}

/*body {background: #fff;}
#page {min-height: 900px;}*/
body, #page, .home #page {background: #48002b !important;}
/*#branding {background: #40b5ff url('img/clouds.png') repeat-x left bottom;}*/
#branding, .home #branding {background: #006275;}
.home #site-title {font-size: 5.8em !important;}
.home #branding .inner {display: block; margin: 0 auto; padding: 15px; width: 960px; height: auto; min-height: 160px; background: #fff url('http://blogs.bournemouth.ac.uk/research/files/2011/11/books.jpg') no-repeat 780px -40px; border: 5px solid #efefef; border-bottom: 0;}

/* 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;
}

.padTable td {padding: 10px 0 20px 0;}

/*
 *
 * Header
 *
 */
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/*
 *
 * Menu
 *
 */
#access {
	background: #eee !important;
	display: block;
	float: left;
	margin: 20px auto;
	width: 940px;
	height: 30px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'GlyphaLTStd55Roman', Georgia, Serif !important;
	z-index: 9997;
	text-transform: capitalize;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	z-index: 9997;
}
#access li {
	float: left;
	position: relative;
	z-index: 9997;
}

.menu li {white-space: nowrap;}
.menu li ul li {white-space: normal; float: left; display: block; clear: both;}

#access .menu-item-5357 {background: url('img/icons/dropdown.png') no-repeat right center; padding-right: 5px;}

#access a {
	display: block;
	line-height: 2em;
	padding: 0 0.8em;
	text-decoration: none;
	font-size: 1.1em;
}
#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: 2em;
	left: 0;
	z-index: 9998;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	border-bottom: 1px solid #f1f1f1;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul ul a:hover {
	background: #000;

}
#access ul li:hover > ul {
	display: block;
}


footer#colophon {background: #161616; border: 5px solid #161616;}

#site-generator {padding: 0 15px 30px 15px;}

#site-generator small {float: left; width: 62%; font-size: 0.9em; padding: 0 0 0 8%;}
#site-generator address {float: left; width: 20%; font-size: 0.9em;}


#site-generator .menu-main-nav-container {
background: #eee;
	display: block;
	float: left;
	margin: 20px auto;
	width: 940px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		font-family: 'GlyphaLTStd55Roman', Georgia, Serif !important;
}
#site-generator .menu-main-nav-container ul {list-style: none;}
#site-generator .menu-main-nav-container ul li {float: left; position: relative;}

#site-generator .menu-main-nav-container  a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	font-size: 1.1em;
}
#site-generator .menu-main-nav-container  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;
	bottom: 2em;
	left: 0;
	z-index: 99999;
}
#site-generator .menu-main-nav-container  ul ul ul {
	left: 100%;
	top: 0;
}
#site-generator .menu-main-nav-container ul ul a {
	background: #333;
	color: #fff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	border-bottom: 1px solid #f1f1f1;
}
#site-generator .menu-main-nav-container  li:hover > a,
#site-generator .menu-main-nav-container  ul ul :hover > a {
	background: #333;
	color: #fff;
}
#site-generator .menu-main-nav-container  ul ul a:hover {
	background: #000;

}
#site-generator .menu-main-nav-container  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;
}


/*
 *
 * 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: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}



/*
 *
 * Footer
 *
 */
#colophon {
	padding: 1em 0 0;
}



/* POSTS */
h1 a, h2 a, h3 a {text-decoration: none;}

article {background:; width: 100%; clear:both;}

article.hentry {
	padding: 15px 0;
	border-bottom: 1px dashed #c2c2c2;
	position: relative;
	clear: both;
}

.page-header {background: ; padding: 0 0 0 9%; float: left; width:91%;margin-bottom: 20px; font-style: italic; color: #655c54; clear: both;}
.page-title {font-size: 1.6em; line-height: 1em; background: ;margin-bottom: 15px; font-style: normal;}
.page-header .archive-meta {padding: 15px; background: #f1f1f1;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}

.entry-header {background: ; padding: 0 0 0 2%; float: left; width:91%;margin-bottom: 5px;}
.entry-title {font-size: 2.6em; line-height: 1em; background: ; margin-bottom: 5px;}

.page .entry-header{padding-left: 9%;}

.entry-header .meta {font-size: 0.9em; padding: 0 0 0 26px; color: #655c54; background: url('img/icons/note.png') no-repeat 5px top; font-style: italic;}

.thedate {
	width: 7% !important; background: #f1f1f1; float: left; padding: 0 !important; text-align: center; margin-top:  4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'GlyphaLTStd55Roman', Georgia, Serif !important;
}

.thedate a {text-decoration: none; color: #d1d1d1 !important; line-height: 1.7em;font-weight: bold;}
.thedate a:hover {color: #444 !important}

.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 0 0 9% !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 9%; 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 15px 9%; margin: 15px 0; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}


#nav-below {background: #f1f1f1; padding: 15px; margin: 15px 0; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}

#nav-below a{text-decoration: none;}

.entry-meta a:link, .entry-meta a:visited, .meta a:link, .meta a:visited {color: #655c54}

footer.entry-meta {margin-top: 10px; font-size: 0.9em; color: #bdb4ab}

.share {padding: 0 0 0 13% !important; clear: both; margin-top: 10px; margin-bottom: 10px; font-size: 0.9em; color: #bdb4ab; background: url('img/icons/share.png') no-repeat 10% center; }

.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;}


.entry-content img {padding: 5px; margin: 10px 0; border: 1px solid #fff; background: #f8f8f8}
.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;}


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; }


/*

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> >
		<header class="entry-header">
			<h1 class="entry-title"><a href><?php the_title(); ?></a></h1>

			<div class="entry-meta">
				<span class="sep">Posted on </span><a href="http://wp.dev/2011/10/13/why-gantt-is-good/" rel="bookmark"><time class="entry-date" datetime="2011-10-13T08:30:39+00:00" pubdate>October 13, 2011</time></a> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://wp.dev/author/carolineo/" title="View all posts by carolineo">carolineo</a></span>

			</div><!-- .entry-meta -->
		</header><!-- .entry-header -->

		<?php if ( is_archive() || is_search() ) : // Only display Excerpts for archives & search ?>
		<div class="entry-summary">
			<?php the_excerpt(); ?>
		</div><!-- .entry-summary -->

		<?php else : ?>

		<div class="entry-content">
			<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'BU_Research' ) ); ?>
			<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'BU_Research' ), 'after' => '</div>' ) ); ?>
		</div><!-- .entry-content -->

		<?php endif; ?>

		<footer class="entry-meta">
			<span class="cat-links"></span>
			<span class="meta-sep"> | </span>
			<span class="tag-links"></span>
			<span class="comments-link"></span>
		</footer><!-- #entry-meta -->
	</article><!-- #post-<?php the_ID(); ?> -->

*/


.phdcomics {width: 660px; float: left; list-style-type: none; background: ;}
.phdcomics-div {width: 200px; float: left; background: ; padding: 80px 0 20px 70px;}
.phdcomics-div p {font-size: 0.8em;}
hr.phd {border-bottom: 1px solid white; height: 10px; background:; clear: both;}

/* 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;}
.services a {margin: 10px;}
.services a.brian {margin: 0;}
.widget {padding: 20px 0; border-bottom: 1px dashed #c2c2c2;}
.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:auto;}

.eventsListWidget .widget-title {}

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;
}

.slide img {height:330px !important; width: auto !important;}
.wpcf7-checkbox .wpcf7-list-item {clear:both !important; display: block !important;}
table, table tbody tr {background: #fff;}

table, table tr, table td {padding: 4px;}
table tr {border-top: 1px solid #dedede;}

.entry-content table {border: 2px solid #dedede; margin-bottom: 1em;}