html {
    margin:0px;
    padding:0px;
    background:#DBDDDE url(http://justsmiile.com/media/images/bg1.png) top left repeat-x;
    color:#595959;
}
body {
    margin:0px;
    padding:10px 20px 0px 20px;
    color:#595959;
    font-family:verdana;
}

a {
    text-decoration:none;
    color:#595959;
}
a:hover {
    text-decoration:underline;
}

#footer_left {
    float:left;
    padding-top:10px;
}

#footer_right {
    font-size:0.8em;
    margin-top:16px;
    text-align:right;
}

#logo {
    float:left;
    height:68px;
    width:469px;
    margin-top:10px;
    background:url(http://justsmiile.com/media/images/logo.png) top left no-repeat;
}
#blog {
    text-align:right;
}
.blogItemTitle {
    font-size: 0.7em;
}
#blogContent {
    text-align:left;
    float:right;
    background:url(http://justsmiile.com/media/images/blogbox.png) top left no-repeat;
    margin-bottom:8px;
    width:319px;
    height:112px;
padding-top:10px;
}
.blogItem {
padding: 0px 10px 0px 20px ;
margin:10px 0px 0px 20px;
    background:url(http://justsmiile.com/media/images/bullets.gif) top left no-repeat;
}
.blogItemDate {
  font-size:0.7em;
  font-weight:bold;
}

#overheader {
    height:98px;
}

#nav {
font-weight:bold;
}

.nav1 {
    background:url(http://justsmiile.com/media/images/bg_nav1.png) top left no-repeat;
    height:36px;
    padding-left:20px;
}
.nav2 {
    background:url(http://justsmiile.com/media/images/bg_nav2.png) top left repeat-x;
    height:36px;
}
.nav3 {
    background:url(http://justsmiile.com/media/images/bg_nav3.png) top right no-repeat;
    height:36px;
    padding-right:20px;
}
.ft1 {
    background:url(http://justsmiile.com/media/images/bg_ft1.png) top left no-repeat;
    height:36px;
    padding-left:20px;
}
.ft2 {
    background:url(http://justsmiile.com/media/images/bg_ft2.png) top left repeat-x;
    height:36px;
}
.ft3 {
    background:url(http://justsmiile.com/media/images/bg_ft3.png) top right no-repeat;
    height:36px;
    padding-right:20px;
}
#mapInfoWindow {
    display: none;
}

#map {
    height:400px;
    margin-top:-1px;
}


#choices {
    margin-top:4px;
    text-align:center;
}

.choiceImage {
/*    margin:10px 10px; */
    border:2px solid white;
    cursor:pointer;
}

/*
.choiceImage:hover {
    border:2px solid green;
}
*/

#controls {
    margin:20px;
}

#controls #text_location {
    margin:0px 10px;
}

#log {
    /* display:none; */
}




/* This file skins sliders */

.ui-slider { height: 23px; position: relative; width:600px; background: url(http://justsmiile.com/media/images/slider-bg-1.png) center left no-repeat; }
.ui-slider-handle { position: absolute; z-index: 1; height: 23px; width: 12px; background-image: url(http://justsmiile.com/media/images/slider-handle.gif);  }
.ui-slider-handle-active { border: 1px dotted black;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }

#smileycount {
position:absolute;
top:100px;
left:40px;
font-size:0.9em;
}
