/**
 * pgtheme for Drupal and 6.x - http://pgfoundry.org/projects/pgtheme/
 * Created by Massimiliano Marini info@massimilianomarini.com
 * http://www.massimilianomarini.com
 */

/**
 * General.
 */
 
#header {
  width: 98%;
  margin: 0 auto;
  height: 8em;
  position: relative;
  text-align: left;
}
#header-block {
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 100%;/*width: 48em;*/
  height: 1.6em;
}
#main {
  width: 98%;
  margin: 0 auto;
  padding-top: 1.6em;
  text-align: left;
}
#pgMainContainer {
  padding-top: 0.0em;
}
#sidebar-left {
  width: 245px;
  margin-top: 0;
  float: left;
  background: #fff url('images/left_navi_bg.png') top left repeat-y;
  
}
#sidebar-right {
  width: 150px;/*width: 150px;*/
  float: right;
  margin-top: 0;
  /*margin-top: 2.2em;*/
}
#center {
  width: 700px; /* 490pxif #center is the only column */
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
#footer {
  clear: both;
/*   padding-top: 4em; */
  text-align: center; 
}
/* ---------- layout.css ------------- */
/**
 * Layout.
 */
 
body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, hr, address {
  padding:0;
  margin:0;
  font-weight: normal;
  font-style: normal;
} 

body {
  color:#000;
  font-family:verdana,sans-serif;
  font-size:69%;
  background-color:#EDEDED;
}

input {
  font: 0.86em/1.43em Verdana, sans-serif;
  color: #494949;
  border: 1px solid #999;

}
textarea, select {
  font: 0.86em/1.43em Verdana, sans-serif;
  color: #494949;
  border: 1px solid #999;
}
fieldset {
  border: 1px solid #d0d0d0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Georgia, "Times New Roman", Times, serif;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 250%;
  font-weight: bolder;
  line-height: 100%;
}
h3 {
  font-size: 140%;
  line-height: 130%;
}
h4 {
  font-size: 130%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 110%;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}
a:link, a:visited {
    color: #858585;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active, a.active {
  color: #0033FF;
}

h2.title {
  font-size: 10pt;
  color: #666666;
	margin-left: 10px;
	margin-top: 5px;
}

h2.title-content a:link, h2.title-content a:visited {
  color: #2F6899;  
  text-decoration: none;
}

h2.title-content a:hover {
  text-decoration: underline;
}

h2.title-content {
  font-size: 150%;
  color: #2F6899;
}

hr {
  border: none;
  height: 1px;
  background: #d0d0d0;
}

ol {
  margin: 0.5em 0 1.8em 2.4em;
}
ul, quote, code, fieldset {
  margin: .5em 0;
}
ul {
  margin: 0.5em 0 1em;
  padding: 0;
}
ul li {
  margin: 0.4em 0 0.1em .1em;
}
ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}
ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}
ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}
ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 0 1.0em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url('images/blt_blu_arrow.png') no-repeat 0 .60em;
}
ul li.expanded {
    background: transparent url('images/blt_blu_arrow.png') no-repeat 0 .60em;
}
ul li.collapsed {
    background: transparent url('images/blt_blu_arrow.png') no-repeat 0 .60em;
}
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;
}
fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}
dl {
  margin: 0.5em 0 1em 0;
}
dl dt {
}
dl dd {
  margin: 0 0 .5em 1.5em;
}
img, a img {
  border: none;
}
table {
  margin: 1em 0;
  width: 100%;
}
thead th {
  border-bottom: 1px solid #d0d0d0;
  color: #494949;
  font-weight: bold;
}
th a:link, th a:visited {
  color: #a5a291;
}
td, th {
  padding: .3em .5em;
}
tr.even, tr.odd, tbody th {
  border: solid #e5e5e5;
  border-width: 1px 0;
}
tr.odd, tr.info {
  background-color: #f8f8f8; 
}
tr.even {
  background-color: #fff;
}
tr.odd td.active {
  background-color: #efefef;
}
tr.even td.active {
  background-color: #f9f7ed;
}
td.region, td.module, td.container {
  border-top: 2px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background-color: #f9f7ed;
  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 {
  background: #e9e9e9;
}
span.form-required {
  color: #ffae00;
}
span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}
.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}
.messages ul {
  margin: 0;
}
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}
#center form {
  margin-bottom: 2em;
}
.form-button, .form-submit {
  margin: 2em 0.5em 0 0;
}
.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;
}

/**
 * Layout.
 */
#pgContainerWrap {
  text-align: center;

}

#pgContainer {
  margin:0em auto;
  padding:0px 0pt 0px;
  text-align:left;
  width:1001px;/*width:800px;*/
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  background-color:#fff;
}

#pgHeaderContainer {
  margin-top: 0px;
}
#pgHeader {
  position: relative;
/*   background: transparent url('images/hdr_fill.png') repeat-x scroll; */
  height: 81px;
  margin: 0 0 0px 0;
  padding: 0;
  position: relative;
}

