/*
Pygmalion Konsus Theme for Concrete5 by Samuel Pygmalion
Based of an existing Concrete 5 theme Big Business
Released for free under a Creative Commons Attribution 3.0 License
Name       : Pygmalion Konsus Theme for concrete5
Description: A two-column, fixed-width design with clean, professional look and a bright color scheme.
Version    : 1.0.4
Released   : 20120502
*/
#c5wrapper a{
	text-decoration: underline;
	/* customize_link */ color: #f6921e; /* customize_link */
}
#c5wrapper a:hover {
	text-decoration: none;
	/* customize_link_hover */ color: #f6921e; /* customize_link_hover */
}
body {
	font-size: 12px;
	/* customize_body */ color: #5C5B5B; /* customize_body */
}
body,input {
	font-family: Helvetica,Arial,sans-serif;
}
.c5wrapper, .mceContentBody h1,h2,h3,h4 {
	font-weight: normal;
}

#c5wrapper #content h1, #c5wrapper #content h2, #c5wrapper #content h3, #c5wrapper #content h4  {
	/* customize_content_title */ color: #f6921e; /* customize_content_title */
	letter-spacing: -1px;
}

#c5wrapper #sidebar h1, #c5wrapper #sidebar h2, #c5wrapper #sidebar h3, #c5wrapper #sidebar h4  {
	/* customize_sidebar_title */ color: white; /* customize_sidebar_title */
	letter-spacing: -1px;
}

#c5wrapper #sidebar-left h1, #c5wrapper #sidebar-left h2, #c5wrapper #sidebar-left h3, #c5wrapper #sidebar-left h4  {
	/* customize_sidebar_title */ color: white; /* customize_sidebar_title */
	letter-spacing: -1px;
}

#c5wrapper #page-bottom h1, #c5wrapper #page-bottom h2, #c5wrapper #page-bottom h3, #c5wrapper #page-bottom h4  {
	/* customize_title */ color: #f6921e; /* customize_title */
	letter-spacing: -1px;
}

.c5wrapper, .mceContentBody h1 {
	font-size: 2.80em;
}

.c5wrapper, .mceContentBody h2 {
	font-size: 2.25em;
}

.c5wrapper, .mceContentBody h3 {
	font-size: 1.75em;
}
.c5wrapper, .mceContentBody h4 {
	font-size: 1.5em;
}
p {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}
.date {
	background: #6E6E6E;
	padding: 5px 6px 5px 6px;
	margin: 0 0px 0 0;
	color: #FFFFFF;
	font-size: 0.8em;
	border-radius: 2px;
}
img.image-border {
	padding: 5px;
	border: solid 1px #D4D4D4;
}
.shadow {
	text-shadow: 0 1px 1px #3E3E3E;
}
.strong {
	color: #2C2B2B;
}