html, body {
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	background-image: url(../images/general/4.png);
}

ul {
	 margin: 0px 0px 0px 0px; 
	 padding: 0px; 
}

.typeface-js { font-family: alba;
               color: black;
               margin-top: 15px;
               font-size: 36px;
             }

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
background:#E6E0C7;
border:1px solid;
z-index:2;
font-size:13px;
padding: 10px;
}

#popupContactTitle {
	margin: -10px;
	background-color:#D4CEB3;
	border-bottom: 1px solid;
	font-weight: bold;
	padding: 3px;
}

#popupMain {

padding-top: 20px;
text-align: center;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:4px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
cursor: pointer;
}

#remove_button {

right:4px;
top:4px;
cursor: pointer;
}


#sortable {

margin-bottom: 20px;

}

#sortable li {
 list-style-type: none;
 margin: 0px 0px 0px 0px; 
 padding: 0px; 
 float: left; 
 width: 100px; 
 height: 130px; 
}

#boxablecontainer {
background:#E6E0C7;
position: absolute; 
left: 0px; 
top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
border: 1px solid;
display: none;
z-index: 2;
width: 99%;
overflow:auto;
}

#boxablecontainerexpand {
background:#E6E0C7;
position: absolute; 
right: 0px; 
top: 0px;
height: 34px;
width: 34px;
border: 1px solid;
z-index: 2;
}


#boxablecontainer ul {

height: 130px;

}

#expandboxes {

position: absolute;
bottom: 3px;
right: 3px;
cursor: pointer;

}

#expandboxes2 {

position: absolute;
bottom: 3px;
right: 3px;
cursor: pointer;

}

.highlight{

border: 1px solid green;

}

.highlightavatar {

border: 1px solid green;
top: -1px;
left: -1px;
width: 100px;
height: 200px;
position: relative;
background-color: #C4EFC2;



}

.droppableavatar{


}

.droppable{

width: 148px;
height: 148px; 

}


.boxable {
width: 150px;
height: 150px; 
border: 1px solid;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
background-color:#D4CEB3;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 57px;
	padding-right: 31px;

}

h2 {
	color: #000000;
}

h2.centered {
 text-align: center;
}

img {
vertical-align:text-bottom;
border:0;
}

img.centered{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

img.ontop{
	z-index:100;
}

p.centered{
 text-align: center;
 margin: 0 auto 0 auto; 
}

form.centered{
 text-align: center;
 margin: 0 auto 0 auto; 
}

p.adcentered{
margin-left: auto;
margin-right: auto;
width: 6em
}

table.centered{
margin-left: auto;
margin-right: auto;

}

td.centered{
text-align: center;
}

td.right{
text-align: right;
}

a img{
border:0;
}

a.highlight {
	background-color:#D4CEB3; 
	top:1.5em; left:2em; 
	width:15em;
}

.messagebox {
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid;
}

.gtsbox {
	margin-top: 10px;
	border: 1px solid;
	text-align: center;
	padding-bottom: 10px;
}

.gtsboxtitle {
	background-color:#D4CEB3;
	border-bottom: 1px solid;
	font-weight: bold;
}

.gtsautoacceptbox {
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	text-align: center;
	padding-bottom: 10px;
}

.genderembed {
position: relative;
margin-left: -9px;
top: -115px;
color: black;
background-color:#E6E0C7;
}

.genderembednewtrade {
position: relative;
margin-left: -9px;
top: -115px;
color: black;
background-color:#D4CEB3;
}

#haloweencandy1 {
position: absolute;
right: 10px;

}

#content a.popup{
    position:relative; /*this is the key*/
    z-index:24; 
}
	
#content a.popup span {
	display: none
}

#content a.popup:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:2em; width:15em;
    border:1px solid;
    background-color:#D4CEB3; color:#000;
    text-align: center;
}


#content a.popupinactive{
    position:relative; /*this is the key*/
    z-index:24; 
	color:#666666;

}
	
#content a.popupinactive span {
	display: none
}

#content a.popupinactive:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1.5em; left:2em; width:15em;
    border:1px solid;
    background-color:#D4CEB3; color:#000;
    text-align: center;
}



#content a.popupbigred{
    position:relative; /*this is the key*/
    z-index:24; 
	color:red;
	font-size:16px;
	
}
	
#content a.popupbigred:hover{
	color:red;
	font-size:16px;	
}
	
#content a.popupbigred span {
	display: none
}

