/**
 * global.css
 * 	non-responsive styles 	
 */

body {
	background-color: #373535;
	color: #000;
	font-family: 'proximanova','Arial','Helvetica',sans-serif;
}

h1 {
	font-size: 2.1875em; /* 1/16 * 35px = 2.1875em */
	line-height: 1.25em;
}

h2 {
	font-size: 1.75em; /* 1/16 * 28px = 1.75em */
	line-height: 1.25em;
}

h3 {
	font-size: 1.25em; /* 1/16 * 20px = 1.25em */
}

a:link {
	color: #BB0000;
}
a:visited {
	color: #BB0000;
}
a:hover,
a:focus
{
	color: #000;
	background-color: #EEE;
}
a:active {
	color: #BB0000;
}

button, input, select, textarea {
    font-family: 'proximanova','Arial','Helvetica',sans-serif;
}

pre {
	background-color: #F2F3ED;
	border: solid 1px #CCC;
}

code {
	color: #666;
	font-style: italic;
}

/* =Layout overrides
-----------------------------------------------*/
.content-area {
	width: 70%;
  float: none;
  margin-left: 30%;
}

.site-main .widget-area {
	/* width: 24%; */
	/* padding-right: 3%; */
	clear: left; /* navigation positioned above sidebar */
  width: 100%;
}

nav#site-navigation .menu {
	width: 100%;
}

/* =OSUNavbar
-----------------------------------------------*/
#osu_navbar a:hover,
#osu_navbar a:focus {
  background-color: #333;
}

#osu_navbar a:focus {
  outline: 2px solid #FFF;
}

/* =Page
-----------------------------------------------*/
#page {
	background-color: #FFF;
}

/* =Header
-----------------------------------------------*/
header#masthead {
	background: #F2F3ED;
	border-bottom: none;
}

.site-branding {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 154px;
	padding-bottom: 10px;
}

/* James, Wexner, and HSC secondary signatures */
.site-branding.osu-brand-style-vertical.osu-brand-hsc,
.site-branding.osu-brand-style-vertical.osu-brand-james-ccc,
.site-branding.osu-brand-style-vertical.osu-brand-james-wexner
{
  background-position: center 10px;
  min-height: auto;
}

.site-branding.osu-brand-style-vertical.osu-brand-hsc
{
  padding-top: 75px;
}

.site-branding.osu-brand-style-vertical.osu-brand-james-ccc,
.site-branding.osu-brand-style-vertical.osu-brand-james-wexner
{
  padding-top: 130px;
}

.site-branding.osu-brand-style-vertical.osu-brand-hsc div.site-title,
.site-branding.osu-brand-style-vertical.osu-brand-james-ccc div.site-title,
.site-branding.osu-brand-style-vertical.osu-brand-james-wexner div.site-title,
.site-branding.osu-brand-style-vertical.osu-brand-hsc div.site-description,
.site-branding.osu-brand-style-vertical.osu-brand-james-ccc div.site-description,
.site-branding.osu-brand-style-vertical.osu-brand-james-wexner div.site-description
{
  width: 100%;
  text-align: center;
}

.site-branding.osu-brand-style-vertical.osu-brand-hsc div.site-title,
.site-branding.osu-brand-style-vertical.osu-brand-james-ccc div.site-title,
.site-branding.osu-brand-style-vertical.osu-brand-james-wexner div.site-title
{
  font-size: 2.1875em; /* 1/16 * 35px = 2.1875em */
  padding: 10px 0 0 0; 
}

.site-branding.osu-brand-style-vertical.osu-brand-hsc div.site-description,
.site-branding.osu-brand-style-vertical.osu-brand-james-ccc div.site-description,
.site-branding.osu-brand-style-vertical.osu-brand-james-wexner div.site-description
{
  font-size: 1.25em; /* 1/16 * 20px = 1.25em */
}

div.site-title {
	font-size: 3.125em; /* 1/16 * 50px = 3.125em */
	width: 75%;
	margin: 0;
	padding: 35px 0 0 0;
	line-height: 0.9em;
}

