/* @group reset */

* { margin:  0; padding: 0; }
ul { list-style: none; }
p { margin: 10px 0; }
a img, frameset { border: 0; }
a:visited { color: #FBFDFE; }

/* @end */
/* @group utility */

.clear {
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}
.row:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.add_top, #add_top { margin-top: 15px; }
.add_bottom, #add_bottom { margin-bottom: 15px; }
.no_bottom { margin-bottom: 0; padding-bottom: 0; }
.no_top { margin-top: 0; }
.no_border { border: 0; }
.left { float: left; }
img.left { margin: 0 15px 15px 0; }
.right { float: right; }
img.right { margin: 0 0 15px 15px; }
.text_right { text-align: right; }
.hide { display: none; }

/* @endd */
/* @group =base */

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	background: #8a4708 url(/images/structure/bg-wood.jpg) top center;
	text-align: center;
}
#wrapper-main {
	background: url(/images/structure/bg-wrapper.jpg) top center no-repeat;
	min-width: 956px;
	min-height: 890px;
	z-index: 2;
	position: relative;
}
#column-center {
	width: 956px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#column-main {
	width: 407px;
	margin-left: 63px;
	margin-top: 240px;
	float: left;
	position: relative;
}
#column-aside {
	width: 416px;
	margin-right: 42px;
	margin-top: 83px;
	float: right;
	position: relative;
}

/* @group -headers */
h2, h3, h4, h5 { }
h1 { 
	position: absolute; 
	top: -235px; 
	left:  -50px;	
	display: block;
}
h1 a, h2 a, h4.vigorbalm a{
	text-indent: -9999px;
	outline: 0;
	cursor: pointer;
	display: block;
}
h1 a{
	width: 320px;
	height: 160px;
}
h2{
	position: absolute; 
	top: -100px; 
	left:  80px;	
}
h2 a{
	width: 300px;
	height: 80px;
}
h3{ 
	text-indent: -9999px;
	background: url(/images/structure/elements.png) 0 -97px no-repeat;
	height: 82px;
	width: 407px; 
}
h4.vigorbalm a{
	width: 285px;
	height: 70px;
	position: absolute;
	top: -230px; 
	left:  560px;
}
h3 { font-size: 1.5em; margin: 15px 0; }
h4 { font-size: 1.35em; margin: 15px 0; }
h5 { display: none; }	
/* @end */

/* @group -links */
a, a:link { text-decoration: underline; }
a:visited {}
a:hover { text-decoration: none; }
a:active {}
span.error{
	color: #fff;
	background: #1b6183;
	position: absolute;
	font-weight: bold;
	top: 95px;
	padding: 5px;
}
/* @end */

/* @group -navigation */
#nav { }
/* @end */

/* @group -footer */
#footer { }
/* @end */	

/* @group -form elements */
button { 
	cursor: pointer; 
	width: auto;
	overflow: visible;
	border: 0;
}
label { font-weight: bold; }
input, textarea {
	border: none;
	font: 16px Georgia, Serif;
	color:#86867a;
	border: 0;
}
/* @end */		
/* @end */

/* @group main page */
#flashcontent{
	width: 400px;
	height: 458px;
	padding: 8px;
	color: #fff;
	margin-bottom: 15px;
}


/* @group question box */

