/*
Theme Name: Lord Fairfax Community College
Author: Access Advertising
Author URI: http://www.visitaccess.com
Description: Custom theme designed for the Lord Fairfax Community College website
Version: 1.0
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     16;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.285714285714286rem;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th
{
	font-weight: bold;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

address
{
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #a1a1a1;
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

p
{
	font-size: 15px;
	font-size: 1.071428571428571rem;
	line-height: 17px;
	line-height: 1.214285714285714rem;
	color: #363636;
	margin-bottom: 15px;
	margin-bottom: 1.071428571428571rem;
}

/* Clearing floats */
.cleared:after,
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.cleared:before,
.cleared:after,
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea,
select {
	border: 1px solid #898989;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 2px 21px;
	padding: 0.1428571428571429rem 1.5rem;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	color: #696969;
	background-color: #e3e3e3;
	background-repeat: repeat-x;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
	vertical-align: bottom;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
			border-radius: 0;
		box-shadow: none;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
		border-radius: 0;
		box-shadow: none;
		padding-bottom: 20px;
		padding-bottom: 1.25rem;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	padding-left: 20px;
}
.wp-caption img
{
	padding-bottom: 7px;

	padding-bottom: 0.4375rem;
	display: block;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	color:#91919C;
}


img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */

#main_nav
{
	max-width: 960px;
	margin: 0 auto;
}

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	color:#949494;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #949494;
	font-size: 10px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	font-size: 9px;
	font-style: italic;
	color: #949494;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
}
body {
	font-size: 16px;
	font-size: 1rem;
	font-family: Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #323232;
	background-color: #fff;
}
body.custom-font-enabled {
	font-family: Arial, sans-serif;
}
a {
	color: #01406c;
}
a:hover {
	color: #01406c;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
	background-color: #fff;
}
.widget-area {
	margin: 15px 0 0;
	margin: 0.9375rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	background: #01406c url(./media/images/bkg-image.png) no-repeat 20% 0;
}
.site-header h1,
.site-header h2 {
	text-align: left;
	float: left;
	clear: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	width: 225px;
	height: 96px;
	padding: 5px 0;
	padding: 0.357142857rem 0;
}
.site-header h2 {
	font-weight: bold;
	font-size: 25px;
	font-size: 1.5625rem;
	color: #ffffff;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

#logo
{
	display: inline;
}

#header_wrapper
{
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
}

.mobile_only
{
	display: none;
}

/* Top nav */

#top_nav_wrapper
{
	background-color: #052944;
}

#top_nav
{
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 40px;
}

#top_nav ul.nav-menu
{
	float: left;
	clear: left;
	padding: 9px 0;
}

#top_nav li
{
	color: #fff;
	font-size: 12px;
	font-size: 0.875rem;
	font-weight: bold;
	display: inline;
	padding-right: 15px;
	padding-right: 0.7rem;
}

#top_nav li a
{
	color: #fff;
	font-size: 12px;
	font-size: 0.875rem;
	font-weight: bold;
	text-decoration: none;
}

#top_nav_right
{
	float: right;
	clear: right;
	padding: 5px 0;
}

#top_nav #searchform div
{
	padding-top: 7px;
}

#top_nav #searchform #s
{
	max-width: 115px;
	font-size: 14px;
	font-size: 0.8rem;
	font-style: normal;
	color: #8b8b8b;
	float: left;
	clear: none;
	padding: 6px 40px 4px 4px;
	margin: 0;
	background-color: #fff;
	border-radius: 4px;
	border: none;
}

#top_nav #searchform #searchsubmit
{
	display: none;
}

#quick_links
{
	float: right;
	padding: 4px 40px 4px 4px;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: normal;
	color: #8b8b8b;
	border-radius: 4px;
	background: #fff url(./media/images/icon-quicklinks.png) no-repeat 100% 50%;
	height: 17px;
	cursor: pointer;
	width: 73px;
}

/* Navigation Menu */

.main-navigation {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #052944;
}

#main_nav
{
	max-width: 960px;
	margin: 0 auto;
}

/* Quick Links menu */

#quicklinks_nav
{
	display: none;
	position: absolute;
	right: 0;
	top: 81%;
	background:rgb(255,255,255); /* IE6/7/8 */
	filter:alpha(opacity=95); /* IE6/7/8 */
	background:rgba(255,255,255,0.95); /* Modern Browsers */
	padding: 0 10px;
	z-index: 3000;
}

#top_nav #quicklinks_nav li
{
	padding-right: 0;
	display: list-item;
	line-height: 14px;
	line-height: 0.875rem;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}

#top_nav #quicklinks_nav li a
{
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
}

/* Alert notice bar */

#alert_notice_wrapper
{
	width: 100%;
	background-color: #cc0000;
}

#alert_notice
{
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	padding: 12px 0;
	padding: 0.75rem 0;
	text-align: center;
}

#alert_notice a
{
	color: #fff;
}

/* Home Banner */

#homepage_banner_wrapper
{
	width: 100%;
	margin-top: 2px;
}

#homepage_banner_inner
{
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
}

#homepage_banner_inner a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/* Home content */

#home_content
{
	max-width: 960px;
	margin: 0 auto;
	background-color: #d5d5d5;
}

#home_middle_content
{
	background-color: #d5d5d5;
	padding: 15px 10px;
	position: relative;
}

#home_apply
{
	position: absolute;
	right: -20px;
	width: 20%;
}

#home_see_something
{
	position: absolute;
	right: -20px;
	top: 80px;
	width: 22%;
}

#home_lower_content
{
	padding-top: 35px;
	padding-top: 2.1875rem;
}

/* Home slideshow */

.cycle-slideshow
{
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.home .cycle-slideshow
{
	margin: 0;
}

.slide
{
	display: block;
	width: 100%;
}

.slide_image
{
	float: right;
	clear: right;
	max-width: 60%;
}

.slide_content
{
	float: left;
	clear: left;
	width: 100%;
	display: none;
	position: relative;
   -moz-box-shadow:    inset 0 0 30px #000000;
   -webkit-box-shadow: inset 0 0 30px #000000;
   box-shadow:         inset 0 0 30px #000000;
}

.slide a
{
	text-decoration: none;
}

.slide_title
{
	font: bold normal 29px/32px georgia, serif;
	font-size: 1.8125rem;
	line-height: 2rem;
	color: #fff;
	padding: 12px 20px 10px 25px;
	padding: 0.75rem 1.25rem 0.625rem 1.5625rem;
}

.slide_subtitle
{
	position: absolute;
	bottom: 25%;
	left: 25px;
}

.slide_subtitle_text
{
	background-color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	color: #303030;
	padding: 10px;
	display: inline-block;
}

.slide_more
{
	padding: 10px;
	font-style: italic;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #fff;
	display: inline-block;
}

#slideshow_controls
{
	position: absolute;
	bottom: 20px;
	left: 25px;
	width: 97px;
	z-index: 500;
}

.cycle-prev
{
	background: transparent url(./media/images/slideshow-previous.png) no-repeat;
	width: 31px;
	height: 30px;
	float: left;
	cursor: pointer;
}

.cycle-next
{
	background: transparent url(./media/images/slideshow-next.png) no-repeat;
	width: 32px;
	height: 30px;
	float: left;
	cursor: pointer;
}

.cycle-play
{
	background: transparent url(./media/images/slideshow-play.png) no-repeat;
	width: 33px;
	height: 30px;
	float: left;
	cursor: pointer;
	display: none;
}

.cycle-pause
{
	background: transparent url(./media/images/slideshow-pause.png) no-repeat;
	width: 33px;
	height: 30px;
	float: left;
	cursor: pointer;
}

.cycle-slideshow-paused .cycle-pause
{
	display: none;
}

.cycle-slideshow-paused .cycle-play
{
	display: inline;
}

/* Home Events List */

#home_events_wrapper
{
	padding-bottom: 20px;
	position: relative;
}

#front_events_title,
#front_events .tribe-events-widget-link
{
	display: none;
}

#events_title_wrapper
{
	background-color: #01406c;
	color: #fff;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 14%;
}

#events_title_inner_wrapper
{
	padding: 5px;
}

#events_title_wrapper p
{
	margin: 5px 0 0 0;
}

#front_events p
{
	float: right;
}

#events_title_wrapper p a,
#front_events #events_title_wrapper p a
{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}

#front_events #events_title_inner_wrapper .tribe-events-widget-link
{
	display: block;
}

#front_events li.hentry,
#front_events li.tribe-events-list-widget-events
{
	border: 1px solid #9f9f9f;
	background-color: #fff;
	display: block;
	float: left;
	width: 20%;
	padding: 5px;
}

#front_events li.hentry h4.entry-title,
#front_events li.tribe-events-list-widget-events h4.entry-title
{
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	color: #323232;
}

#front_events li.hentry h4.entry-title a,
#front_events li.tribe-events-list-widget-events h4.entry-title a
{
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	color: #323232;
	text-decoration: none;
}

#front_events li.hentry .duration,
#front_events li.tribe-events-list-widget-events .duration
{
	float: left;
	padding: 0 8px 0 0;
	text-align: center;
}

#front_events li.hentry .duration .month,
#front_events li.tribe-events-list-widget-events .duration .month
{
	font-size: 15px;
	color: #646464;
	text-transform: uppercase;
	padding: 0 0 4px 2px;
}

#front_events li.hentry .duration .day,
#front_events li.tribe-events-list-widget-events .duration .day
{
	font-size: 34px;
	color: #01406c;
}

#front_events li.hentry .time,
#front_events li.tribe-events-list-widget-events .time
{
	font-size: 13px;
	color: #323232;
}

#front_events li.hentry .event_details,
#front_events li.tribe-events-list-widget-events .event_details
{
	padding-left: 46px;
}

/* Home What's New */

#home_whats_new
{
	text-align: center;
}

#home_whats_new .read_more 
{
    clear: none;
    float: left;
	white-space: nowrap;
	padding-left: 24px;
	padding-left: 1.5rem;
}

#home_whats_new .read_more a
{
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

#home_whats_new h2
{
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #01406c;
	padding-bottom: 15px;
	margin: 0;
}

#home_whats_new li
{
	padding-right: 2.5%;
	max-width: 22%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#home_whats_new ul li:last-child
{
	padding-right: 0;
}

#home_whats_new li img
{
	display: block;
}

#home_whats_new h3
{
	background-color: #01406c;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
}

#home_whats_new li a
{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Sidebar nav */

#child_pages
{
}

#child_pages li
{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	background-color: #d5d5d5;
	margin-bottom: 3px;
}

#child_pages li a
{
	border-left: 5px solid #01406c;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#child_pages li a:hover,
#child_pages li.current-menu-item a
{
	border-left: 5px solid #01406c;
	background-color: #01406c;
	color: #fff;
}

#child_pages li ul
{
	margin: 0;
	display: none;
	width: 100% !important;
}

#child_pages li.current-menu-item ul,
#child_pages li.current-menu-ancestor ul
{
	display: block;
}

#child_pages li ul li
{
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 0;
}

#child_pages li ul li:last-child
{
	border-bottom: none;
}

#child_pages li ul li a,
#child_pages li.current-menu-item ul li a
{
	border-left: 5px solid #d5d5d5;
	background-color: transparent;
	color: #000;
}

#child_pages li ul li a:hover,
#child_pages li ul li.current-menu-ancestor a
{
	border-left: 5px solid #01406c;
	background-color: #01406c;
	color: #fff;
}

#child_pages li ul li ul
{
	display: none !important;
	background-color: #01406c;
	width: auto !important;
}

#child_pages li ul li.current-menu-item ul,
#child_pages li ul li.current-menu-ancestor ul
{
	display: block !important;
}

#child_pages li ul li ul li
{
	border-bottom: none;
	background-color: transparent;
}

#child_pages li ul li ul li a
{
	padding-left: 20px;
}

#child_pages li ul li ul li a,
#child_pages li ul li.current-menu-item ul li a,
#child_pages li.current-menu-item ul li ul li a
{
	font-size: 12px;
	color: #fff;
	border-left: 0;
}

#child_pages li ul li ul li a:hover,
#child_pages li ul li ul li.current-menu-item a,
#child_pages li ul li.current-menu-ancestor ul li a
{
	border-left: 0;
}

#child_pages li ul li.current-menu-ancestor ul li a:hover,
#child_pages li ul li.current-menu-ancestor ul li.current-menu-item a,
#child_pages li ul li.current-menu-item ul li a:hover
{
	background-color: #052944;
}

/* Breadcrumbs */

.breadcrumb
{
	margin-bottom: 15px;
	margin-bottom: 0.9375rem;
}

.breadcrumb,
.breadcrumb a
{
	font-size: 14px;
	font-size: 0.875rem;
	color: #828282;
	text-decoration: none;
}

/* Footer */
#footer_outer_wrapper
{
	background-color: #fff;
}

footer[role="contentinfo"] {
	background-color: #fff;
	clear: both;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 0;
	width: 100%;
}

#footer_wrapper
{
	max-width: 960px;
	margin: 20px auto;
}

#footer_top
{
	text-align: center;
	color: #000;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

#footer_bottom
{
	text-align: center;
	color: #01406c;
	font-size: 12px;
	font-size: 0.75rem;
	padding-top: 16px;
	padding-top: 1rem;
}

/* Top nav */

#footer_nav
{
	text-align: center;
}

#footer_nav ul.nav-menu
{
}

#footer_nav li
{
	color: #01406c;
	font-size: 15px;
	font-size: 0.875rem;
	display: inline;
	padding: 5px 0;
}

#footer_nav li::after
{
	content: '\00A0 \00A0 \2022\00A0 ';
}

#footer_nav li.last::after
{
	content: '';
}

#footer_nav li a
{
	color: #01406c;
	font-size: 14px;
	font-size: 0.9375rem;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

/* =Main content and comment content
-------------------------------------------------------------- */

#main
{
	max-width: 960px;
	margin: 0 auto;
}

#main h1
{
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: normal;
	color: #01406c;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

#main h2
{
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

#main h3
{
	font-size: 16px;
	font-size: 1rem;
	color: #000;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

#main li h3
{
	margin-bottom: 0;
}

#main h4
{
	font-size: 14px;
	font-size: 0.875rem;
	color: #000;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

#main p
{
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 15px;
	color: #000;
}

/* In Page sidelinks */

#page_sidelinks
{
	float: right;
	width: 30%;
	padding: 0 0 12px 2%;
}

.page_sidelinks_item
{
	padding-bottom: 10px;
}

.page_sidelinks_item img
{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	padding-right: 3%;
}

.page_sidelinks_item span
{
	display: inline-block;
	vertical-align: middle;
	width: 76%;
}

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.285714285714286rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li,
.tribe-events-before-html ul li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-after-html ol li, #tribe-events-pg-template .tribe-events-content ul li, #tribe-events-pg-template .tribe-events-content ol li
{
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 0 0 12px 24px;
	margin: 0 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.search .site-content article
{
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.search footer.entry-meta
{
	margin-top: 12px;
	margin-top: 0.857142857rem;
}

.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

#main h1.home_header
{
	font-size: 32px;
	font-size: 2.285714285714286rem;
	color: #2a3940;
	margin-bottom: 20px;
	margin-bottom: 1.428571428571429rem;
}

#searchform
{
	text-align: center;
}

#s
{
	width: 837px;
	font-weight: bold;
	font-style: italic;
	color: #6f6f6f;
	font-size: 21px;
	font-size: 1.5rem;
	background: transparent url(./media/images/icon-search.png) no-repeat 100% 50%;
	padding-right: 45px;
}

#content #s
{
	width: 100%;
}

#searchsubmit
{
	margin-top: 14px;
	margin-top: 1rem;
}

#latest_news
{
	width: 47%;
	float: left;
	clear: left;
}

#latest_news h2,
#social h2
{
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #01406c;
	padding-bottom: 25px;
	margin: 0;
}

#latest_news h3
{
	font-size: 19px;
	font-size: 1.1875rem;
	font-family: georgia, serif;
	font-weight: bold;
	color: #323232;
}

#latest_news li
{
	float: left;
	width: 45%;
	padding-right: 4%;
}

#latest_news h3 a
{
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
}

#latest_news .read_more
{
	float: right;
	clear: none;
}

#latest_news .read_more a
{
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

#social
{
	width: 47%;
	float: right;
	clear: right;
}

#front-right-widgets aside
{
	width: 45%;
	padding-right: 4%;
	float: left;
}

#front-right-widgets h3
{
	text-transform: none;
	font-family: georgia, serif;
}

#front-right-widgets h3 a
{
	text-decoration: none;
	color: #000;
}

#front-right-widgets h3 img
{
	float: left;
	box-shadow: none;
	border-radius: 0;
	padding-right: 6px;
	padding-right: 0.5rem;
}

ul.really_simple_twitter_widget
{
	clear: both;
}

.really_simple_twitter_widget li
{
	font-family: georgia, serif;
	font-size: 17px;
	font-size: 1.0625rem;
	color: #323232;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}

.rstw_comma,
.cff-date-dot
{
	display: none;
}

.twitter-link
{
	font-style: italic;
	font-size: 15px;
	font-size: 0.9375rem;
}

.really_simple_twitter_widget .twitter-timestamp
{
	display: block;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	color: #999;
}

.cff-text,
#latest_news .list_item_content p
{
	font-size: 17px;
	font-size: 1.0625rem;
	font-family: georgia, serif;
	color: #323232;
}

#latest_news .list_item_content p
{
	line-height: 1.4;
}

#main p.cff-post-text
{
	margin: 0;
}

.cff-more,
.cff-less,
#cff .cff-text a
{
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: georgia, serif;
	font-style: italic;
	text-decoration: underline;
}

.date_field
{
	font: normal normal 16px/20px georgia, serif;
	font-size: 1rem;
	font-size: 1.25rem;
	color: #323232;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
}

/* =File type specific links
-------------------------------------------------------------- */

a.pdf:after
{
	position: relative;
	top: 5px;
	right: -10px;
	content: url(./media/images/pdf.gif);
	margin-right: 10px;
	margin-right: 0.625rem;
}

a.excel:after
{
	position: relative;
	top: 12px;
	right: -10px;
	content: url(./media/images/icon-doc-excel.png);
	margin-right: 10px;
	margin-right: 0.625rem;
}

a.word:after
{
	position: relative;
	top: 12px;
	right: -10px;
	content: url(./media/images/icon-doc-word.png);
	margin-right: 10px;
	margin-right: 0.625rem;
}

a.ppt:after
{
	position: relative;
	top: 12px;
	right: -10px;
	content: url(./media/images/icon-doc-powerpoint.png);
	margin-right: 10px;
	margin-right: 0.625rem;
}

/* =Secondary pages
-------------------------------------------------------------- */

#content
{
	margin: 15px 0 0 0;
	margin: 0.9375rem 0 0 0;
	float: left;
	width: 77%;
}

#content ul
{
	list-style-type: disc;
	margin: 0 0 20px 20px;
	margin: 0 0 1.25rem 1.25rem;
}

#content ul li ul
{
	margin: 0 0 0 10px;
	margin: 0 0 0 0.625rem;
}

#content ul li ul li:last-child
{
	padding-bottom: 0;
}

#content ul li
{
	padding-top: 10px;
	padding-top: 0.625rem;
}

#content ul li.no_padding
{
	padding-top: 0;
}

.honorlist
{
    border: 1px solid #666;
    margin: 1em;
    padding: 2em;
}

.honorlist h3
{
	color: #666666;
	float: right;
}

#content dt
{
	font-weight: bold;
}

#content dd
{
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

#startnow-list,
#langchoose
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#startnow-list li
{
	float: left;
	list-style-type: none;
	text-align: center;
	width: 174px;
	width: 10.875rem;
}

#startnow-list li img,
#langchoose li img
{
	display: block;
}

#langchoose li
{
	float: left;
	list-style-type: none;
	text-align: center;
	padding-right: 20px;
	padding-right: 1.25rem;
}

ul.linkslist {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.linkslist li
{
	list-style-type: none;
	clear: both;
}

ul.linkslist li.linklistitem {
    clear: both;
    margin: 0;
    padding: 0;
	border-bottom: 1px solid;
}
ul.linkslist li.linklistitem a.external {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    display: block;
    font-weight: bold;
    padding: 8px 8px 8px 16px;
    padding: 0.5rem 8px 8px 1rem;
    text-decoration: none;
}
ul.linkslist li.linklistitem a.external:hover
{
	background-color: #dddddf;
}

ul.advisorlist
{
	clear: both;
}

ul.advisorlist li {
    float: left;
    font-size: 12px;
	font-size: 0.75rem;
    line-height: 15px;
	line-heigth: 0.9375rem;
    margin: 10px 10px 0;
    min-height: 200px;
	min-height: 12.5rem;
    width: 120px;
	width: 7.5rem;
	padding: 0;
	list-style-type: none;
}

.listmainmenu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.listmainmenu li {
    margin: 8px;
	margin: 0.5rem;
	list-style-type: none;
}
.listmainmenu li a {
    background: url("./media/images/sprite-ul-listmainmenu.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border-bottom: 1px solid;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    height: 3rem;
    padding: 1.6rem 8px 8px 76px;
    text-decoration: none;
}
.listmainmenu li a#advising {
    background-position: 0 0;
}
.listmainmenu li a#basic-information {
    background-position: 0 -114px;
}
.listmainmenu li a#notes {
    background-position: 0 -570px;
}
.listmainmenu li a#facilities-and-labs {
    background-position: 0 -342px;
}
.listmainmenu li a#faculty-staff {
    background-position: 0 -456px;
}
.listmainmenu li a#events {
    background-position: 0 -228px;
}
.listmainmenu li a#which {
    background-position: 0 -684px;
}

ul.professorlist
{
}
ul.professorlist li {
    border: 2px solid #ccc;
    float: left;
    margin: 1px;
    padding: 8px;
	padding: 0.5rem;
    width: 145px;
	list-style-type: none;
}
ul.professorlist li:first-child {
    clear: left;
}
ul.professorlist li:after {
    clear: both;
    content: " ";
}

.visitorlist li
{
	list-style-type: none;
}

ul#startnow-list
{
}
ul#startnow-list li {
    float: left;
    margin: 0 5px;
    padding: 0 3px;
    width: 174px;
	list-style-type: none;
}
ul#startnow-list li img {
    border: 0px solid #5e2800;
    display: block;
    height: 131px;
    margin: 0 auto 5px;
    text-decoration: none;
    width: 171px;
}

#finaidnotes {
    clear: none;
    float: right;
    margin-left: 20px;
    width: 310px;
}
.finaidnote {
    background: none repeat scroll 0 0 #ffe;
    border: 2px solid;
    float: right;
    margin: auto auto 5px 5px;
    padding: 5px;
    width: 299px;
}

ul#advisinglist
{
	margin: 0;
	padding: 0;
	list-style: none;
}


ul#advisinglist li {
    background: url("./media/images/advisinglist-li_bg.png") no-repeat;
    display: block;
    float: left;
    height: 80px;
    list-style: none outside none;
    margin: 10px 7px 10px 8px;
    position: relative;
    width: 238px;
}
ul#advisinglist li a
{
	background: url("./media/images/advisinglist_background.png") no-repeat;
    color: #fff;
    display: block;
    font-weight: bold;
    min-height: 80px;
    padding-left: 90px;
    padding-right: 40px;
    padding-top: 10px;
    text-decoration: none;
}
ul#advisinglist li a#advising
{
    background-position: 0 -10px;
}
ul#advisinglist li a#transfer
{
    background-position: -270px -10px;
}
ul#advisinglist li a#career
{
    background-position: -14px -144px;
}
ul#advisinglist li a#disability
{
    background-position: -265px -150px;
}
ul#advisinglist li a#hours
{
    background-position: -5px -280px;
}
ul#advisinglist li a#community
{
    background-position: -270px -285px;
}

#menupage {
    background: none repeat scroll 0 0 #f0ecdb;
    border: 1px solid #a39d85;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#menupage li {
    margin: 0 0 0 24px;
	list-style-type: none;
}
#menupage li a#preparefor {
    background: url("./media/images/clipboard.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

#menupage li a#transfer {
    background: url("./media/images/magnifying-glass.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

#menupage li a#vaeduwizard {
    background: url("./media/images/va-wizard.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#menupage li a#whocanassist {
    background: url("./media/images/speech-bubbles.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#menupage li a#faqs {
    background: url("./media/images/question-mark.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#menupage li a, #menupage li a:visited, #menupage li a:hover, #menupage li a:focus {
    color: #454029;
    display: inline-block;
    font-size: 1.5em;
    height: 80px;
    line-height: 74px;
    padding-left: 110px;
}

#eslcontact {
    background: none repeat scroll 0 0 #e2e2e2;
    border: 1px solid #516e95;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0.5em;
    width: 10em;
}


ul.esllinklist {
    border-color: -moz-use-text-color #e2e2e2 #e2e2e2;
    border-image: none;
    border-right: 1px solid #e2e2e2;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 590px;
	clear: both;
}

ul.esllinklist li
{
	list-style-type: none;
}

ul.esllinklist > li {
    border-color: #e2e2e2 #e2e2e2 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    float: left;
    list-style: none outside none;
    margin: 0 -1px -1px 0;
    padding: 5px;
    width: 285px;
}

ul.esllinklist > li.left {
    border-left: medium none;
    clear: left;
}

ul.esllinklist > li.right {
    border-right: medium none;
    clear: right;
}


#content ol#ruready-steps {
    height: 360px;
    list-style: none outside none;
    margin: 10px;
    padding: 0;
    position: relative;
}

ol#ruready-steps li a {
    background-image: url("./media/images/are-you-ready-buttons.png");
    height: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}
#start-here {
    left: 0;
    padding: 71px 256px 0 0;
    top: 0;
}
#start-here:hover
{
	background-position: -282px 0;
}
#step-1-2 {
    background-position: 0 -600px;
    left: 270px;
    padding: 32px 45px 0 0;
    top: 18px;
}
#practice-compass {
    background-position: 0 -100px;
    left: 330px;
    padding: 71px 256px 0 0;
    top: 0;
}
#practice-compass:hover
{
	background-position: -282px -100px;
}
#step-2-3 {
    background-position: -200px -600px;
    left: 440px;
    padding: 49px 35px 0 0;
    top: 80px;
}
#review-results {
    background-position: 0 -200px;
    left: 330px;
    padding: 71px 256px 0 0;
    top: 140px;
}
#review-results:hover
{
	background-position: -282px -200px;
}
#not-well {
    background-position: -325px -600px;
    left: 100px;
    padding: 56px 208px 0 0;
    top: 100px;
}
#skip-step {
    background-position: -200px -600px;
    left: 440px;
    padding: 49px 34px 0 0;
    top: 220px;
}
#improve-results {
    background-position: 0 -300px;
    left: 0;
    padding: 71px 256px 0 0;
    top: 160px;
}
#improve-results:hover
{
	background-position: -282px -300px;
}
#step-4-5 {
    background-position: -282px -600px;
    left: 100px;
    padding: 37px 22px 0 0;
    top: 237px;
}
#retake-practice {
    background-position: 0 -400px;
    left: 0;
    padding: 71px 256px 0 0;
    top: 280px;
}
#retake-practice:hover
{
	background-position: -282px -400px;
}
#step-6 {
    background-position: -100px -600px;
    left: 270px;
    padding: 23px 38px 0 0;
    top: 303px;
}
#take-compass {
    background-position: 0 -500px;
    left: 330px;
    padding: 71px 256px 0 0;
    top: 280px;
}
#take-compass:hover
{
	background-position: -282px -500px;
}

