/*** Barron - $Id: style.css,v 1.4.2.2 2007/04/10 00:30:51 jwolf Exp $ ***/

body
{
	background:transparent url('images/header.jpg') repeat-x;
	color:#444;
	font:normal normal normal small/1.5em "Lucida Grande", Verdana, sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	margin:0;
	padding:0;
}

h2
{
	font-size:150%;
	font-weight:normal;
	margin:20px 0 0;
}

h3
{
	font-size:130%;
	font-weight:normal;
}

a:link, a:visited
{
	color:#4C6077;
	font-weight:normal;
	text-decoration:none;
}

#content a:link, #content a:visited {color:#003a81;} /*Changed to be darker by Paul 12/8/2008*/

a:hover
{
	color:#65809E;
	text-decoration:underline;
}

#container
{
	margin:0 auto;
	max-width:970px;
	/*width:90%;*/
	width: 940px; /*This line was added by Paul 12/6/2008 so that the right column doesn't go underneath on thinner screens*/
}

/*----------header, logo and site name styles----------*/
#header
{
	height:100px;
	position:relative;
}

#logo
{
	float:left;
	width:809px;
	margin-top:50px;
}

#siteName
{
	color:#fff;
	float:left;
	font-size:290%;
	margin:40px 0 0;
}

#siteName a
{
	color:#fff;
	text-decoration:none;
}

#siteName a:hover
{
	color:#ddd;
	text-decoration:none;
}

#siteSlogan
{
	width:500px;
	height:50px;
	color:#fff;
	float:right;
	font-size:76%;
	font-weight:bold;
	margin:60px 0 0 10px;
	line-height:12px;
}

#logo img
{
	border:0;
	float:left;
}

#logoWrapper
{
	line-height:4em;
	position:absolute;
}

/*----------nav styles -- primary links in header----------*/

#nav {
	height:30px;
	margin: 0;
	padding:5px 0;
	position: absolute;
	right: 0;
}

ul
{
	list-style:none outside none;
	list-style-image:none;
	margin:0;
	padding:0;
}

#nav li
{
	display:inline;
	
}

