/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#header {
	background: url(/wp-content/uploads/cxi-background.gif) no-repeat;
}

/*cheap fix for padding issue in sidebar - come back later to make last-child have no bottom padding*/
#text-4, #black-studio-tinymce-2, #black-studio-tinymce-3, #black-studio-tinymce-8, #black-studio-tinymce-9 {
	padding-bottom: 35px;
}

/*Remove upper-case formatting for subscribe box */
#signupform #EmailAddress {
	text-transform: none;
}

/* Fix for Pippity to display Close button */
#pty_smooth {
	width: 926px !important;
}

#pty_close {
	color: black;
}/*fix for bad subnav width */
	
}

/*adds a border to the end of the menu */
#menu-topics-nav li:last-child a {
	border-right: 1px solid #e8e8e8;
}

/* Content Boxes
------------------------------------------------------------ */
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

/* Color Buttons
------------------------------------------------------------ */
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
	color: #fff;
	padding: 5px 10px;
}

.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
	text-decoration: none;
}

.button-blue {
	background-color: #afcde3;
	border: 1px solid #afcde3;
}

.button-blue:hover {
	background-color: #83a2be;
	border: 1px solid #83a2be;
}

.button-gray {
	background-color: #bdbdbd;
	border: 1px solid #bdbdbd;
}

.button-gray:hover {
	background-color: #919191;
	border: 1px solid #919191;
}

.button-green {
	background-color: #b2ce96;
	border: 1px solid #b2ce96;
}

.button-green:hover {
	background-color: #86a36e;
	border: 1px solid #86a36e;
}

.button-purple {
	background-color: #bebde9;
	border: 1px solid #bebde9;
}

.button-purple:hover {
	background-color: #9291c7;
	border: 1px solid #9291c7;
}

.button-red {
	background-color: #e9b3b3;
	border: 1px solid #e9b3b3;
}

.button-red:hover {
	background-color: #c78787;
	border: 1px solid #c78787;
}

.button-yellow {
	background-color: #fadf98;
	border: 1px solid #fadf98;
}

.button-yellow:hover {
	background-color: #ecb870;
	border: 1px solid #ecb870;
}

/*

---*/
/*---other posts you might like style update---*/
div.after-post div.one-half ul li {
	margin-bottom: 10px;
	border-bottom: solid 1px #ededed;
}

/*The section below styles the whole post page numbers area*/
.pages {
	font-size: 12px;
	display: block;
	clear: both;
	padding: 3px 0 5px 5px;
	margin: 10px 0 20px;
}

/*The section below styles the post page number links and visited links*/
.pages a,
.pages a:link,
.pages a:visited,
.pages a:active {
	padding: 4px 8px !important;
	margin: 3px !important;
	text-decoration: none !important;
	border: 1px solid #C8C8C2 !important;
	background: #FCFCFC !important;
	box-shadow: 0 0 3px rgba(0,0,0,0.1) !important;
	color: #0088B3 !important;
}

/*The section below styles the post pagination link while hovering mouse over over it*/
.pages a:hover {
	border: 1px solid #a7a7a3 !important;
	color: #fff !important;
	background: #0088B3 !important;
}

/*this section styles the top trending resources from madison logic */
.TPcell a img {
	margin-bottom: 20%;
}

#text-13 {
	padding: 0;
	border-bottom: none;
}

#text-13 .widget-wrap .textwidget #pptwj-3 {
	padding: 0 35px 10px;
}

#menu-topics-nav li:last-child a {
	padding-right: 26px !important;
}