/*
Theme Name: IECA New theme
Theme URI: 
Description: Theme for the IECA website
*/


/* =Layout
-------------------------------------------------------------- */
/*       Layout
======================= */
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #e9e8e6 url("images/body-bg.png") repeat-x left top;
}
div {
    position: relative;
}
img {
    border: 0;
}
#pagewidth,
#footer {
    width: 980px;
    text-align: left;
    margin: 0 auto;
}
#header {
    width: 100%;
    height: 185px;
}
#wrapper {
    clear: both;
    background: #fff;
    padding: 34px 50px;
}
#rightcol {
    width: 140px;
    float: right;
    padding-left: 10px;
}
#maincol {
    float: left;
    display: inline;
    width: 730px;
}
#footer-holder {
    clear: both;
    width: 100%;
    overflow: hidden;
    background: #d5d4d2;
}
#footer {
    width: 880px;
    background: #dddcdb;
    padding: 20px 50px 20px;
    color: #666;
}
.left {
    float: left;
}
.right {
    float: right;
}
.txtl {
    text-align: left;
}
.txtc {
    text-align: center;
}
.txtr {
    text-align: right;
}
.clear {
    clear: both;
}
.red {
    color: #F00;
}

/*       Text
======================= */

@font-face {
    font-family: 'ImpactRegular';
    src: url('fonts/impact-webfont.eot');
    src: url('fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/impact-webfont.woff') format('woff'),
         url('fonts/impact-webfont.ttf') format('truetype'),
         url('fonts/impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, td, div, select, textarea, input {
    font: 12px Arial, Helvetica, Verdana, sans-serif;
}
p, h1, h2, h3, table, form {
    margin-left: 0px;
    margin-right: 0px;
}
ul,ol {
    margin: 0px; /* Right = same as other elements. Left = Left of other elements +30 */
    padding: 0px;
    list-style: none;
}
ul li, ol li {
    line-height: 1.3em;
    margin: .25em 0;
    padding: 0;
}
li ol, li ul {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
table {
    margin-right: 0;
}
p {
	font-size: 14px;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3em;
}
h1 {
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: .3em;
}
h2 {
    font-size: 1.4em;
    margin-top: 1.5em;
    margin-bottom: .3em;
}
h1.entry-title,
h2.dark-red {
    font: 24px 'ImpactRegular', Arial, Helvetica, Verdana, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    color: #990000;
}
h3 {
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: .3em;
}
h1, h2, h3, legend {
    color: #333;
}


/*  Main Navavigation
========================= */

#nav {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 150px;
}
#nav li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 5px;
}
#nav li a {
    display: block;
    padding: 0 9px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 34px;
    float: left;
}
#nav li:first-child a {
    padding-left: 20px;
}
#nav li a:hover,
#nav li a.current,
#nav li.current-menu-item a,
#nav li.current_page_parent a {
    background: #8d8dbf;
}
/*Align the "Home" menu item with the right container edge by increasing the padding*/
#nav li#menu-item-29 a {padding:0 18px 0 18px;}

/*  Footer navigation
======================= */
ul.footer-nav {
    float: left;
    margin: 0 0 0 80px;
}
ul.footer-nav li {
    margin: 0;
}
ul.footer-nav li a {
    font-size: 11px;
    line-height: 12px;
    color: #666;
    text-decoration: none;
    padding: 0 0 0 1px;
}

/*       Links
======================= */
a {
    color: #5959a4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.subscribe-button {
    background: url("images/subscribe-button.png") no-repeat left top;
    width: 134px;
    height: 21px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: block;
}

.member-btn, .email-btn {
    display:block;
    width:135px;
    height:22px;
}

.member-btn a {
    display:block;
    width:100%;
    height:100%;
    background: url("images/btn-member.gif") no-repeat left top;
    outline:none;
    text-indent:-9999px;

}

.member-btn a:hover {
    background-position:0 -22px;
}

