/*
Theme Name: Weary
Author: Mark Rosendorff
Author URI: http://rosytown.com.au
Description: Custom theme for Weary Dunlop site
Version: 1.0
*/


/* =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;
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
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: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	
}
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;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.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,
.entry-content th,
.comment-content th {
	font-size: 11px;
	line-height: 18px;
	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;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
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],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	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;
}
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-color: transparent;
}
.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 */
}

/* 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;
}
/* .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: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
} */
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
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 */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 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;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 16px;
	font-family: 'PT Sans Narrow', Helvertica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #666666;
	background-color:#F5F6F7;
}
a {
	outline: none;
	color: #2890BF;
	text-decoration: none;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.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;
}
.site-content {
	margin: 24px 0 0;
}
.site-content {
	float: right;
	width: 730px;
}

#secondary {
	margin-top:24px;
	margin-bottom:24px;
	width:185px;
	background-color:#FFF;
	float:left;
}

#secondary .widget-area {
	margin: 24px 0 0;
}
#main {
	width:960px;
	margin:0 auto;
}
.home #main {
	width:100%;	
}
.full-width .site-content,
.section-contact .site-content {
	width:100%;	
	float:none;
}

.section-contact .hentry {
	width:420px;
	float:left;
	margin-right:20px;
}

/* Header */
.site-header {
	background-color:#FFF;
	border-bottom:8px solid #F2D47A;
}
.branding {
	padding: 24px 0;
	background-color:#EDEEEF;
	background-image:url(images/header-tile.png);
	background-position:center top;
	background-repeat:no-repeat;
	}
.site-header h1,
.site-header h2 {
	text-align: center;
	font-size: 24px;
	margin: 0px;
}
.site-header img{
	width:600px;
	height:auto;
	
}

/* Navigation Menu */
.main-navigation {
	width:960px;
	text-align: center;
	margin:0 auto;
}
.main-navigation li {
	margin-top: 24px;
	line-height: 1.5;
	font-family : 'PT Sans Narrow';
  font-weight : bold;
  font-size : 19px;
  letter-spacing : 0.95px;
  text-transform : uppercase;
  color : #829CAF;

}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}



.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: center;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.main-navigation li a {
	border-bottom: 0;
	color: #829CAF;
	line-height: 62px;
	text-transform: uppercase;
	white-space: nowrap;
}
.main-navigation li a:hover {
	color: #000;
}
.main-navigation li {
	margin: 0 20px;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	text-align:left;
}
.main-navigation li ul li {
	margin: 0 0px;
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 13px;
	
	line-height: 18px;
	padding: 8px 10px;
	width: 180px;
	white-space: normal;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current_page_parent > a {
	color: #1F497D;
	font-weight: bold;
}
.menu-toggle {
	display: none;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 0px;
}
#secondary .widget-title {
	background-color:#F2D47A;
	padding:10px;
	font-weight : bold;
	font-size : 23px;
	letter-spacing : 1.15px;
	text-transform : uppercase;
	color : #FFFFFF;
}

.widget-area .widget h3 {
	margin-bottom: 0px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 15px;
}
.widget-area .widget p {
	margin-bottom: 24px;
	
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget_recent_entries ul {
	padding:10px;
}
.widget_recent_entries li {
	margin-bottom:8px;
}
/* Footer */
footer[role="contentinfo"] {
	border-top: 3px solid #CCCCCC;
	clear: both;
	max-width: 960px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	line-height: nromal;
	font-weight: normal;
	 font-family : 'Lobster', cursive;
  font-size : 45px;
  color : #F2D47A;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.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;
	line-height: 3.692307692;
	margin-bottom: 24px;
	
	text-align: center;
}
.entry-content,
.entry-summary {
	text-align:justify;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
}
.entry-content h1 {
	font-size: 44px;
	line-height: normal;
	font-family : 'Lobster', cursive;
	font-weight:normal;
}
.entry-content h2 {
	font-size: 30px;
	line-height: normal;
	color:#1f497d;
	margin-bottom:15px;
}
.entry-content h3 {
	font-size: 24px;
	color:#1f497d;
	margin-bottom:15px;
}
.entry-content h4{
	font-size: 18px;
	color:#1f497d;
}
.entry-content h5 {
	font-size: 13px;
}
.entry-content h6 {
	font-size: 12px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
	text-align:justify;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-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 {
	margin: 0 0 5px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
/*.site-content article {
	margin-bottom: 24px;
	padding-bottom: 24px;
}*/
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}

.clearfix:after {
	clear:both;
	display:table;
	content:'';
}
.edit-link {
	font-family:Arial, sans-serif;
	font-size:12px;
		font-weight:bold;
	text-transform:uppercase;
	padding-left:5px;
}
.edit-link a {
	color:#9B9B9B;
}
.button-link {
	background-color:rgba(255,255,255,0.22);
	text-decoration: none;
	padding: 8px 16px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
	margin-right: 5px;
	font-size: 18px;	
}
.button-link:hover{
	color: #FFF;
	background-color:rgba(255,255,255,0.4);
}
/* =Page content
-------------------------------------------------------------- */
.hentry {
	background-color:#FFF;
	padding:20px;
	min-height:200px;
	margin-bottom:24px;
}
/* =Home
-------------------------------------------------------------- */
.home .site-content {
    float: none;
    width: 100%;
	margin:0;
}
.home .site-header {
	border-bottom:none;
}
.home .hentry{
	background-color:transparent;
	padding:0;
	margin:0;
}
.home .entry-content h2 {
	font-size: 36px;
	line-height: normal;
	font-family : 'Lobster', cursive;
	font-weight:normal;
	color:#FFF;
}
.home .entry-content p {
	font-size:18px;
}

#slideshow {
	background-color:#232c33;
	height:390px;
	color:#FFF;
	background-image:url(images/weary-banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
#slideshow  .slide {
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding-top:140px;
}
#slideshow  .textarea {
	font-size:34px;
	text-transform:uppercase;
	border-radius:20px;
	width:380px;
	background-color: #a13f4e;
	background-color: rgba(161,63,78,0.85);
	padding:20px;
}
.textwrap {
	/*width:100%;
	max-width:960px;*/
	width:960px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
#box-education .textwrap,
#box-involvement .textwrap {
	max-width:640px;
}


#box-about {
	background-color:#f2d47a;
	color:#303030;
}
#box-about .textwrap {
	padding:35px 0 25px;
}
#box-about h2{
	font-family : 'Lobster', cursive;
    font-size : 48px;
	color:#000;
}