#content a.popupbigred:hover span { /*the span will display just on :hover state*/
	font-size:12px;
    display:block;
    position:absolute;
    top:1.8em; left:2em; width:15em;
    border:1px solid;
    background-color:#D4CEB3; color:#000;
    text-align: center;
}

a.popupdex {
    position:relative; /*this is the key*/
	z-index:24;
 }
	
a.popupdex span {
	display: none; 
	z-index:100;
}
	
a.popupdex:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top: -1em; left:-13em; width:100px;
    border:1px solid;
    background-color:#D4CEB3; color:#000;
    text-align: center;
	z-index:100;
}

.collection {
	padding-top: 5px;
	padding-bottom: 5px;
    border:1px solid;
	margin: 2px;
	width: 80px;
	height:90px;
	display:block;
	float:left;
	text-align: center;
	line-height: 16px;
}

.collectionhigh {
	padding-top: 5px;
	padding-bottom: 5px;
    border:1px solid;
	margin: 2px;
	width: 80px;
	height:120px;
	display:block;
	float:left;
	text-align: center;
	line-height: 16px;
}


.hidden {
	display: none;
}

#page-container {
		width: 760px;
		margin: auto;
		border-right: 1px black solid;
		border-top: 1px black solid;
		border-bottom: 1px black solid;
		border-left: 1px black solid;
		background-color:#E6E0C7;
}

#main-nav { 
	height: 50px; 
}

#main-nav dl {
	margin: 0; 
	padding: 0; 
}

#main-nav dt {
	float: left; 
}

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -50px;
}
#main-nav dt#main,
#main-nav dt#main a { width: 204px; background-image: url(../images/nav/main.png); }

#main-nav dt#adopt,
#main-nav dt#adopt a { width: 203px; background-image: url(../images/nav/adopt.png); }

#main-nav dt#explore,
#main-nav dt#explore a { width: 204px; background-image: url(../images/nav/explore.png); }

#main-nav dt#forum,
#main-nav dt#forum a { width: 149px; background-image: url(../images/nav/forum.png); }

body.main dt#main,
body.main dt#main a,
body.adopt dt#adopt,
body.adopt dt#adopt a,
body.explore dt#explore,
body.explore dt#explore a,
body.forum dt#forum,
body.forum dt#forum a {
	background-position: 0 -100px;
}

#header {
	height: 150px;
	background: #db6d16;
}

#bannertop{
	height: 110px;
	background-color:#D4CEB3;
	width: 760px;
}

#bannertop .padding {
	padding-top: 10px;
}


#itembar {
padding-bottom: 10px;
float:right;
border: 1px black solid;
margin-bottom: 20px;
margin-left: 20px;
text-align: center;
width: 70px;
}


#sidebar-a {
	
	float: right;
	width: 280px;
	line-height: 18px;
}


#sidebar-a .padding {
	padding: 25px;
}

#sidebar-a a {
	color: black;
	text-decoration: none;
}

#sidebar-a a:hover {
	color: #db6d16;

}

#content {
	margin-right: 280px;
	line-height: 18px;
}

#content .padding {
	padding: 25px;
}

#content a{
	color: black;
	border: none;
	text-decoration: none;
}


#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content h3 {

}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content a:hover {
	color: #db6d16;

}

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	/*color: #c9c9c9;*/
	border-top: 1px solid #efefef;
	padding: 13px 25px;
	line-height: 18px;
	background-color:#D4CEB3;

}


#ad {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	/*color: #c9c9c9;*/
	border-top: 1px solid black;
	line-height: 18px;
	padding: 13px 0px;
	background-color:#D4CEB3;

}

#highlightdex {
	background-color:#D4CEB3;

}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

@font-face {
	font-family: alba; 
	src: url('/css/fonts/alba.ttf');
}

.heading {
font-family: alba;
font-size: 26px;
color: black;
}

.puzzleHover {

background-color: green;

}

p.badwarning { border: 1px solid;
			   color: #a51414;
			   text-align: center;
               line-height: 38px;
               height: 25px;
			   margin: 0 auto; 
			 }
          
p.goodwarning { border: 1px solid;
                color: #008000;
                text-align: center;
                line-height: 38px;
                height: 25px;
                margin: 0 auto;
              }

p.warning { border: 1px solid;
			color: #a51414;
			text-align: center;
			margin: 0 auto 0 auto; 
		  }


