@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen fÃ¼r die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.2
 * @revision        $Revision: 107 $
 * @lastmodified    $Date: 2007-08-01 18:27:14 +0200 (Mi, 01 Aug 2007) $
 * @appdef yaml
 */

@media all
{
  /**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  html * { font-size: 100.01% }

  /* (en) base layout gets standard font size 12px */
  body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 75.00%;
	color: #000066;
  }

  h1,h2,h3,h4,h5,h6 {
	font-family:'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#97b1cc;
	margin: 0 0 0.25em 0;
	font-style: oblique;
  }

  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 200%; color:#182E7A}          /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  #header h1 {
	color:#000066;
	margin-top: 60px;
	font-size: 3em;
	font-style: oblique;
	line-height: 85%;
	font-weight: bold;
  }

  #header span {color:#999;}
  
  #header h2 {
	font-style: oblique;
	font-size: 1.5em;
	text-align: right;
	line-height: 1em;
	padding: 0 5px 0 0;
  }

  #itinerary h2,
  #itinerary h3,
  #itinerary h4,
  #itinerary h5,
  #itinerary h6 {
	line-height: 1em;
  }

  #itinerary h3 {
	margin-top: 15px;
	border-top: 1px dotted #9D9D9D;
	padding-top: 10px;
	background: url(http://www.wrightwayministries.org/images/interface/content-event.jpg) no-repeat left 10px;
	padding-left: 25px;
  }
  
  #itinerary h3.first {
    border-top: none;
	margin-top: 20px;
  }
  
  #itinerary h5 {
	color: #858585;
  }
  
  #itinerary h6 {
	font-weight: normal;
	color: #858585;
}
#sidecontent .content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidecontent .content ul li {
	display: block;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}

.category_image{
	float: left;
	padding-top: 6px;
	padding-right: 3px;
}
.store_welcome {
	padding: 10px 10px 0px;
	border: 1px solid #006;
	background: #CCC;
	margin-bottom: 10px;
}
.store_welcome h2 {
	font-size: 14px;
}
.product{
	overflow: hidden;
}

.product a img{
	background: #FFF;
	padding: 5px;
	border: 1px solid #999;
	margin: 0px 5px -1px 0px;
	float: left;
	display: block;
}
.category {
	color:#006;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 0px;
	border-bottom: #006 solid 1px;
}
#sidecontent .category {
	width: 175px;
	margin: 0px auto 5px;
}
.Books, .Music, .Sermons {
	padding-left: 20px;
}
.Books {
	background: url(http://www.wrightwayministries.org/images/products/book.png) no-repeat left center;
}
.Music{
	background: url(http://www.wrightwayministries.org/images/products/music.png) no-repeat left center;
}
.Sermons{
	background: url(http://www.wrightwayministries.org/images/products/sermon.png) no-repeat left center;
}
.product a:hover img {
	border: 1px solid #4D87C7;
}


  #addcart, #viewcart{
	padding: 0px 0px 0px 18px;
	cursor: pointer;
	color: #4D87C7;
	border-style: none;
	border-width: 0px;
  }
  #product_detail h3{
	border-bottom: 1px dashed #999;
	padding-right: 10px;
	margin-top: 15px;
  }
#product_detail img {
	background: #FFF;
	padding: 5px;
	border: 1px solid #999;
}
  .product_price{
	color: #999;
	font-weight: bold;
	font-size: 14px;
	font-style: oblique;
 	margin-bottom: 0;
 }