div.site-title a {
	display: block;
	padding: 10px 0 0 0;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

div.site-title a:hover,
div.site-title a:focus
{
	text-decoration: underline;
	background-color: transparent;
}

div.site-description {
	font-weight: 300;
	font-size: 1.5625em; /* 1/16 * 25px = 1.5625em */
	width: 75%;
	padding: 5px 0 0 0;
	line-height: 1.1em;
}

/* =Navigation
-----------------------------------------------*/
nav#site-navigation {
	border-top: none;
	border-right: 1px solid #F2F3ED;
	width: 24%;
  /* width: 100%; */
	padding: 0 3% 1.75em 0;
  /* padding: 0 0 1.75em 0; */
	float: left;
}

/* .navigation-main styles */
nav#site-navigation ul {
	list-style-type: none;
}

nav#site-navigation li {
	list-style-type: none;
	float: none;
	margin: 0 0 1.25em 0;
	border: none;
}

nav#site-navigation li:last-child {
	margin: 0;
}

nav#site-navigation li a {
	font-size: 1.25em; /* 1/16 * 20px = 1.5625em */
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	display: inline;
	border-bottom: 2px solid transparent;
	word-wrap: break-word;
	text-decoration: none;
	padding-right: 0.75rem;
}

nav#site-navigation li a:hover,
nav#site-navigation li a:focus,
nav#site-navigation li.current_page_item a,
nav#site-navigation li.current_page_item li a:hover,
nav#site-navigation li.current_page_item li a:focus,
nav#site-navigation li.current_page_ancestor > a
{
	border-bottom: 2px solid #BA0000;
	background-color: transparent;
}

nav#site-navigation li.current_page_item li a {
	border-bottom: 2px solid transparent;
}

nav#site-navigation li li a {
	font-size: 1em; /* 1/16 * 16pt = 1em */
}

/* A11y Navbar */
nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-vertical {
	width: 100%;
}

button.a11y-navbar-toggle {
	box-shadow: none;
	border-radius: 0;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 0.75rem;
}

nav.a11y-navbar ul.a11y-navbar-orientation-vertical li {
	border: 1px solid #00F;
}

nav.a11y-navbar ul[role="menu"] {
	background-color: #FFF;
}

nav#site-navigation.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-vertical li ul[role="menu"] li {
	margin: 0;
}

nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-vertical li ul[role="menu"].a11y-navbar-menu-open {
	/* submenus */
	min-width: 17rem;
	top: -0.75rem;
	padding-right: 2em;
	
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px 0px;
}

nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-vertical li ul[role="menu"].a11y-navbar-menu-open ul[role="menu"].a11y-navbar-menu-open {
	/* nested submenus */
	top: 0;
}

nav.a11y-navbar ul[role="menu"] li a[role="menuitem"]
{
	padding: 0;
	background-color:transparent;
}

nav.a11y-navbar ul[role="menu"] ul[role="menu"] li {
	/* submenu list item elements */
	padding: 0.5em 1em;
}

nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-vertical a[role="menuitem"][aria-haspopup="true"]::after,
nav.a11y-navbar ul.a11y-navbar-menubar li ul[role="menu"].a11y-navbar-menu-open li a[aria-haspopup="true"]::after
 {
	/* arrows */
	border-top:8px solid transparent !important;
	border-bottom:8px solid transparent !important;
	border-left-width:8px !important;
	border-left-style: solid !important;
	border-left-color: transparent;
	right: 0.75rem;
}

nav.a11y-navbar ul.a11y-navbar-menubar li ul[role="menu"].a11y-navbar-menu-open li a[aria-haspopup="true"]::after {
	/* submenu arrows */
	border-left-color: #333 !important;
	top: 1rem;
}

/* =Main
-----------------------------------------------*/
.entry-content,
.entry-summary
{
	margin: 0.5em 0 0 0;
	width: 100%;
	overflow: hidden; /* contain floats */
}

.entry-content, 
.entry-summary, 
.entry-meta,
nav#nav-below
{
	font-size: 1em; /* 1/16 * 16px = 1em */
}

.entry-content p, 
.entry-summary p
{
	margin: 1em 0;
}

.entry-content li, 
.entry-summary li
{
	margin-bottom: 0.5em;
}

.entry-content blockquote,
.entry-summary blockquote
{
	font-size: 1.14em; /* 1/14 * 16px = 1.14em  */
	line-height: 1.25em;
	margin: 1em 3em;
	padding: 0 1em;
	border-left: 3px solid #F2F3ED;
}

header.entry-header .entry-meta {
	position: relative;
	top: -0.5em;
	color: #666;
}

