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

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'capita','Times New Roman','Courier New',serif;
	font-weight: 300;
}

#page a:link,
#page a:visited
{
	color: #BB0000;
}

#page a:hover,
#page a:active
{
	color: #000;
	background-color: #CCC;
}

.clearfix {
	clear: both; /* as much as I hate to use this, I need to allow for dropdowns and keep the layout from breaking... */
}

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

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

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

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

.empty-sidebar .content-area {
	float: none;
	width: 100%;
}

.empty-sidebar .site-main .widget-area {
	display: none;
}

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

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

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

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

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

div.site-title {
	font-family: 'proximanova','Arial','Helvetica',sans-serif;
	font-size: 2.5em; /* 1/16 * 40px = 2.5em */
	width: 75%;
	margin: 30px 0 0 0;
	line-height: 1.1em;
}

/* James 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
{
  margin-top: 0;
  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 */
}

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

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

div.site-description {
	font-family: 'capita','Times New Roman','Courier New',serif;
	font-weight: 300;
	font-size: 1.25em; /* 1/16 * 20px = 1.25em */
	width: 75%;
}

nav#site-navigation {
	padding: 10px 0 20px 0;
	background-color: #373535;
}

nav#site-navigation ul {
	list-style-type: none;
}

nav#site-navigation li {
	list-style-type: none;
	background-color: transparent;
	float: left;
	position: relative;
	margin: 0 30px 0 0;
}

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

nav#site-navigation ul a:link,
nav#site-navigation ul a:visited
{
	font-family: 'capita','Times New Roman','Courier New',serif;
	font-size: 1.25em; /* 1/16 * 20px = 1.25em */
	color: #EDEDED;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.025em;
	border: none;
	border-bottom: 2px solid transparent;
}

nav#site-navigation ul ul a:link,
nav#site-navigation ul ul a:visited
{
	font-size: 1em; /* 1/16 * 16pt = 1em */
}

nav#site-navigation li a:hover,
nav#site-navigation li a:focus
{
	background-color: transparent;
	border-bottom: 2px solid #EEE;
}

nav#site-navigation li.current_page_item > a,
nav#site-navigation li.current_page_ancestor > a
{
	border-bottom: 2px solid #EEE !important;
}

nav#site-navigation ul ul a:link,
nav#site-navigation ul ul a:visited
{
	color: #373535;
}

nav#site-navigation ul ul {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	top: -10000px;
	z-index: 0;
}

nav#site-navigation li li {
	float: none;
	margin: 0;
	padding: 0.5em 1em;
	background-color: #E2E2E2;
}

nav#site-navigation li > ul {
	margin: 0;
}

nav#site-navigation li:hover > ul
{
	width: auto;
	height: auto;
	overflow: visible;
	top: 100%;
	left: 0;
	z-index: 9999;
	max-width: 20em;
}

nav#site-navigation li li:hover > ul {
	top: 0;
	left: 100%;
}

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

nav#site-navigation.a11y-navbar li {
	margin: 0;
	padding: 0 30px 0 0;
}

nav#site-navigation.a11y-navbar li li {
	float: none;
	margin: 0;
	padding: 0.5em 7%;
	width: 86%;
	background-color: #E2E2E2;
}

nav#site-navigation.a11y-navbar ul ul {
	min-width: 12em;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	
	width: auto;
	height: auto;
	overflow: visible;
	top: 100%;
	left: 0;
	z-index: 9999;
	max-width: 20em;
}

nav#site-navigation.a11y-navbar ul ul ul {
	top: 0;
	left: 100%;
}

nav#site-navigation.a11y-navbar li li:hover > ul {
	top: 0;
	left: 100%;
}

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

nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-horizontal li a[role="menuitem"].a11y-navbar-menuitem[aria-haspopup="true"] {
	padding-right: 0;
}

nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-horizontal li a[role="menuitem"].a11y-navbar-menuitem[aria-haspopup="true"]::after,
nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-horizontal li a[role="menuitem"].a11y-navbar-menuitem[aria-haspopup="true"]:hover::after,
nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-horizontal li a[role="menuitem"].a11y-navbar-menuitem[aria-haspopup="true"]:focus::after
{
	border-top: 5px solid rgba(255, 255, 255, 0.5);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	top: 40%;
	right: 15px;
}

nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-horizontal li a[role="menuitem"].a11y-navbar-menuitem[aria-haspopup="true"]:hover::after,
nav.a11y-navbar ul.a11y-navbar-menubar.a11y-navbar-orientation-horizontal li a[role="menuitem"].a11y-navbar-menuitem[aria-haspopup="true"]:focus::after
{
	border-top-color: #FFF;
}

