@import url("reset-min.css");

/* $Id: tbbp-main.css 33 2010-07-14 13:17:28Z thanos $ */

/* COLORS
	 */

body, html {
	color: #333;
	font: 12px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
	margin: 20px;
	
	}

hr {
	clear: left;
	border: 0;
	height: 4px;
	background-image: url(../images/site/hr-news.png);
	background-repeat: repeat-x;
	margin: 8px 0;
	}
.inspirationlist hr {
	background-image: url(../images/site/hr-insp.png);
	}
.eventslist hr, .eventsline hr{
	background-image: url(../images/site/hr-events.png);
	}

a {
	color: #333;
	text-decoration: none;	
	}

a:hover {
	text-decoration: underline;
	}

a:focus { outline: none; }

a img {
	border: 0;
	}

/* .cufon-active Cartoonia_3D replaced elements are about 133% of non-replaced elements (in uppercase). 
 .cufon-active AnonimRound replaced elements are about 186% of non-replaced elements (in uppercase). 

make sure to compensate */

h1 {
	margin: 0 0 10px 0;
	font-size: 35px;
	line-height: 35px;
	font-family: AnonimRound, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	}
.cufon-active h1.anonim { 
	font-size: 90px;
	line-height: 70px;
}

.cufon-active b.anonim { 
	font-size: 22px;
}

.cufon-active .joinbox h1.anonim { 
	font-size: 75px;
	line-height: 70px;
}

h2 {
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	}
.cufon-active h2.cartoonia { 
	font-size: 33px;
	line-height: 33px;
}

.cufon-active h2.anonim { 
	font-size: 40px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	margin: 10px 0;
	text-transform: uppercase;
	}

h5 {
	font-size: 20px;
	margin: 10px 0;
	text-transform: uppercase;
	}

p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
	}


.anonim {
	text-transform: uppercase;
}
.cufon-active .anonim { 
}

.cufon-active .nextprevious span.anonim { 
	font-size: 33px;
	line-height: 33px;
}

/* @group header/nav */

.nav {
	width: 835px;
	height: 70px;
	background-image: url(../images/site/nav-sprites.png);
	}

#home { background-position: 0px 0px; }
#what { background-position: 0px -70px; }
#join { background-position: 0px -140px; }
#news { background-position: 0px -210px; }
#inspiration { background-position: 0px -280px; }
#events { background-position: 0px 140px; }
#gallery { background-position: 0px 70px; }

.nav li {
	float: left;
	}
	
.nav li a {
	display: block;
	height: 63px;
	text-indent: -9999px;
	}
	
li#navhome a { width: 63px; }
li#navwhat a { width: 154px; }
li#navjoin a { width: 121px; }
li#navnews a { width: 90px; }
li#navinspiration a { width: 164px; }
li#navevents a { width: 105px; }
li#navgallery a { width: 137px; }

.header p {
	width: 835px;
	font-size: 22px;
	text-align: center;
	line-height: 20px;
	margin: 10px auto;
	
	}
	
.header {
	padding-left: 128px;
	padding-top: 30px;
	position: relative;
	margin-bottom: 40px;
	}
	
.logo {
	position: absolute;
	left: -6px;
	bottom: -30px;
	}

/* @end */
	
td, th {
	padding: 5px 10px;
	}

/* @group columns */

.page {
	margin: 0 auto;
	width: 960px;
	}

.column {
	float: left;
	}

.col347 {
	width: 347px;
	}
	
.col224 {
	width: 224px;
	}
	
.col715 {
	width: 715px;
	}

.col355 {
	width: 355px;
	}
	
.col470 {
	width: 470px;
	}
	
.col240 {
	width: 240px;
	}

.col172 {
	width: 172px;
	}

.col202 {
	width: 202px;
	}
	
	
	
.right {
	margin-left: 20px;
}

/* @end */

/* @group boxes */

.box, .box2 {
	position: relative;
	background-image: url(../images/site/box-tl.png);
	background-repeat: no-repeat;
	background-color: #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.box2 {
	background-image: url(../images/site/box-tl-2.png);
}

