/*
Theme Name: Scholz Communications Theme
Theme URI: http://scholzcommunications.com/
Description: The default theme for SC. 
Version: 1.0
Author: Aleven Creatives
Author URI: http://aleven.com

*/



.headerFilled A:link {color: #ffffff}
.headerFilled A:visited {color: #ffffff}
.headerFilled A:active {color: #ffffff}
.headerFilled A:hover {color: #ffffff}

A:link {color: #666666}
A:visited {color: #666666}
A:active {color: #666666}
A:hover {color: #666666;}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.headerFilled {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #bc2030;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left 100px;
}

.subHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #83bec4;
	font-weight: bold;
}

.linksCallouts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bc2030;
}
.linksCallouts A:link {color: #bc2030}
.linksCallouts A:visited {color: #bc2030}
.linksCallouts A:active {color: #bc2030}
.linksCallouts A:hover {color: #bc2030}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footer A:link {color: #FFFFFF}
.footer A:visited {color: #FFFFFF}
.footer A:active {color: #FFFFFF}
.footer A:hover {color: #FFFFFF}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #c51d31;
	background-image: url(images/bg.gif);
}


