/* TYPO3 CVS id: $id$ */
/* Template stylesheet which can be used for new sites */
/* Make a copy of this stylesheet to some other location, modify it and use it from there! */
/*

Color scheme is:

Background Color 1: #000;	(black)
Background Color 1-dimmed: #222;	(dark grey)
Background Color 2: #800;	(dark red)
Background Color 3: #555;	(medium grey)

Text, main:	#fff;
Text Color 1: #f00;	(red)
Text Color 2: #0f0;	(green)
Text Color 3: #00f;	(blue)

Links:	#ffe;	(cream)
Link hover: #ff0;	(yellow)

Borders/Lines:	#800;	(dark red)
*/


/***************************/
/* General element styles: */
/***************************/

/* Font Families */

*, TD { font-family: arial, helvetica; border-collapse: collapse; }
PRE { font-family: monospace; }

/* Colors */

BODY, HTML { background: #111; color: #fff; }
H1, H2, H3, H4, H5, H6, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { color: #fff; }
A, H1 A, H2 A, H3 A, H4 A, H5 A, H6 A { color: #ffe; }
A:hover, H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color: #ff0; }
HR { border: none; border-top: 1px solid #800; }
INPUT { color: #000; }

/* Margins & Padding */

BODY, HTML { margin: 0px 0px; padding: 0px 0px;}
FORM { margin: 0px 0px; }
H1, H2, H3, H4, H5, H6 { margin: 1ex 0ex; padding: 0px 0px;}
IMG { margin: 0px 0px; padding: 0px 0px; }
P, PRE { margin: 1ex 0ex; margin-top: 0px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; }

/* Sizes */

* { font-size: 1em; }
BODY { font-size: 100%; }
P, TD, UL, OL { font-size: 1em; }
A { font-size: 1em; }
H1 { font-size: 1.5em; }
H2 { font-size: 1.4em; }
H3 { font-size: 1.3em; }
H4 { font-size: 1.2em; }
H5 { font-size: 1.1em; }
H6 { font-size: 1em; }
INPUT, TEXTAREA, SELECT { font-size: 1em; }


/*****************/
/* Other Details */
/*****************/

BODY { display: table; text-align: center; }

BODY, HTML { height: 100%; width: 100%; }

A { text-decoration: none; }
A:hover { text-decoration: underline; }

H1, H2, H3, H4, H5, H6 {  }
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A { text-decoration: none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { text-decoration: underline; }

IMG { border: 0px none; }

DIV.bigcontainer {
  background: #000;
  border: 1px solid #800;
	margin-left: auto;
	margin-right: auto;
	width: 750px
}

#header { 
	background: #800;
	height: 100px;
}

#header P {
	font-size: 3em;
	text-align: left;
}

#header .left {
	padding: 2px;
	width: 150px;
}
#header .right {
	width: 600px;
	text-align: center;
}

#menu {  }

#menu_nav {
	background: #800;
	vertical-align: bottom;
	width: 600px;
}

#menu_nav TABLE {
	border: none;
	font-size: 0.9em;
	text-align: center;
	width: 100%;
}

#menu_nav TD {
	background: #555;
  border: 1px solid #800;
	color: #fff;
	margin: 1px;
	padding: 2px;
	width: 12%;
}

#menu_nav TD.filler {
	width: 4%;
}


/***********************************/
/* Submenu template styles         */
/***********************************/

#menu_sub TABLE {
	border: none 0px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu_sub DIV {
	border: none 0px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu_sub TR {
	margin: 0px;
	padding: 0px;
}

#menu_sub TD {
  border: 1px solid #800;
	margin: 0px;
	padding: 0px 0px;
}

#menu_sub P {
	font-size: .9em;
	margin: 0px;
	padding: .1em .5ex;
	text-align: left;
}

#menu_sub TD.normal {
	background: #555;
}

#menu_sub TD.active {
	background: #755;
}

#menu_sub TD.spacer {
	background: #333;
}

#menu_sub TABLE.level_1 TD {  }

#menu_sub TABLE.level_2 TD {  }

#menu_sub TABLE.level_3 TD {  }

#menu_sub TABLE.level_4 TD {  }

/*****************/

#content_left {
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	width: 150px;
}

#content_center {
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	width: 450px;
}

#content_right {
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	width: 150px;
}

#footer {
	background: #800;
	margin: 0px;
	padding: 0px;
	width: 750px;
}

#footer P {
	font-size: 0.9em;
	text-align: center;
}

#footer TR {
	text-align:left;
	vertical-align: middle;
	width: 100%;
}


/********************************/
/* News template styles         */
/********************************/

/* Latest */

table.news-latest {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
}