#content table th, #content table td {
    border: 1px solid #516e95;
	padding: 4px;
	font-size: 14px;
}
#content table th {
    background: none repeat scroll 0 0 #e2e2e2;
    color: #000;
}

.impnote {
    background: none repeat scroll 0 0 #ffe;
    border: 2px solid;
    clear: both;
    float: right;
    margin: auto auto 1em 2em;
    padding: 0.5em 1em;
}
#content ol
{
	list-style: decimal;
	padding-left: 32px;
}

#content ul
{
	list-style: disc;
	padding-left: 32px;
}

#content li
{
	padding-bottom: 8px;
	font-size: 15px;
}

.expansionhead {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    height: 1.26rem;
    padding-right: 8px;
    padding-top: 1.5rem;
}

#studenttypes {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #7ca800;
    margin: 8px auto;
    padding: 0;
    position: relative;
    width: 100%;
}

#studenttypes #titlelist
{
	margin: 5px;
	padding: 0;
}
ul#studenttypelist {
    background: none repeat scroll 0 0 #fff;
    padding: 5px 0;
}
ul#studenttypelist, select#studenttypelist {
    color: #5d5d5d;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 31px;
    margin: 0 8px;
    overflow: hidden;
    padding: 0 5px;
}
#studenttypes #titlelist #titleli {
    font-size: 1.4em;
	color: #fff;
}
#studenttypes #titlelist li {
    background: url("./media/images/future-students-select-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 49px;
    margin: 0;
    text-indent: 10px;
    width: 100%;
}

