@CHARSET "UTF-8";

/**
*  $Id: zen.css,v 1.1.2.1 2007/01/28 21:14:01 jjeff Exp $
*/

/**
*   FONT STYLES 
*
*  Standardize font sizes and line-height across browsers 
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
  font:13px arial,helvetica,clean,sans-serif;
}

table {
  font-size:inherit;
  font:100%;
}
select, input, textarea {
  font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
  font:115% monospace;
  *font-size:100%;
}

table tr.odd {
  background: #ddd;
}

tr, td {
  padding: .25em;
}

td.icon {
  text-align: center;
}


/**
*   LAYOUT STYLES 
*
*  Styles pertaining to minor layout adjustments, such as
*   changing from fluid width to fixed width.  
*   See layout.css for major adjustments.
*/
body {
  margin: 0;
  padding: 0;
  min-width: 810px;      
  /* 2x (left-side fullwidth + main padding) + right-side fullwidth */
}

#page {
  width: 810px;            /* page width - optional */
  margin: 0 auto;         /* center the page - optional */
  /*border-left: 2px solid #AAA;*/
  /*border-right: 2px solid #AAA;*/
}


/**
*  OTHER STYLES
*
*  Styles that are specific to this theme.
*/

/* Common styles */

.hidden {
	display: none;
}

.bold {
	font-weight: bold;
}

body {
	background: #009933;
}

#page {
	position: relative;
	background: url('images/content_bg.png') repeat-y;
}

#page #onion_bg {
	position: absolute;
	left: -299px;
}

#container {
	padding: 10px 0px 10px 0px;
}

#main {
	width: 100%;
	margin-right: -250px;
}

body.both-sidebars #main {
	margin: 0px;
}

#main .node .content{
}

#container .sidebar {
	margin-bottom: 0px;
	width: 200px;
}

div.content, div.links {
}

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

a:hover, a:focus {
  color: #009933;
  text-decoration: underline;
}

a:active, a.active { 
  color: #009933; 
}
		
h1.title, h1.title a, h1.title a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #610d83;
  font-size: 200%;
  margin:0;
  margin-bottom:0px;
  line-height:normal;
}

body.ntype-blog h1.title,
body.ntype-blog h1.title a {
	border-bottom: 1px dotted;
}

h1, h1 a, h1 a:hover {
  font-size: 140%;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a {
  font-size: 122%;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h3 { 
  font-size: 107%;
  font-weight: bold; 
  font-family: Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

p, .book .body {
  padding: 0 0 0.5em 0;
  margin: 0;
  text-align: justify;
}

p a,
p a:link,
p a:visited {
	text-decoration: underline;
}

p a:hover {
	border-bottom: 1px solid;
}

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
}

blockquote {
  font-style: italic;
	margin-left: 20px;
	padding-left: 12px;
	border: 2px dotted;
    text-align: justify;
}

code {
  font-size: 100%;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

img { 
  border: 0; 
}

ol, ul, dl { 
  position: relative; 
  margin-left: 20px;
}

abbr.created {
  border-bottom: none;
  text-decoration: none;
}

/* Header styles */

#header {
	width: 810px;
	height: 154px;
	position: relative;
	background: url('images/header_bg.png') no-repeat left;
}

#header #logo_link {
	position: absolute;
	top: 30px;
	left: 40px;
	height: 125px;
	width: 240px;
	display: block;
}

#squeeze {
	width: 540px;
	padding: 0px 15px 0px 25px;
}

body.both-sidebars #squeeze {
	margin: 0px;
}

#search {
  position: absolute;
  padding:0;
  top: 0;
  right: 0;
}

#mission {
  color: #666;
  font-weight:bold;
  padding: 2em;
  background: #D7E3F0 url(images/background.png);
  margin-bottom:20px;
  font-size: 85%;
  border: solid 1px #B5C9D8;
}

.breadcrumb {
  margin:0;
  padding:0;
  font-size: 85%;
  margin-left:20px;
}