.box a, .box2 a {
	font-weight: bold;
	}

.box a:hover, .box2 a:hover {
	text-decoration: underline;
	}

.homebox, .gardencentrebox {	background-color: #20b780;}
.joinbox {	background-color: #c2388c;}
.whatbox {	background-color: #2faeb6;}
.newsbox {	background-color: #e5721e;}
.inspirationbox {	background-color: #00630e;}
.nextyearbox {	background-color: #CFBA27;}
.buyingbox {	background-color: #3945c2;}
.gallerybox {	background-color: #8f42af;}
.eventsbox {	background-color: #f36e6e;}


.boxbr,.boxbr2  {
	background-image: url(../images/site/box-br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px 15px 10px;
	overflow: auto;
}


.boxbr2 {
	background-image: url(../images/site/box-br-2.png);
}

.homebox div.anonim {
	padding-right: 580px;
	font-size:24px;
	 }
	
.homebox p {
	font-size:24px;
	 }
	
.homebox .boxbr {
	margin-top:0;
	padding-top:0;
	}
	
.cufon-active .gardencentrebox h2.anonim{
	line-height: 0;
}

.col470 .boxbr {
	padding: 15px 30px;
	}

.box a, .box2 a {color: #fff;}

.line {
	position: relative;
	background-image: url(../images/site/line-tl-black.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

.linebr {
	background-image: url(../images/site/line-br-black.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px 15px 10px;
}

.whatline { background-image: url(../images/site/line-tl-what.png); }
.whatline a, .whatline h2 { color: #2faeb6; }
.whatline .linebr { background-image: url(../images/site/line-br-what.png); }

.what2line { background-image: url(../images/site/line-tl-what2.png); }
.what2line a, .what2line h2 { color: #3945C2; }
.what2line .linebr { background-image: url(../images/site/line-br-what2.png); }

.joinline {	background-image: url(../images/site/line-tl-join.png); }
.joinline a, .joinline h2 { color: #c2388c; }
.joinline .linebr { background-image: url(../images/site/line-br-join.png); }

.newsline {	background-image: url(../images/site/line-tl-news.png); }
.newsline a, .newsline h2, .newslist a { color: #e5721e; }
.newsline .linebr { background-image: url(../images/site/line-br-news.png); }

.eventsline {	background-image: url(../images/site/line-tl-events.png); }
.eventsline a, .eventsline h2, .eventslist a { color: #f36e6e; }
.eventsline .linebr { background-image: url(../images/site/line-br-events.png); }

.galleryline {	background-image: url(../images/site/line-tl-gallery.png); }
.galleryline a, .galleryline h2, .galleryline a { color: #8f42af; }
.galleryline .linebr { background-image: url(../images/site/line-br-gallery.png); }

.gallerybigframeline {	background-image: url(../images/site/line-tl-gallery-big-frame.png); float:left}
.gallerybigframeline a, .gallerybigframeline h2, .gallerybigframeline a { color: #8f42af; }
.gallerybigframeline .linebr { background-image: url(../images/site/line-br-gallery-big-frame.png); }

.inspirationline {	background-image: url(../images/site/line-tl-insp.png); }

.inspirationline a, .inspirationline h2, .inspirationlist a { color: #00630e; }

.inspirationline .linebr { background-image: url(../images/site/line-br-insp.png); }


.galleryframe{
	overflow: hidden; 
	float: left; 
	position: relative;
	margin:10px 20px 10px 10px;
}

.galleryframe img{
	z-index:1;
}

.galleryframe img.top{
	position: absolute; 
	left: 0;
	top:0;
	z-index:10;
}

.galleryframe img.bottom{
	position: absolute; 
	right: 0pt; 
	bottom: 3px;
}


/* @end */

a.more {
	font-size: 16px;
	line-height: 16px;
	}

.cufon-active a.more {
	font-size: 30px;
	}

a.more:hover {
	text-decoration: none;
	}

#home-flowers {
	position: absolute;
	right: -10px;
	bottom: 0px;}


#home-what {
	text-align: right;
	}

#home-what p {
	margin-left: 110px;
	}

#home-what img {
	position: absolute;
	left: -20px;
	bottom: -10px;
	}

#home-rcrd p {
	margin-right: 107px;
	}

#home-rcrd img {
	position: absolute;
	right: -20px;
	bottom: -5px;
	}

#home-events p {
	margin-right: 107px;
	}

#home-events img {
	position: absolute;
	z-index:20;
	right: -30px;
	bottom: -5px;
	}
	
	

#home-join img {
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 99;
}

#next-year p {
	margin-right: 60px;
	}

#next-year img {
	position: absolute;
	right: -20px;
	bottom: -15px;
	z-index: 99;
}

#rightcol-join p {
	margin-right: 50px;
	}

#rightcol-join img {
	position: absolute;
	right: -50px;
	bottom: -20px;
	z-index: 99;
}

#rightcol-what p {
	margin-right: 50px;
	}

#rightcol-what img {
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 99;
}
#home-insp .more {
	margin-left: 90px;
	}

#home-insp img {
	position: absolute;
	left: -10px;
	bottom: -20px;
	z-index: 99;
}

#join-bulbman2 {
	position: absolute;
	left: -80px;
	bottom: -30px;
	z-index: 99;
}

#success-bulbman2 {
	position: absolute;
	right: -80px;
	bottom: -30px;
	z-index: 99;
}

#what-bulbman3 {
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: 99;
}

.twitter li {
	margin-left: 25px;
	text-align: right;
	overflow: hidden;
	}
#birdie {
	position: absolute;
	left: -10px;
	bottom: -20px;
	z-index: 99;
	}

.pic92 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	}