#studenttypes #titleli ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0.75em;
    list-style: none outside none;
}
#studenttypes #titleli ul li a {
    display: block;
}
#studenttypes #titleli ul li a:focus,
#studenttypes #titleli ul li a:hover {
    background-color: #dddddf;
}

div.steps-to-student {
    border-top: 1px solid #d3d3d3;
    color: #474747;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
	display: none;
}
div.steps-to-student ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div.steps-to-student ol li {
    border-bottom: 1px solid #d3d3d3;
    list-style: none outside none;
    margin: 0;
    min-height: 60px;
    padding: 20px 0 20px 134px;
    vertical-align: middle;
	line-height: 20px;
}
.steps-to-student .studentsteps-notes ul li {
    border: 0 none;
    list-style: circle outside none;
    margin: 0;
    padding: 0;
    width: auto;
	min-height: 0;
}
.selected {
	border: 1px #ccc solid;
	background: #eee;
}

.steps-to-student li#apply,
.steps-to-student li#returning-apply,
.steps-to-student li#returning-admissions,
.steps-to-student li#completeapp,
.steps-to-student li#apply-nonnative {
background: url(./media/images/apply.png) no-repeat;
background-position: 20px 0px;
}
.steps-to-student li#new-orientationvideo,
.steps-to-student li#hsgraduatecollegecredit-orientationvideo {
background: url(./media/images/video.png) no-repeat;
background-position: 20px 0px;
}
.steps-to-student li#seniorcitizen {
background: url(./media/images/notice.png) no-repeat;
background-position: 20px 20px;
}
.steps-to-student li#seniorcitizen-form {
background: url(./media/images/form.png) no-repeat;
background-position: 20px 20px;
}
li#teachercert-form, li#transcripts, li#transient {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -1490px rgba(0, 0, 0, 0);
}
li#tuition, li#seniorcitizen-tuition, li#highschool-tuition {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -1190px rgba(0, 0, 0, 0);
}
li#highschool-placement {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -260px rgba(0, 0, 0, 0);
}
li#finaid,
li#graduate-finaid {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -590px rgba(0, 0, 0, 0);
}
li#placement, li#returning-placement, li#placementinfo {
    background: url("./media/images/prepare.png") no-repeat 20px 20px;
}
li#nswd {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -3579px rgba(0, 0, 0, 0);
}
li#orientationvideo {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -3301px rgba(0, 0, 0, 0);
}
li#nso, li#return-mylfcc {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -895px rgba(0, 0, 0, 0);
}
li#dual, li#dual-2, li#transfer-classes-register {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -1790px rgba(0, 0, 0, 0);
}
li#teachercert-submit, li#transient-submit, li#dual-enroll, li#dual-enroll-2 {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -2090px rgba(0, 0, 0, 0);
}
li#transferincredit {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -3000px rgba(0, 0, 0, 0);
}
li#teachercert-approve, li#transient-approve {
    background: url("./media/images/future-students-icons.png") no-repeat scroll 0 -2390px rgba(0, 0, 0, 0);
}
li#internationalstudents {
	background: url(./media/images/future-students-icons.png) no-repeat scroll 0 -3812px rgba(0, 0, 0, 0);
}
li#f1studentapp {
	background: url(./media/images/future-students-icons.png) no-repeat scroll 0 -4050px rgba(0, 0, 0, 0);
}
li#adviser-verbose,
li#jours {
	background: url(./media/images/future-students-icons.png) no-repeat scroll 0 -4250px rgba(0, 0, 0, 0);
}
li#placement-international,
li#placement-nonnative {
	background: url(./media/images/icon-placement.png) no-repeat 25px 15px rgba(0, 0, 0, 0);
}
li#finaid-nonnative {
	background: url(./media/images/icon-finaid.png) no-repeat 25px 15px rgba(0, 0, 0, 0);
}