/* Menu styles */
#primary {
  line-height:normal;
  border-bottom:4px solid #575757;
	position: absolute;
	bottom: 0px;
	width: 786px;
	margin-left: 10px;
}

#primary ul {
  padding:0;
  margin:0;
  list-style:none;
	margin-left: 287px;
	line-height: 16px;
}

#primary li {
  float: left;
	background: url(images/primary_tabs_bg.png) left -29px;
	height: 29px;
	margin-right: 16px;
	position: relative;
}

#primary a {
  background: transparent url(images/primary_tabs_bg_slider.png) no-repeat right -29px;
  color: black;
  font-weight:normal;
	float: left;
  display:block;
  padding:6px 10px 0px 13px;
  margin: 0px -6px 0px 0px;
	height: 23px;
	font-family: arial black;
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
}

#primary li:hover a {
  background: transparent url(images/primary_tabs_bg_slider.png) no-repeat right top;
  text-decoration:none;
	color: white;
}

#primary li:hover {
  background: url(images/primary_tabs_bg.png) left top;
}

#primary li.active a {
  background: transparent url(images/primary_tabs_bg_slider.png) no-repeat right top;
	color: white;
}

#primary li.active {
  background: url(images/primary_tabs_bg.png) left top;
}

#secondary {
  padding-left:20px;
  background: #6DA6E2; /*#347FD2;*/
  border-bottom: solid #2763A5 4px;
}
#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  color: #fff;
  font-size: 85%;
  text-decoration:none;
  padding:0px 5px 0px 5px;
}

#secondary a:hover {
  background:#2763A5;
}

#secondary a.active {
  font-weight:bold;
}

/* Link styles */
ul.links {
  text-align:left;
}

ul.links li {
  border-left: 1px solid #9cf;
}

.taxonomy {
  margin:0;
  padding:0;
  display:inline;
}
.taxonomy ul.links {
  margin-left: 0px;
}

.taxonomy ul.links li {
  border:none;
  padding:0 .1em 0 .2em;
}

.taxonomy ul.links li:after {
  content: ",";
}

.taxonomy ul.links li.last:after {
  content: "";
}

ul.links li.first {
  padding-left:0;
  border: none;
}

.links {
  color: #999;
}
.links a {
  padding:0 .1em 0 .1em;
}

.submitted, .taxonomy { 
  font-size: 85%;
  color: #999;
	margin-bottom: 3px;
}

/* Form styles */	
input, textarea, textfield {
  margin:0;
  color: #000;
  font-family: arial;
  padding:1px;
  font-size: 100%;
}

fieldset {
  border: solid #ccc 1px;
}

input.form-checkbox, input.form-radio {
  border: none;
}

#search .form-text, #user-login-form .form-text {
  color: #444;
  border: 1px solid #6191C5;
  padding: 2px;
}

.form-submit, .button {
  padding: 1px;
}

#search .button, 
#search .form-submit,
#user-login-form .button,
#user-login-form .form-submit {
  background-color: #68A0D9;
  color: #fff;
  font-weight:bold;
  border: 1px solid #4070A1;
}

#node-form, #node-form .node-form {
  overflow:auto;
}

#user-login-form {
  text-align:left;
}

#user-login-form .item-list ul {
  margin-top:10px;
}

/* Alerts, Status, Help Messages  */
.messages {
  min-height: 32px;                 /* icon height */
  padding: 1.3em 1em .3em 52px;
  border: 2px solid #ddd;
  background: #eee;
  margin: 10px 0;
}

div.error {
  border: 2px solid #F00;
}

.messages ul {
  padding: 0 0 0 20px;
  margin: 0;
}

/* Footer styles */
#footer-wrapper {
  margin:0;
  margin-top: 15px;
}

#footer {
  background: #009933 url(images/footer.png) no-repeat left top;
  color:#FFFFFF;
  text-align: center;
  margin:0;
  font-size: 85%;
  padding: 1em;
	height: 90px;
	display: block;
	position: relative;
}
  
