/********************************************
   AUTHOR:  Erwin Aligam 
 *******************************************/
 
/********************************************
Drupalized by alldrupalthemes.com.
 *******************************************/ 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	color: #333333;
	text-align: center;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	background-image: url(images/bg_span_01.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}

/* links */
a, a:visited {
color: #5A93C9;
background: inherit;
text-decoration: none;
}
a:hover {
color: #88ac0b;
background: inherit;
text-decoration: underline;
}

/* headers */
h1, h2, h3 {
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
font-weight: Bold; 
}
h1 {
font-size: 160%;
font-weight: normal;
}
h2 {
font-size: 130%;
text-transform: uppercase;
color: #88ac0b;
}
h3 {
font-size: 130%;
}

h1, h2, h3, p {
padding: 10px;
margin: 0;
}
ul, ol {
margin: 5px 20px;
padding: 0 20px;
}

/* images */
#imgHome {
	padding: 0px;	
}
img {
	padding: 3px;	
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: url(images/post.jpg);
border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
margin: 10px;
 padding: 0 0 0 25px;  
   background: url(images/post.jpg);
border: 1px solid #E0DBC9;
font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
color: #A89A6A;
}


/* start - table */
table {
border-collapse: collapse;
margin: 10px;
}
th strong {
color: #fff;
}
th {
background: #93BC0C url(images/nav.jpg) repeat-x;
height: 29px;
padding-left: 12px;
padding-right: 12px;
color: #000;
text-align: left;
border-left: 1px solid #B6D59A;
border-bottom: solid 2px #FFF;
}
tr {
height: 30px;
}
td {
padding-left: 11px;
padding-right: 11px;
border-left: 1px solid #E8E8E8;
border-bottom: 1px solid #000000;
}
td.first,th.first {
border-left: 0px;
}
tr.row-a {
background: #F8F8F8;
}
tr.row-b {
background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px;
	padding: 0 5px;
	background-color: #FFFFFF;
}
label {
display:block;
font-weight:bold;
margin:5px 0;
}
input {
padding:2px;
border:1px solid #eee;
font: normal 1em Verdana, sans-serif;
color:#777;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#comment-form textarea,
.node-form textarea {
	width:530px;
	height:200px;
}
input.form-submit {
	padding: 2px!important;
	color: #000000;
	border: 1px solid #666666;
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(images/box_bg.jpg);
}

/* search form */
#sidebar form {
	background-color: #F1F2EC;
	border: none;
	margin: 0;
	font-size:1em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#sidebar form { margin: 0; padding: 0; }
#sidebar form input.form-text {
	width: 125px;
	color: #333333;
	padding: 2px;
	border: 1px solid #666666;
	vertical-align: top;
}
#sidebar form input.form-submit { 
padding: 2px 5px;
vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content-wrap.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 865px;
	padding: 0;
	margin-left:22px;
	display: block;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	text-align: left;
	display:inline;
}
#header {
	width: 868px;
	position: relative;
	height: 103px;
	padding: 0;
	color: #FFF;
	background-color: #FFFFFF;
/*	background-image: url(images/chc-logo.png);
	background-repeat: no-repeat; */
	margin-left: 20px;
}
#header h1#logo-text a {
position: absolute;
margin: 0; padding: 0;
font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: -1px;
color: #AEAAAA;
text-transform: none;
text-decoration: none;

/* change the values of top and left to adjust the position of the logo*/
top: 25px; left: 30px;
}
#header h1#logo-text span {
color: #838181;
}
#header h2#slogan {
position: absolute;
margin: 0; padding: 0;
font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #838181;

/* change the values of top and left to adjust the position of the slogan*/
top: 67px; left: 95px;
}

/* header links */
#header #header-links {
position: absolute;
top: 20px; right: 20px;
color: #838181;
font-size: 10px;
}
#header #header-links a {
color: #838181;
text-decoration: none;
}
#header #header-links a:hover {
color: #444;
}
#header #header-links ul li {
float:left;
list-style:none;
margin:1px 5px;
padding:0px;
border:1px solid #666;
border-width:0 0 1px 0;
}
#header ul {
margin:0 0 0 0;
}

/* header-photo */
#header-photo {
	clear: both;
	height: 205px;
	width: 869px;
/*	background-image: url(images/header-photo_home.jpg); */
	background-image: url(images/chc-home-photo.jpg);
	background-repeat: no-repeat;
	background-position: 4em center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

