/**
 * @version $Id: template.css
 * @author SiteGround
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
body{background: linear-gradient(#A6C97A, white, white, white, white, white, white, white, white); font: 400 1rem/1.6em Arial, Tahoma, Verdana, Helvetica;color:#444;margin:0;padding:0;background-size:100% 5500px}
.clr{clear:both;overflow:hidden;font-size:0;line-height:0;}
a,img{outline:none;margin:0;padding:0;border:none;}
a:link, a:visited { color:#B24141;text-decoration:none;}
a:hover, a:active, a:focus { text-decoration:underline; }
form { padding:0;margin:0; }
header, nav, menu, section, aside, article, footer { display:block; }

h1,h2,h3,h4,h5,h6 { margin:0 0 20px;font-family: 'Droid Serif', serif; color:#222;line-height:normal; }

h1 { font-size:24px;}
h2 { font-size:20px; color:#333;}
h3 { font-size:18px; color:#333;font-family: 'PT Sans Narrow', serif;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:11px;}

iframe {border:none;}
dl dd {
	padding:0 0 0 10px;
	margin:0;
}
fieldset { border:none;margin:0;padding:0;}
input, textarea, button { border: none;background:#000;color:#fff;}
button {  background: url("../images/but.gif") repeat-x scroll left top transparent;color:#fff;border:none; }

p { margin:0 0 10px; }

.page { min-height: 100%; }

.wrapper { padding-bottom: 140px; }

.main { width:960px;margin:0 auto; }
.top { margin:0 auto;width:960px;height:38px}
.top .menu { height:26px;padding:6px 0;}
.top .menu li { float:left;height:26px;margin:0 10px 0 0;font-size:12px;}
.top .menu a { float:left;background: transparent url(../images/top_menu_r_bg.png) no-repeat top right;text-decoration:none;}
.top .menu a span { float:left;height:26px;padding:0 10px;color:#fff;line-height:25px;background: transparent url(../images/top_menu_l_bg.png) no-repeat top left;cursor:pointer;}


header {
    background: url("../images/headerimg.jpg") no-repeat scroll center top transparent;
    -moz-box-shadow: 0px 5px 2px -1px gray;
    -webkit-box-shadow: 0px 5px 2px -1px gray;
    box-shadow: 0px 5px 2px -1px gray;
    height: 201px;
    margin: 0 auto;
    padding:  0 0;
    position: relative;
    width: 980px;
}

header .logo {
	top:0px;
	left:0;
	position: absolute;
    height: 0px;
    overflow: hidden;
    width: 0px;
}

header .logo table {height: 100%;}

header h1 { color: #FFFFFF;font-family: "Trebuchet Ms",Tahoma,Verdana,Arial,sans-serif;margin: 0;text-align: left;text-shadow: 1px 1px #556144; }
header h1 a, header h1 a:link, header h1 a:visited, header h1 a:hover {
	color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
}

header table, header table th, header table td {border: none !important;}
header table { width: 100%; }
header table td { height: 80px;vertical-align: middle; }


#search {
    background: url("") no-repeat scroll left top transparent;
    height: 28px;
    margin: 0 0 20px;
    width: 212px;
    overflow: hidden
}

#search .search {
    float: left;
    height: 28px;
    padding: 0 0 0 14px;
    width: 198px;
}

#search .search .inputbox {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    float: left;
    font-size: 11px;
    height: 25px;
    line-height: 23px;
    overflow: hidden;
    padding: 2px 6px 1px 0;
    width: 162px;
}

#search .search .button {
    background: url("../images/search_btn.gif") no-repeat scroll right top transparent;
    border: medium none;
    clear: none;
    color: #000000;
    float: left;
    font-size: 0;
    height: 28px;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 30px;
}

.top-menu { position:absolute;top:92px;right:0;width: 660px; }

.maincol,
.maincol_w_right,
.maincol_w_left,
{ padding: 0;width: 980px;margin: 0 auto; }

.maincol_full{padding:0; padding-left:10px; margin:0 auto;}

.leftcol { float:left;margin: 0 10px 0 0;width: 215px; }
.rightcol { float:left;margin: 0 0 0 10px;width: 215px; }

.maincol_w_right .cont,
.maincol_w_left .cont {
    float: left;
    width: 715px;
    padding: 0 20px;
}

.maincol .cont {
    float: left;
    width: 530px;	
}


#breadcrumbs { position:absolute;bottom:30px;left:0;}

.separator { font-size:12px;padding:20px 0 0;display:block;color:#505050;font-size:12px;font-weight:700; }


.module_menu .menu,
.module .menu
{ margin:0 20px 0 10px; }

.module_menu .menu li,
.module .menu li
{ padding:0 0 0 10px;line-height:20px;}

.module_menu .menu li a,
.module .menu li a
{ display:block;}

.module_menu .menu li a span,
.module .menu li a span
{ display:block;padding:0;background: transparent url(../images/arrow1.gif) no-repeat left 7px;cursor:pointer;}

#login-form {
	margin:0;
	padding:0;
}

fieldset.userdata {
	border:none;
	margin:0 20px;
	padding:0;
	height:150px;
	position:relative;
}

#login-form ul { margin:20px 20px 0; }

fieldset.userdata label {display:block;line-height:16px; }
#form-login-remember label { display:inline; }

fieldset.userdata input { background:#fff;color:#666;border: 1px solid #ccc; }
fieldset.userdata input.button { position:absolute;bottom:0;left:0;width:80px;}


fieldset.userdata input.button {
    background: url("../images/but.gif") repeat-x scroll left top transparent;
    border: 1px solid #000000;
    color: #CCCCCC;
    float: left;
    font-weight: 400;
    height: 20px;
    line-height: 15px;
    margin: 10px 0 0;
    padding: 0 10px 3px;
}

#form-login-username,
#form-login-password,
#form-login-remember { margin:0 0 10px;overflow:hidden; }

#modlgn-remember { float:none;margin:0 0 0 10px;border:none;background:none;width:auto; }


.module .search { margin: 0 20px;position:relative; }
.search label { display:none; }
#mod-search-searchword {
	border:1px solid #d5d5d5;background:none;color:#666;width:160px;
}
.module .search .button { position:absolute;right:0;top:0;text-indent:-9999px;width:20px;height:20px;background: transparent url(../images/search_bg.png) no-repeat center center;}

div.module_menu div, div.module div, div.module_text div {
    background: url("../images/box_m.gif") repeat-y scroll center top transparent;
}

div.module_menu div div, div.module div div, div.module_text div div {
    background: url("../images/box_b.gif") no-repeat scroll center bottom transparent;
    margin: 0 0 20px;
    padding: 0 0 2px;
}

div.module_menu div div div, div.module div div div, div.module_text div div div {
    background: url("../images/box_t.gif") no-repeat scroll center top transparent;
    margin: 0;
}

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
	background: none;
}

div.module_menu div div div div.custom, div.module div div div div.custom, div.module_text div div div div.custom {
	padding: 0 10px;
	text-align: justify;
}

.leftcol h3, .rightcol h3 {
    background: url("../images/box_h3.png") no-repeat scroll left top transparent;
    color: #96FF96;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    height: 37px;
    line-height: 27px;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    text-transform: none;
    width: 194px;
}

.rightcol h3 {
    background: url("../images/box_h3_r.png") no-repeat scroll right top transparent;
}

.leftcol ul.menu li a, .leftcol ul.menu li a:link, .leftcol ul.latestnews li a, .leftcol ul.latestnews li a:link, .rightcol ul.menu li a, .rightcol ul.menu li a:link {
    background: url("../images/menu_arrow.gif") no-repeat scroll left top transparent;
    color: #888888;
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    margin: 0;
	padding: 0 12px 0 18px;
    text-decoration: none;
}

/* maincol */
.maincol h2,
.maincol h2 a {
	color:#333;
  	font-size: 26px;
  	line-height:normal;
  	margin:0 0 10px;
}