nav.a11y-navbar ul.a11y-navbar-menubar li ul[role="menu"].a11y-navbar-menu-open li a[aria-haspopup="true"]::after {
	right: 5px;
	top: 0.9em;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #333;
}

nav.a11y-navbar ul.a11y-navbar-menubar li ul[role="menu"].a11y-navbar-menu-open li a[aria-haspopup="true"]:hover::after,
nav.a11y-navbar ul.a11y-navbar-menubar li ul[role="menu"].a11y-navbar-menu-open li a[aria-haspopup="true"]:focus::after
{
	border-left: 8px solid #333;
}

/* superfish */
.sf-menu {
	margin-bottom: 0;
}
.sf-menu li {
	white-space: normal;
}
nav#site-navigation .sf-menu li.page_item_has_children {
	margin: 0 40px 0 0;
}
nav#site-navigation .sf-menu li li.page_item_has_children {
	margin: 0;
}
.sf-menu a {
	padding: 0;
	position: static;
}
.sf-arrows .sf-with-ul {
    padding-right: 0;
}
.sf-arrows .sf-with-ul:after {
	right: -15px;
}
.sf-arrows li li .sf-with-ul:after,
.sf-arrows li li:hover .sf-with-ul:after,
.sf-arrows li li.sfHover .sf-with-ul:after
{
	right: 5px;
	top: 1.25em;
	border-left-width: 8px;
	border-left-color: #333;
}


/* =Main
-----------------------------------------------*/
#main {
	background-color: #EEE;
	padding: 3em 0 0 0;
}

#content article {
	position: relative;
	padding: 0 3em 3em 3em;
}

.blog #content article,
.single-attachment #content article,
.single-post #content article,
.archive #content article,
.search #content article,
#comments
{
	padding: 2.5em 3em 3em 3em;
}

.page-template-full-width-php .content-area {
	width: 100%;
	float: none;
}

header.page-header {
	padding: 0 3em 1em 3em;	
}

#content article header.entry-header .entry-meta {
	background-color: #373535;
	color: #FFF;
	font-family: 'capita','Times New Roman','Courier New',serif;
	text-transform: uppercase;
	padding: 0.125em 1em;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-author-byline {
	padding-bottom: 2em;
	font-weight: 600;
}

h1.entry-title,
h2.entry-title
{
	font-size: 1.875em; /* 1/16 * 30px = 1.875em; */
}

h1.entry-title,
#content h1.entry-title a,
h2.entry-title,
#content h2.entry-title a
{
	font-weight: 400;
	text-decoration: none;
	color: #373333;
	border: none;
	padding-bottom: 0;
}

#content h1.entry-title a:hover,
#content h2.entry-title a:hover,
#content .entry-title a:focus
{
	text-decoration: underline;
	background-color: transparent;
}

.entry-content,
.entry-summary
{
	font-size: 1em; /* 1/16 * 16px = 1em */
	margin: 0 0 0 0;
}

.entry-content p,
.entry-summary p 
{
	line-height: 2em;
	margin: 0 0 1.75em 0;
}

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

.entry-content blockquote p,
.entry-summary blockquote p
{
	line-height: normal;
	margin: 0;
}

.entry-content blockquote,
.entry-summary blockquote
{
	font-size: 1.154em; /* 1/13 * 15px = 1.154em  */
	font-family: 'capita','Times New Roman','Courier New',serif;
	line-height: 0.5em !important;
	margin: 1em 3em;
	padding: 0 1em;
}

.entry-content blockquote ul {
	margin: 1em 3em;
	line-height: normal;	
}

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

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

.wp-caption a {
	display: block;
}

.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.0em 0 0 0;	
}

footer.entry-meta span {
	padding: 0 1em;
	border-left: 1px solid #373333;
	font-size: 0.8125em; /* 1/16 * 13px = 0.8125em */
}

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 {
	padding: 0 3em;
	font-size: 0.8125em; /* 1/16 * 13px = 0.8125em */
}

#secondary {
	overflow: visible;
}

#secondary aside {
	margin: 0 0 5em 0;
	font-size: 0.8125em; /* 1/16 * 13px = 0.8125em */
}

#secondary aside ul {
	list-style-type: none;
}

#secondary aside li {
	margin: 0.25em 0 0 0;
	padding: 0 0 0.25em 0;
	border-bottom: 2px dotted #666;
	list-style-type: none;
}

#secondary aside li li{
	border-bottom: none;
}

#secondary aside li:last-of-type {
	border-bottom: none;
}

