/***********************************************/
/*Deer Lake United Church CSS page             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#girl {
	float: right;
}

#search {
	background: url(images/banner_03.jpg); /*center center makes it like a watermark*/
	padding-right: 5px;
}

body{
	font-family: trebuchet MS, sans-serif;
	font-size: 0.9em;
	color: #194887;
	line-height: 1.166em;	
	margin: 0px;
	padding: 0px;
}

.book {
	float: left;
}
.title {
	text-transform:uppercase;
	padding: 0;
	margin: 0;
	color: #FF0000;
}
.red a:link, a:visited, a:hover {
	color: #FF0000;
	text-decoration: none;
}
.red a:hover {
	color: #FF0000;
	text-decoration: underline;
}
td.book {
	border: 1px solid grey;
	vertical-align:top;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin-bottom: 10px;
}

h2{
 font-size: 114%;
 color: #334d55;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
 margin: 15px 0 5px 8px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.h1bighead {
	font-size: larger;
	padding-top: 15px;
}

.morespacetop {
	padding-top: 15px;
}

.smalltext {
	font-size: smaller;
}

#sstr {
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#sstr td {
	border-bottom: 1px solid #ccc;
}

#llink a:link, a:visited, a:hover{
	color: #999999;
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageNav{
	float: right;
	width:210px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#pageNav img, #pageNavL img{
	padding: 1px 0;
}

#pageNavL{
	float: left;
	width:210px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #0000FF;
}

#container-l {
	background: white url(images/border_l.gif) left top repeat-y;
	padding-left: 8px;
}
#container-r {
	background: white url(images/border_r.gif) right top repeat-y;
	padding-right: 8px;
}
#container-b {
	background: white url(images/border_b.gif) left bottom repeat-x;
	padding-bottom: 8px;
}

/*#content{
  float:left;
	width: 73%;
	margin: 0;
	padding: 0 3% 0 0;
}*/

#content{
	margin: 0;
	padding:0;
	padding: 0 190px 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 220px;
}


/************** .feature styles ***************/

.feature{
	padding: 0 50px 0 240px;
	font-size: 80%;
	background:url(images/crayons.jpg) right center no-repeat;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0;
	margin-right: 5px;
}

.feature td{
	border-top: 1px none;
	border-right: 1px solid;
	border-bottom: 1px dotted;
	border-left: 1px solid;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #globalnavlinks link styles ***********/

#globalnavlinks{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalnavlinks img{
 display: block;
}

#globalnavlinks a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalnavlinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding-bottom: 2px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

/*.relatedLinks a{
	display: block; 
}*/

/************* relatedLinksL styles **************/

.relatedLinksL{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

/*.relatedLinksL a{
	display: block; 
}*/