li#email {
	background: url(./media/images/icon-email.png) no-repeat 25px 15px rgba(0, 0, 0, 0);
}

li#gibill {
	background: url(./media/images/icon-gibill.png) no-repeat 25px 15px rgba(0, 0, 0, 0);
}


li#veteran-transferincredit {
	background: url(./media/images/icon-transferin.png) no-repeat 25px 15px rgba(0, 0, 0, 0);
}



#content ul.letterlinks {
    background: none repeat scroll 0 0 #e2e2e2;
    border: 1px solid #516e95;
    clear: both;
    font-size: 0.8em;
    height: 2em;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#content ul.letterlinks li a, #content ul.letterlinks li.nonlink {
    background: none repeat scroll 0 0 #e2e2e2;
    display: block;
    margin: 0;
    padding: 0.4em 0.77em;
    text-decoration: none;
}
#content ul.letterlinks li {
    float: left;
    margin: 0;
    padding: 0;
}
div.stylerule {
    background: none repeat scroll 0 0 #e2e2e2;
    border: 1px solid #516e95;
    margin: 0.5em;
    padding: 0;
}
div.stylerule div.styleentrycontent {
    margin: 0.5em;
    padding: 0;
}
div.stylerule h3 {
    background: none repeat scroll 0 0 #516e95;
    color: #e2e2e2;
    margin: 0;
    padding: 0.1em 0.5em;
}
div.stylelastedit {
    color: #141414;
    font-size: 0.8em;
    font-style: italic;
    text-align: right;
}

