
/*--------------------------------
	General Layout
---------------------------------*/
.two-sidebars #sidebar-left-indent,
.sidebar-first #sidebar-left-indent,
.front #sidebar-left-indent,
.no-sidebars #sidebar-left-indent {
	margin-left: 0;
	padding: 0;
}

.two-sidebars #sidebar-right-indent,
.sidebar-second #sidebar-right-indent{
	margin-right: 260px;
}

#content-wrapper {
  background: none;
}

#content-wrapper,
#content-wrapper > div.section {
	margin-bottom: 0;
}

#content-wrapper > div.wrapper {
    background: transparent;
}

html, body {
	margin: 0;
	padding: 0;
}

#content-wrapper,
.wrapper {
	width: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*--------------------------------
	Fonts
---------------------------------*/
body,
input,
textarea,
select {
	color: #000;
	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.form-item label {
	margin: 1.5em 0 0.33em;
	font-weight: inherit;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	/*font-family: Frutiger LT Std,"Helvetica Neue", Helvetica, Arial, sans-serif;*/
	letter-spacing: -0.02em;
	color: #000;
}

h1 {
	font-size: 19pt;
	line-height: 23pt;
}

h2 {
	font-size: 16pt;
	line-height: 23pt;
	margin: 2em 0 1em 0;
	font-weight: 600;
}

h3 {
	font-size: 15pt;
	line-height: 20pt;
	margin: 2em 0 1em 0;
	font-weight: 500;
}

.views-table caption,
h4{
	margin: 1.5em 0 .5em 0;
	font-weight: 300;
	font-size: 15pt;
    line-height: 18pt;
}

h5,
.form-item label{
	margin: 0;
	font-weight: bold;
}

h5{
	font-size: 13pt;
}

table.Array th,
table.views-table th,
span.date-display-single,
#main-content{
	font-size: 11.5pt;
	line-height: 17pt;
}

#page-title h1{
	font-size: 17pt;
	line-height: 20pt;
}

#page-title{
	border-bottom: none;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

#sidebar-right{
	font-size: 10pt;
	width: 200px;
}

#site-credits{
	font-size: 10pt;
}

a:link{
	text-decoration: none;
}

.revisions_link,
.submitted{
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-style: italic;
}

#header, #header .wrapper {
  background: none
}

#site-name h1 a {
	font-size: 24pt;
	color: #000;
	top: 37px;
	left: 120px;
	text-decoration: none;
}

#site-name h2 {
    color: black;
    top: 70px;
    left: 120px;
    font-size: 12pt;
}

/*--------------------------------
	Hide from Print
---------------------------------*/
#sidebar-left,
#main-menu,
#secondary-links,
#site-search,
#sub-header,
#location-bar,
#logged-in-username,
.region-footer-menu,
#footer-wrapper,
.tabs,
#jstools,
#footer .column,
.add-or-remove-shortcuts,
#admin-menu,
.hide-on-print,
#shadow-end,
.logo-screen,
footer #first,
footer #second,
footer #third {
	display: none;
}


/*--------------------------------
	Other Print Tweaks
---------------------------------*/
html body.admin-menu {
	border: none;
}

#page *{
	text-shadow: none !important;
	-moz-box-shadow: none !important;
}

#footer{
	margin: 0;
	border-top: 1px solid #ccc;
}


#main-content{
	padding-bottom: 10px;
}

#footer .wrapper {
	height: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#footer div.section {
	height: inherit;
	width: 100%;

}

#sidebar-right .block{
	border: 1px solid #f0f0f0;
}

#header .section {
	height: 120px;
	/*border-bottom: 2px solid #f0f0f0;*/
}

.logo-print{display: block;}
#logo {
    left: 0px;
    top: 0;
}

a.red-button{
	display: none;
}

/* Tables */
table,
tr,
td,
th,
thead,
thead > tr > th,
tbody {
  border-collapse: collapse !important;
  background: #fff;
  background-color: #fff;
  color: #000;
}

table.invisible-table,
table.invisible-table tr,
table.invisible-table tr.even,
table.invisible-table tr.odd,
table.invisible-table tr.odd td,
table.invisible-table tr.even td,
table.invisible-table th{
	border: 0.25pt solid #eee;
}

th,
td {
  border: 0.25pt solid #eee !important;
  line-height: 1.3;
}


table.Array tr.odd,
table.views-table tr.odd,
tr.odd{
	background: #eee;
}

table.Array tr.even,
table.views-table tr.even,
tr.even{
	background: none;
}

#main-content tr.odd td,
#main-content tr.even td{
	padding: 0.66em;
}

/*hide edit and view links on compliance reports*/
.view-compliance-events .views-field-view-node {
  display:none;
}

.view-compliance-events .show-on-print {
  display: block;
}


.view-meeting-agenda .views-field {
	padding-left: 7rem;
}

.view-meeting-agenda .item-num {
	min-width: 7rem;
}
