/**
 * 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: #002144;
}
a:visited {
	color: #002144;
}
a:hover,
a:focus
{
	color: #000;
	background-color: #EEE;
}
a:active {
	color: #002144;
}

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;
}

.semantic {
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	top: -1px;
}

/* =Layout overrides
-----------------------------------------------*/
.site-branding, 
nav#site-navigation .menu, 
#main, 
.footer-content
{
	width: 920px;
	margin: 0 auto;
}

.navigation-main {
	float: none;
}

/* =Header
-----------------------------------------------*/
header#masthead {
	border-bottom: 1px solid #CCC;;
}

nav#site-navigation {
	border-top: 1px solid #CCC;
}

nav.navigation-main .menu li {
	margin: 0 0.5em 0 0;
}

nav.navigation-main .menu li {
	background-color: #FFF;
}

nav.navigation-main .menu li li {
	margin: 0;
}

/* =Main
-----------------------------------------------*/
#main {
	padding: 1em 0;
}

h1.widget-title {
	font-size: 0.875em; /* 1/16 * 14px = 0.875em */
}

.entry-content ul,
.entry-summary ul
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 1.5em 3em;
}

.entry-content ol,
.entry-summary ol,
.textwidget ol
{
	list-style-position: outside;
}

/* =Comment Form
-----------------------------------------------*/
/* 
Globally hides the "Website" field 
on all comment forms. Edublogs (CampusPress) 
makes these uneditable as a spam-prevention 
measure. 
*/
#comments p.comment-form-url {
  display: none;
}

/* =Footer
-----------------------------------------------*/
footer#colophon {
	padding: 1em 0;
	border-top: 1px solid #CCC;
}

.osu-contact span {
	display: block;
}

/* =Secondary Signature Logos
----------------------------------------------*/

/* vertical */
/* 
  Note: 
    background-size is set below for logos 
    which get distorted/clipped/blurred on standard definition
    displays in Firefox
    
    ...not quite sure what's causing this yet.
*/
.osu-brand-style-vertical {
  background-size: 150px auto; /* default width for all vertical OSU logos */
}

.osu-brand-style-vertical.osu-brand-default {
  background-image: url('../img/logo.gif');
}

.osu-brand-style-vertical.osu-brand-asc {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-asc-vertical.svg');
}

.osu-brand-style-vertical.osu-brand-dentistry {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-dentistry-vertical.svg');
	background-size: 160px 124px;
}

.osu-brand-style-vertical.osu-brand-ehe {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-ehe-vertical.svg');
	background-size: 225px 134px;
}

.osu-brand-style-vertical.osu-brand-engineering {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-engineering-vertical.svg');
	background-size: 175px 123px;
}

.osu-brand-style-vertical.osu-brand-faes {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-faes-vertical.svg');
	background-size: 225px 129px;
}

.osu-brand-style-vertical.osu-brand-fcob {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-fcob-vertical.svg');
	background-size: 150px 135px;
}

.osu-brand-style-vertical.osu-brand-law {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-law-vertical.svg');
	background-size: 150px 120px;
}

.osu-brand-style-vertical.osu-brand-lima {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-lima-vertical.svg');
}

.osu-brand-style-vertical.osu-brand-mansfield {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-mansfield-vertical.svg');
}

.osu-brand-style-vertical.osu-brand-marion {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-marion-vertical.svg');
}

.osu-brand-style-vertical.osu-brand-medicine {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-medicine-vertical.svg');
	background-size: 150px 120px;
}

.osu-brand-style-vertical.osu-brand-newark {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-newark-vertical.svg');
}

.osu-brand-style-vertical.osu-brand-nursing {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-nursing-vertical.svg');
	background-size: 150px 121px;
}

.osu-brand-style-vertical.osu-brand-optometry {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-optometry-vertical.svg');
	background-size: 175px 126px;
}

.osu-brand-style-vertical.osu-brand-pharmacy {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-pharmacy-vertical.svg');
	background-size: 160px 120px;
}

.osu-brand-style-vertical.osu-brand-publichealth {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-publichealth-vertical.svg');
	background-size: 176px 118px;
}

.osu-brand-style-vertical.osu-brand-socialwork {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-socialwork-vertical.svg');
	background-size: 176px 124px;
}

.osu-brand-style-vertical.osu-brand-vetmed {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-vetmed-vertical.svg');
	background-size: 155px 125px;
}

