/* Layout Stylesheet */ 

body {
  background-color: #abbea1;
  margin: 0;
  text-align: center;
  font-family: "Lucida Grande", "Verdana", sans-serif;
  font-size: 12px;
}

a {
  border-bottom: 1px dotted;
  text-decoration: none; 
  color: #c40;
}

a:hover {
  color: white;
  background-color: #FB8313;
}

a img {
  border: 0;
  vertical-align: bottom;
}

h1 {
  color: #669900; //#6699ff;
  font-family: "Trebuchet MS", serif;
  font-size: 24px;
  letter-spacing: -1px;
}

h2 {
  color: #669977;
  font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
}

.sidebar ul {
  padding-left: 1em;
} 

.feed {
  font-size: 90%;
}

form#skitrip2007 label {
  float: left;
  width: 8em;
}

form#skitrip2007 input,
form#skitrip2007 select {
  margin-left: 1em;
}

form#skitrip2007 div.row {
  padding: 0.5em;
}

form#comment_form label {
  float: left;
  width: 8em;
  font-weight: bold;
}

form#comment_form div.row {
  padding: 0.5em;
}

form span.example {
  color: #999;
  font-size: 95%;
}

div.error {
  color: red;
  font-weight: bold;
  display: inline;
}

div.errornote {
  color: red;
  font-weight: bold;
}


/* Global */

#page {
  border-left: 1px solid #999; 
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  position: relative;
  text-align: left;
  width: 722px;
  margin-left: auto;
  margin-right: auto;
  background: white;//#F7F8E5;
}

#header {
  position: relative;
  margin-top: 0;
  height: 100px;
  color: #333;
}

#middle {
  position: relative;
  border-bottom: 1px solid #eee;
}

#content {
  position: relative;
  margin: 0;
  padding: 1px 20px 1em 20px;
}

#innards {
  padding: 0;
  margin: 0;
}

img#logo {
  position: absolute;
  top: 20px;
  left: 20px;
  border: 0;
}

img#comment {
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 0;
}

#footer {
  position: relative; 
  height: 4em;
  background: #abbea1;
  padding: 0.5em;
  font-size: 11px;
  color: #6C6C6C;
}

.hidden {
  display: none;
}

/* Home */

#rotator {
  height: 237px;
  width: 466px;
  margin-left: 1px;
  position: relative;
}

#worship_info {
  position: absolute;
  top: 41px;
  left: 468px;
  height: 65px;
  width: 213px;
  padding: 16px 20px 16px 20px;
  background: #588C00;
  border-bottom: 2px solid #2A5F00;
  color: white;
}

#worship_info a {
  color: #ec6;
}

#worship_info a:hover {
  color: white;
}

#other_info {
  position: absolute;
  top: 140px;
  left: 468px;
  height: 42px;
  width: 213px;
  padding: 30px 20px 25px 20px;
  background: #77B001;
  color: black;
  text-align: right;
}

table#home_layout {
  border-collapse: collapse;
  padding: 0;
  border: 0;
  margin: 0 0 1px 0;
}

table#home_layout td {
  vertical-align: top;
}

td#home_right_column {
  background-color: #d6e899;
}

#welcome {
  padding: 1em 18px 0 18px;
  width: 430px;
}

#announcements {
  padding: 12px 18px 2em 18px;
  color: #324328;
}

#announcements h2 {
  margin: 0;
  padding: 0;
}

#announcements div.ann {
  margin: 0 0 1em 0;
}

#announcements p {
  margin: 0 0 0 0;
}
 
#announcements div.ann_title {
  color: #121;
  font-weight: bold;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
}

#announcements div.ann_author {
  color: #324328;
  font-size: 90%;
}

#announcements h3 {
  font-size: 13px;
  color: #333;
  font-family: "Trebuchet MS", sans-serif;
  margin-top: 0;
  margin-bottom: 0.2em;
}
#announcements p.posted_by {
  margin-top: 0.25em;
  margin-bottom: 2em;
}

td#announcement_nav {
  text-align: right;
  vertical-align: top;
  width: 80px;
  line-height: 1.5em;
  padding-right: 2em;
}

#events {
  width: 215px;
  padding: 18px;
  font-size: 11px;
}

#events div.event {
  margin: 1em 0;
  padding: 4px;
  //background: #d6e899;
}

#events h2 {
  margin: 0;
}

#events div.title {
  font-weight: bold;
}

#events span.time {
  margin-left: 0.3em;
  color: #675;
}

#events div.location {
  padding: 2px;
}

#events div.snippet_desc {
  background: #d6e899;
}

#events div.snippet_desc, 
#events div.full_desc {
  padding: 2px;
  white-space: -moz-pre-wrap;
}

