/*

	This is the main stylesheet for acem.co.uk
	The stylesheet is sectioned according to the templates where the styles are employed
	Other stylesheets govern all sites:
	- core.css - for core functionnality
	- course.css - for all course related templates
	- shop.css - for all online enrollment and user registration templates

*/

/* general elements */

body	{
	color: #333333;
	line-height: 1.4;
}

h1,h2	{
	font-family: georgia, times, serif;
	color: #990505;
}

h5,h6	{
	font-size:17.4px;
	font-weight:normal;
	line-height:1.4;
	color:#5F5959;
	font-weight: normal;
	font-family: Lucida Grande,Georgia,serif;
	margin:5px 2px 10px 0;
}

a:link	{
	color: #403cf1;
    text-decoration: none;
}

a:active	{
	color: #403cf1;
    text-decoration: underline
}

a:visited	{
	color: #403cf1;
    text-decoration: none;
}

a:hover	{
	color: #403cf1;
    text-decoration: underline
}

.frontPageContent a:hover {
	color:#403cf1;
}

.frontPageContent a:link, .frontPageContent a:active, .frontPageContent a:visited, .frontPageContent a:hover {
	color:#403cf1;
}

.frontPageItemLeft {
	border-bottom:none;
}

h1 > a,h2 > a {
        color:#990505 !important;
}

h1 > a:link,h2 > a:link, h1 > a:active, h2 > a:active, h1 > a:visited, h2 > a:visited, h1 > a:hover, h2 > a:hover {
    text-decoration: none !important;
}

/* article and folder elements */

.articleIntro, {
	color:#5F5959;
	font-weight: normal;
	font-family: Lucida Grande,Georgia,serif;
}

/* yellow box turned grey for local aestetic purposes */

.homepage-side-block {
	clear:both;
	margin-bottom:15px;
}

.homepage-whats-new-content {
	padding:0 5px;
}

.side-announcement-box {
	padding:6px 10px 5px;
}

.left-right-border-yellow {
	background-color:#F2F2F2;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}

.img-yellow-message-top-cap.img-side-cap, .img-yellow-message-bottom-cap.img-side-cap {
	font-size:0;
	width:100%;
}

.img-yellow-message-top-cap, .img-yellow-message-bottom-cap {
	height:4px;
	width:640px;
}

.img-yellow-message-top-cap {
	background:transparent url(../images/iconset.png) repeat-x scroll 0 -61px;
}

.img-yellow-message-top-cap.img-side-cap, .img-yellow-message-bottom-cap.img-side-cap {
	font-size:0;
	width:100%;
}

.img-yellow-message-top-cap, .img-yellow-message-bottom-cap {
	height:4px;
	width:640px;
}

.img-yellow-message-bottom-cap {
	background:transparent url(../images/iconset.png) repeat-x scroll 0 -65px;
}

.homepage-whats-new-content {
	padding:0 5px;
}

.img-yellow-top-right-corner {
	background:transparent url(../images/iconset.png) repeat-x scroll -636px -61px;
}

.img-yellow-top-right-corner, .img-yellow-bottom-right-corner {
	float:right;
	height:4px;
	width:4px;
}

.side-announcement-box {
	padding:6px 10px 5px;
}

.left-right-border-yellow {
	background-color:#F2F2F2;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
}

.homepage-block-heading {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	position:relative;
}

.img-yellow-bottom-right-corner {
	background:transparent url(../images/iconset.png) repeat-x scroll -636px -65px;
}
.img-yellow-top-right-corner, .img-yellow-bottom-right-corner {
	float:right;
	height:4px;
	width:4px;
}

.alignR {
	text-align:right;
}



