/** Amadou 3.x
* $Id: style.css,v 1.8.2.2.6.4.2.6 2007/12/09 21:39:52 jwolf Exp $
*/

@import "layout.css";
@import "icons.css";

body
{
  background-color: #003466;
  color:#5a5a5a;
  font-family:trebuchet ms, Arial,sans-serif;
  font-size: 12px;
  margin: 0px auto;
  padding:0;
  height: 200px;
}


h1,h2,h3,h4,h5,h6
{
  font-weight:normal;
  margin:0;
  padding:0;
 
}


h3,h4,h5,h6
{
  color:#013466;
}

h3
{
  font-size: 150%;
}

h4
{
  font-size: 130%;
}

h5
{
  font-size: 120%;
}

h6
{
  font-size: 110%;
}

ul, quote, code
{
  margin: .5em 0;
}

p
{
  font-size:1.125em;
  line-height:1.4em;
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a
{
  color:#fc7215;
  text-decoration:none;
}

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


img, a img
{
  border: none;
}


span.form-required
{
  color: #ffae00;
}

span.submitted, .description
{
  font-size: 1.1em !important;
  font-style: italic;
  color: #898989;
}

input
{
  font: 12px/100% "Arial";
  color: #494949;
}

textarea, select
{
  font: 12px/160% "Arial";
  color: #494949;
}


/*----------site logo, site name, & site slogan----------*/
.logo
{
  float:left;
  padding:0 1em 0 0;
  margin:0;
}

#top_nav {
	height: 30px;
	margin:0;
	padding-top: 5px;
	width: 102%;
}
#header_right {
	float:right;
	text-align:right;
	margin:30px 5px 0 0;
}
#edit-search-block-form-1-wrapper label {
	display:none;
}
#header {
	float:left;
}
#header h1
{
  color:#000000;
  font-size:2em;
  letter-spacing:2px;
  line-height:1.2em;
  margin:0;
  padding:5px 0 0 0;
  <!-- text-transform:lowercase; -->
  white-space:nowrap;
}

#header h1 a
{
  color:#000000;
  text-decoration:none;
}

#header h2
{
  color:#fff;
  font-size:1.8em;
  letter-spacing:2px;
  margin:0;
  padding:0.25em 0 0;
  text-transform:lowercase;
  white-space:nowrap;
}


/*----------primary links---located in header----------*/
#menu
{
  color:#fff;
  font-size:1em;
  font-weight:normal;
  height:20px;
  line-height:1.3em;
  letter-spacing:1px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 0;
  white-space:nowrap;
  text-transform: uppercase;
}

#menu ul
{
  float:right;
  list-style:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

#menu li
{
  background-image:none;
  display:inline;
  margin:0;
  padding:0;
}

#menu li a
{
  border:medium none;
  color:#8ab51e;
  font-weight:normal;
  padding:3px 10px;
  text-decoration:none;
}

#menu li a:hover, #menu li a.active
{
  color:#cde19a;
}



#accountmenu {
	text-align: right;
	margin-top: 8px;
	margin-right: 4px;
}

#accountmenu ul {
	float: right;
	margin-top: 1px;
	margin-left: 25px;
}

#accountmenu li {
	margin: 0px;
	margin-left: -5px;
	padding: 0px;}

#accountmenu li a {
	font-size: 110%;
	color: #003466;
	padding: 3px 14px;
	letter-spacing: .5px;
	text-transform: uppercase;
	border-left: 1px solid #ccc;
}

#accountmenu li.first a {
	border-left: none;
}

#accountmenu li a:hover, #accountmenu li a.active {
	color: #6985a0;
	text-decoration: none;
}

#accountmenu p {
	margin: 0;
	padding: 0;
	color: #aaa;
}
/*----------mainContent----------*/
#mainContent h2
{
  border-bottom:1px solid #ccc;
  color:#003466;
  font-size:2em;
  font-weight:normal;
  line-height:1.2em;
  margin:0;
  padding:0;
}

#mainContent h2 a
{
  color:#003466;
  text-decoration:none;
}

