/*******************************************************************************
openworship - Open Source Service Management - www.open-worship.org
Copyright (c) 2008 Kevin Landers & Contributors

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/

/**
 * @section Element styles
 */

body
{
  background: #596ba5 url(images/background.png) top left repeat-x;
  font-family: 'Trebuchet MS', 'Verdana', 'Tahoma', 'Helvetica', 'Arial', sans-serif;
  font-size: 80%;
  margin: 0;
  padding: 0;
  text-align: center; /* for silly IE */
}

a img
{
  border: 0;
}

h1
{
  margin: 0;
  padding: 0;
}

h2
{
  margin: 0 0 1em 0;
}

form
{
  margin: 0;
  padding: 0;
}

fieldset
{
  border: 1px solid #323d5d;
  margin: 0 0 1em 0;
  padding: 1em 1em 0 1em;
}

legend
{
  font-weight: bold;
}

label
{
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}

/**
 * @section Main page styles
 */

#page
{
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 960px;
}

/**
 * @section Top menu style
 */

#menu
{
  font-size: 90%;
  height: 92px;
  margin-top: 1.3em;
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
}

#menu ul li
{
  display: block;
  float: left;
  height: 92px;
  margin-left: 10px;
  text-align: center;
  width: 60px;
}

#menu ul li a img
{
  margin: 0 2px;
  padding-left: 4px;
  padding-right: 4px;
}

#menu ul li a
{
  color: #fff;
  text-decoration: none;
}

#main
{
  background: #fff url(images/content.png) top left repeat-x;
  border-top: 2px solid #323d5d;
  color: #000;
  padding: 10px;
}

/**
 * @section Content holder styles
 */

#content
{
  background-color: #fff;
  padding: 10px;
}

#content h2
{
  border-bottom: 2px solid #323d5d;
  color: #323d5d;
}

#content h3
{
  border-bottom: 2px solid #323d5d;
  color: #323d5d;
  width: 700px;
}

#content img.right
{
  margin-left: 685px;
  margin-right: 0px;
  position: absolute;
}

/**
 * @section Footer styles
 */

#footer
{
  border-top: 2px solid #323d5d;
  border-bottom: 2px solid #323d5d;
  color: #fff;
  font-size: 90%;
}

/**
 * @section Left column styles
 */

#left
{
  float: left;
  margin: 10px 0;
  width: 200px;
}

#left .c1
{
  background: transparent url(images/left_c1.png) top left no-repeat;
  left: 0;
  position: relative;
  top: 0;
}

#left .c2
{
  background: transparent url(images/left_c2.png) top right no-repeat;
  left: 0;
  position: relative;
}

#left .c3
{
  background: transparent url(images/left_c3.png) bottom left no-repeat;
  left: 0;
  position: relative;
  top: 0;
}

#left .c4
{
  background: transparent url(images/left_c4.png) bottom right no-repeat;
  left: 0;
  margin: 0;
  padding: 13px 15px;
  position: relative;
}

/**
 * @section Block styles
 */

#actions
{
  background-color: #d1d7ee;
  color: #fff;
}

#actions ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#actions ul li
{
  list-style: none;
  margin: 0;
  padding: 2px 0;
}

#actions ul li a
{
 color: #596BA5;
 text-decoration: none;
 font-weight: bold;
}

#actions ul li a:hover
{
  text-decoration: underline;
}

#actions ul li img
{
  vertical-align: middle;
}

#current-context
{
  background-color: #f60;
  color: #fff;
}