h1.entry-title,
h2.entry-title
{
	margin: 0 0 0.125em 0;
	font-size: 2.1875em; /* 1/16 * 35px = 2.1875em */
}

h1.entry-title a,
h2.entry-title a
{
	color: #000;
	text-decoration: none;
}

.blog #main article.post {
	padding: 0 0 1.5em 0;
	border-bottom: 2px dotted #EEE;
}

.entry-content img.size-thumbnail,
.entry-content img.size-medium
{
	padding: 1em 1em 1em 0;
}

.entry-content img.size-large
{
	padding: 1em 0;
}

img.wp-post-image {
	float: left;
	padding: 1em 1em 1em 0;
}

img.attachment-large {
	margin: 0 0 1em 0;
}

.entry-content .wp-caption img,
.entry-summary .wp-caption img,
.gallery a img
{
	padding: 0;
	margin: 1.2% auto;
}

p.wp-caption-text {
	font-size: 0.75em; /* 1/16 * 12px = 0.75em */
	font-weight: bold;
}

footer.entry-meta {
	margin: 2.5em 0;
	color: #666;
}

footer.entry-meta span {
	padding: 0 1em;
	border-left: 1px solid #666;
}

footer.entry-meta span:first-of-type {
	padding: 0 1em 0 0;
	border-left: none;
}

footer.entry-meta span a[rel="category tag"],
footer.entry-meta span a[rel=tag] {
	margin-left: 5px;
}

nav#nav-below {
	border-top: 2px dotted #EEE;
	padding: 1em 0 0 0;
}

#secondary {
  width: 24%;
	padding-right: 3%;
	border-right: 1px solid #F2F3ED;
  float: left;
  clear: left;
}

aside#social-links {
	margin: 0 0 2.0em 0;
	width: 100%;
	overflow: hidden;
}

aside.widget {
	margin: 0 0 2.5em 0;
	overflow:hidden;
}

aside.widget ul {
	list-style-type: none;
}

aside.widget_text ul {
	list-style-type: disc;
	list-style-position: inside;
}

aside.widget li {
	padding: 2px 0;
	border-bottom: 2px dotted #EEE;
}

aside.widget li:last-child {
	padding: 2px 0;
	border-bottom: none;
}

aside.widget li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0.25em 0.5em;
}

aside.widget_text li {
	border: none;
}

aside.widget_text li a,
aside.widget_categories li a
{
	display: inline;
	color: #BB0000;
	text-decoration: underline;
	padding: 0;
}

aside.widget li a:hover {

	background-color: #EEE;
}

/* Form elements in text widget */
aside.widget_text input,
aside.widget_text textarea,
aside.widget_text select
{
	width: 95%;	
}

aside.widget_text input[type=submit] {
	margin: 10px 0 0 0;
	width: auto;
}

aside.widget_recent_comments li a:link {
	color: #BB0000;
	text-decoration: underline;
}

aside.widget_recent_comments li a:visited {
	color: #BB0000;
	text-decoration: underline;
}

aside.widget_recent_comments li a:hover, 
aside.widget_recent_comments li a:focus
{
	color: #000;
	background-color: #EEE;
	text-decoration: underline;
}

aside.widget_recent_comments li a:active {
	color: #BB0000;
	text-decoration: underline;
}

aside.widget_categories select {
	margin: 10px 0 0 0;
	width: 100%;
}

h3.widget-title,
h2.wp-block-heading,
aside.widget_calendar caption
{
	background-color: #F2F3ED;
	text-transform: uppercase;
	font-size: 1.125em; /* 1/16 * 18px = 1.125em */
	font-weight: 300;
	padding: 0 0 0 10px;
	margin: 0 0 2px 0;
}

aside.widget_calendar caption {
	text-align: center;
	padding: 0;
}

aside.widget_calendar th {
	font-weight: normal;
	border-bottom: 2px dotted #EEE;
}

aside.widget_calendar td {
	padding: 0.125em 0 0.125em 0;
}

aside.widget_calendar table {
	position: relative;
}

aside.widget_calendar tfoot {
	position: absolute;
	top: 0;
	width: 100%;
}

aside.widget_calendar tfoot td {
	position: absolute;
	top: 0;
}

aside.widget_calendar tfoot td.pad {
	display: none;
}

aside.widget_calendar td#prev {
	left: 0;
}

aside.widget_calendar td#next {
	right: 3px;
}