#page aside a:link,
#page aside a:visited
{
	display: block;
	text-decoration: none;
	color: #373333;
	border: none;
	padding: 0.25em;
}

#page aside a:hover,
#page aside a:focus
{
	background-color: #CCC;
}

aside.widget {
	overflow: hidden;
}

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

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

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

#page aside.widget_text ol {
	list-style-type: decimal;
	list-style-position: inside;
}

#page aside.widget_text ul li {
	list-style-type: disc;
	border-bottom: none;
}

#page aside.widget_text ol li {
	list-style-type: decimal;
	border-bottom: none;
}

#page aside.widget_tag_cloud a {
	display: inline;
}

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

h3.widget-title,
aside.widget_calendar caption
{
	text-transform: uppercase;
	font-size: 1.54em; /* 1/13 * 20px = 1.54em */
	font-weight: 300;
	padding: 0;
	margin: 0 0 2px 0;
	letter-spacing: 0.05em;
}

aside.widget_calendar {
	overflow: visible;
}

aside.widget_calendar caption {
	font-family: 'capita','Times New Roman','Courier New',serif;
	text-align: center;
	padding: 0;
	height: 30px;
	overflow: hidden;
	margin: 0px;
}

aside.widget_calendar th {
	font-size: 1.23em; /* 1/13 * 16px = 1.54em */
	background-color: #373535;
	color: #FFF;
	font-weight: normal;
	height: 24px;
	overflow: hidden;
}

aside.widget_calendar th,
aside.widget_calendar td
{
	text-align: center;
}

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

#page aside.widget_calendar table a:link,
#page aside.widget_calendar table a:visited
{
	display: block;
	color: #BB0000;
	text-decoration: none;
}

#page aside.widget_calendar table a:hover,
#page aside.widget_calendar table a:active
{
	background-color: #CCC;
}

#calendar_wrap {
	position: relative;
}

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

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

aside.widget_calendar tfoot tr {
	border: 1px solid #000;
}

aside.widget_calendar tfoot td.pad {
	background-color: #373535;
	width: 22%;
	height: 24px;
	position: absolute;
	top: 30px;
	left: 100%;
	z-index: 0;
	padding: 0;
}

aside.widget_calendar td#prev.pad {
	background-color: transparent !important;
	top: 5px;
	left: 0;
}

aside.widget_calendar td#prev.pad {
	background-color: transparent !important;
	top: 5px;
	left: 0;
}

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

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

#page aside.widget_calendar tfoot td a {
	height: 14px;
	width: 14px;
	text-indent: 100%;
	word-wrap: nowrap;
	overflow: hidden;
	padding: 0;
}

#page aside.widget_calendar tfoot td a:hover,
#page aside.widget_calendar tfoot td a:focus
{
	background-color: transparent;
}

#page aside.widget_calendar tfoot td a:focus {
	outline: dotted 1px #CCC;	
}

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

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

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

#page aside.widget_rss h3.widget-title {
	font-size: 1em;	/* reset font-size for nested link */
}

#page aside.widget_rss h3.widget-title a.rsswidget {
	font-size: 1.54em; /* 1/13 * 20px = 1.54em */
	color: #373333;
	text-decoration: none;
	line-height: 1.125em;
}

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

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

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

#page aside.widget_categories li a
{
	display: inline;
}

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

/* =Comment Form
-----------------------------------------------*/
#commentform p {
	margin: 0 0 20px 0;
	width: 100%;
}

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

#commentform input#submit {
	background: #CCC none;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
	text-transform: capitalize;
	font-weight: normal;
	padding: 0.5em 1em;
	font-size: 1.375em; /* 1/16 * 22px = 1.375em */ 
	font-family: 'capita','Times New Roman','Courier New',serif;
}

#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 */
	position: relative;
}

footer#colophon .footer-content a {
	color: #FFF;
	border: none;
	text-decoration: underline;
}

footer#colophon .footer-content a:hover,
footer#colophon .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;
}

ul.osu-social-media-links {
	position: absolute;
	top: 20px;
	right: 0;
}

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 10px 0 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 */
#page aside.Bcat_WidgetCategory li a {
	position: relative;
	padding-left: 40px;
	min-height: 35px;
	padding-top: 12px;
	text-decoration: none;
	display: block;
}

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

#page aside.Bcat_WidgetCategory a {
	font-weight: bold;
	text-decoration: underline;
	display: inline;
}

/* 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 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 button {
	font-size: 150%;
}

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

.bbpress #content article {
	position: relative;
	padding: 0 3em 3em 3em;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer,
button, html input[type="button"], 
input[type="reset"], 
input[type="submit"]
{
	background-color: #CCC;
}

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