/* $Id: zen.css,v 1.1.2.26 2008/04/20 04:22:15 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */


/** body **/
  body
  {
  	background-color: #CECDC6;
  }

  #page
  {
  	/* background-image: url(/site/sites/default/images/bg/pageBg.png); */
  	background-color: #FFFFFF;
  }

  #page-inner
  {
  	background-color: white;
  	
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  	background-image: url(/site/sites/default/images/front/top-quote-2012.jpg);
  	background-repeat: no-repeat;
  	background-position: right bottom;

  }

  #logo /* Wrapper for logo */
  {
  }
  
  #logo a
  {
  	border: none;
  }

  #logo-image /* The actual logo image */
  {
  }

  #site-name /* The name of the website */
  {
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    /* text-decoration: underline; */
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  	background-color: #343230;
  	height: 40px;
  }
  
  #footer-links
  {
  	float: left;
  }
  
  #footer-links li
  {
  	list-style: none;
  	text-transform: uppercase;
  	font-size: 12px;
  	font-weight: bold;
  	color: white;
  	padding-bottom: 0;
  }
  #header-blocks li
  {
  	list-style: none;
  	text-transform: uppercase;
  	font-size: 12px;
  	font-weight: bold;
  	color: white;
  	padding-bottom: 10px;
  }
  
  #footer-address a, #footer-address a:visited,
  #footer-address a:hover, #footer-address a:active
  {
  	color: #FFFFFF;
  	text-decoration: none;
  	border-bottom: none;
  }
  #footer-links li a, #footer-links li a:visited,
  #header-blocks li a, #header-blocks li a:visited
  {
  	color: #FFFFFF;
  	text-decoration: none;
  }
  
  
  #footer-links li a:hover, #footer-links li a:active,
  #header-blocks li a:hover, #header-blocks li a:active
  {
  	color: #0099ff;
  	border-bottom: none;
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }
  
  #content-inner img
  {
  }
  
  #content-inner li
  {
  	font-size: 11px;
  	list-style-image: url(/site/sites/default/images/bullets/bullet.gif);
  	list-style-position: inside;
  	margin: 0;
  	padding: 5px 0;
  	border-bottom: 1px dotted #333333;
  }
  
  #content-inner .tabs li
  {
  	background: none;
  }


  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  	/* background-color: red; */
  }
  
  #content-header h1.title
  {
  	font-size: 18px;
  	font-weight: normal;
  }

  .sidebar-right .taxonomy
  {
    padding-bottom: 10px;
  }
  
  
  .sidebar-right #storyContent,
  .sidebar-right #shareContent
  {
  	border-top: 2px solid #201100;
  }
  .sidebar-right .field-field-kicker p
  {
  	font-size: 11px;
  	line-height: 12px;
  	padding: 0;
  	margin: 0;
  }
  
  .sidebar-right .field-field-kicker,
  .sidebar-right #shareComments
  {
  	border-bottom: 1px solid #201100;
  	height: 20px;
  	margin: 0;
  	padding: 20px 0;
  }
  
  #content-area
  {
  	/* background-color: aqua; */
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    clear: both;
    padding-bottom: 0; /* Undo system.css */
    padding-top: 40px;
    /* height: 75px; */
    /* padding-left: 20px; */
    /* border-bottom: 4px solid black; */
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  
  .breadcrumb a:link, .breadcrumb a:visited
  {
  	color: #448CCB;
  }
  
  
  #breadcrumbHr
  {
  	display: none;
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 0 1em 5px 1em;
    border: 2px solid #ccc;
    padding: 5px;
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning /* Medium priority messages */
  {
    border-color: #ff7;
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    color: #000;
    background-color: #ffc;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    border-color: #c00;
  }

  div.error,
  tr.error,
  body.section-admin tr.error
  {
    color: #900;
    background-color: #fee;
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }
  
  #navbar-inner ul 
  {
  	/* list-style: none; */
  }
  
  #navbar-inner ul li
  {
  	font-size: 11px;
  	list-style: none;

  }

  #search-box /* Wrapper for the search form */
  {
  }

  #primary /* Primary links */
  {
  	/* background-color: aqua; */
  	height: 30px;
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  	padding: 4px 0;
  }
  
  #sidebar-left-inner p
  {
  	font-size: 11px;
  }
  
  #sidebar-left-inner ul
  {
  	padding: 0;
  	margin: 0;
  }
  
  #sidebar-left-inner li
  {
  	font-size: 11px;
  	list-style-image: url(/site/sites/default/images/bullets/bullet.gif);
  	list-style-position: inside;
  	margin: 0;
  	padding: 5px 0;
  	border-bottom: 1px dotted #333333;
  }
  
  #sidebar-left-inner h2
  {
  	font-size: 10px;
  	font-weight: normal;
  	color: #40403c;
  	text-transform: uppercase;
  	padding: 6px 0;
  	margin: 0 0 10px 0;
  }
  
  #sidebar-left-inner h2:before
  {
  	padding-right: 5px;
  }

/** sidebar-right **/
  #sidebar-right
  {
  }
  
 
 #sidebar-right h2
  {
  	background-color: #343230;
  	padding-top: 10px;
  	padding-left: 10px;
  }


  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  	background-color: #40403C;
  	margin-top: 10px;
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    background-color: none;
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  	/* display: none; */
  }
  
  .logged-in .node .picture /* The picture of the node author */
  {
  	display: block;
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .submitted /* The "posted by" information */
  {
  	display: none;
  }

  .node .taxonomy /* Node taxonomy (categories) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for all comments */
  {
    margin: 40px 0;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment  .title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  	width:700px;
  	float: left;
  	margin-bottom: 0;
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  	margin-bottom: 0;
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    color: #c00;
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
  
  /* ZUMZING custom styles */
  .question
  {
  	font-weight: bold;
  }
  
  .runInHeads
  {
  	font-weight: bold;
  }
  
  .pullQuote
  {
	color: red;
	font-weight: bold;
  }
  
  .bookTitle
  {
  	font-style: italic;
  }
/*
  #block-menu-128,
  #block-menu-123,
  #block-menu-115, 
  #block-menu-81, 
  #block-menu-84, 
  #block-menu-88,
  #block-menu-93,
  #block-menu-98
  {
  	height: 40px;
  	width: 740px;
  	background-color: #869F0C;
  	border-top: 1px solid white;
  	float:left;
  }
  
  #block-menu-81 ul
  {
  	
  }
  #block-menu-128 li,
  #block-menu-123 li,
  #block-menu-115 li,
  #block-menu-81 li, 
  #block-menu-84 li, 
  #block-menu-88 li,
  #block-menu-93 li,
  #block-menu-98 li
  {
  	list-style: none;
  }
  
  #block-menu-128 li a,  #block-menu-128 li a:visited,
  #block-menu-123 li a,  #block-menu-123 li a:visited,
  #block-menu-115 li a,  #block-menu-115 li a:visited,
  #block-menu-81 li a,  #block-menu-81 li a:visited, 
  #block-menu-84 li a,  #block-menu-84 li a:visited, 
  #block-menu-88 li a,  #block-menu-88 li a:visited,
  #block-menu-93 li a,  #block-menu-93 li a:visited,
  #block-menu-98 li a,  #block-menu-98 li a:visited
  {
  	color: white;
  	text-transform: uppercase;
  	border: none;
  	font-size: 10px;
  }
  
  #block-menu-128 li a:hover,  #block-menu-128 li a:active,
  #block-menu-123 li a:hover,  #block-menu-123 li a:active,
  #block-menu-115 li a:hover,  #block-menu-115 li a:active, 
  #block-menu-81 li a:hover,  #block-menu-81 li a:active, 
  #block-menu-84 li a:hover,  #block-menu-84 li a:active,
  #block-menu-88 li a:hover,  #block-menu-88 li a:active,
  #block-menu-93 li a:hover,  #block-menu-93 li a:active,
  #block-menu-98 li a:hover,  #block-menu-98 li a:active
  {
  	color: #DEFF0B;
  	text-transform: uppercase;
  	border: none;
  	font-size: 10px;
  }
*/
  
  #block-search-0
  {
  	height: 40px;
  	width: 220px;
  	float:right;
  }
  
  #edit-search-block-form-1-wrapper label
  {
  	display: none;
  }
  
  #edit-search-block-form-keys
  {
  	width: 140px;
  }
  
  .aboutImageBlock
  {
  	float:left;
  	margin-right: 20px;
  }
  
  .aboutImageBlock.last
  {
  	margin-right: 0;
  }
  
  #about-video
  {
  	width: 300px;
  	height: 202px;
  	display: block;
  }
  
  .imageBlockTite,
  .aboutImageBlockTitle
  {
  	display: block;
  }
  
  .right
  {
  	float: right;
  }
  
  #sidebar-right-inner #cuttingEdgeAdBlock
  {
  	overflow: visible;
  	background-color: #33332F;
  	padding: 10px;
  	color: white;
  }
  
  /* Church Finder Block styles */
  #churchFinderFooter
  {
  	width: 280px;
  	float: right;
  	padding: 0;
  	margin-top: 0;
  }
  #churchFinderFooter h3
  {
  	margin-top: 0;
  	color: #EFEFEF;
  	font-size: 12px;
  	text-transform: uppercase;
  }
  #footer #churchFinderFooter
  #sidebar-right-inner #churchFinder
  {
  	overflow: hidden;
  }
  
  #footer #cfFooterContainer
  {
  	background-color: #40403C;
  	width: 280px;
  }
  #sidebar-right-inner #cfContainer
  {
  	background-color: #ffbe00;
  	width: 280px;
  	padding: 10px;
  }
  #cfInput, #cfInputBg, #cfGo, #cfForm, #cfFooterInput, #cfFooterInputBg, #cfFooterGo, #cfFooterForm
  {
  	padding: 0;
  	margin: 0;
  }
  
  #front-popular #cfInputBg,
  #footer #cfFooterInputBg,
  #sidebar-right #cfInputBg
  {
  	background-image: url(/site/sites/all/themes/vusa/images/cfInputBg.png);
  	background-repeat: no-repeat;
  	height: 34px;
  	width: 276px;
  	padding: 1px;
  }
  
  #front-popular #cfInputBg div,
  #footer #cfFooterInputBg div,
  #sidebar-right #cfInputBg div
  {
  	/* display: inline; */
  	float: left;
  }
  
  #front-popular #cfInput,
  #footer #cfFooterInput,
  #sidebar-right #cfInput
  {
  	position:absolute;
  	background-color: #FFFFFF;
  	border: none;
  	/* height:18px; */
  	width: 200px;
  	margin-right: 5px;
  	font-size: 11px;
  	color: #1a1a1a;
  	padding: 12px 0 3px 8px;
  }
  
  
  #sidebar-right #cfGo, 
  #footer #cfFooterGo
  {
  	position:absolute;
  	margin-left: 218px;
  }
  
  #footer #churchFooterFinder a
  #sidebar-right-inner #churchFinder a
  {
  	color: #FF5D00;
  	font-size: 11px;
  }
  
  #marker-icon
  {
  	float: left;
  	margin-bottom: 1px;
  }
  
  front-churchfinder h2
  {
  	float: left;
  }
  
  #footer-inner h1,
  .sidebar-left #content-header h1,
  .no-sidebars #content-header h1,
  .sidebar-right #content-header h1,
  .two-sidebars #content-header h1
  {
  	font-size: 21px;
  	font-weight: normal;
  	color: #333333;
  	/* text-transform: uppercase; */
  	border-bottom: 1px solid #313130;
  	padding: 10px 0;
  	margin-bottom: 20px;
  }

  .page-about-churchfinder #content
  {
  	overflow: hidden;
  }


  /* About Block Styles */
  
  #vineyardLinks .leftBlockItem
  {
  	float: left;
  	width: 140px;
  }
  
  #vineyardLinks .rightBlockItem
  {
  	/* margin-left: 160px; */
  	width: 140px;
  	float: right;
  }
  
  #vineyardLinks h2
  {
  }
  /* Changed this from #statementLinks #vineyardLinks */
  #footer ul,
  #sidebar-left ul,
  #content ul
  {
  	margin: 0;
  	padding: 0;
  }
  #sidebar-right ul
  {
  	margin: 0 0 20px 0;
  	padding: 0 12px;
  }

  #sidebar-left li,
  #content li
  {
  	font-size: 11px;
  	list-style-type: none;
  	list-style-image: none;
  	list-style-position: outside;
  	margin: 0;
  	padding: 5px 0 5px 10px;
  	border-bottom: 1px dotted #333333;
  	background: transparent url(/site/sites/default/images/bullets/bullet.gif) no-repeat 0px 8px;
  }
  
  #sidebar-right li
  {
  	font-size: 11px;
  	margin: 0;
  	padding: 5px 0;
  	color: #343230;
  }
  
   #content li
   {
     border-bottom: none;
   }
  /* General Tweaks */
  .sidebar-right #content-area .taxonomy li
  {
  	border: none;
  	background: none;
  }
  
  /* Tweaks for specific pages */
  .terms
  {
  	display: none;
  }
  
  .page-about-vineyard #content-area
  {
  	margin-bottom: 40px;
  }
  
  .leadersName
  {
  	font-weight: bold;
  }
  .regionName
  {
  	font-weight: normal;
  	display: block;
  }
  #historyResources
  {
  	background-color: silver;
  	padding: 20px;
  	width: 260px;
  }
  #vineyardResources
  {
  	
  }
  .ital
  {
  	font-style: italic;
  }
  /* About Vienyard Page */
  #aboutImageBar
  {
  	margin-top: 20px;
  }
  
  /* Vineyard History Page */
  #historyResources
  {
  	background-color: #201100;
  }
   #historyResources p
  {
  	color: #FFF;
  }
  
  /* What We Believe Page */
  #statementContent
  {
  	float: left;
  	width: 460px;
  }
  #statementDownloads
  {
  	float: right;
  	width: 140px;
  	margin: 0;
  	padding: 0;
  }
  
 #statementDownloads ul
  {
  	margin: 0;
  	padding: 0;
  }
  
  #statementDownloads .nextListLine
  {
  	display: block;
  	font-weight: bold;
  }
  
  /* About Regions Page */
/*   .page-about-regions-northwest  */
  
  #content h2 
  {
  	/* background-color: #646664; */
  	color: #6d6d6a;
  	font-size: 18px;
  	font-weight: bold;
  	/* text-transform: uppercase; */
  	padding: 0;
  	margin: 20px 0 10px 0;
  }
  
  .type2-block-list-img,
  .apcl-list-img
  {
  	float: left;
  }
  .type2-block-list-info,
  .apcl-list-info
  {
  	overflow: auto;
  	padding: 10px 20px;
  }
  .type3-block-list-info
  {
  	
  }
  
  .type3-block-info li,
  .type2-block-info li,
  .apcl-list-info li
  {
  	background: none !important; 
  	padding: 2px 0 !important;
  	border-bottom: none !important;
  }
  .type2-block-list-container,
  .apcl-list-container
  {
  	clear: both;
  	display: block;
  	background-color: white;
  	overflow: auto;
  	margin: 0 0 10px 0;
  }
  
  .type2-block-name,
  .apcl-name
  {
  	font-weight: bold;
  }
  
  /* Type 3 Block Styles */
  .type3-block-list-container
  {
  	margin-bottom: 20px;
  }
  .type3-block-name
  {
  	display: block;
  	font-weight: bold;
  }
  .type3-block-list-info
  {
  	
  }
  #regional-blogs
  {
  	width: 620px;
  	padding-bottom: 20px;
  }

  .front #featured-blogs
  {
  	width: 280px;
  	float: right;
  	margin-bottom: 30px;
  }


  .front #featured-blogs
  {
  	width: 300px;
  }
  
  .page-blogs-podcasts #featured-blogs
  {
  	width: 620px;
  }
  .one-column
  {
  	width: 60px;
  	float: left;
  	margin-right: 20px;
  }
  .two-column
  {
  	width: 140px;
  	float: left;
  	margin-right: 10px;
  }
  
  .two-column-about
  {
  	width: 140px;
  	float: left;
  	margin-right: 20px;
  }
  
  .three-column
  {
  	width: 220px;
  	float: left;
  	margin-right: 20px;
  }
  .four-column
  {
  	width: 300px;
  	float: left;
  	margin-right: 20px;
  	overflow: visible;
  }
  
  .last-column
  {
  	margin-right: 0;
  }
  
 #content h2.column-header
  {
  	margin-top: 0;
  }
  
  /* Resources Styles */
  #resources-block1
  {
  	margin-bottom: 20px;
  }
  /* Double-line li styles */
  .li-title
  {
  	display: block;
  }
  
  /* Church Planting Task Force */
  #church-planting-start
  {
  	overflow: auto;
  }
  
  /* Missions */
  #missions-get-involved
  {
  	margin: 20px 0 10px 0;
  }
  
  /* Front Page Styles */
    
  .front #block-menu-115
  {
  	width: 710px;
  	border: none;
  }
  
  #main-authors
  {
	width: 620px;
	height: 180px;
  }
  #main-authors h3
  {
  	margin: 0 0 5px 0;
  	padding: 0;
  	font-size: 12px;
  	line-height: 12px;
  }
  #main-authors h3 a,
  #main-authors h3 a:visited,
  #main-authors h3 a:link
  {
  	font-size:11px;
  	line-height: 12px;
  	font-weight: bold;
  }
  #main-authors h4
  {
  	padding: 0;
  	margin: 0;
  	color: #91ad19;
  	font-size: 11px;
  }
  .front #front-churchfinder
  {
  	width: 300px;
  	height: 80px;
  	padding: 0 0 20px 0;
  	margin: 0 0 40px 0;
  	border-bottom: 1px solid #e6e6e2;
  }
  
 /* Front page Church Finder Block styles */
  
  #cfInput, 
  #cfInputBg, 
  #cfGo, 
  #cfForm
  {
  	padding: 0;
  	margin: 0;
  }
  
  #front-popular #cfInputBg
  {
  	background-image: url(/site/sites/default/images/bg/cfInputBg.png);
  	background-repeat: no-repeat;
  	height: 22px;
  	width: 206px;
  	padding: 2px;
  }
  
  #front-popular #cfInputBg div
  {
  	/* display: inline; */
  	float: left;
  }
  
  #front-popular #cfInput
  {
  	position:absolute;
  	background-color: #E6EAE6;
  	border: none;
  	/* height:18px; */
  	width: 140px;
  	margin-right: 5px;
  	font-size: 11px;
  	color: #1a1a1a;
  	padding: 6px 0 3px 10px;
  }
  
  
  #front-popular #cfGo
  {
  	position:absolute;
  	margin-left: 146px;
  }
  
  #front-popular #churchFinder a
  {
  	color: #FF5D00;
  	font-size: 11px;
  }
  
  #content-bottom .taxonomy
  {
  	font-size: 10px;
  	padding-top: 5px;
  }
  #content-bottom .taxonomy li
  {
  	background: none;
  	background-image: none;
  	padding-left: 0;
  }
  #content h3
  {
  	color: #869F0C;
  	font-size: 16px;
  	font-weight: normal;
  }
  #content .submitted
  {
  	font-size: 10px;
  	font-weight: bold;
  }
  #content-bottom li
  {
  	border:none;
  }
  #content-bottom .node-teaser
  {
  	margin-bottom: 10px;
  }
  #footer-id div
  {
  	text-align: right;
  	
  }
  #footer-address
  {
  	color: #ADADA3;
  }
  #sidebar-right .event-teaser
  {
  	margin: 10px 0;
  }
  
  #sidebar-right .event-teaser p
  {
  	margin: 2px 0;
  	padding: 0;
  }
  .sidebar-right .submitted
  {
  	margin-bottom: 10px;
  	font-size: 11px;
  }
  .node-type-event .submitted
  {
  	display: none;
  }
  .front #content-bottom h2
  {
  	padding: 0 0 10px 0;
  	margin-bottom: 10px;
  	border-bottom: 1px solid #878987;
  }
  .front #block-views-all_events h3.title
  {
  	font-size: 12px;
  	font-weight: bold;
  	padding:2px;
  	margin: 0;
  }
  .front #block-views-all_events p
  {
  	padding:2px;
  	margin: 0;
  }
  
  .taxonomy
  {
  	display: none;
  }
  
  .front #featured-tf .title
  {
  	margin-bottom: 20px;
  }
  
  .front #featured-tf
  {
  	clear: both;
  }
  
  #block-block-54 .content a
  {
  	margin-left: 40px;
  }
  
  #second-section
  {
  	margin: 0;
  	padding: 0;
  	width: 620px;
  	float:left;
  }
  
  #ministry-spotlight
  {
  	width: 300px;
  	overflow:hidden;
  	float:left;
  }
  
/*   Type 2 Block Definitions */
  .block-type-2
  {
  	width: 300px;
  	height: 70px;
  	margin: 0 0 10px 0;
  }
  
  .block-type-2-text h3
  {
  	font-size: 14px;
  	margin: 0;
  }
  
  .block-type-2-text p
  {
  	margin: 0;
  	font-size: 11px;
  }
  
  .block-type-2 img
  {
  	float: left;
  	margin-right: 10px;
  }

  .clear
  {
  	clear: both;
  }
  
  #block-block-66
  {
  	overflow: visible;
  }
  
  #block-block-66 h2
  {
  	padding-top: 20px;
  	margin: 0 0 0 60px;
  	width: 240px;
  }
  
  #block-block-66 .title-graphic
  {
  	width: 300px;
  	display: block;
  	overflow: auto;
  }
  #sidebar-right .block
  {
  	margin-bottom: 20px;
  }
  
  #sidebar-right .block .content
  {
  	padding: 0;
  	background-color: #f4f4f4;
  }
  
  #sidebar-right .block .content ul
  {
  	padding: 10px 24px;
  }
  
   #sidebar-right .block .view-content
   {
   	padding: 10px;
   }
  
  .front .front-season
  {
  	margin-bottom: 40px;
  }
  
 h2.title a:link
  {
  	color: #0099ff;
  	text-decoration: none;
  }
  
  #sidebar-left ul li ul li,
  #content ul li ul li,
  #sidebar-right ul li ul li
  {
  	border: none;
  }
  #block-views-mercy_response_articles
  {
  	clear: both;
  }

table
{
	width: 100%;
}
.page-admin #main-inner #content-inner
{
	overflow: visible;
}

#block-block-79
{
	width: 940px;
	height: 240px;
	background-image: url(/site/sites/default/images/front/value-02-bg.png);
}

#block-block-79 #title-2009
{
	/* text-align: right; */
	/* position: absolute; */
	padding-left: 300px;
	padding-top: 120px;
}


#block-block-81
{
	width:940px;
	height: 220px;
	display: block;
	background-color: #f7f7f7;
}

#block-block-80 .content
{
	width: 940px;
	height: 60px;
	background-color: #f4f4f2;
}

.author-block
{
	float: left;
	width: 140px;
	height: 180px;
	background-color: white;
	margin-right: 20px;
	margin-top: 20px;
}

#last-issue,
#coming-up
{
	width: 120px;
	height: 180px;
	background-color: #faf9f9;
	float: left;
	margin-top: 20px;
}

#last-issue h4,
#coming-up h4
{
	margin-left: 10px;
	font-weight: normal;
}

#last-issue
{
	margin-left: 20px;
	margin-right: 20px;
}

.author-block h4
{
	font-weight: normal;
	margin-left: 10px;
}

.author-block h5
{
	font-weight: normal;
	margin-left: 10px;
	color: #7b7672;
}

.author-block a:hover
{
	background-color: #f5f5f5;
}

.quick-block
{
	width: 250px;
	height: 60px;
	overflow: hidden;
	padding-left: 60px;
}

.quick-block h3
{
	z-index: 9;
	margin-bottom: 0;
}

.quick-block p
{
	margin-top: 0;
	padding-top: 0;
	z-index: 10 !important;
	
}

#nlc-audio p,
#what-is-vineyard p,
#quick-find-church p
{
	z-index: 10 !important;
}

#nlc-audio
{
	background-image: url(/site/sites/default/images/front/spkr-icon.png);
	background-repeat: no-repeat;
}
#what-is-vineyard
{
	background-image: url(/site/sites/default/images/front/info-icon.png);
	background-repeat: no-repeat;
}

#quick-find-church
{
	background-image: url(/site/sites/default/images/front/marker-icon.png);
	background-repeat: no-repeat;
}

.front h1.title
{
	display: none;
}

.front #summer-events
{
	width: 300px;
	float: right;
}

/*
.front #summer-events .views-row
{
	margin-bottom: 10px;
}
*/

.views-row
{
	margin-bottom: 10px;
}

.front #featured-tf .two-column .title
{
	margin-bottom: 20px;
}


#front-page-main
{
	width: 940px;
	float: left;
}

.view-content .node-inner
{
	margin-bottom: 12px;
}

.article-image-inline
{
	float: left;
	margin: 0 10px 10px;
}

.breadcrumb
{
	display: none;
}


/*
#cart-form-buttons #edit-checkout,
#block-uc_cart-0 li.cart-block-checkout
{
	display: none;
}
*/

#block-uc_cart-0 li
{
	border: 0;
}

.not-logged-in #uc-google-checkout-cart-form
{
	display: none;
}

#block-block-19 .content,
#block-block-20 .content
{
	padding: 0 !important;
}

#v4-container
{
	width: 940px;
	height: 490px;
	overflow: hidden;
	margin: 10px 0 40px 0;
}

#v4-issue
{
	float: left;
	width: 620px;
	height: 490px;
	border-right: 1px solid #cccccc;
}

#v4-issue h2
{
	padding: 0 !important;
	margin: 0;
	line-height: 10px;
}

#v4-issue h5
{
	margin: 0 0 4px 0;
	text-transform: uppercase;
	color: #995414;
	
}

#v4-issue p
{
	margin: 6px 0;
	font-family: Georgia, Arial, helvetica, serif;
	font-size: 14px;
	color: #343230;
	padding:0 20px 0 20px;
}

#v4-issue #issue-left-column
{
	width: 280px;
	float:left;
	padding-right: 20px;
	background-color: #ebebeb;
}

#issue-left-column
{
	width: 280px;
	overflow:hidden;
	background-color: #ebebeb;
	padding-right: 20px;
}

#v4-issue #issue-right-column
{
	float: right;
	width: 280px;
	padding-right: 20px;
	margin-right: 0;
}

.issue-article
{
	margin-bottom: 20px;
}

#issue-left-column .issue-article
{
	width: 280px;
	padding: 10px;
}

#issue-left-column h2
{
	margin-left: 0px;
}

#issue-left-column h5
{
	margin-left: 0px;
}

#issue-left-column .title-image
{
	float: left;
	margin-right: 10px;
}

#v4-container #popular-links
{
	float: right;
	/* background-color: #f4f4f2; */
	width: 300px;
	height: 450px;
	margin: 0;
	padding: 0;
}

#front-popular-links-header
{
	margin: 0;
	padding: 0;
	position: relative;
}

#v4-container #popular-links ul.menu
{
	margin: 0 40px;
	height: 175px;
}

#v4-container #popular-links ul.menu li
{
	background: none;
	list-style-type: disc;
	padding-left: 0;
}

#block-block-100
{
	margin: 0 0 20px 0;
	padding-bottom: 0 !important;
}

#block-block-100 .content
{
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}


#block-block-100 .content p
{
	font-size: 16px;
	line-height: 24px;
	font-family: Georgia, serif;
	color: #666666;
}

#haiti-header img
{
	cursor: pointer;
}

#haiti-content
{
	margin-bottom: 20px;
	display: none;
	padding: 20px;
	border-bottom: 1px solid #9c1000;
}

.page-churchsites-search-map #google-map
{
	width: 620px !important;
	height: 540px !important;
	float: left;
}

#edit-church-search-key-wrapper
{
	margin: 7px 0;
}

#edit-church-search-key-wrapper .description
{
	margin-top: 10px;
	color: #999;
}

#edit-church-search-key-wrapper div#autocomplete
{
	margin-top: 20px !important;
}

#edit-church-search-key-wrapper div#autocomplete ul
{
	padding: 4px !important;
	margin-bottom: 0;
	background-color: white;
}

#map-search-sidebar
{
	float: right;
}

#map-search-input-wrapper
{
	float: left;
	background-image: url(/site/sites/all/modules/churchsites/map-search-input-bg.png);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
	width: 210px;
}

#edit-church-search-key
{
	width: 180px;
	border: 0;
	margin: 0;
	background: none;
}

#map-search-sidebar
{
	width: 300px;
	height: 540px;
}

#search-map-top-matches
{
	clear: both;
	margin-top: 20px;
}

#block-churchsites-0
{
	height: 100px;
}

#block-churchsites-0 h2
{
	margin-bottom: 20px;
}

#map-search-image-button-wrapper
{
	float: right;
}

.rubric
{
	color: #666666;
	font-size: 12px;
	padding-top: 20px;
	line-height: 20px;
}

.search-map-term
{
	text-transform: uppercase;
	color: #242424;
	line-height: 20px;
}

#search-map-legend
{
	clear: both;
	padding-top: 10px;
}

#church-locator-wrapper
{
	width: 300px;
	height: 75px;
	margin: 0;
	padding: 0;
	/* background-color: white; */
}

#church-locator-wrapper h2
{
	margin-top: 0;
	padding: 0;
}

body.node-type-svs-public
{
	font-family: "Lucida Grande", Helvetica, Arial;
}

.page-content-society-vineyard-scholars h1.title
{
	display: none;
}

.page-content-svs-events #sidebar-right-inner,
.node-type-svs-public #sidebar-right-inner
{
	padding-top: 0;
}
.page-content-svs-events #content,
.node-type-svs-public #content
{
	padding-top: 30px;
}

.page-content-svs-events #sidebar-right ul.menu,
.node-type-svs-public #sidebar-right ul.menu
{
	padding: 10px 0;
}

.page-content-svs-events #sidebar-right ul.menu li.leaf,
.node-type-svs-public #sidebar-right ul.menu li.leaf
{
	list-style-image: none;
	background-image: url(/site/sites/all/themes/vusa/images/vusa-v2-bullet.png);
	list-style-type: none;
	background-position: 280px 14px;
	background-repeat: no-repeat;
	padding: 12px 0;
	border-bottom: 1px solid #cccccc;
}

.page-content-svs-events #sidebar-right .block .content,
.node-type-svs-public #sidebar-right .block .content
{
	padding: 0;
	background-color: #ffffff;
}

.page-content-svs-events #sidebar-right .block .content p,
.node-type-svs-public #sidebar-right .block .content p
{
	color: #666666;
}

.node-type-svs-public #content-area p
{
	color: #666666;
}

.node-type-svs-public #content-area h4
{
	color: #333333;
}

.node-type-svs-public #content-area .two-column
{
	margin-right: 20px;
}

.node-type-svs-public #content-area .last-column
{
	margin-right: 0;
}

.loggedInAs, .membership-expiration
{
	margin: 6px 0;
	color: #888888;
}

.node-type-svs-public div#twitter-latest
{
	width: 300px;
	margin-right: 0;
}

.node-type-svs-public div#svs-member-content
{
	width: 300px;
	margin-right: 20px;
}

.node-type-svs-public a div#already-member
{
	width: 300px !important;
	height: 40px !important;
	background-image: url(/site/sites/all/themes/vusa/images/already-member-login.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.node-type-svs-public a:hover div#already-member
{
	background-position: 0 -40px;
}
#maptop {
	height: 700px;
	width: 940px;
}
#mapmiddle {
	height: 700px;
	width: 940px;
	margin-top: -130px;
}

.page-nlc2009-audio .views-field-title
{
	margin-top: 36px;
	font-size: 18px;
}

/*January 2013 front page revision*/

.front-main-2013
{
	width: 940px;
	overflow: hidden;
	margin: 20px 0 40px 0;
}

#front-page-top
{
	width: 940px;
	height: 475px;
	overflow: hidden;
}

#top-main
{
	float: left;
	width: 600px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}

#top-main h2
{
	padding: 0 !important;
	margin: 0;
	line-height: 10px;
}

#top-main p
{
	margin: 6px 0;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	color: #343230;
	padding-left:10px;
}

#top-main #top-left-column
{
	width: 300px;
	float:left;
	margin-right: 20px;
	background-color: #ebebeb;
}

#top-left-column img
{
	width:300px;
	height:300px;
	margin:0;
}

#top-left-column #top-left-article
{
	height:175px;
	overflow:hidden;
	background-color: #ebebeb;
	padding:20px;
}

#top-main #top-right-column
{
	float: right;
	width: 280px;
}

#top-right-column #top-right-banner
{
	width:280px;
	height:95px;
}

#top-right-column #top-right-article
{
	width:280px;
	height:205px;
}

#top-right-column #top-right-image
{
	width:280px;
	height:175px;
}

#top-blocks
{
	float: right;
	/* background-color: #f4f4f2; */
	width: 300px;
	height: 475px;
	margin: 0;
	padding: 0;
}

#top-blocks h2
{
	padding: 0 !important;
	margin: 0;
	line-height: 10px;
}

#church-locator-wrapper
{
	width: 300px;
	height: 75px;
	margin: 0 0 20px 0;
	padding: 0;
}

#recent-items-wrapper
{
	width: 300px;
	height: 175px;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}

#recent-items
{
	padding:10px 0 0 10px;
}

#voices-vineyard-wrapper
{
	width: 300px;
	height: 175px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#voices-vineyard
{
	padding:10px 0 0 10px;
}

#front-blocks-header
{
	margin: 0;
	padding: 0;
	position: relative;
}

/*second section jan 2013*/

#front-page-bottom
{
	width: 940px;
	height: 300px;
	overflow: hidden;
	margin: 40px 0 0 0;
}

#bottom-main
{
	float: left;
	width: 600px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}

#bottom-main h2
{
	padding: 0 !important;
	margin: 0;
	line-height: 10px;
}

#bottom-main p
{
	margin: 6px 0;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	color: #343230;
}

#bottom-main #bottom-left-column
{
	width: 300px;
	float:left;
	overflow: hidden;
}

#bottom-main #bottom-right-column
{
	float: right;
	width: 280px;
}

#bottom-blocks
{
	float: right;
	/* background-color: #f4f4f2; */
	width: 300px;
	height: 475px;
	margin: 0;
	padding: 0;
}

#bottom-blocks h2
{
	padding: 0 !important;
	margin: 0;
	line-height: 10px;
}

#bottom-blocks li
{
	background: none !important;
}

#upcoming-events-wrapper
{
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#upcoming-events
{
	padding:10px 0 0 10px;
}

#front-blocks-header
{
	margin: 0;
	padding: 0;
	position: relative;
}

/*VUSA Partners style*/
.vineyard-partners
{
	width: 280px;
  	height: 70px;
  	margin: 0 0 10px 0;
}
  
.vineyard-partners-text h3
{
	font-size: 12px;
	margin: 0;
}
  
.vineyard-partners-text p
{
	margin: 0;
	font-size: 11px;
}
  
.vineyard-partners img
{
	float: left;
	margin-right: 10px;
}
  
/*New "About Vineyard" style*/
#large-video
{
	width:620px;
	height:380px;
}

#about-text
{
	margin:0 20px 40px 20px;
	font-size:13px;
}
  
/*New "Core Values" style*/
#values-links
{
	width:530px;
	height:150px;
	margin:30px 0 30px 45px;
}
  
#values-links #left-column
{
	width:300px;
	float:left;
}
  
.value-block
{
	height:50px;
	padding:0;
	position:relative;
}
  
.value-block img
{
	float:left;
	width:40px;
	height:40px;
}
  
.value-block-text
{
	margin: 0 0 0 50px;
	position:absolute;
	bottom:15px;
}

.value-block-text p
{
	padding: 0 !important;
	margin: 0;
	line-height: 1.25em;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	font-size:12px;
}

#values-links #right-column
{
	margin:0 0 0 300px;
	width:230px;
}

#values-text
{
	margin:0 20px 40px 20px;
	font-size:13px;
}

#beliefs-text
{
	margin:0 20px 0 20px;
	font-size: 13px;
}

#beliefs-text h2
{
	margin:0;
	padding:0 !important;
}

#beliefs-text p
{
	margin:10px 0 30px 0;
}

#booklet-links
{
	margin-bottom:30px;
}

#booklet-links p
{
	font-size:11px;
	padding:0;
	margin:0;
}

/*"All Media by Topic"*/

.media-text
{
	margin:0 20px 0 20px;
}

.topics-layer
{
	width:580px;
	height:220px;
	margin:20px;
}

.topics-layer-title h2
{
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}	

.topic-three-column
{
	width:190px;
	margin-right:20px;
	float:left;
}

.topic-three-column-last-column
{
	width:190px;
	margin-right:0;
	float:left;
}

.media-links-column
{
	width:180px;
	height:170px;
}

.video-entry
{
	height:65px;
	margin:10px 0 10px 0;
}

.video-entry p
{
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.video-entry a
{
	text-decoration:none;
}

.video-entry img
{
	width:116px;
	height:65px;
	margin-right:10px;
	float:left;
}

.topic-entry
{
	height:25px;
	width:190px;
	margin:10px 0 10px 0;
}

.topic-entry p
{
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px !important;
	margin:0 !important;
	padding:2px 0 0 0 !important;
	line-height:1.25em;
}

.topic-entry a
{
	text-decoration:none;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	line-height:1.25em;
	margin:0 !important;
	padding:0 !important;
}

.topic-entry img
{
	width:45px;
	height:25px;
	margin-right:10px;
	float:left;
}

/*Indiv. video pages*/

.topic-links
{
	width:620px;
	margin:0;
}

.media-links
{
	width:620px;
}

.media-links p
{
	line-height: 1.25em;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	font-size:20px;
}

.topic-links p
{
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	line-height: 1.25em;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
	
}

.topic-two-column
{
	float:left;
	width:300px;
}

.topic-two-column-last-column
{
	float:right;
	width:310px;
}

.return-links
{
	float:left;
	width:620px;
}

.all-topic-links
{
	width:620px;
	float:left;
	margin:0;
}

.word-entry
{
	width:180px;
	margin:10px 0 10px 0;
}

.word-entry p
{
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	font-size:11px !important;
	margin:0 !important;
	padding:0 !important;
	line-height:1.25em;
}

.word-entry a
{
	text-decoration:none;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:1.25em;
	margin:0 !important;
	padding:0 !important;
}

.article-entry
{
	height:25px;
	width:180px;
	margin:10px 0 10px 0;
}

.article-entry p
{
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px !important;
	margin:0 !important;
	padding:2px 0 0 0 !important;
	line-height:1.25em;
}

.article-entry a
{
	text-decoration:none;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	line-height:1.25em;
	margin:0 !important;
	padding:0 !important;
}

.article-entry img
{
	width:25px;
	height:25px;
	margin-right:10px;
	float:left;
}

.archive-link p
{
	line-height: 1.25em;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	font-size:20px;
}

/*equipping the saints summits*/

.eq-content
{
	width:900px;
	margin:0px 20px;
}

.wide-banner
{
	margin:0 0 30px 0;
}

.eq-overview
{
	height:248px;
	/*overflow:hidden;*/
}

.eq-overview-tall
{
	height:348px;
	/*overflow:hidden;*/
}

.small-video
{
	width:440px;
	margin-right:10px;
	float:left;
}

.eq-text
{
	float:right;
	width:440px;
	margin-left:10px;
}

.eq-text p
{
	margin:0px 0px 28px 0px !important;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
	color: #343230;
}

.upcoming-summits
{
	height:225px !important;
}

.upcoming-summits-short
{
	height:125px !important;
}

.upcoming-summits-medium
{
	height:175px !important;
}

.summits-header p
{
	line-height: 1.25em;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	/*text-transform: uppercase;*/
	font-weight:bold;
	font-size:30px;
	margin:20px 0px !important;
}

.eq-three-column
{
	width:290px;
	height:225px;
	border-right-style:solid;
	border-color:#cccccc;
	border-width:1px;
	float:left;
	margin-right:12px;
	padding-right:7px;
}

.eq-three-column h2
{
	padding:0px !important;
	margin:0px !important;
}

.summit-description
{
	height:65px;
}

.eq-last-column
{
	width:279px;
	height:225px;
	float:left;
	border-style:none;
}

.eq-last-column h2
{
	padding:0px !important;
	margin:0px !important;
}

.eq-three-column-short
{
	width:290px;
	height:125px;
	border-right-style:solid;
	border-color:#cccccc;
	border-width:1px;
	float:left;
	margin-right:12px;
	padding-right:7px;
}

.eq-last-column-short
{
	width:279px;
	height:125px;
	float:left;
	border-style:none;
}

.eq-three-column-short h2
{
	padding:0px !important;
	margin:0px !important;
}

.eq-last-column-short h2
{
	padding:0px !important;
	margin:0px !important;
}

/*temporary "coming soon" text*/

.coming-soon p
{
	line-height: 1.2em;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	font-weight:bold;
	font-size:36px;
	margin:25px 0 0 0;
}