#credit-link {
	position: absolute;
	right: 63px;
	top: 21px;
	width: 300px;
}

  #credit-link p
  {
    color: #610D83;
    font-size: 11px;
    margin: 0;
  }

/*
#footer a {
  color: #fff;
  font-weight:bold;
  border-bottom: 1px dotted #FFFFFF;
}
  
#footer a:hover {
  border-bottom: 1px solid #FFFFFF;
}
*/
#footer img.drupal-powered {
  position:relative;
  top:.3em;
}

/* Administration styles */
.admin-panel {
  margin:0;
  padding:0;
}

.admin-panel .body {
  background-color: #eee;
  border: solid #6191C5 1px;
}

.admin-panel .body dl, .admin-panel .body p {
  padding:10px;
}

.admin-panel h3 {
  margin-bottom:0;
  padding:5px 5px 5px 30px;
  font-family: verdana;
  font-size: 122%;
  color:#fff;
  border-width: 0px 2px 2px 2px;
}

/* Comment styles */
.comment {
  margin:0px 0px 10px 0;
  padding: 10px;
  background: #eaf7dd;
}

.comment-unpublished {
  background-color: #FFF;
  background-image: url(images/unpublished.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.comment-by-author {
  background: none;
  border: 1px solid #610D83;
}

.comment  h3.title, .comment  h3.title a {
  font-size: 122%;
  color: #610D83;
  font-weight:normal;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
  margin-bottom:3px;
  margin-top:0;
}

.comment .picture, .node .picture {
  float:left;
  margin-right:15px;
}

.comment .new {
  color: #dfffe5;
  font-weight:bold;
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
}

.comment .links {
  text-align: right;
}

/* Poll styles */
.poll .bar .foreground {
  background: #2763A5;
}

.poll .bar {
  padding:2px;
  background: #BDCBDD;
}

/* Book styles */
div.node div.content .book-navigation {
  background: #eee;
  margin:0;
  padding:0;
}

div.node div.content .book-navigation ul.menu {
  border:0;
  border-top:1px solid #2763A5;
  margin:0;
  padding-bottom:10px;
}

div.node div.content .book-navigation .page-links {
  background: #C1D4EA; /*#347FD2;*/
  border:1px solid #2763A5;
  border-width:1px 0 1px 0;
  padding:5px;
  margin:0;
}

/* Forum styles */
#forum table {
  width: 100%;
}

/* Pager styles */
.pager {
  text-align:center;
  margin-top: 30px;
}

.pager  a, .pager-current {
  padding:3px 8px 3px 8px;
  margin:0 2px 0 2px;
  color: #2763A5;
  font-weight:bold;
  border: solid 1px #eee;
}

.pager-current {
  color: #fff;
  background-color: #2763A5;  
}

/* Node, Block, Content styles */
.node {
  margin-bottom:15px;
  padding-bottom:15px;
}

.node-unpublished {
  background-image: url(images/unpublished.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}

.node h2.title {
  margin-bottom:.1em;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #610d83;
	border-bottom: 1px dotted;
}

.node h2.title a {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color: #610d83;
	text-decoration: none;
}

.node .content {
  padding-top:10px;
  padding-bottom:5px;
}

.sticky {
  border-bottom: solid 3px #ddd;
}

.profile {
  clear:none;
}

#sidebar-left .block, #sidebar-right .block {
  border-bottom: solid #ddd 1px;
  padding-bottom:15px;
  margin-bottom:20px;
	padding-left: 5px;
	margin-left: 5px;
}

.block .item-list ul {
  padding-left:0;
}

/**
 * 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;
}


.front .view-header-blog {
	display: none;
}

#sidebar-right .block h2.title {
	color: #610D83;
	font-size: 17px;
}

.service-links {
	margin-top: 5px;
	color: #999999;
}

.service-links ul.links li a img {
	vertical-align: -15%;
}

.service-links ul.links li {
	padding-bottom: 4px;
	line-height: 25px;
}

ul.tips {
	margin-left: 12px;
}
