/*-----------------------------------------------------------------------------
version:   1.0.1-Beta
author:    john soms
email:     john@tree-nation.com
website:   http://www.tree-nation.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/*
textarea, input, select 
{	
	font-size: 11px;
	color: #333;	
	padding: 2px;
	margin: 2px;
}
*/
/* Class for clearing floats */

.clear {clear:both;}

/* =Typography
-----------------------------------------------------------------------------*/

body 
{
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;	
}

/* Centering Technique
================================== */

#wrapper
{
	background-color: #FFF;
	margin: 0 auto;
	width: 99%;
	overflow: hidden;
}


/* =Headings
-----------------------------------------------------------------------------*/

#header
{
	width: 960px;
	margin: -4px auto 0 auto; /*10px auto 0px auto;*/	
	height: 70px;
	overflow: hidden;
}

#headerLeft
{
	width: 698px;
	height: 70px;
	background-image: url(../images/tpl/header_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	float: left;
}

#headerRight
{
	width: 262px;
	height: 70px;
	background-image: url(../images/tpl/header_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	float: left;
}

#header h1 
{
	padding-top: 10px;
	font-size: 20px;
	padding-left: 400px;
}

#logo
{
	float: left;
	padding: 4px 0px 0px 20px;
	width: 260px;
	color: #981b16;
	font-family: Arial, sans-serif;	
}
	

#loginout 
{
	text-align: center;
	width: 254px;
	height: 26px;
	color: #666;
	margin: 2px 0 0 1px;
	font-size:11px;
}

#navlogin
{
	width: 254px;
	height: 26px;
	line-height: 24px;
	font-size:11px;	
	text-align: center;
}


#navlogout 
{
	font-size:11px;
	padding: 4px 10px;
	text-align:right;
	height: 45px;
}

#enterMapSmall
{
	text-align: center;
	width: 255px;
	height: 68px;
	color: #000;
	font-size:11px;	
	background-image: url(../images/tpl/btn_map_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#enterMapBig
{
	text-align: center;
	width: 254px;
	height: 66px;
	color: #FFF;
	margin: 0px 0 0 4px;	
	font-size:12px;
}

a#mainMapBtn
{
	width: 91px;
	height: 53px;
	display: block;
	margin: 5px;
	background-image: url(../images/tpl/btn_map.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#mainMapBtn:hover
{
	background-position: 0 -53px;
}

/* =Branding
-----------------------------------------------------------------------------*/

/* =Pagination
-----------------------------------------------------------------------------*/
p.paginate, p.paginateTree
{
	text-align: center;
}

p.paginate a:link, p.paginate a:visited, p.paginateTree a:link, p.paginateTree a:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #29abe2;
	font-size: 14px;	
	padding: 3px;
}

p.paginate a:hover, p.paginate a:active, p.paginateTree a:hover, p.paginateTree a:active
{
	font-size: 14px;
	text-decoration:none;
	color: #FFF; /* #FF0000;*/
	background-color: #29abe2;
	padding: 3px;
}

p.paginate span, p.paginateTree span
{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;	
}

/*= Pagination non AJAX
-----------------------------------------------------------------------------*/

p.paginate_noajax
{
	text-align: center;
}

p.paginate_noajax a:link, p.paginate_noajax a:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #29abe2;
	font-size: 14px;	
	padding: 3px;
}

p.paginate_noajax a:hover, p.paginate_noajax a:active 
{
	font-size: 14px;
	text-decoration:none;
	color: #FFF; /* #FF0000;*/
	background-color: #29abe2;
	padding: 3px;
}

p.paginate_noajax span
{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;	
}



/* =Paragraphs and box elements
-----------------------------------------------------------------------------*/
div#multiPhoto_wrap
{
	width: 600px;
	text-align:left;
	margin: 0 auto;
	padding: 5px;
}


div.description {	
	color: #666;
	margin: 0px auto;
	padding: 5px 0px;
	font-weight: normal;
	text-align: justify;
	width: 660px;
	overflow: hidden;
}

p.description {	
	color: #666;
	margin: 3px;
	padding: 3px;
	/*font-weight: bold;*/
	text-align: justify;
	overflow: hidden;
	font-size: 14px;	
}

div.jConfirm
{
	background: #FFFFCC;
	border: 2px solid #999;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.ui-selected
{
	background: #DDD;
}

fieldset
{ 
	margin:1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	width: 95%;
}

legend
{
	font-weight:bold;
}

div.bannerBox
{
	margin: 0 auto;
	height: 60px;
	width: 690px;
	overflow: hidden;
	background-color: #FFF;	
	display: block;
}


.bannerBox div.content
{	
	padding: 5px 10px;
	margin: 0px;
	height: 60px;
	overflow: hidden;
	background-color: #8cd309;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;		
}

.bannerBox div.content span.linkSpan
{
	float: right;
	position: relative;
	right: 5px;
	bottom: 15px;
}

.bannerBox div.left
{
	float: left;
	background-image: url(../images/banner_left.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	width: 5px;
	height: 60px;
}

.bannerBox div.right
{
	float: right;
	background-image: url(../images/banner_right.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	width: 5px;
	height: 60px;
}

div.octazenSocial
{
	background-image:url(/public/frontend/res/inviter/images/is_common.png);  
	width: 80px; height: 40px; 
	overflow: hidden;
	margin: 0px auto;	
}

div.importEmailImg
{
	background-image:url(/public/frontend/images/inviter_email.jpg);  
	width: 300px; 
	height: 83px; 
	overflow: hidden;
	margin: 0px 15px;	
	float: left;
}

div.importSocialImg
{
	background-image:url(/public/frontend/images/inviter_social.jpg);  
	width: 300px;
	height: 83px; 
	overflow: hidden;
	margin: 0px 15px;	
	float: left;
}

div.sbActionBox
{
	display: block;
	vertical-align: middle;	
}

td.sbActionImgBox
{
	padding: 3px;
	width: 85px;
	height: 60px;
	text-align: center;		
}


/* =Lists
-----------------------------------------------------------------------------*/

ul.typeF li
{
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;
	line-height: 18px;
	font-size: 16px;
	color: #666;
	text-align: left;	
}


div.entries
{
	width: 250px;
	overflow: hidden;
}

ul.entries
{
	text-align: left;
	padding: 5px 0 0 5px;	
}

.entries li 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #BBB;
}	

.entries li.title
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;	
}

.entries li a
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.entries li a:hover
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.entries li img
{
	vertical-align: middle;
	padding: 2px 2px;
}



ul.treedata
{
	text-align: left;
	padding: 5px;	
	margin: 0 auto;
	width: 640px;
	height: 70px;
}

.treedata li
{
	float: left;
	width: 140px;
	height: 50px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #BBB;
	border: 1px solid #CCC;
	background-color: #FFFFCC;
	margin: 3px;
	padding: 5px;		
	text-align: left;
}

.treedata li img
{
    float: right;
    padding: 5px;
}	

.treedata li img.scale
{
	width: 40px;
	height: 40px;
}

.treedata li img.treeGrowth
{
	position: relative;
	bottom: 60px;
	left: 50px;
}


ul.aboutme
{
	text-align: left;
	padding: 5px 10px 0 25px;	
}

.aboutme li 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #BBB;
}	

.aboutme li.title
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #c52833;
	font-weight: bold;	
}


ul.userInfo  
{
	text-align: left;	
	
}

ul.userInfo li
{
	font-family: Arial, sans-serif;
	padding: 3px;
}	

ul.userInfo li span
{
	color: #abd848;
	font-weight: bold;	
	font-size: 12px;
}

ul.userInfo li img
{
	vertical-align: middle;
	padding: 0 10px 0 10px;
}

ul.basicInfo
{
	padding: 3px; 
	text-align: left	
}

ul.basicInfo li
{
	background: url(../images/bullet_arrow_grey.gif) left center no-repeat;	
	padding-left: 20px;	
	line-height: 18px;
}

ul.basicInfo li *
{
	vertical-align: middle;
}

ul.specieInfo li
{
	padding: 2px 0px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#navbar
{
	margin: 0px auto;
	width: 960px;
	height: 36px;	
	/*overflow: hidden;*/
}


#navbarLeft
{
	width: 698px;
	height: 36px;
	background-image: url(../images/tpl/navbar_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	/*overflow: hidden;*/
	float: left;
}

#navbarRight	
{
	float: left;	
	width: 262px;
	height: 36px;
	background-image: url(../images/tpl/navbar_right.gif);
	background-repeat: no-repeat;
	background-position: top left;
	/*overflow: hidden;*/
}





/* = Blockquote
-----------------------------------------------------------------------------*/

div.quoteWrapper
{
	width: 80%;
	margin: 5px auto;
}

.quoteWrapper blockquote {
	font-family: Arial, Verdana, sans-serif;
	font-style: italic;
	font-size: 16px;
	text-align: left;
	color: #999;
	background: transparent url(../images/quoleft.png) left top no-repeat;
}

.quoteWrapper blockquote div {
  padding: 20px 50px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
}


div.quoteWrapperSmall
{	
	margin: 5px auto;
}

.quoteWrapperSmall blockquote {
	font-family: Arial, Verdana, sans-serif;
	font-style: italic;
	font-size: 12px;
	text-align: justify;
	color: #999;
  	background: transparent url(../images/quote_open.png) left top no-repeat;
}

.quoteWrapperSmall blockquote div {
  padding: 15px 5px;
  background: transparent url(../images/quote_close.png) right bottom no-repeat;
}


/* = UserData
-----------------------------------------------------------------------------*/


#userData
{
	padding: 10px 0px;
	width: 490px;
	overflow: hidden;	
}

#userData p.description
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;	
	text-align: left;	
	padding: 10px;
	width: 480px;
	overflow: hidden;	
}



ul#userDataNavlist 
{
	font: 14px Arial, sans-serif;
}

ul#userDataNavlist li 
{	
	float: left;
	height: 20px;	
	margin: 0px 0px 0px 10px;
	border: none;
}

ul#userDataNavlist li.title 
{	
	padding: 0 10px 0 0;
}

ul#userDataNavlist li.endtitle 
{
	float: right;	
	padding: 0 10px 0 0;
}

#userDataNavlist a.redSuperTitle
{
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;	
}

#userDataNavlist a.medGreenTitle
{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #84bc2b;
	font-weight: bold;	
}

#userEngage
{
	height: 120px;
	overflow: hidden;	
}

/* =Images
-----------------------------------------------------------------------------*/

img.userPhoto
{
	padding: 3px;
	background: #000;
}


/* =Main Content
-----------------------------------------------------------------------------*/
#content
{
	width: 970px;
	margin: 0px auto;	
	border: 0px #99FF00 solid;
	overflow: hidden;
}

#content .col_left
{
	float: left;
	width: 700px;
	overflow: hidden;
}

#content .col_right
{
	float: right;
	width: 266px;
	overflow: hidden;
}


/* =User Profile Main Content
-----------------------------------------------------------------------------*/
#profile
{
	width: 700px;
	margin: 0px auto;	
	overflow: hidden;
}

#profile .colLeft
{
	float: left;
	text-align: center;
	width: 200px;
	overflow: hidden;
}

#profile .colLeft .userIcon
{
	padding: 20px;	
}

#profile .colRight
{
	float: right;
	width: 500px;
	overflow: hidden;
}




/* =Rules
-----------------------------------------------------------------------------*/

.lightgreyRule
{
	width: 485px;
	padding: 0px 0 0 10px;
	color: #DDD;
	border: 1px solid;
}

.important 
{
	background-color: #FBE6F2;
	border: 1px solid #D893A1;
	color: #333;
	margin: 5px auto;
	padding: 10px;
	font-weight: bold;
	width: 450px;
}

.important p 
{
	margin: 6px 0 8px 0;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer 
{
	background-color: transparent;
	font-size: 10px;
	padding: 0px;
	margin: 5px auto;
	text-align: center;
}

#footer p 
{
	color: #999;
	text-align: center;
	clear: both;
}

#footer ul
{
	width: 755px;
	margin: 0 auto;
}

#footer ul li
{
	float: left;
	width: 120px;
	text-align: left;
}

#footer ul li img
{
	float: left;
    padding: 0px 5px;
}
	
/* =Lang Navigation List
-----------------------------------------------------------------------------*/


/* invite page lang select */
ul#langSelectInvite
{
	float: right;	
	margin: 3px 0 0 10px;
	height: 18px;
	width: 100px;
	background-color: #CDCDCD;
	border: 1px #999 solid;
}

#langSelectInvite li:hover a 
{
	border-left: 1px solid #999;  
	border-right: 1px solid #999;  
	background: #204118;	
}
#langSelectInvite li:hover ul a, 
#langSelectInvite li.sfHover ul a {
}

#langSelectInvite li:hover ul a:hover, 
#langSelectInvite li.sfHover ul a:hover {
	background-color: #CDCDCD;
}


/* regular lang select */

ul#langSelect
{
	float: left;
	background: url(../images/tpl/lang_bg.gif) no-repeat left top;
	margin: 3px 0 0 5px;
	padding: 0px;
	height: 18px;
	width: 100px;
}



.langNav, .langNav ul { 
	list-style: none;	
}


.langNav {
  font-family: Arial, Helvetica, sans-serif;  
  position: relative;
  width: 100px;
}

.langNav li {  
  float: left;
  position: relative;
}

.langNav li a, .langNav li a:link, .langNav li a:active, .langNav li a:visited {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #FFF;
  display: block;
  width: 90px;
  height: 18px;
  padding: 2px 0 0 10px;
  text-transform: lowercase;  
  text-decoration: none;
}

/* .langNav li a:hover {} */

#langSelect li:hover a 
{
	border-left: 1px solid #9db784;  
	border-right: 1px solid #9db784;  
	background: #204118;	
}

#langSelect li:hover ul a, 
#langSelect li.sfHover ul a 
{
	background-color: #204118;
}

#langSelect li:hover ul a:hover, 
#langSelect li.sfHover ul a:hover {
	background-color: #9db784;
}

.langNav ul 
{
  border-bottom: 1px solid #9db784;  	
  list-style: none;
  position: absolute;
  top: -999em;
}
.langNav li:hover ul,
.langNav li.sfHover ul 
{	
	border-top: 1px solid #9db784; 
	top: 0px;  
}

.langNav ul li 
{
  float: none;    
}

.langNav ul a 
{
  white-space: nowrap;    
}

.langNav ul a:hover 
{
  background: #204118;		
  color: #000;
}



/* =Forms
-----------------------------------------------------------------------------*/

.selectedArt
{
	background-color: #84bc2b;
}

.selectedFriend
{
	background-color: #abd848;
}

.selectedGroup
{
	background-color: #DDD;
}

.editable
{
	color: #0F0;
	font-weight: bold;
}


.error {
	color: #760000;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1em;
	text-align: left;
	padding: 1px 0 1px 20px;
	background: url(../../shared/images/icons/error_blink.gif) no-repeat left top;
}

.errorRegister {
	color: #760000;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 2px;
	float: left;
}

.errorShop {
    color: #760000;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    padding: 2px;    
}

/* =FLASH MESSAGE
-----------------------------------------------------------------------------*/

#flashMessage 
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 90%;
	min-height: 48px;
	font-size: 16px;
	margin: 10px 0px;
	font-weight: bold;
	padding: 5px 5px 5px 60px;	
	border: 1px solid #D0D0D0;
}

.flash_error
{
	color:#FF0000;	
	background: url(../../shared/images/icons/error_small.png) no-repeat left center;
}


.flash_success
{
	color: #009933;	
	background: url(../../shared/images/icons/ok_small.png) no-repeat left center;
}


/* =VOTE BOX
-----------------------------------------------------------------------------*/

ul.voteTab {	
	height: 62px;	
	width: 50px;
	overflow: hidden;
}

.voteTab li.top 
{
	background:transparent url(../images/votetab_top.gif) no-repeat scroll 0 0;
	height: 39px;
	text-align: center;
	width: 50px;
}

.voteTab li.top span 
{
	color: #FFFFFF;
	font-family: Arial,sans-serif;
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle;
}

.voteTab li.bot 
{
	background: transparent url(../images/votetab_bot.gif) no-repeat scroll 0 0;
	height: 23px;
	text-align: center;
	width: 50px;
	color: #669900;
}

.voteTab li.bot a, .voteTab li.bot a:hover, .voteTab li.bot span 
{
	color: #669900;
	font-size: 12px;
	line-height: 23px;
	margin: 0 0 0 2px;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle;
}

/* =CODE BOX
-----------------------------------------------------------------------------*/
#mainContent code, #mainContent pre 
{
 font-family: Courier,monospace;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}

.resizehandle {
	background:transparent url(../images/tpl/resizer.png) no-repeat scroll 45%;
	cursor:s-resize;
	font-size:0.1em;
	height:16px;
	width:100%;
}