#nav li a
{
	border:medium none;
	color:#353637;
	font-weight:normal;
	padding:6px 10px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

#nav li a:hover
{
	background:#627f9d none repeat;
	border:medium none;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	color:#fff;
	padding-left:9px;
	padding-right:9px;
}



/*----------main content----------*/
#content
{
	display:inline;
	float:left;
	margin:20px 0;
	max-width:600px;
	overflow:hidden;
	width:600px;
	padding-top:10px;
}

/*----------sidebar styles left----------*/
#sidebarWrapperLeft
{
	display:inline;
	float:left;
	margin-top:20px;
	max-width: 130px;
	/*width:21%;*/
	width: 100px; /*This line was added by Paul 12/6/2008 so that the right column doesn't go underneath on thinner screens*/
}

#sidebarLeft
{
	margin: 0 0 20px;
	padding: 10px 20px 0 0;
}

#sidebarLeft .title
{
	color:#660403;
	font-size:120%;
	font-weight:bold;
	line-height:19px;
	margin:0px 0;
}

/*----------sidebar styles right----------*/
#sidebarWrapperRight
{
	background:transparent url('images/sidebar_bottom.jpg') no-repeat scroll left bottom;
	display:inline;
	float:right;
	margin-top:20px;
	max-width: 200px;
	width:21%;
}

#sidebarRight
{
	background:transparent url('images/sidebar_top.jpg') no-repeat scroll left top;
	margin:0 0 20px;
	padding:10px 0 0 30px;
}

#sidebarRight .title
{
	border-bottom:1px solid #eee;
	color:#656668;
	font-size:120%;
	font-weight:bold;
	line-height:19px;
	margin:10px 0;
}

/*Give the menu items in the left a bit less space some more words can fit on, by Paul 12/6/2008*/
#sidebarRight ul li {margin-left: 4px;}

/*----------page styles----------*/
.pageTitle
{
	color:#192028;
	font-size:220%;
	margin:10px 0 20px;
	line-height: 100%; /*Added by Paul so that multi-line titles don't get squisshed*/
}

.mission
{
	background-color:#efefef;
	border:solid 1px #ccc;
	marign:0 0 10px 0;
	padding:10px;
}

.messages
{
	color:#C80000;
	font-size:110%;
	margin:10px 0;
}
#servicelinks
{
	padding-top:10px;
}

/*----------node styles----------*/
.nodeTitle
{
	background:url('images/nodeTitle.gif') no-repeat 0 100%;
	color:#9a0000;
	font-size:180%;
	margin:0;
	line-height: 100%; /*Added by Paul so that multi-line titles don't get squisshed*/
}

.nodeTitle a
{
	color:#4C6077;
	text-decoration:none;
}

.nodeTitle a:hover
{
	color:#8CA0B7;
	text-decoration:none;
}

.node
{
	margin:0 0 20px;
}

.content p
{
	margin:10px 0;
}

.submitted
{
	color:#a3a3a3;
	font-size:70%;
}

.nodeLinks
{
	font-size:95%;
	margin:0;
	padding:0;
}

.taxonomy
{
	background:url('icons/tag_red.png') no-repeat 0 7px;
	font-size:80%;
	padding:0 0 5px 16px;
}


/*----------comment styles----------*/
.commentTitle
{
	border-bottom:1px solid #ddd;
	color:#9a0000;
	font-size:130%;
	margin:20px 0 0;
}

.commentTitle a
{
	color:#4C6077;
	text-decoration:none;
}

.commentTitle a:hover
{
	color:#8CA0B7;
	text-decoration:none;
}

.commentLinks
{
	background:#f7f7f7;
	border:1px solid #e1e1e1;
	color:#444;
	font-size:95%;
	margin:20px 0 30px;
	padding:4px 0 4px 4px;
}

/*----------footer----------*/
#footer
{
	clear:both;
	font-size:85%;
	margin:0 0 20px;
	text-align:center;
}

#footer a
{
	border:medium none;
	color:#a3a3a3;
}

/*----------img styles----------*/
img
{
	padding:3px;
}

/*----------icons for links----------*/
.comment_comments a
{
	background:url('icons/comment.png') no-repeat 0 2px;
	padding-bottom:5px;
	padding-left:20px;
}

.node_read_more a
{
	background:url('icons/page_white_go.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.comment_add a,.comment_reply a
{
	background:url('icons/comment_add.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}
.comment_delete a
{
	background:url('icons/comment_delete.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.comment_edit a
{
	background:url('icons/comment_edit.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

/*----------TinyMCE editor----------*/
body.mceContentBody
{
	background:#fff;
	color:#000;
	font-size:12px;
}

body.mceContentBody a:link
{
	color:#ff0000;
}

/*----------table styles----------*/
table
{
	margin:1em 0;
	width:100%;
}

thead th
{
	border-bottom:2px solid #AAA;
	color:#494949;
	font-weight:bold;
}

td,th
{
	padding:.3em 0 .5em;
}

tr.even,tr.odd,tbody th
{
	border:solid #D5D6D7;
	border-width:1px 0;
}

tr.even
{
	background:#fff;
}

td.region,td.module,td.container
{
	background:#D5D6D7;
	border-bottom:1px solid #AAA;
	border-top:1.5em solid #fff;
	color:#455067;
	font-weight:bold;
}

tr:first-child td.region,tr:first-child td.module,tr:first-child td.container
{
	border-top-width:0;
}

td.menu-disabled,td.menu-disabled a
{
	background-color:#D5C2C2;
	color:#000;
}

/*----------other styles----------*/

.block
{
	margin:5px 0 20px;
}

.thumbnail,.preview
{
	border:1px solid #ccc;
}


/*----------Changes made by Paul April 2008----------*/
/*Copied from /modules/system/system.css so that the blogs menu matches the other menus*/
#block-views-blog_recent li {
  list-style-type: square;
  list-style-image: url(/misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0 0 0 0.5em;
}
/*Hide the 'to add to the blog link' for now*/
/*#block-views-blog_recent div.view-header-blog-recent p {display: none;}*/

/*The menus have two parts - a link which displays on pages where the menu shouldn't appear, and the menu*/
/*The code below makes the link display correctly, reducing spacing, etc*/
/*Block 8 is 'About the Book Link', */
#block-block-8 h2.title, #block-block-9 h2.title, #block-block-10 h2.title {display: none;}
#block-block-8 div.content, #block-block-9 div.content, #block-block-10 div.content {margin:0; padding:0;}
#sidebarRight h2 {font-size: 120%; margin-top: 10px;}
#sidebarRight h2 a {font-size:100%; font-weight: bold;}

/*Make the book pages look nicer*/
#content .node .content ul.menu li {margin-bottom: 3px;}
#content .node .content ul.menu {margin-top: 10px; margin-bottom: 15px;}

/*For the user login block which looks untity*/
#user-login-form {text-align: left;}
#user-login-form div.item-list ul {padding-left: 3px; font-size: 85%;}
#user-login-form div.item-list ul li {margin-top: 0;}

/*Added by Paul 19/6/2008 for the date on comments*/
.commentdate {font-size:80%;}