#mainContent h2 a:hover
{
  color:#4FA3F9;
  text-decoration:none;
}


/*----------sideBars----------*/
#sideBars h2
{
  border-bottom:1px solid #ccc;
  font-size:100%;
  text-transform: uppercase;
  font-weight:normal;
  line-height:1.3em;
  margin:0.3em 0 0.7em;
  padding:0;
}


/*---------- page styles----------*/
.pageTitle
{
  clear: both;
  font-size:2.8em;
  color: #003466;
  letter-spacing: .5px;
  text-transform: capitalize;
  line-height:1.2em;
  margin-bottom:.8em;
}

.mission
{
  background-color:#F7F7F7;
  border:1px solid #ccc;
  color:#354A7B;
  font-size:1em;
  line-height:1.35em;
  margin:0.32em 0 0.85em;
  padding:1em;
}

.breadcrumb
{
  margin:0.32em 0;
  padding:0;
}

.breadcrumb a
{
  text-transform: uppercase;
  color: #aaaaaa;
}

.messages div
{
  font-size: 15px;
  color: #F00;
  background: #FCC;
  border: 1px solid #E3CF57;
  margin:1em 0em;
  padding:1em 1em 1em 35px;
}
.messages div.status
{
  font-size: 15px;
  color: #000000;
  background: #9FFC92;
  border: 1px solid #E3CF57;
  margin:1em 0em;
  padding:1em 1em 1em 35px;
}

.messages ul
{
  margin:0;
}


.block
{
  margin:0 0 1.5em;
  padding:0;
}


/*----------node styles----------*/
.node
{
  border-bottom:1px solid #ccc;
  margin:0 0 2.5em;
  padding:0;
}

h3,h4,h5,h6,.nodeTitle a
{
  color:#013466;
}

.nodeTitle a:hover
{
  color:#3670A8;
  text-decoration:none;
}

.taxonomy  /* tag icon for taxonomy located in icons.css */
{
  clear:left;
  font-size:0.95em;
  padding:0 0 0.5em 1.5em;
}

.submitted
{
  font-size:0.95em;
  padding:0;
}

#mainContent .content
{
  padding:0.8em 0 0;
}

.node .links
{
  font-size:1.05em;
  padding:0.35em 0;
  margin:0;
}



.preview .node
{
  border:1px solid #ccc;
  padding:0.75em;

}


/*----------comment styles----------*/
.commentTitle
{
	font-size:1.5em;
	display: none;
}

.comment
{
  background-color:#F7F7F7;
  border:1px solid #ccc;
  margin:0 0 2em;
  padding:1em;
}



/*----------misc. styles----------*/
hr
{
  margin:0;
  padding:0;
  border:none;
  height:1px;
  background:#5294c1;
}

dl
{
  margin:0.5em 0 1em 1.5em;
}

dl dd
{
  margin:0 0 .5em 1.5em;
}

dt
{
  font-size:1.285em;
  margin:0.65em 0 0;
}

dl
{
  margin:0.5em 0 1em 1.5em;
}

dl dd
{
  margin:0 0 .5em 1.5em;
}

span.form-required
{
  color:#ffae00;
}

