/*
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.
*/
/* Customizations for PSIR */
a {
	text-decoration: none;
	color: #4682b4;
}

ins, mark {
	font-weight: bold;
	background: none;
	color: #4682b4;
}

input[type="submit"] {
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	padding: 2px 10px;
	background: #4682b4;
	color: #fff;
}

/* HEADER */
#header {
	margin: 0;
	padding: 10px 0;
	background: #4682b4;
	text-align: center;
}

/* HEADER */
#header-container {
	width: 100%;
	background: #4682b4;
	text-align: center;
}

#header-container:after {
	content: '';
	display: block;
	clear: both;
}

#header {
/*max-width:960px;*/
	margin: 0 auto;
	padding: 10px 0;
}

#header:after {
	content: '';
	display: block;
	clear: both;
}

/* HOMEPAGE WIDGET AREA */
#header-widgets {
/* max-width: 960px; */
	margin: 0 auto;
	padding: 0;
	background: #f8f8f8;
	border-bottom: 3px solid #4682b4;
}

.edit-link {
	display: block;
	clear: both;
	margin: 10px 0 0;
	padding: 5px;
	border: 1px solid #4682b4;
}

/* POST */
.sticky {
	text-align: center;
	clear: both;
	color: #fff;
	background: #4682b4;
	margin: 0 0 10px;
	padding: 5px;
	border: 0;
}

a.readmore {
	float: right;
	padding: 2px 10px;
	background: #4682b4;
	color: #fff;
}

.comment-body {
	border-left: 2px solid #4682b4;
	padding: 0 0 0 15px;
	margin: 20px 0;
}

/* SIDEBAR - FOOTER WIDGET AREA */
#sidebar {
	clear: both;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	color: #333;
	background: #f8f8f8;
	word-wrap: break-word;
	border-top: 3px solid #4682b4;
}

/* FOOTER */
#footer {
	clear: both;
	max-width: 960px;
	margin: 0 auto;
	background: #4682b4;
	color: #fff;
	padding: 20px 0;
}