/* 

Applies to: 	a/home/index.php 
Author:			Jon H

Description:	Specific rules for homepage

Todo:	

*/

/* general */
/*body {
	background: #FFFFFF url("../img/layout/backgrounds/mainlogo.png") left 400px no-repeat;
}*/

.homepageHr{
	
	background: #2e3192; /* Old browsers */
	background: -moz-linear-gradient(left,  #2e3192 1%, #ec008c 71%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#2e3192), color-stop(71%,#ec008c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2e3192 1%,#ec008c 71%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2e3192 1%,#ec008c 71%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2e3192 1%,#ec008c 71%); /* IE10+ */
	background: linear-gradient(to right,  #2e3192 1%,#ec008c 71%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3192', endColorstr='#ec008c',GradientType=1 ); /* IE6-9 */
    margin-top: 24px;
    height: 3px;
    border:0;
}
/*.content .content-inner {
	margin-top: 3.076923076923077em;
}*/
.footer {
	background: #FFFFFF;
}
.footer .footer-inner .footer-content .footer-quick-links ul.links li ul.links li {
	border-bottom: 1px solid #fff;
}

/* hero banner */
.hero-banner {
	position: relative;
}

.hero-banner .hero-banner-inner {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  max-width: 950px;
  width: 95%;
}

.hero-banner .hero-banner-inner .hero-banner-content {
  margin: 0;
  padding: 0;
}

/* hero banner: main */
.hero-banner .hero-banner-inner .hero-banner-content > .hero-main {
  float: left;
  margin: 0;
  padding: 0;
  width: 70%;
}

.hero-banner .hero-banner-inner .hero-banner-content .hero-main h1 {
  display: none;
  color: #fff;
  padding-left: 14px;
  padding-right: 14px;
}

/* hero banner: features */
.hero-banner .features {
  margin: 0;
  overflow: visible;
}

.hero-banner .features .features-inner .features-content {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  height: 576px;
}

.hero-banner .features .features-inner .features-content .section {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}

.hero-banner .features .features-inner .features-content .section-active {
  display: block;
  z-index: 3;
}

.hero-banner .features .features-inner .features-content .section .section-inner {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.hero-banner .features .features-inner .features-content .section .section-inner .tab {
	font-size: 1em; /* 13px */
	height: 40px;
	left: 18px;
	line-height: 1.233em;
	margin: 0;
	padding: 0 1px 0 0;
	position: absolute;
	text-align: center;
	top: 515px;
	width: 205px;
	z-index: 10;
	
}

.hero-banner .features .features-inner .features-content .section-1 .section-inner .tab {
  padding-left: 1px;
}

.hero-banner .features .features-inner .features-content .section-2 .section-inner .tab {
  left: 225px;
}

.hero-banner .features .features-inner .features-content .section-3 .section-inner .tab {
  left: 431px;
  width: 206px;
}

.hero-banner .features .features-inner .features-content .section .section-inner .tab a {
  background: url(../img/a/home/hero-features-tab-off.gif) repeat-x left top;
  color: #EC008C;
  display: block;
  height: 37px;
  margin: 0;
  padding: 5px 0 3px;
  text-align: center;
  text-decoration: none;
  width: 197px;
  position: relative;
  z-index: 10;
  font-weight: bold;
  cursor: pointer;
  outline: 0;
}

.hero-banner .features .features-inner .features-content .section-active .section-inner .tab a {
  background: url(../img/a/home/hero-features-tab-on.png) repeat-x left top;
  color: #fff;
  margin-top: -35px;
  padding-top: 40px;
  padding-bottom: 3px;
  font-weight: bold;
}

.hero-banner .features .features-inner .features-content .section-3 .section-inner .tab a {
  width: 198px;
}

.hero-banner .features .features-inner .features-content .section .section-inner .tab a:hover {
  text-decoration: underline;
}

.hero-banner .features .features-inner .features-content .section-active .section-inner .tab a:hover {
  text-decoration: none;
}

.hero-banner .features .features-inner .features-content .section .section-inner img {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	max-width: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
    .hero-banner .features .features-inner .features-content .section .section-inner img {
	    width: 949px;
    }
}

.hero-banner .features .features-inner .features-content .section .section-inner .details {
	bottom: 31px;
	color: #000;
	background: #fff;
	left: -15px;
	top: 130px;
	height: auto;
	margin: 0;
	padding: 15px 30px;
	position: relative;
	width: 240px;
	z-index: 5;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	display: none;
}

.hero-banner .features .features-inner .features-content .section-active .section-inner .details {
    display: block;
}

.hero-banner .features .features-inner .features-content .section .section-inner .details p {
  margin: 0;
  padding: 0;
}

.hero-banner .features .features-inner .features-content .section .section-inner .details a {
  color: #000080;
  font-size: 0.9em;
}

.hero-banner .features .features-inner .features-content .section .section-inner .details a:hover {
  
}

.hero-banner .features .features-inner .features-content .section .section-inner .details h3 {
  font-size: 1.533em;
  line-height: 1.174em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.hero-banner .features .features-inner .features-content .section .section-inner .details h3 span {
  margin: 0;
  padding: 5px 20px 5px 0px;
}

.hero-banner .features .features-inner .features-content .section .section-inner .details h3 a {
  color: #000;
  cursor: pointer;
}

.hero-banner .features .features-inner .features-content .section .section-inner .details .details-inner {
  /*clear: both;*/
  display: block;
  margin: 0;
  padding: 5px 10px 10px 0px;
}

.hero-banner .panelBackground {
	height: 350px;
}

.hero-banner .hero-content-wrapper {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* hero banner: side */
.hero-banner .hero-banner-inner .hero-banner-content .hero-side {
  	float: left;
 	margin: 21px 0 0;
  	padding: 0;
  	width: 30%;
	position: relative;
	z-index: 20;
	top:4px;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side a {
	text-decoration: none;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side a:hover {
	text-decoration: underline;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .tab {
	position: absolute;
	top: 0;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .tab a {
  	color: #fff;
	text-decoration: none;
	font-size: 0.75em;
	line-height: 1.666666666666667;
	z-index:10;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .tab.help a {
	background: transparent url('../img/a/home/hero-button-prevention-off.png') no-repeat scroll -3px -4px;
	width: 141px;
	height: 89px;
	text-align: center;
	position: absolute;
	z-index:10;
	color: #EC008C;
	font-weight: bold;
	margin-left: 0px;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .tab.help a:hover {
	/*background: transparent url('../img/a/home/hero-button-prevention-active.png') left top no-repeat;
	color: #fff;*/
	text-decoration: underline;
}

.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-active .tab.help a, 
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-active .tab.help a:hover {
	background: transparent url('../img/a/home/hero-button-help-arrow.png') no-repeat scroll left top;
	z-index: 10;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .tab.help span {
	display: block;
	margin-bottom: -2px;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .tab.prevention a {
	background: transparent url('../img/a/home/hero-button-prevention-off.png') no-repeat scroll left top;
	display: block;
	position: absolute;
	width: 148px;
	height: 89px;
	padding: 6px 0 0 0px;
	margin-top: -4px;
	text-align: center;
	left: 145px;
	z-index: 10;
	color: #EC008C;
	font-weight: bold;
	line-height: 1.6em;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .tab.prevention a:hover {
	text-decoration: underline;
	/*background: transparent url('../img/a/home/hero-button-prevention-active.png') 3px 4px no-repeat;
	color: #fff;*/
}

.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-active .tab.prevention a, 
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-active .tab.prevention a:hover {
	background: transparent url('../img/a/home/hero-button-help-arrow.png') no-repeat scroll 3px 4px;
	z-index: 10;
	color: #fff;
	text-decoration: none;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side tab.prevention span {
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 20px 0 0;
	width: 72px;
	position: absolute;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-content {
	background-color: transparent !important;
	/*position: absolute;*/
	top: 52px;
	z-index:1;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-top{
  	background: url("../img/a/home/hero-features-further-bg-top.gif") no-repeat scroll left bottom transparent;
	width: 323px;
	position: relative;
	height: 12px;
	margin: 0;
	padding: 0;
	z-index:1;
	display: none;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-content .section-inner {
  	background: #fff;
	padding: 0em 1em;
	/*width: 228px;*/
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-bottom{
  	display: none;
	background: url("../img/a/home/hero-features-further-bg-bottom.gif") no-repeat scroll left top transparent;
	width: 323px;
	position: relative;
	height: 12px;
	margin: 0;
	padding: 0;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-content ul{
  list-style: none;
	padding: 0;
	margin:0;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-content h4 {
	color: #000;
	font-weight: normal;
	font-size: 1.7em;
	margin: 20px 0 1px;
}
.hero-banner .hero-banner-inner .hero-banner-content .hero-side .section-content p.more {
	font-weight: bold;
	margin: 17px 0 5px;
	color: #000;
}

.hero-banner-content .videoWrapper
{
    border: 1px solid #CCC; background: #FFF; position: absolute; z-index: 5; padding: 8px; margin: -10px
}

/* hero side content switching */
.hero-side .further .further-inner .section .section-content {
 	z-index: 2;
	display: none;
	background-color: transparent;
}

.hero-side .further .further-inner .section-active  .section-content {
  	z-index: 3;
	display: block;
	background-color: transparent;
    margin-top: 4em;
}

.hero-side .further .further-inner .section .section-inner .section-content {
  	position: relative;
  	z-index: 1;
	background-color: transparent;
}



/*            */
/* new blocks */
/*            */

.block {
	margin-bottom: 35px;
}
.content .content-inner .cols .col {
	/*margin-right: 2.692307692307692em;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 30%;
}
.content .content-inner .cols .col.last {
	width: 280px;
}

.best-seller .btn {
	margin: 5px 0px 15px 0px;
}

/* welcome */
.welcome {
	margin-left: -10px;
	position: relative;
	z-index: 1;
}
.welcome p {
	margin: 0;
	line-height: 1.5em;
}
.balloons {
	background: url("../img/layout/backgrounds/welcome.gif") right top no-repeat;
	width: 69px;
	height: 64px;
	position: relative;
	float: right;
	z-index: 2;
	margin: -16px -14px 0 0;
}

/* news */
.news h2 {
	background: url("../img/text/news.gif");
	display: block;
	width: 106px;
	height: 24px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.news ul li img {
	border: 1px solid #fff;
	padding: 0;
	float: none;
}
.news ul li h3, .news ul li h4 {
	font-weight: normal;
	line-height: normal;
	margin: 10px 0 15px;
}
.news p.info,
.guest-blog p.info {
	font-size: 0.85em;
}
.news ul li {
	background: url("../img/inc/blocks/pink-line-300.gif") left bottom no-repeat;
	float: none;
	padding-bottom: 5px;
	margin-top: 10px;
	min-height: 92px;
	height:auto !important;
    height: 92px;
}
.news ul li.last {
	background: none;
}
.news ul li .short-item .imageFrame {
    border: 1px solid #fff;
    height: 81px;
    width: 138px;
    position: absolute;
    overflow: hidden;
}
.news ul li .short-item img {
	/*height: 74px;*/
	width: 138px;
	float: none;
	border: none;
}
.news ul li .short-item h3, .news ul li .short-item h4,
.news ul li .short-item .info {
	float: none;
	margin-left: 150px;
	width: 140px;
}
.news ul li .short-item h3, .news ul li .short-item h4 {
	font-size: 1.0em;
}

/* In your Area */
.in-your-area {
	position: relative;
	z-index: 1;
	margin-bottom: 58px;
}
.in-your-area h2 {
	background: url("../img/text/in-your-area.gif");
	display: block;
	width: 257px;
	height: 24px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px;
	z-index: 6;
}
.in-your-area p {
  	color: #444444;
	list-style: none;
	padding-left: 0;
	position: relative;
	z-index: 6;
	width: 170px;
	line-height: 1.5em;
}

.in-your-area ul {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
}

.in-your-area li {
	margin: 0 0 10px;
	list-style-type: none;
}

.in-your-area li a {
	/*text-decoration: none;*/
}

.in-your-area li a:hover {
	font-weight: bold !important;
	color: #DB0485 !important;
}

.in-your-area .map {
	width: 218px;
	height: 334px;
	position: absolute;
	top: 58px;
	left: 92px;
	z-index: 5;
}

/* where your money goes */
.money-where {
	position: relative;
	z-index: 2;
}
.money-where .items {
	float: left;
}
.money-where .item {
	width: 65%;
	clear: none;
	float: right;
}
.money-where img{
	width: 30%;
	max-width: 81px;
	clear: none;
	float: left;
}
.block.forum-overview dl {
	margin: 0 0 0.5em;
}
.block.forum-overview dl dt, .block.forum-overview dl dd {
	margin: 0 0 0.5em;
}

/* forum overview */
.forum-overview {
	clear: both;
	padding-top: 35px;
}
.forum-overview .block-content {
	float: right;
	width: 50%;
}

/* newsletter */
.newsletter .formError {
color: #cc0000;
}

/* donate */
.block-donate .block-inner {
	padding: 0;
}

/* donate */
/*input.btn-pink-donate-large, a.btn-pink-donate-large {
	margin-top: -10px;
	margin-left: -15px;
}*/

/* shop best seller */
.best-seller h2 {
	background: url("../img/text/shop-best-seller.gif");
	display: block;
	width: 199px;
	height: 61px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.best-seller h2.heading-reset {
    color: #EC008C;
}

.block.block-blue.best-seller .block-inner h3 {
	background: none;
	font-size: 1em;
	padding: 0;
	margin-bottom: 5px;
	}
	
.block.block-blue.best-seller .block-inner h3 a {
text-decoration: underline;
	}
	
.block.block-blue.best-seller .block-inner h3 a:hover {
text-decoration: none;
}

/* more */
.block.block-more .hand {
	width: 171px;
	height: 276px;
	top: 0px;
	left: 130px !important;
	position: absolute;
	background-image: url("../img/inc/blocks/more.png");
}
.block.block-more .block-inner .block-content .title {
	background-image: url("../img/text/more.gif");
	width: 130px;
	height: 24px;
}
.block.block-more .block-inner {
	padding: 15px;
}

/* guest blog */
.guest-blog h3 {
    background-image: url("../img/text/our-blog.gif");
    width: 184px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
.guest-blog .entry {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px;
}
.guest-blog .entry img {
    display: none;
}
.guest-blog h4 {
    font-size: 1.154em;
    margin: 0 0 1.154em;
    font-weight: normal;
}
.guest-blog .entry .details {
    margin: 20px 0 0;
}
.guest-blog .more {
    background: url("../img/inc/blocks/pink-line-280.gif") no-repeat left top;
    padding-top: 18px;
}
.guest-blog .more a {
    font-size: 0.923em;
}

/*-------social icons for homepage--------*/
.footer .footer-inner .footer-content .footer-social .links li.twitter a {
	background: url(../img/layout/footer/home-icon-twitter.png) no-repeat left top;
}
.footer .footer-inner .footer-content .footer-social .links li.facebook a {
	background: url(../img/layout/footer/home-icon-facebook.png) no-repeat left top;
}
.footer .footer-inner .footer-content .footer-social .links li.youtube a {
	background: url(../img/layout/footer/home-icon-youtube.png) no-repeat left top;
}
.footer .footer-inner .footer-content .footer-social .links li.rss a {
	background: url(../img/layout/footer/home-icon-rss.png) no-repeat left top;
}