ul.program-info {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul.program-info li {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.program-info li p {
    margin: 0;
    padding: 0;
}

ul.program-info li div.line-title p {
    background: none repeat scroll 0 0 #fff;
    clear: left;
    float: left;
    padding-right: 0.25em;
}

ul.program-info li div.line-title {
    border-bottom: 3px dotted #666;
    font-weight: bold;
    height: 0.9em;
    margin-bottom: 0.5em;
    text-align: left;
    width: auto;
}
ul.program-info li div.line-title p.detail-name {
    background: none repeat scroll 0 0 #fff;
    clear: right;
    float: right;
    font-weight: bold;
    padding-left: 0.25em;
    padding-right: 0;
}
ul.program-info li p.line-detail {
    clear: both;
    float: none;
    margin-bottom: 1em;
    text-align: right;
}

#adjunctneeds {
    background: none repeat scroll 0 0 #fff3a6;
    border: 1px solid #866500;
    clear: right;
    color: #866500;
    float: right;
    margin: 10px 0 0 10px;
    padding: 0.25em 10px;
    width: 280px;
}
.social {
    clear: right;
    float: right;
    margin: 10px 0 0 10px;
    padding: 0.25em 10px;
    width: 280px;
}

/* Employee directory */

.section_row
{
	clear: both;
	padding-bottom: 4px;
}

.post-type-archive-employee .section_row,
.single-employee .section_row,
.search-results .section_row
{
	clear: none;
	width: 100%;
	min-height: 20px;
}

.post-type-archive-employee #advanced_search_form_container .section_row
{
	clear: both;
}

.g-recaptcha
{
	display: inline-block;
}

/* Employee shortcode */

.employee_custom_wrapper
{
	clear: none;
}

.employee_custom
{
	float: left;
	width: 112px;
	padding: 0 30px 20px 0;
	font-size: 14px;
		line-height: 16px;
}

.employee_custom_wide
{
	width: 50%;
}

.employee_custom .employee_position
{
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	color: #666666;
}

.employee_info_item,
#main .employee_info_item p
{
	font-size: 12px;
	font-size: 0.75rem;

}

#main .employee_info_item p
{
	margin-bottom: 0;
}

.employee_info_item label
{
	font-weight: bold;
}

label.block
{
	display: block;
}

.section_row label
{
	font-weight: bold;
	width: 170px;
	display: block;
	float: left;
}

.section_row .multi-line
{
	padding-left: 170px
}

a.letterlink, span.letterlink,
a.page-numbers,
.page-numbers.current
{
    background: none repeat scroll 0 0 #f1eedf;
    border: 1px solid #b9b7a2;
    float: left;
    height: auto;
    margin: 0.25em;
    padding: 0.25em 0.75em;
    text-decoration: none;
    width: auto;
}

a.page-numbers,
.page-numbers.current
{
	float: none;
}

a.activeletter,
.page-numbers.current
 {
    background: none repeat scroll 0 0 #ccc;
}

div.employee {
    border-top: 1px solid #516e95;
	padding: 20px 0;
    clear: right;
    float: none;
    width: 90%;
	font-size: 14px;
}

table.employee {
    margin-bottom: 1em;
    padding-bottom: 0;
}
table.employee, div.jobdescription {
    border: medium none;
    clear: none;
    color: inherit;
    float: none;
    font-size: 1em;
    margin: 1em;
    padding: 0.5em;
    width: auto;
}

#adv-search-options
{
	display: none;
}

#search-head-submit
{
	float: right;
}

#sis-simple-search
{
	width: 50%;
}

#search-form-close-button {
float: right;
text-align: right;
margin-top: 5px;
margin-right: 5px;
}

#search_div
{
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

#simple_search
{
	float: left;
}

#advanced_search_link
{
	float: right;
	font-size: 12px;
	font-size: 0.75rem;
	white-space: nowrap;
}

#advanced_search_form_container
{
	display: none;
}

#advanced_search_form fieldset {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #848484;
    color: #424242;
    margin: 0 auto 1em;
    padding: 1em 2em;
	text-align: center;
	clear: both;
}

#advanced_search_form fieldset .legend
{
	text-align: left;
}

#advanced_search_form fieldset fieldset {
    background-color: #f5f9f0;
    border: 1px solid #b6beaf;
    color: #2b2929;
    margin: auto auto 1em;
    padding: 0.5em;
	text-align: left;
}


#advanced_search_form fieldset fieldset label {
    background: none repeat scroll 0 0 transparent;
    color: inherit;
    float: left;
    margin: 0.5em;
    width: 150px;
	font-size: 13px;
}