/* Navigation */
#nav {
clear: both;
padding: 0;
}
#nav ul {
float: left;
list-style: none;
width: 869px;
text-transform: uppercase;
margin: 0 0 0 10px;
padding: 0;
display: inline;
}
#nav ul li {
display: inline;
margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: right;
	width: auto;
	margin: 0;
	color: #666666;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.9em;
	font-weight: normal;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 14px;
}
#nav2 {
margin: 20px 172px 0 27px;
padding: 0;
border-top: solid 1px #bbb;
}

#nav2 ul#nice-menu-primary {
margin-left:37px;
display:inline;
}

#nav2 ul {
/*float: left;*/
float: left;

/*width: 869px; */
text-transform: uppercase;
margin: 0.8em 0 0 0;
padding: 0;

}
#nav2 ul li {
margin: 0; padding: 0;
}

#nav2 ul li.menuparent ul li {
      width:20em;
}
	
#nav2 ul li.menuparent ul li a {
	font-size: 1.0em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#nav2 ul li.menuparent ul li a {
	color: #444;
}
	
#nav2 ul li a {
	width: auto;
	margin: 0;
	color: #88931b;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 1px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	
	line-height: 1.9em;
	font-weight: normal;
/*
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
*/
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 12px;
}

/*#nav ul li a:hover, 
#nav ul li a:active {
	color: #000000;
}
#nav ul li#current a {
background: url(images/nav-current.jpg) repeat-x;
}
*/
/* Main Column */
#main {
	float: left;
	width: 68%;
	display: inline;
	background-color: #F1F2EC;
	border: 1px dotted #CCCCCC;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#main h1 {
	margin-top: 10px;
	color: #8C9F0D;
	padding: 5px 0 5px 5px;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#main ul li {
	list-style-image: url(images/bullet.gif);
	margin-left: 25px;
}

#main div.node {
	margin-bottom:20px;

}

.post-footer {
background: url(images/post.jpg);
padding: 5px; margin: 20px 10px 0 10px;
font-size: 95%;
color: #AEA471;
border: 1px solid #E0DBC9;
}
a.comment_add,
.node .post-footer a.comment_add {
background: url(images/comment.gif) no-repeat 0 center;
padding-left: 20px; margin: 0 10px 0 5px;
}
.node .post-footer a.node_read_more {
background: url(images/page.gif) no-repeat 0 center;
padding-left: 20px; margin: 0 10px 0 5px;
}
.comment .submitted {
	text-align:right;
	font-style:italic;
	color:#999;
}
ul.links {
	text-align:right;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 26%;
	background-color: #f1f2ec;
	border: 1px dotted #CCCCCC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar h1 {
margin-top: 10px;
padding: 5px 5px; 
font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
color: #8C9F0D; 
}
#sidebar ul {
text-align: left;
margin: 7px 4px 8px 0; padding: 0;
text-decoration: none;
background: url(images/dots.jpg) repeat-x left top;
}
#sidebar ul li {
list-style: none!important;
list-style-image:none!important;
background: url(images/dots.jpg) repeat-x left bottom;
padding: 4px 0 4px 5px;
margin: 0 2px;
}
* html body #sidebar ul li {
height: 1%;
}
#sidebar ul li a {
text-decoration: none;
background-image: none;
color: #666666;
}

#sidebar ul li a:hover {
	color: #1773BC;
	
}

#sidebar .block {margin:10px 5px;}

/* footer */
#footer-wrap {
	clear: both;
	width: 868px;
	font-size: 95%;
	text-align: center;
	background: url(images/footer-bottom.jpg) no-repeat center bottom;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 1px;
}
#footer-wrap a {
text-decoration: none;
color: #666666;
font-weight: bold;
}
#footer-wrap a:hover {
color: #000;
}
#footer-wrap p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer-wrap h2 {
color: #666666;
margin: 0;
padding: 0 10px; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/***ADT***/

/* (Bug)fixes for drupal elements */

#main .admin div.left,#main .admin div.right {
display:inline;/*Fix ie->6 double float margin bug*/
}

#sidebar .block {
/*border-color:purple!important;*/
}

#main .node .content img {
margin: 0 2px 0 2px;
}

#main .node .content td {
border:1px solid #eee;
}


.block-user form {
line-height:1em;
}

.block-user ul {
margin-top:1em;
}

h3#mission {
font-size:1.5em;
font-weight:normal;
margin:0;
padding:0;
line-height:1.2em;
color: #697718;
margin-bottom:0.5em;
padding-top:2.5em;
margin-left:300px;
margin-right:197px;
font-family: Verdana, Arial, Helvetica, sans-serif;             
}