#current-context h3
{
  border: 0;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

#current-context a
{
  text-decoration: none;
  color: #FFF;
}

#current-context .services
{
  background: transparent url(images/icons/64/service_orders.png) left top no-repeat;
  height: 64px;
  margin-top: 1em;
  padding-left: 74px;
  padding-top: 1em;
}

#current-context p
{
  margin: 0;
}

#current-context .links
{
  height: 1em;
}

#user-profile
{
  background-color: #d1d7ee;
  color: #fff;
}

#user-profile h3
{
  border: 0;
  color: #323d5d;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

#user-profile .profile-links
{
  background: transparent url(images/icons/64/no_pic.png) left top no-repeat;
  height: 64px;
  margin-top: 1em;
  padding-left: 79px;
}

#user-profile ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#user-profile ul li
{
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 2px 0;
}

#user-profile ul li a
{
  color: #596BA5;
  text-decoration: none;
}

#user-profile ul li a:hover
{
  text-decoration: underline;
}

.block
{
  margin-bottom: 1em;
}

/**
 * @section Main content styles
 */

#right
{
  margin: 15px 0 0 210px;
}

#right ol li a.top_songs_title
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  width: 250px;
}

#right ol li a.top_songs_author
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 300px;
}

#right ol li a.top_songs_theme
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 550px;
}

#right ul li a.latest_songs_title
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  width: 250px;
}

#right ul li a.latest_songs_author
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 300px;
}

#right ul li a.latest_songs_theme
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 550px;
}

#right ul.favorite_songs
{
   list-style-type: none;
   padding-left: 15px;
   margin-left: 0;
}

#right ul.favorite_songs li
{
   list-style-image: none;
   background-image: url(images/icons/16/favorite_songs_li.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 15px;
   padding-right: 5px;
}

#right ul.favorite_songs li a.favorite_songs_title
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  width: 250px;
  margin-left: 10px;
}

#right ul.favorite_songs li a.favorite_songs_author
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 310px;
}

#right ul.favorite_songs li a.favorite_songs_theme
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 560px;
}

#verse_of_the_day_verse
{
  margin-top: 10px;
}

#verse_of_the_day_reference
{
  margin-right: 0px;
  margin-top: 8px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: bold;
  width: 250px;
}

#verse_of_the_day_reference a
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
}
#right ul.favorite_scriptures
{
   list-style-type: none;
   padding-left: 15px;
   margin-left: 0;
}

#right ul.favorite_scriptures li
{
   list-style-image: none;
   background-image: url(images/icons/16/favorite_songs_li.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 15px;
   padding-right: 5px;
}

#right ul.favorite_scriptures li a.favorite_scriptures_reference
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  width: 250px;
  margin-left: 10px;
}

#right ul.favorite_scriptures li a.favorite_scriptures_title
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 210px;
}

#right ul.favorite_scriptures li a.favorite_scriptures_trans
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 560px;
}

#right ol li a.upcoming-services-date
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  width: 250px;
}

#right ol li a.upcoming-services-group
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 180px;
}

#right ol li a.upcoming-services-title
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 360px;
}

#right ol li a.upcoming-services-speaker
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 550px;
}

#right ul li a.service-drafts-date
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  width: 250px;
}

#right ul li a.service-drafts-group
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 180px;
}

#right ul li a.service-drafts-title
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 360px;
}

#right ul li a.service-drafts-speaker
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 550px;
}
#right ul li a.recent-services-date
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  width: 250px;
}

#right ul li a.recent-services-group
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 180px;
}

#right ul li a.recent-services-title
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 360px;
}

#right ul li a.recent-services-speaker
{
  text-decoration: none;
  font-weight: bold;
  color: #596ba5;
  position: absolute;
  margin-left: 550px;
}

/**
 * @section Form styles
 */

.form-item
{
  margin-bottom: 1em;
}

.form-buttons
{
  margin-bottom: 1em;
}

.form-text
{
  background-color: #e1e9ff;
  border: 1px solid #323d5d;
  padding: 2px;
  width: 25em;
}

.form-password
{
  background-color: #e1e9ff;
  border: 1px solid #323d5d;
  padding: 2px;
  width: 15em;
}

.form-text:hover,
.form-text:focus,
.form-password:hover,
.form-password:focus
{
  background-color: #fff;
}

.form-button
{
  background: #596ba5 url(images/button.png) left 50% repeat-x;
  border: 1px solid #323d5d;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.3em;
}

/**
 * @section Various other classes.
 */

.user-login
{
  margin-left: auto;
  margin-right: auto;
  width: 35em;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

