/*
Abundant Life Family Church, Tualitin, Oregon
Creation Date: 2011-06-15
(c) Copyright 2011, Abundant Life Family Church 2011. All rights reserved.
*/

body {
  background-color: gray;
}

div.content {
  font-family: Arial;
  position: relative;
  background-color: white;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  min-height: 1106px;
}

div.vid_720p_content {
  font-family: Arial;
  position: relative;
  background-color: white;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
  min-height: 1106px;
}

div.vid_1024x768_content {
  font-family: Arial;
  position: relative;
  background-color: white;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1050px;
  min-height: 1106px;
}

#wm {
  background-image: url("img/watermark.jpg");
  background-repeat: no-repeat;
  background-position: center;
  /*background-attachment: fixed;*/
}

div.push_footer {
  position: static;
  height: 344px;
}

div.footer {
  height: 284px;
  width: 800px;

  /* absolute with bottom=0 keeps footer at bottom of parent */
  position: absolute;
  bottom: 0;

  /* center an absolute positioned div */
  left: 50%;
  margin-left: -400px; /* half the width */
}

div.footer_menu {
  border-style: solid;
  border-width: 1px;
  width: 144px;
  height: 150px;
  font-size: 18px;
  text-align: center;
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

div.copy {
  position: static;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12px;
}

div.search {
  position: relative;
  text-align: center;
  font-size: 10px;
}

/* IE fix: IE likes to put boarders around image-links by default*/
a img { border: none; }

a:link    {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: red;
}

a:active {
  text-decoration: none;
  color: yellow;
}

/* For links that need to stand out from other text */
a.stand_out:link    {
  font-weight: bold;
  color: #24367F;
}
a.stand_out:visited {
  font-weight: bold;
  color: #24367F;
}
a.stand_out:hover {
  font-weight: bold;
  color: red;
}
a.stand_out:active {
  font-weight: bold;
  color: yellow;
}

img.title {
  display: block;
  width: 800px;
  height: 230px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

div.main_menu {
  position: relative; /* Children are "absolute", setting this to something other than static. See: http://www.w3schools.com/css/css_positioning.asp */
  width: 800px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

img.logo {
  display: block;
  width: 300px;
  height: 320px;
  position: absolute;
  top: 200px;
  left: 250px;
}

div.menu_el {
  width: 200px;
  height: 200px;
  position: absolute;
  font-size: 20px;
  text-align: center;
}

#m_01 { top:   0px; left:  33px; }
#m_02 { top:   0px; left: 300px; }
#m_03 { top:   0px; left: 567px; }
#m_04 { top: 200px; left:  33px; }
#m_05 { top: 200px; left: 567px; }
#m_06 { top: 400px; left:  33px; }
#m_07 { top: 400px; left: 567px; }
#m_08 { top: 600px; left:  33px; }
#m_09 { top: 600px; left: 300px; }
#m_10 { top: 600px; left: 567px; }

img.icon {
  /*vertical-align: middle;*/
  width: 128px;
  height: 128px;
  /*margin-right: 8px;
  margin-left: 8px;*/
}

h1 {
  width: 780px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  text-align: center;
}

h2 {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  font-size: 28px;
  text-align: left;
}

div.section_text {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  font-size: 18px;
  text-align: justify;
}

span.note {
  font-style:italic;
  font-size: 80%;
}

#pastors_pic_and_caption {
  width: 275px;
  margin-left: 20px;
  float: right;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

img.icon_download {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
}

img.icon_home {
  vertical-align: middle;
  width: 128px;
  height: 128px;
  margin-right: 4px;
  margin-left: 4px;
}

img.icon_sm {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
}

/* a box for centered text in section_text */
div.centered_text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 700px;
}

/* an id that can be added to center something that is not absolute positioned */
#centered_obj {
  margin-left: auto;
  margin-right: auto;
}

/* a section_test menu box to hold menu_el in the page content */
table.icon_menu {
  margin-left: auto;
  margin-right: auto;
}

/* a section_test menu box to hold menu_el in the page content */
td.icon_menu {
  width: 200px;
  height: 200px;
  font-size: 20px;
  text-align: center;
}

img.paragraph_icon {
  width: 128px;
  height: 128px;
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
}

ul.num_list {
  list-style-type: decimal;
}

table.download {
  width: 700px;
}
tr.download_row {
  height: 50px;
}
td.date_hdr_col {
  text-align: center;
  font-weight: bold;
  border: 1px solid black;
  text-align: center;
  padding: 5px;
}
td.title_hdr_col {
  font-weight: bold;
  border: 1px solid black;
  text-align: center;
  padding: 5px;
}
td.speaker_hdr_col {
  font-weight: bold;
  border: 1px solid black;
  text-align: center;
  padding: 5px;
}
td.file_hdr_col {
  font-weight: bold;
  border: 1px solid black;
  text-align: center;
  padding: 5px;
}

td.date_col {
  width: 15%;
  border: 1px dotted black;
  text-align: center;
  font-size: 80%;
  padding: 5px;
}
td.title_col {
  width: 47%;
  border: 1px dotted black;
  text-align: left;
  font-size: 70%;
  padding: 5px;
}
td.speaker_col {
  width: 30%;
  border: 1px dotted black;
  text-align: left;
  font-size: 70%;
  padding: 5px;
}
td.file_col {
  width: 8%;
  border: 1px dotted black;
  text-align: center;
  font-size: 80%;
  padding: 5px;
}


div.errortext {
    text-align: justify;
    /*margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 50px;*/
    color: red;
}


td.dem_track_hdr_col {
  text-align: center;
  font-weight: bold;
  border: 1px solid black;
  text-align: center;
  padding: 5px;
}
td.dem_file_hdr_col {
  font-weight: bold;
  border: 1px solid black;
  text-align: center;
  padding: 5px;
}
td.dem_track_col {
  width: 92%;
  border: 1px dotted black;
  text-align: left;
  font-size: 80%;
  padding: 5px;
}
td.dem_file_col {
  width: 8%;
  border: 1px dotted black;
  text-align: center;
  font-size: 80%;
  padding: 5px;
}

