/* $Id: style.css,v 1.1 2007/06/20 12:30:49 dixonm Exp $ */

/*
** HTML elements
*/
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}

#header2 {
  background: transparent url(banner_art2.jpg) no-repeat;
  text-align: right;
  width: 100%;
}

#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  border: 0;
}
#menu {
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #9cf;
}
#primary a {
  font-weight: bold;
  color: #fff;
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #9cf;
}
#secondary a {
  font-weight: bold;
  color: #9cf;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 0 10px 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  text-align: left;
  font-family: arial, sans-serif;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  padding: 0 5px 0 0;
  margin-bottom: 10px;
}
.breadcrumb a {
  color: #000!important;
  text-decoration: none;
  font-weight: normal;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
 /* background-color: #ddd;*/
  width: 165px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px 10px 0 0;
  vertical-align: top;
}
#footer {
  background-color: transparent;
  padding: 1em;
  font-size: 0.8em;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #009;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
  text-align:right;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 0 1.5em 0;
}
.block {
/*  border-bottom: 1px solid #bbb; */
  padding-bottom: 0em;
  margin-bottom: 0.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .0em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

body {
	margin: 0px;
	padding: 20px;
	font: 14px/140% Georgia, "Times New Roman", Times, serif;
	width: 838px;
	background-color: white;
}

h1 {
	margin: 15px 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 130%;
	color: #000099;
}

h2 {
	margin: 15px 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 130%;
	color: #000099;
}

h3 {
	margin: 18px 0 10px 0;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 140%;
	color: #033;
	font-weight: bold;
}

p, ul, li {
	font: 14px/140% Georgia, "Times New Roman", Times, serif;
}

a {
	color: #0033CC;
	font-weight: bold;
}

a:link { color: #0033CC; }
a:visited { color: #0033CC; }
a:hover { color: #C00; }

hr { color: #900; }

#Headwrap {
	margin: 20px 30px 0 180px;
	height: 97px;
	background-image: url(/img/logo_bgfill.gif);
	background-repeat: repeat-x;
}

#shortHeadwrap {
	margin: 20px 30px 0 20px;
	height: 100px;
	background-image: url(/img/banner_art2.jpg);
	background-repeat: no-repeat;
}
/*
#header {
	margin: 0px 0px 0 610px;
	height: 100px;
}
*/
#Headwrap p {
	color: #066;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 17px;
	font-weight: bold;
	padding: 0;
	margin: 6px 0;
}

#topform, #bottomform {
	background-color: #CC9;
	padding: 10px;
}

#topform h2, #bottomform h2 {
	margin: 0;
	padding: 0;
}

#topform p, #bottomform p { font: 11px/130% verdana, arial, helvetica, sans-serif; }

body { background-color: #ffffff; }

#Main {
	margin: 0px 20px 50px 185px;
  width: 585px;
	background-color: #ffffff;
}

#Main.threecol { width: 468px; }

#MainStandalone { /* for marketing pages without headers and navigation  */
	margin: 30px 80px;
}

#Searchbox {
	padding: 5px;
	border-top: 2px solid #99CCFF;
	border-bottom: 2px solid #000099;
	background-color: #0066ff;
	margin: 5px 0;
	color: #ffffff;
}
#Searchbox input {
	font-size: 11px;
	margin: 4px 2px;
}
#Searchbox p {
	margin: 0;
	padding: 0;
}

#Leftwrap {
	position: absolute;
	top: 134px;
	left: 20px;
	width: 165px;
	background-color: #ffffff;
}

#Rightwrap {
	position: absolute;
	top: 134px;
	left: 693px;
	width: 165px;
	background-color: #ffffff;
}

#twinwrap {  /* for ie5pc */
	height: 120px;
}

#twin1 {
	width: 220px;
	height: 120px;
	float: left;
	background-image: url(/img/twin1.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#twin2 {
	width: 220px;
	height: 120px;
	float: right;
	background-image: url(/img/twin2.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#twinwrap input {
	margin: 95px 3px 0 0;
}

#bible {
	padding: 5px 0 10px 0;
	border-color: #900;
	border-width: 1px 0;
	border-style: solid;
	display: none;
}

#bible img {
	margin-top: 5px;
}

#bible a + a {
	margin-left: 2px;
}

.ad120x90 {
	padding: 5px;
	border-color: #0066ff;
	border-width: 0 2px;
	border-style: solid;
}

.amazonuk {
	padding: 5px;
	border-color: #dddddd;
	border-width: 1px;
	border-style: solid;
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
  color: #333333;
	text-align: center;
	line-height: 1.5em;
}