aside.widget_calendar tfoot td a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

aside.widget_calendar tfoot td a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent !important;
	width: 13px;
}

aside.widget_calendar td#prev a {
	background: transparent url('../img/red-arrow-left.png') no-repeat 3px center;
}

aside.widget_calendar td#next a {
	background: transparent url('../img/red-arrow-right.png') no-repeat right center;
}

.widget_rss a.rsswidget img {
	display: none;
}

.widget_rss h3 a.rsswidget {
	color: #000;
	text-decoration: none;
	padding: 0;
}

.widget_rss a.rsswidget {
	color: #BB0000;
	text-decoration: underline;
	padding: 0.125em 0.5em;
}

.widget_rss span.rss-date {
	display: block;
	font-size: 0.6875em; /* 1/16 * 11pt = 0.6875em */
	font-weight: bold;
	padding: 0 0.75em;
}

.widget_rss .rssSummary {
	font-size: 0.6875em; /* 1/16 * 11pt = 0.6875em */
	padding: 0 0.75em;
}

.widget_rss cite {
	display: block;
	font-size: 0.6875em; /* 1/16 * 11pt = 0.6875em */
	padding: 0 0.75em;
}

aside.widget_links li a {
	color: #BB0000;
	text-decoration: underline;
	display: inline;
}

.widget_archive select {
	margin: 0.25em 0.5em;
}

aside.widget_search input.search-field {
	width: 95%;
}

/* =Comment Form
-----------------------------------------------*/
#comments {
	padding: 40px 0 0 0;
	border-top: 2px dotted #EEE;
}

#commentform p {
	margin: 0 0 20px 0;
	width: 100%;
}

#commentform label {
	display: inline-block;
	font-weight: 600;
}

#commentform input#submit {
	background: #E1DFB3 none;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25em; /* 1/16 * 20px = 1.25em */ 
}

#commentform p.form-allowed-tags {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	top: -1px;
}

span.required {
	color: #BB0000;
	font-weight: bold;
	padding-right: 5px;
}

.comment-form-url input#url {
	margin-left: 10px;
}

#secureimgdiv {
	margin: 10px 0 20px 0;
}

#secureimgdiv p label span {
	color: #BB0000 !important;
	padding-left: 5px;
}

#secureimgdiv small {
	font-size: 0.6875em !important;
}
p.subscribe-to-comments label {
    font-size: 0.6875em; /* 1/16 * 11pt =  */
    width: auto !important;
}

/* =Footer
-----------------------------------------------*/
footer#colophon {
	border: none;
	background-color: #373535;
	padding: 0 0 10px 0;
}

.footer-content {
	padding: 70px 0 0 0;
	background: transparent url('../img/osu-wordmark-rev.png') no-repeat -9px 20px;
	color: #FFF;
	font-size: 0.875em; /* 1/16 * 14px = 0.875em */
}

.footer-content a {
	color: #FFF;
}

.footer-content a:hover,
.footer-content a:focus
{
	background-color: transparent;
	text-decoration: none;
}

p.osu-credits {
	margin: 0 0 0.5em 0;
}

.osu-contact span {
	display: inline;
	padding: 0  5px 0 0;
	margin: 0 5px 0 0;
	text-transform: capitalize;
	
}

.osu-contact-name {
	font-weight: bold;
}

.osu-street-address span,
.osu-telecommunication span
{
	border-right: 1px solid #FFF;
}

.osu-street-address span:last-of-type,
.osu-telecommunication span:last-of-type
{
	border-right: none;
}

.osu-contact span.osu-contact-email {
	text-transform: lowercase;
}

.footer-text {
	margin: 10px 0 0 0;
	line-height: 1.125em;
}

p.accessibility-notice {
	margin: 1.5em 0 0 0;
}

.osu-disclaimer {
  margin: 20px 0 0 0;
  font-size: 0.7857em; /* 1/14 * 11px = 0.7857em */
}

/* =Global Footer
------------------------------------------------*/
#global-footer-content {
	background-color: #373535;
	width: 920px;
	margin: 0 auto;
	padding: 10px 0;
}

#global-footer-content-inner {
	color: #FFF;
	font-size: 0.6875em; /* 1/16 * 11px = 0.6875em */
}

#global-footer-content-inner a {
	color: #FFF;
}

#global-footer-content-inner a:hover,
#global-footer-content-inner a:focus
{
	background-color: transparent;
	text-decoration: none;
}