.items-leading,
.category-desc
{
	margin:0 0 20px;
}

/* items row */
.items-row .item {
	margin:0 0 30px 0;text-align:justify; background:#f2f2f2;padding:10px;
	border:1px solid #ccc;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.items-row .item h2,
.items-row .item h2 a { font-size:18px;}
.item .readmore { text-align:right;margin:0;}
.item .readmore a { color:#4e8f0c;font-weight:700; }


.actions { overflow:hidden;margin:0 0 10px;}
.actions li { float:left; }
.actions li img { float:left;margin:0 6px 0 0; }


.category-desc img { margin:0 10px 4px }
.category-desc a, .category-desc a:link, .category-desc a:visited { color:#333;text-decoration:underline;}
.image-left { float:left;margin:0 10px 4px 0; }
.image-right { float:left;margin:0 0 4px 10px; }


.item-title { font-size:12px; }
.main .categories-list ul li {
    padding: 5px;
}

.category-desc {
    line-height: 1.7em;
    margin: 10px 0;
    padding-left: 0;
}

.category-desc p { line-height:40px; }
.pagination { overflow:hidden;padding:10px 0; }
.pagination .counter { margin:0; }

.current > a > span {
	color:#333;
}

.pagination ul { overflow:hidden;}
.pagination ul li {
	float:left;
	margin:0 6px 0 0;
}

.pagination .pagenav {
	display:block;
	background:#fff;
	margin:0 4px 0 0;padding:2px 6px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin:10px 0;
}


.pagenav .pagenav-prev { float:left; }
.pagenav .pagenav-next { float:right; }
.pagenav-prev, .pagenav-next {
	background:#fff;
	margin:0 4px 0 0;padding:2px 6px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin:10px 0;
}

/* end maincol */

/* tables */

table { border-collapse:collapse }

table, table th, table td { border:solid 1px #d5d5d5 !important }


table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
	background:#dedede;
	color:#777
}


table.weblinks,
table.category
{ margin:10px 10px 20px 0px;width:99%; }

table.weblinks td
{ border-collapse:collapse; }

table.weblinks td,
table.category td
{ padding:7px; }

table.weblinks th,
table.category th
{ padding:7px;text-align:left }

td.num
{ vertical-align:top;text-align:left; }

td.hits
{ vertical-align:top;text-align:center }

td p
{ margin:0;line-height:1.3em }

.filter
{ margin:10px 0 }

.display-limit,
.filter
{ text-align:right;margin-right:7px }

/* ++++++++++++++  category table  ++++++++++++++ */

table.category th a img
{ padding:2px 10px }

.filter-search
{ float:left; }
.filter-search .inputbox
{width:6em}

legend.element-invisible
{
        position:absolute;
        /* need margin top and left doesn't work for the legend element */
        margin-left:-3000px;
        margin-top:-3000px;
        height:0px;
}

.cat-items
{ margin-top:20px }

#contact-slider .panel {
	background:#fff;
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin:10px 0;
}

#contact-slider .panel h3 { margin:0; }
#contact-slider .panel h3 a { font-size:18px;line-height:normal; }
#contact-slider .panel .pane-slider { padding:10px 0 0 0; }
#contact-slider .panel .pane-slider div { padding:10px 0 0 0;overflow:hidden; }

.contact-email label
{ float:left;width:140px; }

#member-registration label { display:block; }
#member-registration legend { font-size:20px; }

#member-registration dd { padding:0;margin:0 0 10px; }

.contact-links li { line-height:20px; }


/* */
#jform_email-lbl { width:200px;float:left; }
#article-index li { line-height:20px; }

.maincol li {line-height:20px;}
.maincol .menu li,
#article-index li,
.maincol .latestnews li,
.maincol .relateditems li,
.maincol .categories-module li
{
	padding:0 10px 0 4px;
	line-height:20px;
	background: transparent url(../images/arrow-1.png) no-repeat top left;
}

#article-index ul,
.maincol .menu { margin:10px 0; }

.stats-module dt {
    float: left;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.maincol .login,
.maincol .registration,
#user-registration {
	background:#333333;
	margin:0 0 10px 0;
	padding:20px 80px 20px 20px;
	border:1px solid #555;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin:0 0 10px 0;
}

.maincol .login label { float:left;width:100px;}
.maincol .login .login-fields {overflow:hidden;margin:0 0 10px;}

footer {
    background: url("../images/news_bg.jpg") no-repeat scroll center bottom transparent;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    width: 980px;
    background-size: 989px;
}
footer p { margin: 0;color: #fff;line-height: 100px; }
footer a, footer a:link, footer a:visited, footer a:hover { color:#fff;}

.error {
	background:#fdcdc9;
	margin:0 0 20px 0;
	padding:10px;
	border:none;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#system-message { margin:0; }
#system-message dt.warning{ color:#be4e4c;margin:0 0 10px;font-size:16px;font-weight:700; }
#system-message dd.warning li { line-height:20px;background: transparent url(../images/arrow-2.png) no-repeat left top;padding:0 0 0 20px; }

.tip-wrap {
	background:#fff;
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* sgmenu */
#sgmenu ul.menu:after { clear: both;content: "";display: block; }
#sgmenu ul.menu { _zoom: 1;float: right; }
#sgmenu ul{margin:0px; padding:0px;}
#sgmenu ul li {float: left;margin-right: 6px; list-style:none; margin:0px; padding:0px; width 20%;}
#sgmenu ul li a { display: block;white-space: nowrap }
#sgmenu ul li ul { position: absolute;visibility: hidden;}		
#sgmenu ul li ul li { float: none;}
#sgmenu ul li ul li a { width: auto; }

/* sgmenu skin*/
#sgmenu { margin: 0;height: 29px;}
#sgmenu ul.menu li a,#sgmenu ul.menu li a:link, #sgmenu ul.menu li a:visited { 
text-align:center;line-height:29px;color: #fff; font-weight:700; 
display: inline-block;
background: url("../images/t_menu_btn_r.gif") no-repeat scroll right top transparent;
list-style:none;
margin:0px;
padding:0px;
}
#sgmenu ul.menu li a span {
	display: block;
	padding:0 10px;
    background: url("../images/t_menu_btn_l.gif") no-repeat left top transparent;
    color: #FFFFFF;
    float: left;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    height: 29px;
    line-height: 27px;
    text-decoration: none;
}
#sgmenu ul.menu ul li a:hover { color: #333 }
#sgmenu ul.menu li ul li a:hover { color: #333 }


#sgmenu ul.menu ul li a span {
	color: #fff;
	font-size:12px;
	font-weight:700;
	font-family:Trebuchet Ms, Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}

#sgmenu ul.menu li a:hover,#sgmenu ul.menu li#current a{
	background: transparent url(../images/t_menu_btn_r_hover.png) no-repeat top right;
}

#sgmenu ul.menu li a:hover span,#sgmenu ul.menu li#current a span{
	color:#fff;
	background: transparent url(../images/t_menu_btn_l_hover.png) no-repeat top left;	
}

#content {
    margin: 0 auto;
    width: 980px;
    background-color: #FFF;
}