#pgHeaderUp {
	width:1001px;
  height:81px;
  margin:0px;
  padding:0px;
  position:relative;
  border:0px none;
  float:left;
	background: transparent url('images/header_up.png') no-repeat;
}


div.header1 {
  background: url('images/nav_tbl_top_rgt.png') right top no-repeat;
}

div.header2 {
  background: url('images/nav_tbl_btm_rgt.png') right bottom no-repeat;
}

div.header3 {
  background: url('images/nav_tbl_btm_lft.png') left bottom no-repeat;
  height:100px;
}

/**
 * PgTopNav
 */
#pgTopNav {
  color: #666;
  font-size: 1.3em;/*0.9em*/
  margin: 0 0 0;
  padding: 0;
  height: 40px;
  background: #fff url('images/header_down.png') top left repeat-x;
  overflow: visible;
  text-align:left;
  clear:both;
}

#pgTopNavList {
  list-style: none;
  margin: 0;
  padding: 0;
	  
  height: 23px;
  padding-top: 0px;
  padding-left: 83px;
}
#pgTopNavList li {
  list-style-type: none;
  list-style-image: none;
  background: none;
}
#pgTopNavList li {
  padding: 0 1em 0 1.2em;
  display: inline;
  border-left: 1px solid #C8C8C8;
}
#pgTopNavList li a {
  color: #31638E;
  font-weight: bold; 
  text-decoration: none;
}
#pgTopNavList li:first-child {
  border-left: 0;
  padding-left: 0;
}						  
#topbar {
  min-height: 1em;
}
#pgFooter {
  clear: both;
  height: 31px;
  padding-top:20px;
  text-align: left; 
  background: #fff url('images/footer.png') bottom left no-repeat;
}

/**
 * Header Area.
 */
h1#site-name {
  padding: 0.2em 0 0 0; 
}
#header h1#site-name a {
  color: #2e89bf;
}
#header h1#site-name a:hover {
  color: #2e89bf;
  text-decoration: none;
}
h1#site-name a img {
  border: none;
  float: left;
  margin-top: -0.2em;
}
h2#site-slogan {
  font: bold 1.1em/1.43em Verdana, sans-serif; 
  padding-top: 0.5em;
  color: #2e89bf;
}
ul.primary-links {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -1px;
  right: 0;
  list-style: none;
}
ul.primary-links li {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
  margin: 0 0.2em 1px;
  background: url('images/bg-header-tab-left.gif') no-repeat left top;
}
ul.primary-links li.active {
  background: url('images/bg-header-tab-left-active.gif') no-repeat left top;
}
ul.primary-links li span, ul.primary-links li span {
  margin: 0;
  padding: 0;
  display: block;	
  float: left;
  background: url('images/bg-header-tab-right.gif') no-repeat right top;
}
ul.primary-links li span a:link, ul.primary-links li span a:visited  {
  margin: 0;
  color: #fff;
  background: transparent url('images/bg-header.gif') repeat-x left bottom; 
  display: block;
  padding: 0.2em 0.9em;
  font-weight: bold;
  float: left;
}
ul.primary-links li span a:hover {
  color: #e0e0e0;
  text-decoration: none;
}
ul.primary-links li.active span, #header ul.primary-links li.active span {
  background: url('images/bg-header-tab-right-active.gif') no-repeat right top;
  color: #555;
}
ul.primary-links li.active a:active, #header ul.primary-links li.active a.active, #header ul.primary-links li.active a {
  color: #4c4f53;
  background: url('images/bg-header-tab-bottom-active.gif') repeat-x left bottom;
}
#search-theme-form {
  background-color: transparent;
  position: absolute;
  right: 0.2em;
  top: 0;
}
#search-theme-form h2 {
  margin: 0;
  padding: 0;
  float: left;
  font: 1em/1.5em Verdana, sans-serif;
}
#search-theme-form input {
  float: left;
  margin: 30px 0 0 0.5em;
  padding: 0;
}
/**
 * Local tasks.
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
#tabs-wrapper {
  border-bottom: 1px solid #eeeded;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
ul.primary {
  padding: 0.5em 0 0;
  float: left;
}
ul.secondary {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #e9eff3;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
h2.with-tabs {
	color: #ec5800;
  float: left;
  margin: 0 2em 0 0;
  padding: 0;
}
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 0.3em 1em;
  height: auto;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  /*background: #b6e42e url('images/bg-content-tab.gif') repeat-x 0 0;*/
  background: #a0a0a0;
  color: #fff;
  border-bottom: 1px solid #b0b0b0;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}
