/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
	background: url(images/body-bg.gif) #1F3247 repeat-y center top;
	color: #40566A;
	font: 0.83em/1.5em Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 0;
	width: 763px;
	zoom:1;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1.title {
	background: url(images/underline_bg.gif);
	color: #DAB983;
	font-size: 1.6em;
	font-variant: small-caps;
	font-weight: normal;
	height: 32px;
	margin: 15px 10px 0px 0px;
	padding: 0px 0px 0px 23px;
	text-transform: none;
	word-spacing: .1em;
}

h2 {
	border: 1px none #DADDE9;
	color: #000066;
	font: normal 18px Georgia, serif;
	padding: 0px;
	text-transform: capitalize;
}
h2.title{
	display: none;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
  
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a img {
	border: none;
}
img.border {
	padding: 5px;
	border: solid 1px #DDD;
}
a:link {
	color: #396991;
	text-decoration: underline;
}

a:visited {
	color: #396991;
	text-decoration: underline;
}

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

a:active {
	color: #396991;
	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;
}
tbody{
	border: none;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.lightbox-processed .links, .lightbox-processed .submitted{
	display: none;
}
.comment .links {
  margin-bottom: 0;
}
/*
** Home Page
*/
#home #masthead{
	background: url(images/home-masthead.jpg) no-repeat;
	height: 330px;
	max-height:330px;
	zoom:1;
}
.praiseauthor {
	line-height: 1.5em;
	margin: 0px;
	padding-left: 12px;
	padding-right: 19px;
	padding-top: 0px;
	text-align: right;
	min-height: 50px;
	zoom:1;
}

.praisequote {
	font-style: italic;
	color: #823017;
	font: 14px/1.6em Georgia, "New Century Schoolbook", Times, serif;
	margin-bottom: 5px;
	padding-bottom: 0px;
	min-height: 50px;
	zoom:1;
}

.praisequotehome {
	color: #823017;
	font: italic 13px/1.5em Georgia, "New Century Schoolbook", Times, serif;
	margin: 0px 0px 5px;
	padding: 0px 12px 0px 40px;
	min-height: 50px;
	zoom:1;
}
#tutu-quote{
	padding: 110px 0 0;
	min-height: 50px;
	zoom:1;
}
#home #col3{
	padding: 160px 0 0;
	min-height: 50px;
	zoom:1;	
}
#home #col2{
	min-height: 1px;
}
/*
** Page layout blocks / IDs
*/
#pagewrapper {
	margin: 0;
	padding: 0 22px !important;
	zoom: 1;
}

#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
	font: bold 11px Georgia, sans-serif;
	padding: 40px 0 0 68px;
}
#masthead {
	background: url(images/masthead-monticello.jpg) no-repeat;
	height: 218px;
	margin: 0;
	padding: 0;
	min-height: 1px;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
	text-decoration: none;
}
#navlist a.active{
	color:  #990000;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
#breadcrumbs {
	clear: both;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 160px 0 0 0;
	padding: 0 10px 0 0;
	text-align: right;
}

ul.menu a {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	word-spacing: 0.1em;
}

ul.menu a:link, ul.menu a:visited{
	color: #006699;
	text-decoration: none !important;
}

ul.menu a:hover, ul.menu a:active {
	color: #660000;
	text-decoration: none !important;
}

ul.menu li{
	background: url(images/navbar_bg.gif) no-repeat top left;
	border: solid 1px #E2E6E9;
	line-height: 1.4em;
	list-style: none !important;
	margin: 0 0 2px 0;
	padding: 1px 0 1px 17px;
}

ul.menu{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 12px 0 0;
}

ul.links li {
  padding: 0 22px;
}
ul.links li.first {
  border: none;
}
#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;
}
#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 0 0 ;
  padding: 0;
  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: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  min-height: 50px;
	zoom:1;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#col2 .content{
	padding-left: 20px;
}
#columns{
	min-height: 50px;
	zoom:1;
}
#col2 {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 485px;

}

#col2 h2 {
}

#col2 ul {
	padding-left: 25px;
}

#col3 {
	float: right;
	margin: 0;
	padding: 47px 0 0;
	width: 205px;
}
#col3 .praisequote, #col3 .praiseauthor{
	font-size: 0.9em;
}

#footer {
	clear: both !important;
	font-size: 0.8em;
	padding: 30px 0 0;
	margin: 0;
	text-align: center;
	display: none !important;
}

/*
** 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: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 1em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  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; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}
.clear {
	clear: both;
}
/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 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;
}
#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;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
/*
** Clean Menu Styles
*/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.nice-menu li {
  border: none;
  border-top: 0;
  float: left;
  background-color: transparent;
  margin: 0;
  padding: 0 11px;
  background-image: none;
  text-transform:uppercase;
  font-size: 0.9em;
}
ul.nice-menu li ul li{
	background-color: #EFEFEF;
	padding-top:  2px;
	padding-bottom: 2px;
	text-transform: capitalize;
}
ul.nice-menu li a {
	padding:  4px 0 0px;
	text-decoration: none;
}
#nice-menu-1{
	padding: 37px 0 0 80px;
}
.menu-path-node-1{
	background: red;
}
.menuparent{
	background-color: transparent !important;
}
ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  background: #eee url() right center no-repeat;
}
ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  background: #ccc url() right center no-repeat;
}
ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.5em;
  left: -1px;
  border: 0;
  margin-right: 0;
}
ul li#menu-188 a {
	padding-right:15px;
}
label.views-label-body {
	display: none;
}

.views-row-even, .views-row-odd{
	background:#EFEFEF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:0px 0 20px 20px;
	padding: 0 10px 10px 10px;
}