#events div.snippet_desc:hover,
#events div.full_desc:hover {
  background: #EAFFAD;
  cursor: pointer; cursor: hand;
}

#events div.snippet_desc span.expander {
  float: right;
  font-size: 15px;
}

/* Navigation */
 
ul#nav {
  background: #FB8313;
  height: 40px;
  list-style: none;
  text-align:left;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 0 24px;
  margin: 0;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
  border-bottom: 1px solid white;
}

ul#nav li {
  text-align: center;
  display: inline;
   
}

 
ul#nav a:link, 
ul#nav a:visited {
  text-decoration: none;
  color: white;
  border-right: 1px solid #FBA654;
  border-bottom: none;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  
}

ul#nav a.first {
  border-left: 1px solid #FBA654;
}

ul#nav a.current {
  background: #F7AA59;
}

ul#nav a:hover {
  background: #f69f44;
  color: white;
}

ul#nav_secondary {
  font-family: "Trebuchet MS", sans-serif;
  // line-height: 2.6em;
  margin: 0;
  padding: 6px 0 6px 3px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  list-style-type: none;
  background: #77B000;
  height: 166px;
}

ul#nav_secondary li {
  text-align: left;
  
}


ul#nav_secondary a:link,
ul#nav_secondary a:visited {
  color: #fe8;
  text-decoration: none;
  font-size: 12px;
  border-bottom: none;
  display: block;
  width: 9.5em;
  line-height: 25px;
  padding-bottom: 0;
  padding-top: 0px;
}

ul#nav_secondary  a:hover {
  font-size: 13px;
  background: #77B000;
}

/* Adhoc */

div#mission_statement {
  margin: 1em 0;
  border: 1px solid #ccc;
  padding: 1px;
  width: 630px;
  text-align: right;
}

div#mission_statement div.padding {
  padding: 0.8em;
  background: #dec;
  font-size: 150%;
  font-family: "Times New Roman", serif;
}

div#mission_statement p {
  padding: 0;
  margin: 0.5em 0 0 0;
  font-size: 80%;
  font-style: italic;
}

div.college_module {
  float: left;
  width: 30%;
}

#sjsu {
  margin-right: 2em;
}

#stanford {
  margin-right: 2em;
}

#joygroups td {
  vertical-align: top; 
  width: 30%;
  padding: 0 1em;
}

#joygroups table {
  margin-bottom: 1em;
}

table#paks td {
  width: 40%;
  margin-left: 2em; 
  vertical-align: top;
}

div.happiness_quote {
  margin: 1em 0;
  border: 1px solid #ccc;
  padding: 1px;
  width: 630px;
}

div.happiness_quote div.padding {
  background: #dec;
  font-family: "Times New Roman", serif;
  font-size: 150%;
  padding: 0.8em;
}

div.happiness_quote div.quote {
  text-align: left;
}

div.happiness_quote div.quoter {
  font-size: 80%;
  font-style: italic;
  margin: 0.5em 0 0 0;
  padding: 0;
  text-align: right;
}

/* Lifejournal */

div#lifejournal_today {
  font-size: 15px;
  line-height: 22px;
  font-family: "Hoefler Text", Constantia, Cambria, Georgia, serif;
  padding: 20px;
  border: 1px solid #999;
  background-color: #eee;
}

div#verse_today {
  margin-left: 12px;
  display: inline;
}

div#date_today {
  display: inline;
}

div.devotion_date {
  display: inline;
}

div.devotion_verse {
  margin-left: 12px;
  display: inline;
}

table#lifejournal_all {
  border: 1px solid #999;
  background: #eee;
  width: 100%;
}

table#lifejournal_all td {
  color: #333;
  font-size: 11px;
  vertical-align: top;
  padding: 0.2em;
}

table#lifejournal_all a {
  color: #333;
}

table#lifejournal_all a:hover {
  color: white;
  background-color: #999;
}

/* Devotions */

div#qt_text_today {
  font-size: 15px;
  line-height: 22px;
  font-family: "Hoefler Text", Constantia, Cambria, Georgia, serif;
  padding: 20px;
  border: 1px solid #999;
  background-color: #eee;
}

div#qt_text_today_date {
  display: inline;
}

div#qt_text_today_verse_ref {
  margin-left: 12px;
  display: inline;
}

table#qt_text_this_year {
  border: 1px solid #999;
  background: #eee;
  width: 100%;
}

table#qt_text_this_year td {
  color: #333;
  font-size: 11px;
  vertical-align: top;
  padding: 0.2em;
}

table#qt_text_this_year a {
  color: #333;
}

table#qt_text_this_year a:hover {
  color: white;
  background-color: #999;
}