#advanced-search fieldset fieldset input, 
#advanced-search fieldset fieldset textarea, 
#advanced-search fieldset fieldset select {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #818281;
    margin: 0.5em;
    width: 280px;
}

/* Courses */

select#subject
{
	font-size: 15px;
}

.course_details
{
	border: 1px solid #01406c;
	margin-bottom: 10px;
	padding: 10px;
}

.course_title
{
	font-weight: bold;
}

#main h3.course_subject
{
	background-color: #01406c;
	color: #fff;
	padding: 4px;
}

/* Site search */

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#000;
background: #d5d5d5;
}

.pagination a:hover{
color:#fff;
background: #052944;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #052944;
color:#fff;
}

/* Class schedule search */

#search-div {
    border: 1px solid #c4c5a6;
    clear: both;
    display: block;
    height: 42px;
    padding: 10px;
    width: auto;
}
div#search-div.full-search-form {
    height: auto;
	margin-bottom: 1em;
}
form#search-courses div.legend {
    margin-bottom: 0;
    margin-top: 0.5em;
}
div.full-search-form #search-course-leg, div.cacheparams {
    display: none;
}
div.checkbox {
    float: left;
    margin: 0.5em;
    width: 28%;
}
div.checkbox label {
    float: none;
    margin: auto;
    width: auto;
	font-size: 13px;
}
fieldset {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #848484;
    color: #424242;
    margin: 0 auto 1em;
    padding: 1em 2em;
}
fieldset .legend
{
	font-weight: bold;
	font-size: 14px;
}

#simple-search-options {
    border: medium none;
}
fieldset fieldset {
    background-color: #f5f9f0;
    border: 1px solid #b6beaf;
    color: #2b2929;
    margin: auto auto 1em;
    padding: 0.5em;
}
fieldset fieldset label {
    background: none repeat scroll 0 0 transparent;
    color: inherit;
    float: left;
    margin: 0.5em;
    width: 100px;
}
fieldset label {
    vertical-align: top;
	font-size: 13px;
}

