﻿/*----------------------------------------------------------------*/
/* PROJECT:  Trinity Episcopal Church
/* PURPOSE:  Stylesheet for web presentation
/* AUTHOR:   Michael Del Grosso
/* DATE:     3 December 2005
/* MODS:
/* 3/4/2006 - Numerous style changes 
/*            (original saved as Styles_Dark_Colors.css)
/* 4/17/2006 - Modified to match blue & white header
/* 			   (copied to Styles_Light_Colors.css)
/*----------------------------------------------------------------*/

/*----------------------------------------------------------------*/
/* PRESENTATION
/*----------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background-color: #FDFED3;  /* light yellow */
	background-color: #F9F9F9;
	/*background-image: url(../Images/Sanctuary_8x6.JPG); */
	background-repeat: no-repeat;
}

/* LINKS */
a:link {
	text-decoration: none;
	/* color: #336600;  /* dark green */
	/* color: #6699FF; */ /* light blue */
/*	color: #003300; /* darker green */
color: #468dcb;
}

a:visited {
	text-decoration: none;
	/* color: #336600;  /* dark green */
	/* color: #6699FF; */ /* light blue */
/*	color: #003300; /* darker green */
color: #468dcb;
}

a:hover {
	text-decoration: underline;
	color: #883322;
}

a:active {
	text-decoration: none;
	/* color: #336600;  /* dark green */
	/* color: #6699FF; */ /* light blue */
/*	color: #003300; /* darker green */
color: #468dcb;
}

p, ul, li {
	font-weight: normal;
}

#content img, #sidebar img {
	border: 1px solid black;
}

#wrapper {
	width: 800px;
	margin: auto; /* centers content */
	display:table; /* must put this in for FireFox. */
}

#header {
/*	border-width: 2px;
	border-style: ridge; */
	height: 91px;
	clear: both;
	/* background-color: #6699FF;
	background-color: #447744; */
	/* background-color: #336600; */
	background-color: #003300;
	border: 1px solid navy;
	padding-bottom: 24px;
}

#header h3, #header h4, #header h5 {
	/* color: #A9DFF3; */
		color: #FFFF00;
}

#navigation {
	/* border: 1px solid #336600; */
	margin: 6px -20px;
	/* padding: 6px -3px;
	height: 400px; */
	width: 25%;
	/* background-color: #FCF27A; */
}

td#sidelinks a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/* font-weight: bold; */
	/*border: 1px solid navy; */
	/*background: transparent url(../images/halfscreen-purple.gif) center repeat; */
	/* background-color: #FEFCAB; */
	/* background-color: #FCF27A; */
	padding: 6px 10px 6px 20px;
}

td#sidelinks a:hover {
	text-decoration: underline;
	/* background-color: #6699FF;
	border-top:  px solid navy;
	border-left: 1px solid navy;
	border-bottom: 1px solid navy;
	border-right: 1px solid navy; */
}

#content {
	padding: 6px 6px;
	color: black;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	/*color: #A6140D;*/
	color: #883322;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	/*font-size: 14px;
	background: url(../images/gradient_gray_16.gif) center repeat; */
}

/*
#content h3, #content h4 {
	color:  #5577bb; /* light blue */
/*}
*/

#content h3 {
	border-bottom: 1px solid black;
	border-bottom-color: #883322;
}

#content li {
	/*list-style-type: none;
	margin: 0 0 0 -40px;
	font-weight: bold; */
}

#sidebar {
	padding: 6px 6px;
	width: 23%;
	height: 400px;
/*	border-width: 2px;
	border-style: ridge; */
	color: black;
	/* background-color: #FEFCAB; */
	/*  light blue - background-color: #FCF27A; */
	/* background-color: #A9DFF3; */  /* light blue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* border: 1px solid #336600; */
	margin: 6px 0;
}

#sidebar li {
	font-size: 10px;
	list-style-type: none;
	margin: 0 0 0 -30px;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	/* color: #A6140D; */
	/* color: #336600;  /* dark green */
	color: #883322;
}

#sidebar h1 {
	font-size: 16px;
}

#sidebar h2 {
	font-size: 14px;
	/*background: url(../images/gradient_gray_16.gif) center repeat;*/
}

#sidebar h3 {
	font-size: 12px;
}

label {
	font-weight: bold;
}

.box {
	/* background: transparent url(../images/halfscreen-black.gif) center repeat; */
	padding: 0 6px;
/*	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray; */
	margin-bottom: 12px;
}

.textbox {
	/* background-color: #FEFCAB; */
	padding: 6px;
	/* background-color: #FCF27A; */
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	/* border: 1px solid goldenrod; */
}

.larger {
	font-size: 14px;
}

.schedule td {
	font-weight: bold;
}

#links li {
	margin: 6px -36px;
	padding: 6px 0;
	border-bottom: 1px solid #883322;
	letter-spacing: 2px;
}

#links li a {
	margin: 6px 12px;
	padding: 6px 0;
	font-size: smaller;
}

#footer {
	margin: 6px 0;
	padding: 6px;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #CCCCCC;
	text-align: center;
	color: #999999;
}

#footer h4, #footer h5, #footer p {
	margin: 0;
}

#footer em {
	color: black;
}

/*----------------------------------------------------------------*/
/* POSITIONING */
/*----------------------------------------------------------------*/

#wrapper {
	width: 800px;
}

#header {
	float: none;
}

#navigation {
	float: left;
}

#content {
	float: left;
	width: 425px;
}

#sidebar {
	float: right;
}

#footer {
	float: none;
	clear: both;
}

