/*

	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: #131F9F;
    text-decoration: none;
}

a:active	{
	color: #333366;
    text-decoration: underline
}

a:visited	{
	color: #333366;
    text-decoration: none;
}

a:hover	{
	color: #000099;
    text-decoration: underline
}

/* header_site.tpl */

#siteHeader	{
	/*
	determins background image of this specific site
	the same string is used in all site-specific stylesheets
	*/
	background: #999 url(../images/bg_sitehead.jpg) top left no-repeat;
	}

#siteHeaderContent	{
	/* defines look of site name field */
	/* background: url(../images/transparent.png) repeat; */
}

h1#siteHeaderText	a {
	font-family: arial;
	font-size: 40px;
	color: #fff;
}

h2#siteHeaderTagline	{
	font-family: arial;
	font-size: 20px;
	color: #ddd;
}

/* pagelayout.tpl */

#mainContent	{
	/* overrides core.css with site background color */
}

#templateContentFrontpage	{
}

/* view full frontpage tpl */

/* this content is moved to mothership */

/* 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;
}