ul.latestnews  {margin: 0 0 0 20px;}
.jicons-icons img{float: left; margin: 0 10px 0 0}
.contact-contactinfo p {margin: 10px 0 0 0;}
input.inputbox, textarea.inputbox  {background: #ebebeb; border: 1px solid #a3a3a3; margin: 0 0 10px 0; color: #000;}input.inputbox, textarea.inputbox  {background: #ebebeb; background: 1px solid #a3a3a3; margin: 0 0 10px 0; color: #000;}
.input-small { display: block; margin: 2px 0 15px 0;}
.control-group { margin: 0 0 0 10px !important; }
btn { margin: 20px 0 0 0; }
.control-group, .controls, .input-prepend, .input-append, .userdata{ background: none !important; }
.btn-primary { margin: 20px 0 0 0 !important;}

#socialFooter{
position: relative;
right: -800px;
bottom: 69px;
}
#accordion{
margin-top:25px;
margin-bottom:25px;
font-family:Arial;
width: 97%;
}
#accordion h3 {
font-family:Arial;
}
#accordion p{
font-size:16px;
}
#accordion li{
font-size:16px;
}
#imageLinks div p{
position: relative;
left: 0%;
top: 35%;
background-color: rgba(0,0,0,0.5);
width: 100%;
height: 70px;
text-align: center;
vertical-align: middle;
color: white;
line-height: 70px;
font-family: Rockwell;
font-size: 25px; 
}
#imageLinks{
width: 975px;
left: -7px;
position:relative;
}
#imageLinks div{
display: inline-block;
position:relative;
border-radius:15px;
}
#pollinators{
width: 240px;
height: 216px;
background-image: url("http://grow.khcpl.org/images/bee-240.png");
}
#pollinators:hover p {
background-color: rgba(0,0,0,.75);
}
#plants{
width: 240px;
height: 216px;
background-image: url("http://grow.khcpl.org/images/Butterflyweed-240.png");  
}
#plants:hover p {
background-color: rgba(0,0,0,.75);
}
#activities{
width: 240px;
height: 216px;
background-image: url("http://grow.khcpl.org/images/activities.png");  
}
#photoContest{
width: 240px;
height: 118px;
background-image: url("http://grow.khcpl.org/images/Monarch-240.png");  
}
#activities:hover p {
background-color: rgba(0,0,0,.75);
}
#teachers{
width: 240px;
height: 216px;
background-image: url("http://grow.khcpl.org/images/milkweed-240.png");
}
#teachers:hover p {
background-color: rgba(0,0,0,.75);
}
#bottomlogo{
text-align: center;
font-family: Calibri;
font-size: 25px;
}
#quotetagleft{
float: left;
font-size: 1.3em;
width: 150px;
margin-left: 0px;
margin-right: 10px;
}
#quotetagright{
float: right;
font-size: 1.3em;
width: 150px;
margin-left: 10px;
margin-right: 0px;
}
#list3 li{
  margin-bottom:10px
}
#clickArea{
height: 202px;
width: 140px;
position: absolute;
left: 108px;
}
#prize{
  width:96%;
  overflow:hidden;
}
#prize:nth-of-type(odd) {
padding: 10px;
background-color: #A6C97A;
border: 1px solid #000;
border-radius: 7px;
box-shadow: 2px 2px 4px;
}
#contestImage{
width:220px;
float:right;
text-align:center;
}
#contestImage img{
height:190px;
margin-top: 7px;
margin-right: 15px;
}
#imageLinksTop div{
display: inline-block;
position:relative;
border-radius:15px;
}
#imageLinksTop {
width: 975px;
left: -7px;
position:relative;
margin-bottom: 14px;
margin-top: -27px;
}
#imageLinksTop div p{
position: relative;
left: 100%;
top: 19%;
width: 737px;
height: 70px;
text-align: center;
vertical-align: middle;
line-height: 70px;
font-family: Rockwell;
font-size: 21px;
}
#greenwithenvy{
padding: 10px;
background-color: #A6C97A;
border: 1px solid black;
border-radius: 7px;
box-shadow: 2px 2px 4px;
}
#greenwithenvyTwo{
padding: 10px;
background-color: #A6C97A;
border: 1px solid black;
border-radius: 7px;
box-shadow: 2px 2px 4px;
margin-right:15px; 
margin-bottom:15px;
}
#greenwithenvyTwo img{
  float:right; 
  margin-left:15px;
  height: 180px;
}
#whiteasaghost{
  margin-right:14px; 
  margin-bottom:15px;
}
#whiteasaghost img {
  float:right;
  margin-left:15px;
  height: 180px;
}