.about-blurb {
	width:60%;
	float:left;
}
#box-about .button-link{
	background-color:#a13f4e;
}
#box-about .button-link:hover{
	background-color: #883542;
}
.news-feed {
	width:30%;
	float:right;
	background-color:rgba(0,0,0,0.05);
	margin:-35px 0;
	height:100%;
	padding:55px 15px 10px;
	min-height:345px;
}
.news-feed h3 {
	color:#000;
	text-transform:uppercase;
	font-size:24px;
	text-align:center;
	margin-bottom:35px;
}
.news-feed li {
	margin-left:16px;
	margin-bottom:8px;	
}
.news-feed a{
	color:#000;
}
.news-feed .all-link{
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
}
#box-artwork {
	background-color:#232c33;
}
#box-artwork img {
	width:100%;
	height:auto;
	display:block;
	line-height:0;
}
#box-artwork p {
	margin:0;
}
#box-education {
	background-color:#76bd80;
	background-image:url(images/arrow-left-tile.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:20px;
	color:#FFF;
}

#box-involvement {
	background-color:#1f497d;
	background-image:url(images/arrow-right-tile.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:20px;
	color:#FFF;
}
#box-involvement h2,
#box-education h2{
    font-size : 36px;
	text-align:center;
}

.home footer[role="contentinfo"] {
	border-top:none;
}

/* Education
-------------------------------------------------------------- */
#post-Education .button-link{
	background-color:#295995;
}
#post-Education .button-link:hover{
	background-color: #1f497d;
}

/* eStudies
-------------------------------------------------------------- */
#post-eStudies .button-link{
	background-color:#295995;
}
#post-eStudies .button-link:hover{
	background-color: #1f497d;
}

/* primary education
-------------------------------------------------------------- */
#post-Primary-Case-Studies .button-link{
	background-color:#295995;
}
#post-Primary-Case-Studies .button-link:hover{
	background-color: #1f497d;
}

#post-Weary’s-Timeline .button-link{
	background-color:#295995;
}
#post-Weary’s-Timeline .button-link:hover{
	background-color: #1f497d;
}

/* news posts
-------------------------------------------------------------- */
.type-post .button-link{
	background-color:#a13f4e;
}
.type-post .button-link:hover{
	background-color: #b6495a;
}


/* =Side Nav Page
-------------------------------------------------------------- */


/* =Side Nav Page
-------------------------------------------------------------- */
.has-sidenav #primary {
	float:right;
}
#page-sub-menu h3 {
	
}
.menu-widget ul {
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
}
.menu-widget li {
	padding:7px 10px 7px 20px;
	list-style:none;
	margin:0px;
	line-height:normal;
}
.menu-widget li a {
	font-size : 16px;
	line-height : 17px;
	color : #666666;
	text-decoration:none;
}
.menu-widget .current_page_item {
	font-weight:bold;
}
.menu-widget li.current_page_item:before {
	content:'\003e';
	margin-left:-10px;
	display:block;
	float:left;
}
.menu-widget li a:hover {
	color:#000;
}

/* =Education Section
-------------------------------------------------------------- */
.section-education .site-header {
	border-bottom-color:#76bd80;
}