.grow-question {
	background: url(/images/structure/bg-question.jpg) repeat-y;
	padding: 17px;
	margin: 10px 0px 15px 0px;
}
.grow-question fieldset {
	border: none;
	margin: 0px;
}
.grow-question fieldset textarea {
	float: left;
	height: 46px;
	padding: 3px 5px;
	width: 280px;
	font-size: 1.3em;
	overflow: hidden;
}
.grow-question p.characters {
	color: #439d41;
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	padding: 10px 6px 10px 10px;
	margin: 0;
	width: 66px;
	float: left;	
	height: 32px;
	line-height: 1em;
	background: #fff url(/images/structure/elements.png) 0 -234px no-repeat;
}
.grow-question p.captcha, .grow-question p.captcha-type, .grow-question p.submit {
	float: left;
	margin: 10px 0 0 0;
}
.grow-question p.captcha{
	background: #fff;
	height: 31px;
}
.grow-question p.captcha img{
	width: 159px;
	height: 31px;
}
.grow-question input#captcha {
	padding: 8px 10px;
	width: 96px;
	height: 15px;
	font-size: 1.3em;
	margin-left: 8px;
}
.grow-question label {
	display: none;
}
.grow-question button {
	background: #359ad2 url(/images/structure/elements.png) 0 0 no-repeat;
	width: 83px;
	color: #fff;
	height: 31px;
	display: block;
	text-indent: -9000px;
	float: left;
	margin-top: 10px;
	margin-left: 7px;
}
.grow-question button:hover {
	background: #ceecf5 url(/images/structure/elements.png) 0 -31px no-repeat;
}
.recent-comments {
	font: 17px Georgia, Serif;
	color:  #4a402f;
	margin-top: 10px;
}
.recent-comments li { 
	padding: 11px 20px;
	background: url(/images/structure/bg-listEven.png);
	height: 58px;
}
.recent-comments .odd {	background: url(/images/structure/bg-listOdd.png); }
.recent-comments li p{ 
	margin: 0 0 5px 0;
}
.recent-comments li p.location{ 
	font-size: 0.6em;
	margin: 0;
}
.comment-controls{
	float: right;
	margin-top: 5px;
}
.comment-controls li{
	float: left;
	margin-left: 5px;
}
.comment-controls a{
	width: 23px;
	height: 21px;
	display: block;
	text-indent: -9000px;
	outline: none;
}
.comment-controls a#scroll-up{
	background: #f0901d url(/images/structure/elements.png) -69px -307px no-repeat;
}
.comment-controls a#scroll-down{
	background: #f0901d url(/images/structure/elements.png) -46px -307px no-repeat;
}
.comment-controls a#scroll-up:hover{
	background: #f0901d url(/images/structure/elements.png) -114px -307px no-repeat;
}
.comment-controls a#scroll-down:hover{
	background: #f0901d url(/images/structure/elements.png) -92px -307px no-repeat;
}
.comment-controls a#scroll-up.disabled{
	background: #f0901d url(/images/structure/elements.png) 0 -307px no-repeat;
}
.comment-controls a#scroll-down.disabled{
	background: #f0901d url(/images/structure/elements.png) -23px -307px no-repeat;
}

/* @end */

/* @group user submissions box */
.latest-turf{
	position: relative;
}
.latest-turf h4 {
	background: #f7941e url(/images/structure/elements.png) 0 -62px no-repeat;
	width: 416px;
	height: 35px;
	margin-top: 0;
}
.latest-turf h4 span {
	display: block;
	text-indent: -9000px;
}
.turf-scroll{
	position: absolute;
	top: 8px;
	left: 340px;
}
.turf-scroll li{
	float: left;
}
.turf-scroll li a {
	width: 30px;
	height: 20px;
	text-indent: -9000px;
	outline: 0;
	display: block;
}
.turf-scroll a.scroll-left {

	background: #f7941e url(/images/structure/elements.png) 6px -186px no-repeat;
}
.turf-scroll a.scroll-left:hover {

	background: #fff url(/images/structure/elements.png) 6px -208px no-repeat;
}
.turf-scroll a.scroll-right {

	background: #f7941e url(/images/structure/elements.png) -26px -186px no-repeat;
}
.turf-scroll a.scroll-right:hover {

	background: #fff url(/images/structure/elements.png) -26px -208px no-repeat;
}
.turf-creations{
	position: relative;
  width: 430px;
/*  width: 1144px; */
}

/*#turfs{
  width: 429px;
}*/