.pic165, .pic444 {
	float: left;
	margin-right: 10px;
	margin-left: -10px;
	}
	
.galleryline .pic92{
	float: none;
	margin-bottom: 5px;
}

.galleryline .next{
	float:right;
	padding:10px 5px 0 0;
}

.galleryline .prev{
	padding:10px 5px 0 5px;
}

/* @group forms */

dl {
	overflow: auto;
	margin: 10px 0;
	}

dt	{
	float: left;
	width: 120px;
	text-align: right;
	padding-top: 5px;
	}

dd {
	margin-left: 130px;
	margin-bottom: 10px;
	vertical-align: top;
	}

.captcha {
	display: block;
	margin-bottom: 5px;
	}

input.text, textarea {
	width: 330px;
	padding: 4px;
	border: 1px #333 solid;
	}

input.checkbox {
	display: inline;
	}
textarea {
	height: 70px;
	}
/* @end */

/* @group footer */

.footer {
	clear: left;
	background-color: #ccc;
	}
	
.footer .boxbr {
	padding: 10px 20px;
	}
	
.footer p {
	text-align: center;
	margin-bottom: 0;
	}

.cufon-active .footer p {
	font-size: 18px;
	color: #666;
	}	
.footer img {
	vertical-align: middle;
	margin-left: 20px;
	}

/* @end */

.share-this li {padding-bottom:8px;}
.share-this a {display:block; padding-left:24px;line-height: 16px;
}
.share-this .icon-del_icio_us {background:url(../images/site/icon-delicious.png) 0 0 no-repeat;}
.share-this .icon-facebook {background:url(../images/site/icon-facebook.png) 0 0 no-repeat;}
.share-this .icon-stumbleupon {background:url(../images/site/icon-stumbleupon.png) 0 0 no-repeat;}
.share-this .icon-digg {background:url(../images/site/icon-digg.png) 0 0 no-repeat;}
.share-this .icon-twitter {background:url(../images/site/icon-twitter.png) 0 0 no-repeat;}

.list {
	width: 100%;
	}
	
#gallery-thumbnails .next, #gallery-thumbnails .prev{
	float:left;
	}
	
#gallery-thumbnails .mask{
	position:relative;
	float:left;
	width:630px;
	height:100px;
	overflow:hidden;
	}
#gallery-thumbnails .image-holder{
	position:absolute;
	width:3000px
}

#gallery-thumbnails .linebr{
	overflow:auto;
	padding:15px 0 0 15px;
	}