.section-education #secondary .widget-title {
    background-color: #76bd80;
}
.section-education .entry-header .entry-title {
    color: #76bd80;
}
/* =News Section
-------------------------------------------------------------- */
.section-news .site-header {
	border-bottom-color:#a13f4e;
}

.section-news #secondary .widget-title {
    background-color: #a13f4e;
}
.section-news .entry-header .entry-title {
	 color: #a13f4e;
}
.blog .entry-header .entry-title {
   	font-size:28px;
}
.section-news .entry-header .entry-title a{
color: #a13f4e;
}
/* =get inolved Section
-------------------------------------------------------------- */
.section-get-involved .site-header {
	border-bottom-color:#1f497d;
}

.section-get-involved #secondary .widget-title {
    background-color: #1f497d;
}
.section-get-involved .entry-header .entry-title {
    color: #1f497d;
}

/* = Contact Forms
-------------------------------------------------------------- */
.contact-form {
	background-color:#fff;
	padding:20px;
	margin-right:0;
}
div.wpcf7 {
	padding-bottom:30px;
	
}
.wpcf7:after {
	clear:both;
	content:'';
	display:table;
}

.wpcf7 p {
	clear:both;
	margin:0 0 5px;
	min-height:28px;
}
.wpcf7 label {
	width:20%;
	float:left;
	line-height:28px;
	padding:0 1%;
	 font-size : 14px;
  letter-spacing : 1.7px;
  text-transform : uppercase;
  color : #000000;
  font-weight:300;
}
.wpcf7 input.wpcf7-text {
	background-color:#FFF;
	border:2px solid #dbe5e9;
	line-height:24px;
	color:#000;
	-webkit-appearance:none;
	width:75%;
	float:right;
	padding:0 3px;	
	border-radius:0;
}
.wpcf7 input.wpcf7-text:focus {
	background-color: #E6EDEF;
}
.wpcf7 textarea {
	background-color:#FFF;
	border:2px solid #dbe5e9;
	width:75%;
	float:right;
	padding:3px;
	margin-bottom:5px;
	height:150px;
}
.wpcf7 textarea:focus {
	background-color: #E6EDEF;
}
.wpcf7 select.wpcf7-select{
	width:75%;
	float:right;
	border:2px solid #dbe5e9;
	padding:3px;
}
.wpcf7 select.fullwidth {
	width:100%;
	float:none;
	padding-top:3px;
}
.wpcf7 .submit-row {
	padding-top:10px;
	clear:both;
	min-height:28px;
	line-height:36px;
}
input.wpcf7-submit,
input[type="submit"].wpcf7-submit {
	float:right;
	outline:none;
	cursor:pointer;
	background-color:#1f497d;
	background-image:none;
	color:#FFF;
	 font-size : 16px;
  letter-spacing : 1.7px;
  text-transform : uppercase;
  -webkit-appearance:none;
  border-radius:0;
  border:none;
}
span.wpcf7-form-control-wrap {
    position:static;
}
div.wpcf7-validation-errors {
	border: 2px solid #FFFBCA;
	background-color: #FFFBCA;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    font-size: 13px;
	font-style:italic;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #3fa9f5;
	background-color: #3fa9f5;
	color:#FFF;
}

/* 
=Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =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;
}


/* =Post formats
-------------------------------------------------------------- */



/* =Comments
-------------------------------------------------------------- 
(Removed) */


/* =Front page template
-------------------------------------------------------------- */


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget-area li {
	line-height:normal;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
}
.widget_search #s {
	width:100%;
	font-size:16px;
}
.widget_search #searchsubmit {
	display:none;
}

.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/*FOOTER */
.footer-logo {
	width:160px;
	float:left;
	margin-bottom:20px;
}

.footer-menus {
	width:730px;
	float:right;
	position:relative;
	padding-bottom:45px;
}
.footer-menus .widget_search {
	position:absolute;
	bottom:0;
	right:0;
	
}
.footer-menus .widget-title {
  font-size : 18px;
  text-transform : uppercase;
  color : #000000;
  font-weight:normal;
  margin-bottom:10px;
}
.footer-menus .widget {
	width:22%;
	margin-left:3%;
	float:left;
	font-size:16px;
	padding-bottom:25px;
}
.footer-menus a {
	text-decoration:none;
}
.footer-menus li{
	margin:6px 0;	
}
/* Mini Footer Widget Areas */
#credits-and-copyright {
	clear:both;
	padding: 10px 0px 6em;
	border-top:1px solid #CCC;
}
#credits-and-copyright a {
	text-decoration:none;	
}
#credits-and-copyright .widget-area {
	width: 45%;
	font-size:13px;
	color:#666;
	line-height:normal;
}
#credits-and-copyright #mini-left.widget-area {
	float:left;
}
#credits-and-copyright #mini-right.widget-area {
	float:right;
	text-align:right;
}



/* =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;
			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;
	}
}