.comment {
border:1px solid #CCC;
border-width:1px 0;
margin-bottom:1em;
padding:0.5em 0;
}

.comment div.picture {
float:right;
margin:0 0 2px 2px;
}

/* AllDrupalThemes.com interface enhancements */

#autocomplete {
font-weight:bold;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin:0;
border-color:#CCC;
padding:1px;
}
#autocomplete li {
background:#EEE;
border-bottom:1px solid white;
}

body #main fieldset {
margin-top:1em;
border:1px solid #EEE;
min-height:2em;
}
* html #main fieldset {
min-height:2em;
}

.collapsible legend {
border:1px solid #EEE;
display:inline!important;
padding:2px;
}

div.node-form input.form-submit {
margin:1em 0!important;
}#header-photo-program {
	clear: both;
	height: 121px;
	width: 875px;
	background-image: url(images/header-photo_programs.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.resizable-textarea {
  color: black;
}
#header-photo-community {
	clear: both;
	height: 121px;
	width: 869px;
	margin: 0 auto;
	background-image: url(images/header_community.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/* Sidebar Overrides for Dynamic Side menu*/

#sidebar #block-block-7 li {
list-style: none!important;
list-style-image:none!important;
background: url(images/dots.jpg) repeat-x left bottom;
padding: 4px 0 4px 5px;
margin: 0 2px;
}
#sidebar #block-block-7 li a {
text-decoration: none;

background-image: none;
color: #666666;
}

#sidebar #block-block-7 li a:hover {
color: #1773BC;
}
#photo-header  img {
	background: #Ffffff;
	border: 0px solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#main2 {
	border: none;
	padding-top: 10px;
	padding-left: 10px;
	width: 810px;
	overflow:auto;
}

.frontpage #content-bottom {
padding-top: 2em;
padding-left:20px;
}

.frontpage #content-bottom ul li {
display:inline;
list-style:none;
color: #697718;
font-size:1.2em;
font-weight:bold;
padding-left: 30px;
}

div .view .view-Links ul {
  /* allow room for 3 columns */
  
    width: 30em;
  }

  /* float & allow room for the widest item */
div .view .view-Links ul li
  {
    float: left;
    width: 10em;
  }

  /* stop the float */
div .view .view-Links  br
  {
    clear: left;
  }

div .view .view-Links {
    margin-bottom: 1em;
  }


#secondary-nav {
padding-left:20px;
}
#secondary-nav ul {
	margin:5px 10px;
}
#secondary-nav li.secondary-menu-item-13,
#secondary-nav li:last-child {
border-right: none;
color:green;
}

#secondary-nav li {
display: inline;
padding-left: 15px;
font-size:1.2em;
border-right: solid 1px #0a232c;
padding-right: 22px;
}

#secondary-nav li a {
color:#0a232c;
}

.frontpage #main2 .block {
background-image: url(images/leaf_back.png);
background-repeat: no-repeat;
/* background-position: center center; */

width:226px;
height:450px;
float:left;
margin-left:5px;
display:inline;
/*
background:#aecf97;
border: solid 1px black;
 */
}

.frontpage .block li {
list-style:none;
}

.frontpage #main2 .block h2 {
/*
background:#758800;
*/
color:white;
padding-top:16px;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.frontpage #main2 .block .content {
padding:0 16px 0 10px;
color:#333333;
}


.frontpage .block li a {
color:black;
}

#main2 > .node, #main2 > .pager {
display:none;
}

.frontpage #main2 .pager, .frontpage #main2 div.node {
display:none;
}

.frontpage #main2 {
/* padding-left:92px; */
}

#donate-now {
position:absolute;
top:25px;
right:50px;
background-image: url(images/tomato.jpg);
background-repeat: no-repeat;
height: 88px;
width: 92px;
text-indent: -9999em;
/*
margin-top: -70px;
margin-left: -70px;
*/
}

#logo-floater {
float:left;
}

#logo-floater h1 span {
display:none;
}

.frontpage .view-content-CalEvents .view-data-node-title a {
>color:#484f00;
}

.frontpage .view-content-CalEvents .view-data-node-title a {
color:#484f00;
font-size:1.1em;
}

.frontpage .view-content-CalEvents .date-display-start {
color:#333;
font-size:0.9em;
}

/* this is from initial support for pulling in CHC blogger blog via aggregotor */
/*
.frontpage #block-aggregator-feed-1 ul {
padding-top:20px;
}

.frontpage #block-aggregator-feed-1 li a {
color:#484f00;
font-size:1.1em;
}
*/

