/*

Theme Name: Church Pastels
Theme URI: http://www.fcsterling.org
Description: This is a custom theme designed for the First Church in Sterling (Massachusetts).
Author: Jon Guild

*/

/* Reset Browser Styles */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, address, code, img, small, strong,
fieldset, form, label, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.5;
  font-family: helvetica, arial, sans-serif;
}
ul {
  list-style: none;
}

/* end Reset Browser Styles */


/* Main Styles */
ol {
  padding-left: 20px;
}


#wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#sidebarOuter {
  float: left;
  width: 250px;
}

.widgetTitle {
  font-size: 100%;
  font-weight: bold;
}

.widget li {
  padding-left: 10px;
}

#churchName {
  font-size: 125%;
  font-weight: bold;
  padding-bottom: 3px;
}

#churchTagline {
	margin-bottom: 5px;
	margin-top: -5px;
	text-align: justify;
	font-size: 80%;
	font-style: italic;
}
#mainSection {
  width: 650px;
  position: absolute;
  left: 250px;
}

#header {
  height: 100px;
  margin-left: 20px;
}

#headerMessage {
  color: white;
  font-weight: bold;
  font-size: 175%;
  padding-left: 20px;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
}

#middle {
  margin-top: 20px;
  margin-left: 20px;
}

#footer {
  margin-top: 20px;
  margin-left: 20px;
}

/* FC color pallette: http://www.colourlovers.com/palette/354469/Bathing_Suit  */

/* Used 800 pixels wide, 90 degree angle, 30 degree corner radius on roundedcornr.com */
/* Header color is #8F0072 */
.roundedcornr_box_header {
   background: #ffffff url(images/roundedcornr_header_grad.gif) repeat-y top left;
}
.roundedcornr_bottom_header div {
  background: url(images/roundedcornr_header_bl.gif) no-repeat bottom left;
  width: 100%;
  height: 20px;
  font-size: 1px;
}

.roundedcornr_content_header { 
  margin: 0 20px; 
  height: 80px;
}

/* Used 800 pixels tall, 0 degree angle, 30 degree corner radius on roundedcornr.com */
/* Gutter color is #4CB0CF */
.roundedcornr_box_gutter {
/*   background: #ffffff url(images/roundedcornr_gutter_grad.gif) repeat-x top left;*/
  background: #4CB0CF;
  min-height: 300px;
}
.roundedcornr_top_gutter {
   background: transparent url(images/roundedcornr_gutter_tr.gif) no-repeat top right;
   width: 100%;
   height: 20px;
   font-size: 1px;
}

.roundedcornr_content_gutter { margin: 0 20px; color: white; }

#welcomeMessage {
  font-size: 120%;
  margin-right: 10px;
}

#photosOutline {
  border: 1px gray solid;
}

#photos {
  border: 0px white solid;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

ul {
	list-style: square inside;
}

li {
  padding-bottom: 10px;  
  font-size: 16px;
  line-height: 150%;
}

p {
  padding-bottom: 10px;
  line-height: 150%;
}

h2 {
	font-size: 125%;
  color: #000000;
}

a {
  color: #8c0274;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.sidebar_nav ul {
  margin-left: -8px;
}

.sidebar_nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.sidebar_nav a:hover {
  text-decoration: underline;
}

a.button {
    background: transparent url('images/button_right.gif') no-repeat scroll top right;
    color: #444;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/button_left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.opportunities_list td {
  padding-bottom: 20px;
  font-size: 80%;
}

.volunteer_table th {
  background-color: gray;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

.volunteer_table td {
  padding-left: 10px;
}

.hide {
 visibility:hidden;
}

.current_page_item ul, .current_page_parent ul {
 padding-left: 10px;
 padding-top: 10px;
}

.current_page_item {
  list-style-image: url(images/tiny-arrow-right.png);
  margin-left: -8px;
}

.spacer {
 clear: both;
}

#events {
  background: #ffffff url(images/EventsBorderMiddle.gif) repeat-y;
}

#events img {
}

.EventDate {
  text-align: center;
  position: relative;
  top: -41px;
  width: 80px;
  line-height: 100%;
}

.EventPostMonth {
  color: white;
}

.EventPostDay {
  color: white;
}

#events .slug {
  position: relative;
  top: -13px;
  line-height: 125%
  width: 530px;
}

#news li {
  list-style: none;
  padding-bottom: 0px;
  height: 95px;
}

#news img {
  float: left;
}

.NewsDate {
  text-align: center;
  position: relative;
  top: -57px;
  width: 66px;
  line-height: 100%;
}

.NewsPostMonth {
}

.NewsPostDay {
  font-size: 20px;
  font-weight: bold;
}

.NewsPostYear {
}

#news .slug {
  position: relative;
  top: -20px;
  line-height: 125%
}

.toc {
  font-size: 75%;
  border: 1px #4CB0CF solid;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.toc th {
  background-color: #4CB0CF;
  color: white;
}

.toc td {
  padding-right: 10px;
  padding-left: 10px;
}

.survey_text {
  color: #8F0072;
  font-weight: bold;
  font-size: 125%;
}