.turf-creations li {
	float:left;		
	width: 143px;
	margin-bottom: 10px;
}
.turf-creations li a{
	width: 130px;
	height: 130px;
	display: block;
	overflow: hidden;
	position: relative;
	background: #444;
	color: #f7941e;
}
.turf-creations li a img{
	width: 130px;
	height: 130px;
	/*position: absolute;
	top: 5%;*/
}
/* @end */
.photos-turf{
	width: 100%;
	float: left;
}
.photos-turf a{
	width: 114px;
	height: 114px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 13px;
	font: 13px Georzgia, "Times New Roman", Times, serif;
	color: #17b0ef;
	text-decoration: none;
}
.photos-turf a img{
	position: absolute;
	display: block;
	top:  -50%;
	left: -50%;
}
.photos-turf a.more{
	display: block;
	height: 94px;
	width: 58px;
	padding: 10px 15px;
	margin-right: 0;
	background: #1b6183 url(/images/structure/elements.png) -420px 15px no-repeat;
}
.photos-turf a.more:hover{
	background-color: #0C364C;
	color: #fbfdfe;
}
.holiday-history{
	float: left;
}
.holiday-history p{
	width: 230px;
	margin: 0;
	color: #082a38;
	font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
}
.holiday-history a{
	color: #FBFDFE;
}
.holiday-history p{
	margin-bottom: 10px;
}
.holiday-history p.intro{
	color: #faf8f8;
	font-size: 17px;
	line-height: 20px;
}
.photos-holiday{
	float: right;
	width: 620px;
	margin-right: -24px;
}
.photos-holiday li{
	float: left;
	width: 120px;
	height: 74px;
	position: relative;
}
.photos-holiday a{
	width: 114px;
	height: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}
.photos-holiday img{
	position: absolute;
	top:  -50%;
	left: -50%;
}

/* @group footer */
#wrapper-footer {
	background: url(/images/structure/bg-wrapper-footer.png) 50% 0px no-repeat;
	min-width: 956px;
	height: 620px;
	margin-bottom: 20px;
	padding-bottom: 180px;
	position: relative;
	margin-top: -30px;
}
#footer-center {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding: 65px 43px 0px 43px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-center h3{
	text-indent: -9000px;
	height: 60px;
	background: url(/images/structure/elements.png) 0 -359px no-repeat;
	position: relative;
	width: 100%;
}
#footer-center .instructions p{
	position: absolute;
	top: 90px;
	left: 360px;
	width: 575px;
	margin: 0;
	font-size: 13px;
	color: #0c364c;
}
#footer-center .instructions a{
	color: #fbfdfe;
}
#footer-center h4{
	text-indent: -9000px;
	height: 30px;
	background: url(/images/structure/elements.png) 0 -434px no-repeat;
}
.footer-links{
	position: absolute;
	width: 400px;
	left: 560px;
	top: 680px;
	text-align: right;
}
.footer-links p{
	font-size: 1.2em;
	color: #e3a215;
	margin: 0;
}
.footer-links p.copyright{
	margin-top: 10px;
}
.footer-links a{
	color: #e3a215;
}
/* @end */

/* @end */

/* @group sub page */
a.grow-yourself{
	background: #1d5d7e;
	color: #17b0ef;
	display: block;
	padding: 10px;
	position: relative;
	text-decoration: none;
	margin: 15px 0px 35px 0px;
}
a.grow-yourself span.better{
	width: 220px;
	display:block;
	font-size: 4.8em;
	text-decoration: none;
	line-height: 1em;
	margin-left: 15px;
}
a.grow-yourself span.grow{
	font-size: 2.2em;
	position: absolute;
	display:block;
	right: 30px;
	top: 25%;
	background: url(/images/structure/elements.png) -529px -38px no-repeat;
	width: 120px;
	text-decoration: none;
}
a.grow-yourself:hover{
	background: #17b0ef;
	color: #1d5d7e;
	cursor: pointer;
}
#user-content{
	width: 400px;
	height: 457px;
	padding: 10px 7px 8px 7px;
}
a.googley-eyes{
	position:absolute;
	width:90px;
	height:145px;
	bottom:120px;
	right:-60px;
	display:block;
	text-indent:-9000px;
	outline:0;
}
body.subpage #wrapper-main{
	background: url(/images/structure/bg-wrapper-sub.jpg) top center no-repeat;
	min-height: 736px;
}
body.subpage #wrapper-footer {
	background: url(/images/structure/bg-wrapper-footer-sub.png) 50% 0px no-repeat;
	min-width: 956px;
	height: 425px;
	position: relative;
}
body.subpage .footer-links{
	top: 475px;
}

/*Added by mig*/
span#available_characters.danger {
  color: red;
}

/* @end */