/* Start of CMSMS style sheet 'thealteam : Content' */
/********************
CONTENT STYLING
*********************/

div#content {
	font-size: 85%;
	margin: 0 0 1.2em 0; /* some air around p elements */
	line-height: 17px;
	padding: 0;
	color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif
}
#footer{
	color:#fff;
	font-size:11px;
}
div#footer p a {
	color:#fff; /* needed becouse footer link would be same color as background otherwise */
	text-decoration:none;
}
div#footer p a:hover {
	text-decoration:underline;
}
/* HEADINGS */

div#content h1 {
	font-size: 2em;
	line-height: 2.5em;
	margin: 0;
	color:#0E5899;
}
div#content h2 {
	font-size: 1.9em;
	line-height: 2.5em;
	margin: 0;
	color:#0E5899;
	font-family:"Trebuchet MS";
}
div#content h3 {
	font-size: 1.3em;
	line-height: 2.5em;
	margin: 0;
	font-family:"Trebuchet MS";

}
div#content h4 {

	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {

	font-size: .9em;
	line-height: 1.1em;
	margin: 0 0 0.25em 0;
}
h6 {

	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */



/* TEXT */

p {

}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	/* explicit setting for these */

   font-weight: bold;
}
em, i {
	/* explicit setting for these */

   font-style:italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */

code, pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;  /* black border for pre blocks */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page, with some bottom-border */

div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */



/* LISTS */

/* lists in content need some margins to look nice */

div#main ul,  div#main ol,  div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,  div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */





/* contact page */

div#contactleft {
	float:left;
	width:60%;
}
div#contactleft p {
	margin-bottom:15px;
}
div#contactright {
	float:right;
	width:38%;
}
div#contactright p {
	margin-bottom:15px;
}
/* End of 'firstlevel' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
	margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
	border: 1px solid #000;
	background: #FFE9AF;
}
div#news h2 {
	line-height: 2em;
	background: #fff;
}
.NewsSummary {
	padding: 0.5em 0.5em 1em; /* padding for the news article summary */
	margin: 0 0.5em 0em 0.5em; /* margin to the bottom of the news article summary */
	border-bottom: 0px solid #ccc;
}
.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
}
.NewsSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
}
.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
}
#NewsPostDetailSummary {
	line-height: 150%;
}
#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
}
/* to add specific style to the below divs, uncomment them. */



/* 

#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}

*/
/* End of 'Module: News' */

/* End of 'thealteam : Content' */