#footer .product .product_price {
	color: #666;
}
.product_author {
	color: #999;
	line-height: 5px;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
	margin-right: 200px;
}
#footer .product .product_author {
	margin: 0px;
	padding: 3px 0px;
	color: #666;
	font-size: 10px;
	border-bottom-color: #666;
}
  #addcart:hover, #viewcart:hover{
	color: #FFF;
	text-decoration: underline;
  }
  #addcart{
	background: url(http://www.wrightwayministries.org/images/interface/addcart.gif) no-repeat left center;
  }
  
   #viewcart{
	background: url(http://www.wrightwayministries.org/images/interface/viewcart.gif) no-repeat left center;
  }

  div.feedburnerFeedBlock {
	margin-top: 20px;  
  }
  
  div.feedburnerFeedBlock ul {
	list-style: none;  
  }

  p.feedTitle {
	font-size: 200%;
	font-weight: bold;
	color:#97b1cc;
	margin: 0 0 0.25em 0;
	font-style: oblique;  
  }

  div.feedburnerFeedBlock ul li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #9D9D9D;
	padding-bottom: 10px;
  }
  
  div.feedburnerFeedBlock ul li a {
	background: url(http://www.wrightwayministries.org/images/interface/content-play.jpg) no-repeat left 50%;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
  }
  
  div.feedburnerFeedBlock p.date {
	font-size: 80%;
	color: #9D9D9D;
  }
  
  div#creditfooter {
	margin: 10px 10px 10px 25px;
  }
  
  
 .feed-button {
	padding: 15px 0;
	background: url(http://www.wrightwayministries.org/images/interface/sidecontent-background.jpg) no-repeat center center;
}

.feed-button a {
  color: #666;
  padding: 10px 15px 10px 36px;
  background: /*#ccc*/ url("http://www.wrightwayministries.org/images/interface/content-rss.png") no-repeat 15px 50%;
/*  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #565656;
  border-left: 1px solid #d7d7d7;*/
}

.feed-button a:hover {
  color: #444;
  background: /*#eee*/ url("http://www.wrightwayministries.org/images/interface/content-rss.png") no-repeat 15px 50%;
/*  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #646464;
  border-left: 1px solid #f2f2f2;*/
}
.mfclink {
	background: url("http://www.wrightwayministries.org/images/interface/content-mfclink.jpg") no-repeat center top;
	text-align: left;
	font-size: 90%;
	padding: 10px 50px 15px 135px;
	line-height: 1em;
}

  #footer h1 {
	color: #000066;
	border-bottom: 1px dashed #000066;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  
  #footer h5 {
	font: bold 100%/1em Verdana, Arial, Helvetica, sans-serif;
	color: #000066;  
  }

  #footer h6 {
	font: oblique bold 75%/1em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 5px;  
  }
  
  #footer #itinerary ul{
  	margin: 0px;
  	padding: 0px;
  }

  #footer #itinerary ul li{
  	list-style: none;
  	margin: 0px;
  	padding: 0px;
  }
  
  #footer #news .title, #footer #news .date{
  	font-weight: bold;
  	margin: 0px;
  	padding: 0px;
  }
  
  #footer #news .date{
  	color: #ddd;
  	font-size: 10px;
  }

  p { line-height: 1.5em; margin: 0 0 1em 0; }

  /* ### Lists | Listen  #### */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }

  dt { font-weight: bold }
  dd { margin: 0 0 1em 2em }

  /* ### text formatting | Textauszeichnung ### */

  cite, blockquote {font-style:italic}
  blockquote { margin: 0 0 1em 1.5em }

  strong,b { font-weight: bold }
  em,i {font-style:italic}

  pre, code { font-family: monospace; font-size: 1.1em; }

  acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
  }

  /**
   * Generic Content Classes
   * (en) standard classes for positioning and highlighting
   *
   * @section content-generic-classes
   */

  .note {background: #dfd; padding: 1em; border-bottom: 1px #bdb dotted; border-bottom: 1px #dbb dotted;}
  .important {background: #ffd; padding: 1em; border-bottom: 1px #ddb dotted; border-bottom: 1px #dbb dotted;}
  .warning {background: #fdd; padding: 1em; border-bottom: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}

  .float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;  }
  .float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;  }
  .center { text-align:center; margin: 0.5em auto }

  /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   *
   */

  a {color: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#fff; text-decoration:underline;}
  
  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus, 
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}
   
  #footer a { color: #4D87C7; background:transparent; font-weight: bold;}
  #footer a:focus, 
  #footer a:hover,
  #footer a:active {color: #fff; background-color: transparent; text-decoration:underline;}

  /**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */

  /**
   * Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen fÃ¼r die Tabellenbreite und Gestaltungsvorschriften fÃ¼r Tabellen
   *
   * @section content-tables
   */

  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  table.full { width: 100%; }
  table.fixed {table-layout:fixed}

  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  
  /**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
  }
    
}
br .clear {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
	border-width: 0px;
	border-style: none;
	display: none;
	visibility: hidden;
}
#sidecontent a:focus, #sidecontent a:hover, #sidecontent a:active {
	color:#006;
	text-decoration:underline;
}
p#regnow a{
	width: 149px;
	height: 153px;
	text-indent: -999px;
	background: url(http://www.wrightwayministries.org/images/interface/register_now.jpg) no-repeat top left;
    float: right;
}
p#regnow a:hover{
	background-position: -149px 0px;
}