/* CSS for TE website. This will start out simple but will eventually either */
/* have a ton of options for different looks or simply split out into */
/* multiple CSS files. For now it will be only one file and will be called */
/* by php do_html_header function. */

/* Basic elements - this will be the basic properties for these tags */

body {
	font: serif;
	font-color: black;
	background: khaki;
	wallpaper: images/chaplogo.gif;
	margin: 0px;
	}
p {
	margin-top: 5px;
	text-align: left;
	}
h1 {
	font-weight: 700;
	font-size: 300%
	letter-spacing: 1px;
	margin-bottom: 3px;
	}
a {
	font-weight: 700;
	text-decoration: none;
	color: red;
	}


 a:hover, a:active {
	font-weight: 900;
	text-decoration: underline;
	color: navy;
	}

/* spacific divs */

/* main is the first div, the one that basicly contains everything */
#main {
	position: absolute;
	left: 180px;
	
		}
#pagetitle {
	position: fixed, top;
	top:0px;
	width:100%;
	border-width: 1px;
	border-style: solid;
	border-color: blue;
	height:101px;
	}
#pagetitle h1 {
	padding: 10px; 0px;
	}
#pagetitle p {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#pagetitle img {
	margin: 1px, 15px, 10px;
}
#pagetitle a:hover {
	background-color: yellow;
	}


#linklist {
	position: absolute;
	line-height: 1.7em;
	left:0px;
	width: 180px;
	background: peru;
	height: 300px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: blue;
	}


#linklist a {
	margin: 3px 0px;
	}
#linklist a:link {
	color: navy;
	font-weight: 700;
	text-decoration: none;
	}
#linklist a:visited {
	color: navy;
	font-weight: 700;
	text-decoration: none;
	}
#linklist a:active {
	color: blue;
	font-weight: 900;
	text-decoration: underline;
	}
#linklist a:hover {
	background-color: yellow;
	font-weight: 1000;
	text-decoration: underline;
	}
	
#news {
	width: 85%;
	margin: 15px 45px;
	border-style: dotted;
	border-color: green;
	}
#news h3 {
	text-align:left;
}
#news0 {
	width:auto;
	padding:15px;
	color: black;
	
	}
#news1 {
	color: black;
	width:auto;
	padding:15px;
	border-top-style: solid;
	border-color: green;

	}
#footer {
	bottom: 5px;
	margin: 100px 15% 0px;
	}
#title {
	font="Copperplate Gothic Bold";
	font-size: 60px;
	letter-spacing: 0.5em;
	font-weight: 700;
	}
#subtitle {
	font-size:10px;
	letter-spacing:0.4em;
	text-indent: 30px;
}
#eventsflat {
	font-size:15px;
	font-weight: bold;

}
#logout h1 {
	margin: 50px;
	text-align: center;
}

#eventsflat h1 {
	margin: 10px,30px;
	text-align: justify;
	}
#ev {
	margin: 12px, 80px;
	padding: 1px, 10px;
	text-align: left;
	letter-spacing:0.1em;
	font-size:20px;
	font-style:italic;
}
#ev:first-line {
	font-size:22px;
	letter-spacing:0.2em;
	font-style:normal;
	text-decoration:underline;
	
}
#evnow {
	margin: 19px, 80px;
	padding: 1px 10px;
	text-align: left;
	letter-spacing:0.1em;
	font-size:25px;
	font-style:italic;
	border-left-width: 3px;
	border-left-color: red;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-color: red;
	border-bottom-width: 3px;
}
#evnow:first-line {
	font-size:28px;
	font-weight:900;
	letter-spacing:0.2em;
	font-style:normal;
	text-decoration:underline;
	
}
#songs {
	margin: 10px 10px;
	padding: 10px;
	text-align:left;
	border-style:ridge;
	border-color:black;
}
#songs h2 {
		margin-left: 60px;
		font-weight:bold;
		font-size:28px;
		text-decoration:underline;
	}

#songs p {
		font-size:20px;
		text-decoration:none;
		text-indent:10px;
	}

#newsinput {
	width: 50%
}
#contact {
	padding: 20px;
	margin:40px,100px;
}
#contact h3 {
	width: 500px;
}
#pollcreate h1 {
	margin: 20px;
}
#pollcreate h2 {
	font-style: italic;
	font-size: 10px;
}
#pollcreate h3 {
	font-size: 15px;
	margin: 2px 125px;
	line-height: 1.2;
}
.req {
	color: red;
}

#home {
	margin: 20px;
}

#home h1 {
	font-size: 30px;
}

#home img {
	margin: 30px, 10px;
	margin-left: 80px;
	border-style: double;
	border-color: #898989;
}

#home p {
	margin: 20px; 50px;
	font-size: 20px;
	text-indent: 20px;
}

#home p:first-letter {
	font-weight: bold;
}

#edittag {
	font-size: 10px;
	text-align: right;
}