.frontpage #block-views-chc_blog_view ul {
padding: 10px;
}

.frontpage #block-views-chc_blog_view li {
	margin: 0em 0 1em 0;
}

.frontpage #block-views-chc_blog_view li a {
color:#484f00;
font-size:1.1em;
}

.frontpage #block-views-chc_blog_view .view-label-node-created {
	display:inline;
	color:#333;
	font-size:0.9em;
}

.frontpage #block-views-chc_blog_view .view-data-node-created {
	padding-left: 0.3em;
	display:inline;
	color:#333;
	font-size:0.9em;
}
.frontpage .view-content-CalEvents ul {
padding-left: 0px;
padding:10px;
}

.frontpage .view-content-CalEvents ul li {
margin:0 0 1em 0;
}


.frontpage #sidebar-right {
position:absolute;
right:30px;
}

.DISABLED .frontpage #sidebar-right .block {
height:220px;
width:115px;
background-image: url(images/home_side_back.png);
background-repeat: no-repeat;
padding: 3px 0 0 10px;
/*
background-color:white;
border:solid 1px black;
*/
}

.frontpage #sidebar-right .block h2 {
color:#444;
text-transform:none;
margin-top:10px;
}

.frontpage #sidebar-right .block .content {
padding:0 5px 0 5px;
}

.frontpage #sidebar-right .block a {
color:red;
font-size:1.2em;
}


.frontpage .date-display-separator, .frontpage .date-display-end {
display:none;
}

.frontpage #block-aggregator-feed-1 .more-link {
display:none
}

.frontpage #block-aggregator-feed-1 div ul {
padding-left:0;
padding-right:10px;
}

.frontpage #block-aggregator-feed-1 div ul li {
padding-bottom:15px;
}

/* Style definitions for the promo boxes that show up in the right column of the homepage */

div.view-item-PromoBoxes {
	padding-right:7px;
}

#block-views-PromoBoxes .view-data-node-title {
	padding-top:13px;
	font-size:1.5em;
	text-align:center;
}

#block-views-PromoBoxes .view-data-node-body {
	padding-top:5px;
	text-align: center;
}

#block-views-PromoBoxes p {
	padding:0;
}

#block-views-PromoBoxes p {
	padding:0;
}

#block-views-PromoBoxes img {
	padding:0;
}

#block-views-PromoBoxes .item-list ul {
	padding:0;
}

#block-views-PromoBoxes a {
	color:red;
}

#block-views-PromoBoxes br {
	background:red;
}

#block-views-PromoBoxes li {
width:115px;
/*
background-image: url(images/home_side_back.png);
background-repeat: no-repeat;
*/
padding: 3px 0 20px 5px;
-moz-box-shadow: 6px 6px 17px #aaa;
-moz-border-radius: 10px;
-webkit-box-shadow: 6px 6px 17px #aaa;
-webkit-border-radius: 10px;
box-shadow: 6px 6px 17px #aaa;
border-radius: 10px;
border: solid 1px #ccc;
margin: 0 0 20px 0;

/*
background-color:white;
border:solid 1px black;
*/
}

.frontpage #content-wrap {
	width: 710px;
}

.frontpage #main2 {
	width: 710px;
}

#block-views-PromoBoxes .field-field-position {
	display:none;
}

/* "The Coalition" block on homepage link styling */
 .frontpage a.more-link,
.frontpage #block-block-9 a {
	color: #282c00;
}

.frontpage a.more-link {
	padding-left:20px;
}

.frontpage #block-block-9 p {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size:1.1em;
}

.view-paged-blog-posts .view-data-node-title {
font-size:1.5em;
padding-top:3px;
}

.view-paged-blog-posts .view-data-node-body img,
.node-type-blog img {
border:solid 1px #aaa;
}
.view-paged-blog-posts .view-data-node-body p {
padding-left:0px;
}

.page-blog #main {
	float:left;
}

.page-blog .breadcrumb {
	display:none;
}

.page-blog h1.title {
	display:none;
}

.section-chcblog #main ul li {
	list-style:none;
	padding-bottom:1em;
	padding-top:1em;
	margin-right:2em;
	border-bottom: dotted 1px #cccccc;
}

.section-chcblog .breadcrumb {
	display:none;
}

.section-chcblog .view-label-users-name {
	display:inline;
	float:left;
	padding-right: 0.5em;
}

.section-chcblog .view-label-users-name,
.section-chcblog .view-data-users-name,
.section-chcblog .view-data-node-created {
	color: #999;
}