/* horizontal */
.osu-brand-style-rev-horizontal {
  background-size: 373px;
}

.osu-brand-style-rev-horizontal.osu-brand-default {
  background-image: url('../img/secondary-signature-logos/svg/osu-logo-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-asc {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-asc-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-dentistry {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-dentistry-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-ehe {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-ehe-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-engineering {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-engineering-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-faes {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-faes-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-fcob {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-fcob-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-law {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-law-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-lima {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-lima-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-mansfield {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-mansfield-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-marion {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-marion-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-medicine {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-medicine-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-newark {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-newark-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-nursing {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-nursing-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-optometry {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-optometry-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-pharmacy {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-pharmacy-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-publichealth {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-publichealth-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-socialwork {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-socialwork-rev-horizontal.svg');
}

.osu-brand-style-rev-horizontal.osu-brand-vetmed {
	background-image: url('../img/secondary-signature-logos/svg/osu-logo-vetmed-rev-horizontal.svg');
}


/* =Layout overrides
-----------------------------------------------*/
.content-area {
	width: 70%;
}

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

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

/* =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;
}

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

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

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

.site-branding h2 {
	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%;
	padding: 0 3% 1.75em 0;
	float: left;
}

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

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

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: 3px solid transparent;
	word-wrap: break-word;
	text-decoration: none;
}

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
{
	border-bottom: 3px solid #002144;
	background-color: transparent;
}

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

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

/* superfish */
.sf-menu {
	float: none;
	margin-bottom: 0;
}

.sf-menu li {
	white-space: normal;
	padding-right: 5%;
}

.sf-menu a {
	padding: 0;
	border-left: none;
	border-top: none;
	position: static;
}

.sf-vertical {
	width: auto;
}

.sf-vertical ul {
	left: 100%;
	top: -0.4em;
}

.sf-vertical li {
	width: 95%;
}

.sf-vertical li li {
	padding: 0.5em 1em;
	width: auto;
}

nav#site-navigation .sf-vertical li li {
	margin: 0;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 0;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	position: absolute;
	top: 0.5em;
	right: -2%;
	border: 8px solid transparent;
}

.sf-arrows ul.children .sf-with-ul:after,
.sf-arrows ul.sub-menu .sf-with-ul:after
{
	top: 1em;
	right: 0.1em;
} 

.sf-vertical.sf-arrows ul.children > li > .sf-with-ul:after,
.sf-vertical.sf-arrows ul.children li >  .sf-with-ul:focus:after,
.sf-vertical.sf-arrows ul.children li:hover >  .sf-with-ul:after,
.sf-vertical.sf-arrows ul.children .sfHover > .sf-with-ul:after,
.sf-vertical.sf-arrows ul.sub-menu > li > .sf-with-ul:after,
.sf-vertical.sf-arrows ul.sub-menu li >  .sf-with-ul:focus:after,
.sf-vertical.sf-arrows ul.sub-menu li:hover >  .sf-with-ul:after,
.sf-vertical.sf-arrows ul.sub-menu .sfHover > .sf-with-ul:after 
{
	border-left-color: #333 !important;
}

/* =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: 0.875em; /* 1/16 * 14px = 0.875em */
}

.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 {
	border-right: 1px solid #F2F3ED;
}

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: #002144;
	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: #002144;
	text-decoration: underline;
}

aside.widget_recent_comments li a:visited {
	color: #002144;
	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: #002144;
	text-decoration: underline;
}

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

h3.widget-title,
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: #002144;
	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: #002144;
	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: #002144;
	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: #002144 !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('../../assets/osu_navbar/images/white/osu_name.png') no-repeat 0 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;
}

/* =Report this Site Link
------------------------------------------------*/
.report-this-site {
	background-color: #373535;
	width: 920px;
	margin: 0 auto;
	padding: 10px 0 100px 0;
	font-size: 0.6875em; /* 1/16 * 11px = 0.6875em */
}

.report-this-site a {
	color: #FFF;
}

.report-this-site a:hover,
.report-this-site a:focus
{
	background-color: transparent;
	text-decoration: none;
}

/* =Footer Log in Link
------------------------------------------------*/
.log-in {
	background-color: #373535;
	width: 920px;
	margin: 0 auto;
	padding: 10px 0 0 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.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: #002144;
}

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

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