.breadcrumb {
  margin: 0 0 1.3em 0;
}
#center h2 {
	color: #2F6899;
    font-weight:normal;
}
.admin-panel {
  background: #fff url('images/bg-admin-panel.png') repeat-x left top;
  margin-bottom: 1.8em;
}
.admin-panel h3 {
  padding: 0.5em 0 0 0;
}
body.sidebars div.admin .left, body.sidebars div.admin .right {
  float: none;
  width: 95%;
  margin: 0;
}
div.admin .left, div.admin .right {
  width: 48.5%;
  margin: 0;
}
div.admin .left {
  float: left;
}
div.admin .right {
  float: right;
}
div.admin h3 {
  padding-left: 26px;
}
#first-time {
  margin-top: 3em;
}

/**
 * Status report.
 */
table.system-status-report th {
  border-bottom: 1px solid #e5e5e5;
}
table.system-status-report tr.error th {
  background-image: url('images/watchdog-error.gif');
}
table.system-status-report tr.warning th {
  background-image: url('images/watchdog-warning.gif');
}
table.system-status-report tr.ok th {
  background-image: url('images/watchdog-ok.gif');
}

/**
 * Blocks.
 */
#sidebar-left .block, #sidebar-right .block {
/* 	background: #f5f5f5; */
  margin-bottom: 0.6em;
}
.block-region {
/*   background-color: #fdfd7b; */
}
#topbar .block {
  display: block;
  margin: 0 1em;
}
#topbar .block-region {
  display: block;
  margin: 0 0 1em;
  padding: 0.5em;
}
#topbar * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Nodes & Comments.
 */
.node {
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 1.0em;
  border-bottom: thin solid #eeeded;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  background-attachment: scroll;
}
.node ul.links li, .node ul.inline li {
  margin: 0;
  padding: 0;
}
.node .links, .comment .links {
  text-align: left;
}
.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  padding-left: 1em;
}
.comment_delete, .comment_edit, .comment_reply, .comment_forbidden {
  background: none;
}
.picture /*.comment .submitted*/ {
  float: right;
  clear: right;
  padding-left: 1em;
}
.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right;
  margin-top: -1.2em;
}
.terms {
  float: right;
}
.preview .node, .preview .comment, .sticky {
  padding: 0.5em 0;
  border: 0;
  background: none;
}
.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e8ffa4;
  margin-bottom: 2em;
}
#comments {
  position: relative;
}
#comments h2.comments {
  margin: 1em 0 0.5em;
}
.comment {
  padding: 1.2em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}
.indented {
  margin-left: 25px;
}
.comment h3 a.active {
  color: #494949;
  font-size:170%;
}
.node .content, .comment .content {
  margin: 0.6em 0;
}
.block-list-color {
	color: #2E89BF;
}
.block-list-color a{
	color: #858585;
	text-decoration: none;
}
.block-list-color ul li {
	font-size: 1em;
	line-height:1.2em;
	margin-bottom:0.1em;
	margin-top:0.2em;
	padding-left:15px;
	padding-bottom: 0.2em;
	background-position:5px 0.45em;
}
.block-list-border-bottom {
/* 	border-bottom:1px solid #efefef; */
}
/**
.block-search div.content {
	padding: 0.6em;
}
*/

.block div.content {
	padding: 0.3em;
}



/**
 * Aggregator.module.
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #f8f8f8;
  margin: -1.5em -2.5em 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Menu.module.
 */
tr.odd td.menu-disabled {
  background-color: #fcfcfc;
}
tr.even td.menu-disabled {
  background-color: #fff;
}
td.menu-disabled {
  color: #aaa;
}

/**
 * Poll.module.
 */
.poll .bar {
  background: #fff url('images/bg-bar-white.png') repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}
.poll .bar .foreground {
  background: #b6e42e url('images/bg-bar.png') repeat-x 0 100%;
}
.poll .percent {
  font-size: .9em;
}
.links ul.links li {
  padding: 0 0 0 1.5em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets.
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #e2e2e2;
  background: #fff;
}
html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}
html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url('images/menu-expanded.gif') no-repeat 0% 50%;
}
html.js fieldset.collapsed legend a {
  background: url('images/menu-collapsed.gif') no-repeat 0% 50%;
}

/**
 * Syndication icons and block.
 */
#block-node-0 h2 {
  float: left;
  padding-right: 20px;
}
#block-node-0 img, .feed-icon {
  float: right;
  padding-top: 4px;
}
#block-node-0 .content {
  clear: right;
}

/**
 * Login Block.
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left;
}

/**
 * Messages.
 */
.messages {
  background-color: #fff;
  border: 1px solid #f0eacd;
}
.preview {
  background-color: #f9f7ed;
  border: 1px solid #d0d0d0;
}
div.status {
  color: #4F7F0B;
  border-color: #e5e5e5;
}
div.error {
  color: #c52020;
}
.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #494949;
}

/**
 * Access.
 */
#top {
  position: absolute;
  left: 0;
  top: 0;
  z-index:100;
  width: 100%;
}
.to-top {
  background: url('images/blt_blu_top_arrow.png') no-repeat 0% 50%;
  padding-left: 20px;
}
/**
 * Tips.
 */
ul.tips li {
	color: #898989;
	font-size: 9px;
}
code {
	font-size: 11px;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}