form#search-courses fieldset, form#search-courses input.submit {
}
form#search-courses fieldset, form#search-courses input.submit {
    margin: 0.25em;
    padding: 0.25em;
}
fieldset.optgroup {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
fieldset fieldset fieldset {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
.note {
    font-style: italic;
	font-size: 13px;
}

div.note {
    margin: 1em auto;
}

div.note {
    margin-bottom: 0 !important;
    margin-left: 0.75em;
    margin-top: 0.25em;
    padding: 0;
}

.course-checkbox
{
	display: none;
}

div.totalrecords {
    clear: both;
    font-size: 0.9em;
    font-style: italic;
    text-align: center;
}
.toppagination, .botpagination {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: auto;
	text-align: center;
}
.letterlinks
{
	display: inline-block;
}
.toppagination div.totalrecords {
    display: none;
}

#content table.courselist th,
#content table.courselist td
{
	font-size: 12px;
}

.class_location
{
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

#content ul.class_schedule_list
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#content ul.class_schedule_list li
{
	list-style-type: none;
	border-bottom: 1px solid #323232;
	padding: 12px 0;
	line-height: 20px;
}

#content ul.class_schedule_list li label
{
	padding-right: 6px;
}

#content ul.class_schedule_list li label:after
{
	content: ':';
}

#content ul.class_schedule_list li:last-child
{
	border-bottom: 0;
}

/* =Site map
-------------------------------------------------------------- */

#content ul.page-list li
{
	font-weight: bold;
	padding-top: 40px;
	padding-top: 2.857142857142857rem;
	list-style-type: none;
}

#content ul.page-list li:first-child
{
	padding-top: 0;
}

#content ul.page-list li ul
{
	margin-bottom: 0;
}

#content ul.page-list li ul li
{
	list-style-type: disc;
}

#content ul.page-list li ul li,
#content ul.page-list li ul li:first-child
{
	font-weight: normal;
	padding-top: 10px;
	padding-top: 0.7142857142857143rem;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

.search .archive-header,
.search .page-header
{
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
	padding-bottom: 0;
	padding-top: 12px;
	padding-top: 0.857142857rem;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* Link dropdown menus */

ul#buttons
{
	padding: 0;
	margin: 0;
}

ul#buttons:after {
	clear: both;
}
ul#buttons:before,
ul#buttons:after {
	display: table;
	content: "";
}

ul#buttons > li
{
	list-style-type: none;
	float: left;
	vertical-align: top;
	padding: 0;
	position: relative;
}

ul#buttons li img
{
	margin: -5px;
}

ul#buttons li ul
{
	display: none;
	position: absolute;
	left: 0;
	background: #fff;
	z-index: 1000;
}

ul#buttons li:hover ul
{
	display: block;
	padding: 0;
	margin: 0;
}

ul#buttons li ul li
{
	list-style-type: none;
	background: #01406c;
	margin-bottom: 2px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 8px;
	white-space: nowrap;
}

ul#buttons li ul li a
{
	color: inherit;
	font-weight: inherit;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* Social menu */

#social > h2
{
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 0;
}

#social-nav-container
{
	display: inline-block;
	vertical-align: top;
}

#social-nav
{
	list-style: none;
	padding: 0px 0 20px 20px;
	margin: 0;
	display: block;
}

#social-nav li
{
	list-style-type: none;
	padding: 0 4px;
	padding: 0 0.25rem;
	margin: 0;
	color: #054f7e;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 12px;
	line-height: 0.75rem;
}

#social-nav li:first-child
{
	padding-left: 0;
}

#social-nav li a
{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

/* Megamenu overrides */

.dcjq-mega-menu ul.menu li
{
	position: static;
}

.dcjq-mega-menu ul.menu li a.dc-mega
{
	white-space: nowrap;
}

/* Mobile side menu */

#mobile_toggle
{
	background-color: #ce9405;
	color: #fff;
	padding: 10px;
	padding: 0.625rem;
	display: none;
	max-height: 20px;
	max-height: 1.25rem;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 75%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 20%;
		padding-right: 2%
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

@media screen and (max-width: 960px)
{
	body,
	html
	{
		font-size: 14px;
	}
	
	#main_nav
	{
		width: 100%;
	}
	
	#header_wrapper,
	#main,
	.site-info
	{
		width: 98%;
	}
	#s
	{
		width: 90%;
		font-size: 13px;
		font-size: 0.9285714285714286rem;
		background-size: 15%;
	}
	.dcjq-mega-menu ul.menu li .sub li.mega-hdr
	{
		max-width: 24.5%;
	}
	
	.dcjq-mega-menu ul.menu li .sub-container
	{
		width: 100%;
		left: 0 !important;
		margin-left: 0 !important;
	}
	
	.dcjq-mega-menu ul.menu li .sub .row
	{
		width: 100% !important;
	}
	
	#top_nav_wrapper
	{
		text-align: center;
	}
	
	#top_nav
	{
		height: auto;
	}
	
	#top_nav ul.nav-menu
	{
		float: none;
	}
	
	#quick_links
	{
		float: none;
		display: inline-block;
		position: relative;
		top: -6px;
	}
	#quicklinks_nav
	{
		right: 33.2%;
		top: 92%;
	}
	
	#searchform
	{
		display: inline-block;
		padding-right: 20px;
		padding-right: 1.428571428571429rem;
	}
	
}

@media screen and (max-width: 850px) 
{
	#social-nav-container
	{
		display: block;
	}
	
	#social-nav
	{
		padding: 20px 0;
	}
}

@media screen and (max-width: 830px) 
{
	.dcjq-mega-menu ul.menu li a.dc-mega
	{
		padding: 12px 20px;
		padding: 0.8571428571428571rem 1.428571428571429rem;
	}
}

@media screen and (max-width: 760px) 
{
	.dcjq-mega-menu ul.menu li a.dc-mega
	{
		padding: 12px 10px;
		padding: 0.8571428571428571rem 0.7142857142857143rem;
	}
	.slide_subtitle
	{
		position: static;
	}
	.slide_subtitle_text,
	.slide_more
	{
		display: block;
	}
}

@media screen and (max-width: 700px) 
{
	body,
	html
	{
		font-size: 12px;
	}
	
	.mobile_only
	{
		display: block;
	}

	#menu-top,
	#top_nav,
	.not_mobile,
	#main_nav,
	.sb-slidebar #searchform #searchsubmit,
	.breadcrumb
	{
		display: none;
	}
	#mobile_toggle
	{
		display: inline-block;
		width: 20%;
		margin-bottom: 6px;
		margin-bottom: 0.5rem;
	}
	
	#header_wrapper,
	#main_nav,
	#main,
	#footer_top
	{
		width: auto;
		padding: 0 2%;
	}

	#alert_notice
	{
		margin-bottom: 6px;
	}
	
	#logo
	{
		display: inline-block;
		width: 30%;
		padding: 0 3%;
	}
	
	.mobile_apply
	{
		width: 30%;
		display: inline-block;
		clear: none;
	}
	
	.site-header
	{
		background-image: url();
	}
	
	#header_wrapper
	{
		vertical-align: middle;
		padding: 10px 2%;
	}
	
	.navicon-line {
		background-color: #fff;
		border-radius: 1px;
		height: 3px;
		margin: 0 8px 3px 0;
		margin: 0 0.667rem 0.25rem 0;
		width: 24px;
		width: 2rem;
		float: left;
		clear: left;
	}

	#sidr_close .navicon-line
	{
		background-color: #fff;
	}

	.sb-toggle-text {
		float: left;
		position: relative;
		top: -12px;
		top: -1rem;
		color: #fff;
		line-height: 16px;
		line-height: 1.33rem;
		font-weight: bold;
		font-size: 16px;
		font-size: 1.33rem;
	}
	.sb-slidebar
	{
		padding: 0;
		padding: 0;
		background-color: #ce9405;
	}

	.sb-slidebar #searchform
	{
		padding: 1.5rem;
		border-bottom: 1px solid #946a00;
		width: 90%;
	}
	
	.sb-slidebar #searchform #s
	{
		width: 60%;
		font-size: 14px;
		font-size: 1.166666666666667rem;
		font-style: normal;
		color: #8b8b8b;
		padding: 4px 45px 4px 4px;
		margin: 0;
		background-color: #fff;
		border-radius: 4px;
		border: none;
		background-size: 11%;
	}

	.sb-slidebar ul.mobile-nav,
	.sb-slidebar ul.mobile-nav ul
	{
		border: none;
		width: 100%;
		padding: 0;
	}
	
	.sb-slidebar ul.mobile-nav
	{
		padding: 12px 0;
		padding: 1rem 0;
		border-bottom: 1px solid #946a00;
	}
	
	.sb-slidebar ul.mobile-nav:last-child
	{
		border-bottom: none;
	}
	
	.sb-slidebar ul
	{
		position: relative;
		left: 0;
	}
	.sb-slidebar ul li
	{
		position: relative;
	}

	.sb-slidebar .mobile-nav li,
	.sb-slidebar .mobile-nav li ul li,
	#child_pages li,
	#child_pages li ul li
	{
		float: none;
		display: list-item;
		list-style-type: none;
		font-size: 14px;
		font-size: 1.166666666666667rem;
		line-height: 18px;
		line-height: 1.5rem;
		font-weight: normal;
		width: auto;
		border: none;
		padding: 0 12px 12px 22px;
		padding: 0 1rem 1rem 1.833333333333333rem
	}

	#child_pages li
	{
		padding-left: 12px;
		padding-left: 1rem;
	}
	
	.sb-slidebar .mobile-nav li a,
	#child_pages li a,
	#child_pages li ul li a,
	#child_pages li.current-menu-item ul li a,
	#child_pages li ul li ul li a,
	#child_pages li.current-menu-item ul li ul li a,
	#child_pages li ul li.current-menu-ancestor a
	{
		font-size: 14px;
		font-size: 1.166666666666667rem;
		font-weight: normal;
		border: none;
		color: #fff;
		padding: 3px 10px 3px 3px;
		border-left: 3px solid transparent;
		display: inline-block;
		min-width: 40%;
		text-decoration: none;
		background-color: transparent;
	}
	
	.sb-slidebar .mobile-nav li,
	.sb-slidebar .mobile-nav li ul li,
	.sb-slidebar .mobile-nav li a
	{
		font-weight: bold;
	}

	.sb-slidebar .mobile-nav li ul li a,
	#child_pages li ul li a
	{
		width: auto;
	}
	.sb-slidebar .mobile-nav li ul a.sb-toggle-submenu,
	#child_pages li ul a.sub-menu
	{
		display: none;
	}
	.sb-slidebar .mobile-nav .menu,
	#child_pages .menu
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.sb-slidebar .mobile-nav .menu li 
	#child_pages .menu li
	{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.sb-slidebar .mobile-nav a:hover,
	#child_pages li a:hover,
	#child_pages li ul li a:hover,
	#child_pages li.current-menu-item a,
	#child_pages li.current-menu-item a:hover,
	#child_pages li.current-menu-item ul li a:hover,
	#child_pages li ul li ul li a:hover,
	#child_pages li ul li.current-menu-ancestor ul li.current-menu-item a,
	#child_pages li ul li.current-menu-ancestor ul li a:hover,
	#child_pages li ul li.current-menu-item ul li a:hover
	{
		background-color: #003f5e;
		border-left: 3px solid #d5d5d5;
	}

	.sb-slidebar .mobile-nav ul.sb-submenu,
	#child_pages ul.sub-menu
	{
		display: none;
		list-style-type: none;
		margin: 0;
		padding: 12px 0 0;
		padding: 1rem 0 0;
		position: relative;
		left: -16px;
		left: -1.5rem;
		background-color: transparent;
	}
	.sb-slidebar .mobile-nav ul.sb-submenu li,
	#child_pages ul.sub-menu li
	{
		padding-left: 32px;
		padding-left: 2.667rem;
		padding-right: 0;
	}
	.sb-slidebar .mobile-nav ul.sb-submenu li:last-child,
	#child_pages ul.sub-menu li:last-child
	{
		padding-bottom: 0;
	}

	span.sb-caret {
		border: 0;
		display: inline-block;
		height: 28px;
		margin: 0;
		width: 28px;
		background: transparent url(./images/mobile-nav-arrow.png) no-repeat;
		position: absolute;
		top: 0;
		right: 10px;
	}
	.sb-submenu-active > span.sb-caret {
		background-position: 0 -28px;
	}
	
	.cycle-slideshow
	{
		overflow: initial !important;
	}
	
	.slide_content
	{
		float: none;
		clear: both;
		height: auto !important;
		width: auto !important;
	}
	
	.slide_content .slide_title
	{
		padding: 10px 2%;
	}
	
	.slide_image
	{
		max-width: none;
		width: 100%;
	}
	
	#slideshow_controls
	{
		display: none;
		bottom: 150px;
		left: 5px;
	}
	
	#social-nav-container
	{
		display: inline-block;
	}
	
	#social-nav
	{
		padding: 0px 0 20px 20px;
	}
	
	#home_see_something 
	{
		right: 10px;
		top: -5px;
		width: auto;
		bottom: -20px;
		max-width: 45%;
	}
	
	#front_events li.hentry,
	#front_events li.tribe-events-list-widget-events
	{
		float: none;
		width: initial;
		padding: 8px 5px;
	}

	#front_events li.hentry .duration, 
	#front_events li.tribe-events-list-widget-events .duration
	{
		display: inline-block;
		width: 14%;
		vertical-align: top;
		float: none;
	}
	
	#front_events li.hentry .duration .day, 
	#front_events li.tribe-events-list-widget-events .duration .day
	{
		padding-top: 0;
		line-height: 34px;
	}
	
	#front_events li.hentry .event_details, 
	#front_events li.tribe-events-list-widget-events .event_details
	{
		display: inline-block;
		width: 80%;
		vertical-align: top;
		padding-left: 0;
	}
	
	#page_sidelinks
	{
		width: 100%;
		float: none;
		padding: 0 0 12px 0;
	}
	
	.page_sidelinks_item img
	{
		max-width: 32px;
	}
	
	ul#buttons li ul li
	{
		white-space: normal;
		width: 150%;
	}
	
	#events_title_wrapper
	{
		width: auto;
		float: none;
		background-color: transparent;
		padding: 5px 0;
		height: auto !important;
	}
	
	#events_title_inner_wrapper,
	#home_whats_new h2
	{
		color: #01406c;
		font-size: 20px;
		font-size: 1.666666666666667rem;
		padding: 5px 0;
	}
	
	#front_events p
	{
		float: none;
		padding: 0;
	}
	
	#front_events li.hentry
	{
		border: none;
		background-color: transparent;
		display: list-item;
		float: none;
		width: auto;
		padding-left: 0;
		padding-bottom: 10px;
	}
	
	#front_events li.hentry .duration
	{
		border: 1px solid #9f9f9f;
		background-color: #fff;
		display: block;
		float: left;
		width: auto;
		padding: 5px 10px 10px;
		margin-right: 3%;
	}

	#home_whats_new li
	{
		float: none;
		display: block;
		clear: both;
		margin-bottom: 12px;
		margin-bottom: 1rem;
		background-color: #01406c;
		max-width: none;
	}
	
	#home_whats_new li:before,
	#home_whats_new li:after
	{
		display: table;
		content: '';
	}
	#home_whats_new li:after
	{
		clear: both;
	}
	
	#home_whats_new li img
	{
		float: left;
		padding-right: 3%;
		max-width: 50%;
	}
	
	#home_whats_new h3
	{
		padding: 15px 2%;
	}
	
	#home_whats_new .read_more,
	#latest_news .read_more
	{
		float: none;
		clear: both;
	}
	
	#home_whats_new .read_more a,
	#latest_news .read_more a
	{
		font-size: 12px;
		font-size: 1rem;
	}
	
	#main h1
	{
		font-size: 20px;
		font-size: 1.666666666666667rem;
		margin-bottom: 10px;
		margin-bottom: 0.8333333333333333rem;
	}

	#main h2
	{
		font-size: 16px;
		font-size: 1.3333333rem;
		margin-bottom: 10px;
		margin-bottom: 0.8333333333333333rem;
	}

	#main li h2
	{
		margin-top: 10px;
		margin-top: 0.8333333333333333rem;
	}

	#main h3
	{
		font-size: 14px;
		font-size: 1.166666666666667rem;
		margin-bottom: 10px;
		margin-bottom: 0.8333333333333333rem;
	}

	#main li h3
	{
		margin-bottom: 0;
	}

	#main h4
	{
		font-size: 12px;
		font-size: 1rem;
		margin-bottom: 10px;
		margin-bottom: 0.8333333333333333rem;
	}

	img.alignright
	{
		float: none;
		margin-left: 0;
		display: block;
	}
	
	img.alignleft
	{
		float: none;
		display: block;
	}
	
	#home_lower_content
	{
		padding: 35px 0;
	}
	
	#home_lower_content h2
	{
		font-size: 20px;
		font-size: 1.666666666666667rem;
		line-height: 24px;
		line-height: 2rem;
		margin-bottom: 0;
		padding-bottom: 12px;
		padding-bottom: 1rem;
	}
	
	#latest_news,
	#latest_news li,
	#social,
	#front-right-widgets aside
	{
		width: auto;
		float: none;
		clear: both;
	}
	
	#latest_news li
	{
		padding: 0 0 24px 0;
		padding: 0 0 2rem 0;
	}
	
	#latest_news,
	#latest_news li:last-child
	{
		padding-bottom: 18px;
		padding-bottom: 1.5rem;
	}
	
	.cff-text
	{
		font-size: 14px;
		font-size: 1.166666666666667rem;
		line-height: 18px;
		line-height: 1.5rem;
	}
	
	.really_simple_twitter_widget li
	{
		font-size: 14px;
		font-size: 1.166666666666667rem;
		line-height: 18px;
		line-height: 1.5rem;
	}

	.really_simple_twitter_widget .twitter-timestamp
	{
		font-size: 1.083333333333333rem;
	}
	
	.date_field
	{
		padding-bottom: 5px;
	}
	
	#content-sidebar
	{
		float: none;
		width: auto;
		padding-right: 0;
		height: auto !important;
		margin-top: 0;
	}
	
	#child_pages
	{
		width: 105%;
		position: relative;
		left: -2%;
		margin-bottom: 12px;
		margin-bottom: 1rem;
		background-color: #ce9405;
	}
	
	#child_pages > ul.menu
	{
		display: none;
		padding-top: 12px;
		padding-top: 1rem;
	}
	
	#child_pages li
	{
		background-color: transparent;
	}

	#child_pages ul.sub-menu.mobile_submenu_open
	{
		display: block !important;
	}
	
	#sidebar_menu_title_wrapper
	{
		background-color: #01406c;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 18px;
		margin: 0;
		padding: 6px 4%;
		padding: 0.5rem 4%;
	}
	
	#sidebar_menu_title_wrapper .navicon-line-wrapper
	{
		float: left;
		max-width: 20%;
		padding-top: 0.3333rem;
	}
	
	#sidebar_menu_title_wrapper .navicon-line
	{
		margin-right: 2.5rem;
	}
	
	#sidebar_menu_title
	{
		display: inline-block;
		width: 79%;
		cursor: pointer;
	}
	
	#content
	{
		float: none;
		width: auto;
		margin: 0;
		height: auto !important;
	}
	
	#main p
	{
		line-height: 1.5rem;
	}
	
	#footer_wrapper
	{
		margin-bottom: 0;
	}
	
	#footer_top
	{
		font-size: 1.083333333333333rem;
		text-align: left;
		padding-bottom: 8px;
		padding-bottom: 0.66667rem;
	}
	
	#footer_nav
	{
		background-color: #01406c;
		padding: 6px 2%;
	}
	
	#footer_nav li
	{
		color: #fff;
		display: list-item;
		list-style-type: disc;
		list-style-position: inside;
		text-align: left;
		padding: 3px 0;
	}
	
	#footer_nav li a
	{
		color: #fff;
	}
	
	#footer_nav li::after
	{
		content: '';
	}
	
	#footer_bottom
	{
		background-color: #01406c;
		padding: 6px 2% 12px;
		padding: 0.5rem 2% 1rem;
		color: #fff;
		font-size: 1rem;
		text-align: left;
		line-height: 1.5rem;
	}
	
	#footer_bottom a
	{
		color: #fff;
		text-decoration: none;
	}
	
	.site {
		margin: 0 auto;
		max-width: 100%;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 100%;
	}

	#main h1.home_header
	{
		font-size: 20px;
		font-size: 1.428571428571429rem;
		color: #2a3940;
		margin-bottom: 10px;
		margin-bottom: 0.7142857142857143rem;
	}
	
	#s
	{
		width: 80%;
		font-size: 10px;
		font-size: 0.7142857142857143rem;
		background-size: 5%;
	}

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #ffffff;
	}
	body .site {
		padding: 0;
		margin: 0 auto;
		max-width: 100%;
		min-height: 700px;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

@media screen and (max-width: 400px) 
{
	.sb-toggle-text
	{
		font-size: 14px;
		font-size: 1.166666666666667rem;
	}
	
	.navicon-line
	{
		width: 1.5rem;
	}
	
	#mobile_toggle
	{
		width: 24%;
		margin-bottom: 2px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	#most_popular li
	{
		text-indent: -15px;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* Style Tweaks Added by Aaron Riddle */

.noborder img {
	border: 0px
	box-shadow: 0;