table.news-latest thead {
	background: #800;
	border: solid 1px #800;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

table.news-latest tr {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
}

table.news-latest td {
	background: #000;
	border: solid 1px #800;
	color: #fff;
	font-size: 0.8em;
}

table.news-latest .date {  }
table.news-latest .title { text-align: center; }
table.news-latest .more { font-weight: bold; text-align: right; }

table.news-latest .archive {
	background: #800;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

/* Single Item */

DIV.news-single-item {  }

DIV.news-single-item H2 { font-size: 1.5em; font-style: normal; font-weight: bold; margin-bottom: 0px; }
DIV.news-single-item H3 { font-size: 1em; font-style: italic; font-weight: normal; margin-top: 0px; }
DIV.news-single-item H4 { font-size: 0.9em; font-style: normal; font-weight: normal; }

DIV.news-single-backlink { font-weight: bold; margin: 1ex 0ex; }
DIV.news-single-timedata {  }


/********************************/
/* Events template styles         */
/********************************/

/* Latest */

DIV.events-latest {
	font-size: 1.0em;
	width: 100%;
}

DIV.events-latest .item {
	border-top: 1px solid #800;
	border-bottom: 1px solid #800;
	padding: 0.75ex 1em;
	width: 100%;
}

DIV.events-latest .header {
	text-align: left;
}

DIV.events-latest .date {
	font-weight: bold;
	font-size: 1.0em;
	text-transform: lowercase;
}

DIV.events-latest .title {
	font-weight: normal;
	font-size: 1.2em;
}

DIV.events-latest .subheader {
	font-size: 1.0em;
	width: 100%;
}

DIV.events-latest .details {
	font-size: 0.8em;
	font-weight: bold;
}

DIV.events-latest .archive {
	font-weight: bold;
	text-align: right;
}


/* List of Items */

DIV.events-list {
	font-size: 1.0em;
	width: 100%;
}

DIV.events-list-item {
	border-top: 1px solid #800;
	border-bottom: 1px solid #800;
	padding: 0.75ex 1em;
	width: 100%;
}

DIV.events-list-image {
	float: left;
}

DIV.events-list-header {
	text-align: left;
}

SPAN.events-list-date {
	font-weight: bold;
	font-size: 1.0em;
	text-transform: lowercase;
}

SPAN.events-list-title {
	font-weight: normal;
	font-size: 1.2em;
}

DIV.events-list-subheader {
	font-size: 1.0em;
	width: 100%;
}

SPAN.events-list-details {
	font-size: 0.8em;
	font-weight: bold;
}


/* Single Item */

DIV.events-single {
	font-size: 1.0em;
	width: 100%;
}

DIV.events-single-image {
	float: left;
}

DIV.events-single-header {
	margin: 1ex 0ex;
	text-align: left;
}

SPAN.events-single-date {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: lowercase;
}

SPAN.events-single-title {
	font-weight: normal;
	font-size: 1.4em;
}

DIV.events-single-subheader {
	font-size: 1.1em;
	margin: 1ex 0ex;
	width: 100%;
}

DIV.events-single-content {
	font-size: 1.0em;
	margin: 1ex 0ex;
}

DIV.events-single-author {
	font-size: 0.8em;
	text-transform: capitalize;
}

DIV.events-single-back {
	font-weight: bold;
	margin: 1ex 0ex;
	text-align: center;
}


/******************/
/* Headers, plain */
/******************/
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader {
	margin-top: 0px;
}


/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: right; }
P.csc-linkToTop A { font-weight: bold; }

DIV.csc-frame { transparent; border: 0px none transparent; }
DIV.csc-frame-invisible { background-color: transparent; border: 1px transparent; }
DIV.csc-frame-rulerBefore { background-color: transparent; border-top: 1px solid #800; }
DIV.csc-frame-rulerAfter { background-color: transparent; border-bottom: 1px solid #800; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { background-color: transparent; padding: .25ex .25em; border: 1px solid #800; }
DIV.csc-frame-frame2 { background-color: transparent; padding: 0ex 0em; border: 1px solid #800; }

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5.csc-frame-frame1 {
	margin-top: 2px;
}

DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5.csc-frame-frame2 {
	margin-top: 2px;
}

/* Header date */
P.csc-header-date { font-size: 1em; }

/* Subheader, general */
P.csc-subheader { 
	background-color: transparent;
	font-style: italic;
	padding: 0ex 1em;
}

/* Subheader, specific */
P.csc-subheader-0 { }
P.csc-subheader-1 { font-style: normal; }
P.csc-subheader-2 { }
P.csc-subheader-3 { }


/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext { font-size: 1em; color: #fff; }
P.bodytext A { font-weight: bold; }

/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 1em; }
OL { margin-top: 0px; }
LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }

/* RTE / Table styling */
TABLE.contenttable { border: 1px #800 solid; margin: 10px 0px 10px 0px; width: 100%; }
TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
TABLE.contenttable TR TD P.bodytext { font-size: 1em; }
TABLE.contenttable TR { background-color: transparent; }


/**********/
/* Images */
/**********/

/* Images / Captions */
P.csc-caption { font-size: 0.75em; font-style: italic; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px;   vertical-align: middle; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be 
	transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; vertical-align: middle; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { 
	margin-top: 0px;
  vertical-align: middle;
}


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 1em; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { }
UL.csc-bulletlist-1 { list-style-type : decimal; }
UL.csc-bulletlist-2 { list-style-position : inside; }
UL.csc-bulletlist-3 { list-style-image: url(/fileadmin/template/lifeteaching2/images/red_arrow_bullet.gif); }


/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 1em; }
TABLE.contenttable TR TD { vertical-align: top; }

/* Tables, specifically */
TABLE.contenttable-0 P { }

TABLE.contenttable-1 P { }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { background-color: transparent;}
 
TABLE.contenttable-2 P { }
TABLE.contenttable-2 TR TD.td-0 { background-color: transparent;}
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: transparent;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 1.2em; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: transparent; }
TABLE.csc-uploads TR.tr-odd { background-color: transparent; }

TABLE.csc-uploads TR TD.csc-uploads-icon { 
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}

TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #800; }

TABLE.csc-uploads-2 { border-color: #800; }

TABLE.csc-uploads-3 { border-color: #800; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #800; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #800; }


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM { padding-left: 5px; padding-right: 20px; }
FORM TD.csc-form-labelcell, FORM TD.csc-form-commentcell { background-color: #555; }
FORM TD.csc-form-fieldcell { background-color: #555; }
FORM TD.csc-form-fieldcell INPUT, FORM TD.csc-form-fieldcell SELECT, FORM TD.csc-form-fieldcell TEXTAREA { 
	border: 1px solid #800;
}
FORM TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { 
	font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { 
	width: 100%;
}

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }


/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
TABLE.csc-searchResultInfo TR { background-color: transparent; }
TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color: #fff; }
H3.csc-searchResultHeader { background-color: transparent; font-size: 1.4em; padding-left: 5px; }
P.csc-searchResult { font-style: italic; margin-left: 20px;}

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { margin-left: 10px; }
DIV.csc-menu P { font-size: 0.9em; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 10px; background-color: transparent; }
DIV.csc-menu P A { color: #fff; text-decoration: none; }
DIV.csc-menu P A:hover { color: #ff0; text-decoration: underline; }
DIV.csc-menu P.csc-section {
	font-weight: normal;
	margin-left: 1em;
	font-style: italic;
}

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def P { }

/* Menu / Sitemap, "Menu of subpages to these pages" */
DIV.csc-menu-1 {
	margin-bottom: 3ex;
}

DIV.csc-menu-1 P {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 3em;
	text-indent: -1.5em;
}

/* Menu / Sitemap, "Sitemap" */
DIV.csc-menu-2 { }
DIV.csc-menu-2 P.csc-sitemap { }
DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 1em; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 2em; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 3em; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 4em; }
DIV.csc-menu-2 P.csc-sitemap-level1 A { }
DIV.csc-menu-2 P.csc-sitemap-level2 A { }
DIV.csc-menu-2 P.csc-sitemap-level3 A { }
DIV.csc-menu-2 P.csc-sitemap-level4 A { }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
DIV.csc-menu-3 P.csc-section A { color: #fff; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 H1 { }
DIV.csc-menu-4 P {
	font-weight: normal;
	font-style: italic;
	margin-top: 0px;
	padding: 0ex 1ex 1ex 1ex;
}

/* Menu / Sitemap, "Recently updated pages" */
DIV.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
DIV.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
DIV.csc-menu-7 { }
DIV.csc-menu-7 P { font-weight: bold; }
DIV.csc-menu-7 P.csc-section A { color: #fff; }


/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons {
	vertical-align: middle;
	margin: 0px 2px 0px 2px;
} 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 1em; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 1em; color: black; }			
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }


/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
TD TABLE { border: 1px dotted #000099;}
DIV { border: 1px dotted #990000;}
IMG.spacer-gif { border: 1px solid black; }
*/

/* COMMON */
.csi-textpic { background: #000000; border: none; padding: 5px; vertical-align: middle; }
.csi-textpic img { border: none; margin: 4px; }
.csi-textpic .csi-caption { text-align: center; font-style: italic; }
.csi-textpic .csi-image { border: none; margin: 0 0 3px 0; background: #000; width: auto; }
.csi-textpic .csi-imagewrap { border: none; }
.csi-textpic .csi-text { border: none; text-align: left; vertical-align: middle; }
.csi-text p { margin-top: 0; vertical-align: middle; }

/* CENTER */

.csi-center .csi-image { margin: 0 auto 3px; }

/* RIGHT */
.csi-right div.csi-image { float: right; clear: both; }
.csi-right div.csi-text { clear: right; }

/* LEFT */
.csi-left div.csi-image { float: left; clear: both; }
.csi-left div.csi-text { clear: left; }

/* INTEXT LEFT */
.csi-intext-left .csi-image { float: left; clear: both; margin-right: 5px; }

/* INTEXT RIGHT */
.csi-intext-right .csi-image { float: right; clear: both; margin-left: 5px; }

/* INTEXT RIGHT NOWRAP */
.csi-intext-right-nowrap .csi-text { margin-right: 215px; vertical-align: middle; }
.csi-intext-right-nowrap .csi-image { float: right; clear: both; }

/* INTEXT LEFT NOWRAP*/	
.csi-intext-left-nowrap .csi-text { margin-left: auto; vertical-align: middle; }
.csi-intext-left-nowrap .csi-image { float: left; clear: both; }