.member-btn {
    margin-bottom:15px;
}

.email-btn a {
    display:block;
    width:100%;
    height:100%;
    background: url("images/btn-email.gif") no-repeat left top;
    outline:none;
    text-indent:-9999px;
}

.email-btn a:hover {
    background-position:0 -22px;
}

/* Highlight on hover */
.highlight:hover {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/*       Header
========================= */
#header h1 {
    margin: 0;
    position: absolute;
    height: 150px;
    width: 980px;
    top: 0;
    left: 0;
    overflow: hidden;
}
#header h1 a {
    display: block;
    height: 100%;
    width: 100%;
}
/*#header h1 a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/logo.jpg') no-repeat left top; 
    cursor: pointer; 
}*/
#header h1 a span {
    background-image: url("images/logo.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


div.navigation {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 0;
}
div.navigation .nav-previous {
	float: left;
}
div.navigation .nav-next {
	float: right;
	margin-right: 20px;
}
div.entry-meta,
div.entry-utility {
	color: #ccc;
	font-size: 11px;
	margin-bottom: 7px;
}
div.entry-meta span,
div.entry-meta a,
div.entry-utility span,
div.entry-utility a {
	color: #ccc;
}
/*     Slideshow
========================= */
.main-slideshow-holder {
    width: 880px;
	height: 335px;
    overflow: hidden;
    margin: 0 0 30px;
}
ul.slideshow {
    width: 100%;
    overflow: hidden;
}
ul.slideshow li {
	width: 880px;
    height: 335px;
    margin: 0;
}
ul.slideshow li img {
    margin: 0;
    padding: 0;
}
.slideshow-description {
    height: 240px;
    width: 242px;
    float: left;
    padding: 95px 32px 0;
}
.slideshow-description.blue {
    background: #90cff4;
}
.slideshow-description.yellow {
    background: #f7c92c;
}
.slideshow-description.pink {
    background: #90a7f4;
}
.slideshow-description h2 {
    font-size: 28px;
    color: #000066;
    margin: 0 0 10px;
}
.slideshow-description p {
    font-size: 18px;
    color: #333;
}


/*    Homepage
========================= */
.latest-news-holder {
    background: #f6f6f6;
    width: 514px;
    padding: 20px 30px 10px;
    float: left;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}
.news-holder {
    width: 100%;
    margin: 0 0 8px;
}
.news-holder h3.date {
    font-size: 12px;
    color: #333;
    margin: 0;
}
.news-holder p {
    margin: 0;
}
.news-holder a {
    display: block;
    color: #5959a4;
    font-style: italic;
}

.in-depth-block {
    background: #f6f6f6;
    width: 138px;
    padding: 5px 2px 20px;
    float: left;
    margin: 0 0 0 10px;
    min-height: 305px;
    height: auto !important;
    height: 305px;
}
#rightcol .in-depth-block {
    background: #f6f6f6;
    border: 1px solid #ddd;
    width: 130px;
    margin: 0;
}
.in-depth-block h2 {
    text-align: center;
}
.in-depth-block ul {
    padding-top: 10px;
}
.in-depth-block ul li {
    display:block;
    text-align: center;
    margin: 0 2px;
}
.in-depth-block ul li a {
    display:block;
    color: #333;
    height: 25px;
    line-height: 28px;
}
.in-depth-block ul li a:hover {
    text-align: center;
    background-color: white;
    display: block;
    height: 25px;
    line-height: 28px;
    text-decoration:none;
}
/*     Rightcol
========================= */
form#searchform {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}
form#searchform input {
    float: left;
    height: 26px;
    margin: 0;
    padding: 0;
    line-height: 26px;
    border: none;
    background-color:#f6f6f6!important;
}
form#searchform label {
    display: none;
}
form#searchform input#s {
    width: 95px;
    padding: 0 5px;
    background-color:#f6f6f6!important;
}
form#searchform input#searchsubmit {
    background: url('images/search-sprite.png') no-repeat right top;
    width: 30px;
    cursor: pointer;
	font-size: 0;
	text-indent: -9999em;
}
img.banner {
    margin: 0 0 10px;
}


