/* CSS Document */
/* Default Style Sheet - Calvary Lutheran Church */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com */
/* 07/08 */

/* {border:1px solid gray;}*/


/* HTML tags */

body {
	background: #7e6755 url(images/bg-page.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 75%;
}

h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif; margin:0px;}
h1 {font-size: 3.4em;}
h2 {font-size: 2.8em;}
h3 {font-size: 2.2em;}
h4 {font-size: 1.8em;}
h5 {font-size: 1.6em;}
h6 {font-size: 1.3em;}

/* Hyperlinks */

a {
	color: #0063bf;
}
a:hover {
	color: #777;
}

#copyright a {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	color: #EEE;
}

/* Layout Styles */

#header {
	position: relative;
	width: 860px;
	height: 110px;
	margin: 0 auto;
	text-align: right;
}

#headerDiv {
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #7c858d;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 35px;
	width: 270px;
	height: 165px;
}

#verse {
	position: absolute;
	top: 126px;
	left: 375px;
	width: 100%;
	height: 30px;
	color: #808080;
	text-align: left;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

#schedule {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	width: 258px;
	height: 117px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#scheduleTitle {
	text-align: center;
	color: #9CA9B5;
	font-size: 1.8em;
}

#scheduleDays {
	position: absolute;
	top: 17px;
	left: 23px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 2.9em;
	color: #7E6755;
}

#scheduleTimes {
	position: absolute;
	top: 29px;
	left: 60px;
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #2F4962;
}

#subHeader {
	position: relative;
	z-index: 2;
	width: 858px;
	height: 214px;
	margin: 0 auto;
	background: url(images/bg-subheader.jpg) no-repeat;
}

#menuWrap {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 68px;
	width: 200px;
}

#contentWrap {
	position: relative;
	width: 858px;
	margin: 0 auto;
	background: url(images/bg-content.gif) repeat-y;
}

#rightCol {
	float: right;
	display: inline;
	width: 520px;
	margin-right: 16px;
	padding: 5px 0 20px 0;
}

#leftCol {
	float: left;
	display: inline;
	width: 250px;
	margin-left: 44px;
	padding: 0px 0 20px 0;
}

#footer {
	width: 858px;
	height: 20px;
	margin: 0 auto;
	background: url(images/footer.gif) no-repeat;
}

#f360footer {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

#copyright {
	width: 750px;
	margin: 12px auto;
	text-align: center;
	font-size: 1em;
	color: #999;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.miniColRight {
	float: right;
	display: inline;
	width: 235px;
}

.miniColLeft {
	float: left;
	display: inline;
	width: 245px;
	padding-right: 12px;
	border-right: 1px solid gray;
}

/* Menu Styles */

.mainmenu {
	width: 180px;
	height: 30px;
	margin: 0 auto;
	padding-top: 4px;
	border-bottom: 1px dotted gray;
	text-align: center;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: uppercase;
}

.mainmenu a {
	color: #DDD;
	text-decoration: none;
}

.mainmenu a:hover {
	color: #FFF;
}

.submenu {

}

/* Events */

.eventFeedDate {
	font-size: 1.5em;
	text-transform: uppercase;
	padding-left: 4px;
}

.eventFeedTitle a {
	font-weight: bold;
	text-decoration: none;
}

.eventCat {
	position: relative;
	padding: 3px;
	margin: 2px;
	background: #E9E9EF;
	text-align: center;
}

.eventDate {
	background: #e5dcca;
}

.eventMonthPrev {
	position: absolute;
	top: 6px;
	left: 5px;
	width: 100px;
	text-align: left;
}

.eventMonthNext {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 100px;
	text-align: right;
}

/* Typesetting */

.noBold {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.caps {
	text-transform: uppercase;
}

.sansSerif {
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.sansSerifTitle {
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

.serif {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

.largeText {
	font-size: 1.5em;
}

.normalText {
    font-size: 1em;
}

.smallText {
	font-size: .85em;
}

.tinyText {
	font-size: .75em;
}

.midLeading {
	line-height: 1.1em;
}

/* Colors */

.lightblue {
	color: #a1b0bf;
}

.darkblue {
	color: #2f4962;
}

.black {
	font-color: #000000;
}


/* Misc Styles */

.leftBorder {
	border-left: 1px dotted silver;
}

.photo {
	border: 3px solid silver;
	margin: 3px;
}

.dottedDiv {
	border-bottom: 1px dotted gray;
	clear: both;
}

.singleDiv {
    margin: 8px 0;
    border-top: 1px solid gray;
    clear: both;
}

.doubleDiv {
    margin: 8px 0;
    border-top: 3px double gray;
    clear: both;
}

.noMargin {
	margin: 0;
}

.noPadding {
	padding: 0;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.indent {
	margin-left: 16px;
}

.shortHr {
	border-top: 3px double gray;
	width: 150px;
	margin: 12px auto;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}

.floatLeft {
	float:left;
	display: inline;
	width: auto;
}

.floatRight {
	float: right;
	display: inline;
}

.tableWrap {
	margin: 10px;
}