/* Explore Map Characters */
#character { position: absolute;
             margin-top: -232px;
			 margin-left: 128px;
			 height: 28px;
			 width: 17px;
			 z-index: 4;
		   }

#starter { position: absolute;
		   margin-top: -228px;
		   margin-left: 145px;
		   height: 23px;
		   width: 18px;
		   z-index: 3;
		 }

#daycareman { position: absolute;
			  margin-top: -321px;
			  padding-left: 128px;
			  height: 28px;
			  width: 19px;
			  z-index: 2;
			}


/* Coda Slider */
#intro {
    padding-bottom: 10px;
}

#slider {
    width: 200px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 52px;
    width: 200px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #e6e0c7;
}

.scrollContainer div.panel {
    padding: 2px;
    height: 60px;
    width: 200px;
}

#shade {
    background: #e6e0c7;
}

.scrollButtons {
    position: absolute;
    top: 20px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -15px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


/* Profile Tab Navigation */
#profile_tab { margin: 0;
             }

#profile_tab li { display: inline-block;
                  list-style-type: none;
                  padding: 0 15px 0 15px;
                }

#profile_tab_container { border: 0;
                         margin: 1px;
                         padding: 0 0 0 0;
                         height: 17px;
                         line-height: 17px;
                       }

.profileli { background: #ccc5a8;
             margin-left: 15px;
             border: 1px solid #666666;
             border-top-left-radius: 10px;
             border-top-right-radius: 10px;
             -moz-border-radius-topleft: 10px;
             -moz-border-radius-topright: 10px;
             -webkit-border-top-left-radius: 10px;
             -webkit-border-top-right-radius: 10px;
             -khtml-border-top-left-radius: 10px;
             -khtml-border-top-right-radius: 10px;
             -icab-border-top-left-radius: 10px;
             -icab-border-top-right-radius: 10px;
             -o-border-top-left-radius: 10px;
             -o-border-top-right-radius: 10px;
           }

.profileliselected { background: #ddd7bd;
                     margin: 0 0 0 15px;
                     border-bottom: 1px solid #ddd7bd;
                     border-left: 1px solid #666666;
                     border-right: 1px solid #666666;
                     border-top: 1px solid #666666;
                     border-top-left-radius: 10px;
                     border-top-right-radius: 10px;
                     -moz-border-radius-topleft: 10px;
                     -moz-border-radius-topright: 10px;
                     -webkit-border-top-left-radius: 10px;
                     -webkit-border-top-right-radius: 10px;
                     -khtml-border-top-left-radius: 10px;
                     -khtml-border-top-right-radius: 10px;
                     -icab-border-top-left-radius: 10px;
                     -icab-border-top-right-radius: 10px;
                     -o-border-top-left-radius: 10px;
                     -o-border-top-right-radius: 10px;
                   }


/* CLICK EXCHANGE */
#ce_answers { margin:8px 0;
            }

#ce_container { border: 1px solid;
               text-align: center;
               height: 153px;
             }

#ce_container_adopttofeed { float: right;
                           width: 110px;
                           border-left: 1px solid;
                         }

#ce_main { margin-top: 21px;
         }

#ce_question_container { border: 1px solid;
                         text-align: center;
                         margin-top: -1px;
                       }

.adoptable { border: 1px solid #909090;
             padding: 1px;
           }

.adoptable:hover { border: 1px solid #db6d16;
                 }


/* PM ALERT MESSAGE */
#pmclose { border-top: 1px solid #000000;
           color: #000000;
           font-size: 80%;
           margin: 0 1px 1px 0;
		   vertical-align: bottom;
         }

#pminfo { margin-top: -3px;
        }

#pmlink { background: url(../images/content/new_message.png) no-repeat;
          color: #000;
          display: block;
          margin: 2px 2px 2px 2px;
          text-decoration: none;
        }

#pmtoast { background: none repeat scroll 0 0 #e6e0c7;
           border: 1px solid #000000;
           bottom: 10px;
           color: #333333;
           display: block;
           font-size: 100%;
           position: fixed;
           right: 10px;
           text-align: right;
           text-decoration: none;
           width: 194px;
           height: 78px;
           z-index: 1;
         }

.pmhref { color: #000;
          font-weight: 700;
          font-size: 100%;
        }

.pmhref:hover { color: #db6d16;
                text-decoration: none;
              }

.pmtitle { color: #000;
           display: block;
           font-weight: 700;
           padding-bottom: 4px;
         }