/*       Footer
========================= */
#footer p {
    margin: 0;
    color: #666;
    font-size: .9em;
}
#footer p.right {
    text-align: right;
}
.footer-list-holder {
    width: 260px;
    float: left;
    overflow: hidden;
    padding: 0 0 0 30px;
}
.footer-list-holder h3 {
    font-size: 11px;
    color: #666;
    font-weight: normal;
    margin: 1px 0 2px;
}
.footer-list-holder ul.footer-list {
    float: left;
    margin: 0;
    width: 220px;
}
.footer-list-holder ul.footer-list li {
    margin: 0;
    width: 105px;
    float: left;
}
.footer-list-holder ul.footer-list li a {
    font-size: 11px;
    line-height: 12px;
    color: #666;
    text-decoration: none;;
}

/*     Float containers fix - Thanks to: http://www.csscreator.com/attributes/containedfloat.php
=============================== */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */




/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: -54px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #5959A4;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #5959A4;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #5959A4;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #5959A4;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* =Pages
-------------------------------------------------------------- */

/*Members Only*/    

h1.members-only {
	color:#0099cc;
}

/*** Top nav on members only page ***/

/* style nav background blue */
#members-only-nav ul {
    background-color:#0099cc;
}

/* turn hover and current page highlight light blue */
#members-only-nav li a:hover,
#members-only-nav li a.current,
#members-only-nav li.current-menu-item a,
#members-only-nav li.current_page_parent a {
    background: #4db8db;
}

/* turn home button back to purple */
#members-only-nav #nav #menu-item-314 {
	background-color: #5B5BA4;
}

#members-only-nav #menu-item-314 a:hover {
	background-color:#8d8dbf;
}

/*** Sidebar on members page ***/

#members-sidebar {
	width:144px;
	float:right;
	list-style:none;
}
#members-sidebar-style {
	background-color: #ededed;
    	text-align:center; 
	margin: 0 0 0 10px;
}

#members-sidebar-style h2 {
	background-color: #0099cc;
	color:white;
	font-weight:normal;
	padding: 8px 0;
	margin:0;
}

#members-sidebar-style ul {
	background-color: #ededed;
	margin:0;
	padding:3px 0;
}

#members-sidebar-style li {
	margin: 0 3px;
}

#members-sidebar-style li a {
	color:#333333;
	text-decoration:none;
	display:block;
	padding:10px;
}

#members-sidebar-style li a:hover {
	display:block;
	background-color:white;
	padding:10px;
}

/* What's New module on home page */

#fp-whats-new p {margin-bottom:1em;}
#fp-whats-new {
	height: 280px;
}
@media (max-width:480px) {
#header {height: 75px;width: 100%;}
#header h1 {
    width: 100%;
}
#pagewidth, #footer {
    margin: 0;
    text-align: left;
    width: 100%;
}
#wrapper {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    clear: both;
    padding: 20px 2%;
    width: 96%;
}

#maincol {
    display: inline;
    float: none;
    width: 100%;
}
.latest-news-holder {
    background: #f6f6f6;
    width: 96%;
    padding: 20px 2%;}
#rightcol {margin-top: 25px;width: 100%;}
.in-depth-block {margin: 25px 0 0 10px;}
#nav {display: none;}
#pagewidth, #footer {margin: 0 auto;width: 100%;}
ul.footer-nav {margin: 0 0 0 9px;}
.footer-list-holder {padding: 0 0 0 4px;}
.right {float: left;}
#footer p.right { margin-top: 10px; text-align: left;}
#footer {padding: 8px 2px;}

