/*

	This is the main stylesheet for acem.com
	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 */
	background: #fff;
}


#templateContentFrontpage	{
	background: #eee;
}

/* view full frontpage tpl */

.frontPageContainer	{
	/* contains the two columns of front page */
}

.frontPageContainerLeft	{
	/* contains the left column of front page */
	position: relative;
	width: 640px;
	float: left;
	clear: left;
	margin: 0px 10px 0 0;
}

.frontPageContainerRight	{
	/* contains the right column of front page */
	position: relative;
	width: 310px;
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
}

.frontPageItemLeft	{
	/* for display of individual course on frontpage */
	float: left;
	padding: 5px 5px 10px 6px;
	margin: 0px 0 5px 0;
	width: 98%;
	border-bottom:1px dashed #DDDDDD;
}

.frontPageItemRight	{
	/* for display of individual course on frontpage */
	float: left;
	padding: 0px 6px 0px 0px;
	margin: 0 0 15px 0;
	width: 100%;
}

.frontPageContent a:link, .frontPageContent a:active, .frontPageContent a:visited, .frontPageContent a:hover 	{
	color: #244c7d;
    text-decoration: none;
}

.frontPageContent .frontPageContent a:active, .frontPageContent a:hover 	{
    text-decoration: underline;
}

.frontPageContentLeft {
    float:left;
    display:block;
    width:110px;
}

.frontPageContentRight {
    margin-left:110px;
}

.frontPageContent img {
    margin: 0px 5px 5px 0px;
    border: 1px solid;
    border-color:#000;
}

.frontPageContent ul{
    margin: 0 0 0 17px;
    padding: 0px;
}

.frontPageContentLeft ul {
    margin: 0 0 0 1.25em;
    padding: 0px;
}

.frontPageContentRight ul {
    margin: 0 0 0 1.25em;
    padding: 0 0 0 1.25em;
}

.frontPageNewsContinuation	{
	margin-top: 15px;
}

#bundleLeft	{
	border-bottom: none;
	float: right;
	display: block;
	width: 310px;
}

#bundleRight	{
	float: right;
	width: 310px;
	margin-left: 10px;
}

/* article and folder elements */

.articleIntro, {
	color:#5F5959;
	font-weight: normal;
	font-family: Lucida Grande,Georgia,serif;
}