.amazontext
{
	font: 9px verdana, arial, helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
}

.book {
  width: 100%;
	height: 150px;
	padding: 0px;
	border-width: 0px 0px 1px 0px;
	border-style: 1px;
	border-color: #dddddd;
	line-height: 1.5em;
}

.topad
{
	margin: 0 0 12px;
	padding: 0;
}

.node_teaser h2{
  font-size:1em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.node_teaser{
  border-bottom:1px solid black;
  margin-bottom: -20px;
  margin-top: -10px;
}

.greenbox {
	border-color: #366;
	border-width: 2px;
	border-style: solid;
	margin: 15px 0;
	padding: 0 15px 10px 15px;
}
.greenbox h1 {
	font-size: 14px;
	background-color: #366;
	color: #FFF;
	padding: 2px 10px;
	margin: 0 -15px;
}
.greenbox h2 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: -10px;
}
.yellowbox
{
	background-color: #FF9;
	border: 2px dotted black;
	padding: 0 12px;
}
#nav { 
	margin-bottom: 5px;
	}
#nav form {margin: 0px 0px 0px 0px; }
#Links p, #Links li {
	font-size: 10px;
	line-height: 130%;
}
#nav a:link { color: #0033CC; text-decoration: none; }
#nav a:visited { color: #0033CC; text-decoration: none; }
#nav a:hover { color: #C00; text-decoration: underline; }
#nav p , .block .title{
	background-color: #dddddd;
	margin: 1px 0;
	padding: 3px 4px;
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	line-height: 1.5em;
}
.subnav {
	text-align: right;
}
.subnav ul {
	background-color: #dddddd;
	list-style: none;
	padding: 3px 4px;
	font: 10px verdana, arial, helvetica, sans-serif;
	margin: 1px 0;
}
.subnav li {
	list-style: none;
	margin: 2px 0;
	font: 10px/14px verdana, arial, helvetica, sans-serif;
}
.subnav a { font-weight: normal; }

.subjects {
	background-color: #ddd;
	font-size: 11px;
	padding: 04px;
	color: #000;
	font-weight: normal;
	margin: 11px 0 10px 0;
	line-height: 1em;
	text-align: right;
}

.credit {
	margin: 15px 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: #000099;
}

.gsearch {background: #ffffff; border: 1px solid #dddddd; width: 165px; margin: 0px 0px 0px 0px;}
.gsearch_text {font: 10px verdana, arial, helvetica, sans-serif;}
.nav_rss {margin: 0px 0px -3px 0px;}


ul.menu {
  padding: 0!important;
  margin: 0;
  background: #ddd;
}
ul.menu li {
  padding: 3px 0 3px 0;
  margin: 0;
  border-top: 1px #fff solid;
  text-align: right;
  list-style-type: none;
  list-style-image: none;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}


ul.menu li a {
  margin: 0 5px;
}

ul.menu li ul li{
  margin-right:10px;
  font-size:10px;
}

#floater {
	/* don't touch these */
	position: absolute;
	z-index: 1;

	/* position on page */
	top: 165px;
	left: 230px;

	width: 420px;
	background-color: yellow;
	padding: 15px 15px 10px 15px;
	display:none; 
}

.floater_headline {font: bold x-large Courier New, Courier, mono; color: #000;}
.floater_text {font: bold large Courier New, Courier, mono; color: #222222;}
.floater_submit {font: small Courier New, Courier, mono; color: #000;}
.floater_privacy {font: x-small verdana, arial, helvetica, sans-serif; color: #000;}
.floater_close {float: right;}

.bluebox {
	border: 2px dotted #069;
	background-color: #FFFFCC; 
	padding: 0px 10px 0px 10px;
}
.bluebox h1, .bluebox h2 {
	color: red;
	margin: 0;
}

.bluebox p
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
}

#block-block h3,#block-block-3 {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-bottom:0px;
}

/**
 * The formating for the container listing pages
 */ 
.category-navigation li.leaf{
  background-color:white;
  text-align:left;
  padding-left:10px;
}

#block-menu-1291 li, #block-menu-1295 li{
  font-size:10px;
}

.masterclassbluebox {
	border: 1px;
	background-color: #ccccff; 
	padding: 5px 10px 5px 10px;
}
.masterclassbluebox h3 {
	border: 1px;
	background-color: #cccfff;
}
table {
  border-collapse:none;
}
#attachments{display:none;}


#block-service_links-0 ul li{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