button#responsive-menu-button {
    width: 28px !important;
    height: 28px !important;
    top: 76px !important;
    right: 1% !important;
}
button#responsive-menu-button .responsive-menu-box {
    margin-left: 4px !important;
}
.responsive-menu-inner, 
.responsive-menu-inner::before, 
.responsive-menu-inner::after {
    width: 20px !important;
    height: 3px !important;
}
}


@media(min-width: 481px) and (max-width: 640px){
button#responsive-menu-button {
    width: 28px !important;
    height: 28px !important;
    top: 115px !important;
    right: 1% !important;
}
button#responsive-menu-button .responsive-menu-box {
    margin-left: 4px !important;
}
.responsive-menu-inner, 
.responsive-menu-inner::before, 
.responsive-menu-inner::after {
    width: 20px !important;
    height: 3px !important;
}

#maincol {
    display: inline-block;
    float: none;
    width: 100%;
}
.latest-news-holder {
    width: 65%;
    padding: 20px 2%;
}
.in-depth-block {
    width: 25%;
}
#rightcol {width: 100%;}
}


@media(min-width: 641px) and (max-width: 767px){
button#responsive-menu-button {
    width: 28px !important;
    height: 28px !important;
    top: 115px !important;
    right: 1% !important;
}
button#responsive-menu-button .responsive-menu-box {
    margin-left: 4px !important;
}
.responsive-menu-inner, 
.responsive-menu-inner::before, 
.responsive-menu-inner::after {
    width: 20px !important;
    height: 3px !important;
}
#maincol {
    display: inline-block;
    float: none;
    width: 75%;
}
.latest-news-holder {
    width: 65%;
    padding: 20px 2%;
}
.in-depth-block {
    width: 25%;
}
}
@media(min-width: 481px) and (max-width: 767px){
#header { height: 114px;}
#header h1 {width: 100%;}
#pagewidth, #footer {
    margin: 0;
    text-align: left;
    width: 100%;
}
#wrapper {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    clear: both;
    padding: 20px 2%;
    width: 96%;
}


/*.latest-news-holder {
    background: #f6f6f6;
    width: 96%;
    padding: 20px 2%;
	}*/
#rightcol {margin-top: 25px;}
.in-depth-block {margin: 25px 0 0 10px;}
#nav {display: none;}
#footer {padding: 4px 2%;width: 96% !important;}
#footer-holder {max-width: 100%;width: 100%;}
.footer-list-holder {width: 52%;}
.right {float: left;}
#footer p.right {text-align: left;}
}



@media(min-width: 768px) and (max-width: 991px){
#header h1 { width: 100%;}
#pagewidth, #footer {
    margin: 0;
    text-align: left;
    width: 100%;
}
#wrapper {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    clear: both;
    padding: 20px 2%;
    width: 96%;
}

#maincol {
    display: inline-block;
    float: none;
    width: 75%;
}
.latest-news-holder {
    background: #f6f6f6;
    width: 55%;
    padding: 20px 2%;
	}
#rightcol {margin-top: 25px;}	
.in-depth-block {margin: 25px 0 0 10px;}
#nav li:first-child a {padding-left: 4px;}
#nav li a {font-size: 15px;}
.right {float: none;}
#footer p.right {text-align: left;}
ul.footer-nav {float: left;margin: 0 0 0 46px;}
#footer {padding: 20px 8px;}
#footer {padding: 4px 2%;width: 96% !important;}
#footer-holder {max-width: 100%;width: 100%;}
}

@media(min-width: 553px) and (max-width: 767px){
ul.footer-nav {margin: 0 0 0 5px;}
.footer-list-holder {width: 48%;}
.footer-list-holder {padding: 0 0 0 4px;}
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    line-height: 30px;
    border-bottom: 1px solid #8d8dbf;
    color: #fff;
    background-color: #5b5ba4;
}

/* =Custom CSS
-------------------------------------------------------------- */

div.entry-meta span, div.entry-meta a, div.entry-utility span, div.entry-utility a, div.entry-utility {
    color: #aaa;
}