.description
{
  font-size:0.92em;
  color:#5A5A5A;
  margin-bottom:0.75em;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item
{
  margin:0.25em 0;
}

#center form
{
  margin-bottom:2em;
}


#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box
{
 margin-bottom:2.5em;
}

div.admin
{
  margin:0;
  padding:0;
}

blockquote
{
  margin:0;
  padding:0 0 8px;
}

blockquote p
{
  background:url('images/close-quote.gif') no-repeat right bottom;
  color:#30457E;
  font-family:serif;
  margin:10px 20px;
  padding-left:18px;
  text-indent:-18px;
  width:400px;
}

blockquote p:first-letter
{
  background:url('images/open-quote.gif') no-repeat left top;
  padding-left:18px;
}
.user-signature
{
  color:#949494;
  font-family:Cursive, sans;
  font-size:0.80em;
  margin:0;
  padding:0;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu
{
  margin: 0;
  padding: 0;
}

div.admin .left
{
  float: left;
  width: 48%;
}
div.admin .right
{
  float: right;
  width: 48%;
}

div.admin-panel
{
  padding: 1em 1em 1.5em;
}

div.admin-panel .description
{
  margin-bottom: 1.5em;
}

div.admin-panel dl
{
  margin: 0;
}

div.admin-panel dd
{
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}


/*----------list styles----------*/
ul
{
  margin: 0.5em 0 1em;
  padding: 0;
}

ol
{
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li
{
  margin: 0.4em 0 0.4em .5em;
}

ul.menu, .item-list ul
{
  line-height:1.2em;
  margin: 0.35em 0 0 -0.5em;
}

ul.menu ul, .item-list ul ul
{
  margin-left: 0em;
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf
{
  margin: 0.15em 0 0.4em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf
{
  padding: 0 0 0em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em;
}

ol li
{
  padding: 0 0 .3em;
  margin-left: 2em;
}

ul li.expanded
{
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed
{
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a
{
  display: block;
}

ul.inline li
{
  background: none;
  margin: 0;
  padding: 0 1em 0 0; 
}

ol.task-list
{
  margin-left: 0; 
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li
{
  padding: 0.5em 1em 0.5em 2em;
}

ol.task-list li.active
{
  background: transparent url(images/task-list.png) no-repeat 3px 50%;
}

ol.task-list li.done
{
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%;
}

ol.task-list li.active
{
  margin-right: 1em;
}

fieldset ul.clear-block li
{
  margin: 0;
  padding: 0;
  background-image: none;
}

ul.primary, ul.primary li, ul.secondary
{
  border-bottom:1px solid #BBBBBB;
  background: none;
  height:auto;
  margin:5px;
  padding:0 ;
}

ul.secondary li
{
  background: none;
  border-right:1px solid #CCCCCC;
  display:inline;
  padding:0 1em;
}

ul.links li {
  background:none;
  list-style:none;
  margin:0 1em 0 0;
  padding:0;
}

ul.pager li a {
	color: #fc7215;
}

ul.pager li a:hover  {
	color: #f1bd9a;
}

/*---------------user-login-form---let's get rid of the center alignment---------------*/
#user-login-form
{
  margin:0;
  padding:0 0 0 10px;
  text-align:left;
}

.form-item
{
  text-align:left;
  margin:0;
  padding:0;
}


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

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


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

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

thead th a
{
  color: #494949;
}


td, th
{
  padding: .6em .5em;
}

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

tr.odd, tr.info
{
  background-color: #f5f5f5;
}

tr.even
{
  background-color: #fff;
}

tr.drag
{
  background-color: #fffff0;
}

tr.drag-previous
{
  background-color: #ffd;
}

tr.odd td.active
{
  background-color: #dae1ee;
}

tr.even td.active
{
  background-color: #e6ecf8;
}

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

td.views-field-name a, td.views-field-group-nid a {
	color: #5a5a5a;}
	
th.views-field-title {
	width: 300px;
}

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

table.system-status-report th
{
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


/* Menu edits */



.nice-menu-hide-title { 
  display: none; 
}


ul#nice-menu-1 {
	background-color: #003466;
	margin-top: -5px;
	height: 30px;
	padding-top: 5px;
}


/* all menu elements */
ul#nice-menu-1 li a{
background-color: #003466;
color: #fff;
text-transform: uppercase;
font-size: 105%;
padding-left: 10px;
padding-right: 10px;
border-left: 1px solid #264870;
}

ul#nice-menu-1 li a:hover {
text-decoration: none;
color: #8ea1b7;
}

ul#nice-menu-1 li a#dhtml_menu-2 {
border-left: 1px solid #003466;
padding-left: 0px;
}

/* just child menu elements */
ul#nice-menu-1 ul li a{
font-size: 100%;
color:#fff;
background: #0f3f77;
text-transform: capitalize;
border-top: 1px solid #234e76;
border-left: none;
padding-left: 5px;
padding-right: 5px;
}




/* small adjustment to child menus, move down to fit underneath blue tab */
ul#nice-menu-1 ul {
padding-top: 8px;
margin-top: 0px;
margin-left: 7px;
}

ul#nice-menu-1 li#menu-2 ul {
margin-left: 0px;
}

ul.nice-menu-down ul {
left:-3px;
}

/* re-adjustment to right-side menus within child menus, reset margins of inherited element so they line up with the list item */
ul#nice-menu-1 ul li ul {
padding-top: 0px;
top: 0px;
margin-left: 0px;
border-left: 1px solid #234e76;
}

/* get adjust right padding on menu parents */
ul.nice-menu-down .menuparent a {
padding-right: 5px;
}

/* get rid of default grey borders */
ul.nice-menu li, ul.nice-menu-down li {
border: none;
}

ul.nice-menu ul {
border-top: none;}



ul#nice-menu-1 ul li.menuparent > a {
background: #0f3f77 url(images/menu-rightarrow.png) center right no-repeat;
}




/* tabs adjustment */
ul.primary li a {
	padding: .3em 1em 0;
	color: #555;
}

ul.primary li a.active {
	color: #333;
}

ul.primary li {
	margin-right: -10px;
	}
	
ul.primary {
	margin-bottom: 20px;
}


/* decreasing font sizes of dates in calendar side menu block */

span.date-display-single, span.date-display-start, span.date-display-end {
font-size: 11px;
}


/* fixing administrator mouseover links (ie. export) making horizontal scrollbar appear */

div.view div.views-admin-links {
font-size:xx-small;
margin-right:1em;
margin-top:1em;
width: auto;
}


div.view div.views-admin-links ul {
background-color:#EBAD83;
margin-left:80px;
margin-top:-5px;
padding:5px;
}

div.view div.views-admin-links li a {
color:#333333;
}



.view-header, .tribune-top-message {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 110%;
	background-color: #dae7f7;
	border: 1px solid #b0c2d8;
	color: #333;
}


ul.links, ul.links.inline {
	font-size: 90%;
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
	}
	
.profile h3 {
	margin: 20px 0;}
	

/*edits to my account > profile formatting */
	
div.content-profile-display {
margin: 0;
border: 0;
padding: 0;
}

.content-profile-display .node {
	margin-bottom: 0px;
	border-bottom: none;
}

.profile .picture {
float: none;
	margin: 0px;
	margin-top: -10px;
	}
	
.profile .picture img {
	padding: 5px;
	background-color: #ccc;
	border: 1px solid #555;
}
	
.profile dt {
font-weight:bold;
margin:20px 0 0.2em;
}


/*edits to forum */

#forum table tr {
	border: 0px;
}

#forum table tr td.forum {
background: none;
}

#forum .forum .name {

background-image:url(images/forum-default.png);
background-repeat:no-repeat;
padding-left:25px;
}


#forum tr.even {
background-color: #F5F5F5;
}

.submitted a {
	color: #555;
}

.submitted a:hover {
	color: #222;
	}
	
.groups a {
	color: #333;
}

.groups a:hover {
	color: #666;
}

.resizable-textarea {
margin-bottom:10px;

}



.opml-icon {
	display:none;
}



/*edits to Welcome and Announcement blocks on main page */
#block-block-3 {
	float: left;
	width: 48%;
	margin-right: 20px;
}

#block-block-3 h2, #block-block-4 h2 {
	font-size: 2.1em;
}

#block-block-4 {
	float: right;
	width: 48%;
}

#block-block-3 p {
	margin-top: -6px;
}



.block-block .content p {
	font-size: 95%;
}
/* hide the "Show summary in full view" button */
#edit-teaser-include-wrapper {
	display: none;
}
label {
	margin-top: 10px;
}
.filefield-element {
	margin: 0 0 0em 0;
}
.new { 
	color:red;
}
hidden {
	display: none;
}
.group-first-date {
	margin-top: 15px;
}