img[alt=Piwik] {
	height: 1px;
	width: 1px;
	position: absolute;
	top: -100000px;
}

/* =Footer Log in Link
------------------------------------------------*/
.log-in {
	background-color: #373535;
	width: 920px;
	margin: 0 auto;
	padding: 10px 0 100px 0;
	font-size: 0.6875em; /* 1/16 * 11px = 0.6875em */
}

.log-in a {
	color: #FFF;
}

.log-in a:hover,
.log-in a:focus
{
	background-color: transparent;
	text-decoration: none;
}

/* =Social Media Links
------------------------------------------------*/
ul.social-media-links {
	list-style-type: none;	
}

ul.osu-social-media-links li {
	overflow: hidden;
	float: left;
	margin: 0 4px 4px 0;
	list-style-type: none;
}

ul.osu-social-media-links li a {
	display: block;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	width: 32px;
	height: 32px;
	text-decoration: none;
}

ul.osu-social-media-links li a:focus {
  outline: 5px solid #0ff;
  outline-offset: -5px;
}

ul.osu-social-media-links li.facebook a {
	background: transparent url('../img/facebook.png') no-repeat;
}

ul.osu-social-media-links li.twitter a {
	background: transparent url('../img/twitter.png') no-repeat;
}

ul.osu-social-media-links li.youtube a {
	background: transparent url('../img/youtube.png') no-repeat;
}

ul.osu-social-media-links li.vimeo a {
	background: transparent url('../img/vimeo.png') no-repeat;
}

ul.osu-social-media-links li.linkedin a {
	background: transparent url('../img/linkedin.png') no-repeat;
}

ul.osu-social-media-links li.instagram a {
	background: transparent url('../img/instagram.png') no-repeat;
}

ul.osu-social-media-links li.rss a {
	background: transparent url('../img/rss.png') no-repeat;
}

ul.osu-social-media-links li.pinterest a {
	background: transparent url('../img/pinterest.png') no-repeat;
}

ul.osu-social-media-links li.yammer a {
	background: transparent url('../img/yammer.png') no-repeat;
}

/* =Edublogs Widgets
-------------------------------------------------------------*/

/* Blogs from a single category */
aside.Bcat_WidgetCategory li a {
	position: relative;
	padding-left: 40px;
	min-height: 35px;
	font-size: 0.75em; /* 1/16 * 12px = 0.75em */
	padding-top: 12px;
}

aside.Bcat_WidgetCategory li a img {
	position: absolute;
	top: 6px;
	left: 0;
}

aside.Bcat_WidgetCategory a {
	font-size: 0.6875em; /* 1/16 * 11px = 0.6875em */
	font-weight: bold;
}

/* Global Site Search */
aside.global-site-search td {
	width: auto !important;
}

/* Subscribe by email */
aside.subscribe-by-email p {
	font-size: 0.6875em; /* 1/16 * 11px = 0.6875em */
	padding-top: 0;
}

aside.subscribe-by-email br {
	display: none;
}

aside.subscribe-by-email input.button {
	margin-top: 2px;
}

/* Image Widget */
aside.widget_sp_image img {
	width: 100%;
}

/* bbPress
-------------------------------------------------------------------*/
#bbpress-forums,
#bbpress-forums ul.bbp-replies,
div.bbp-template-notice p,
#bbpress-forums button,
#bbpress-forums ul.bbp-forums,
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums .bbp-forums-list li,
#bbpress-forums ul.bbp-topics,
#bbpress-forums p.bbp-topic-meta
{
	font-size: 100%;
}

#bbpress-forums li.bbp-header, 
#bbpress-forums li.bbp-footer {
	border-top: none;
}

span.bbp-admin-links a,
.bbp-forum-header a.bbp-forum-permalink, 
.bbp-topic-header a.bbp-topic-permalink, 
.bbp-reply-header a.bbp-reply-permalink
{
	color: #333;
}

span.bbp-admin-links a:hover,
span.bbp-admin-links a:focus,
a.bbp-reply-permalink:hover,
a.bbp-reply-permalink:focus
{
	color: #BB0000;
}

#page .quicktags-toolbar, 
#page .wp_themeSkin tr.mceFirst td.mceToolbar {
	background: transparent;
}

div.bbp-submit-wrapper {
	float: left;
}
