/* @override http://1.1.1.5:8080/SkrcimeStripes/style/Skin/default/home.css */

/**
 *    Skrci.me Home
 *    Skin: default
 *    Used on: -> home styles
 *
 *    @author  David Panzalović (david@visoo.eu)
 *    @version 1.0
 **/

/* =Common
----------------------------------------------- */
h1 {
    text-indent: -99999px;
    cursor:pointer;
    background: url(../../../images/logos/skrcime_logo_default.png) no-repeat 0 0;
}

/* =skrci_me
----------------------------------------------- */
#skrci .bottom {
    background: url(../../../images/win_sprite.png) no-repeat -1510px -30px;
    color: #FFF;
}

    #skrci .bottom a {
        background: url(../../../images/main_sprite.png) no-repeat -202px -116px;
        color: #FFFFFF;
    }

    #skrci .bottom a.a {
        background-position: -202px -116px;
        cursor:pointer;
    }
    
#skrci_me {
    background: #9ac0c9 url(../../../images/win_sprite.png) no-repeat -1100px 0;
}

    #skrci fieldset {
        border: 0px;
    }

        #skrci input {
            border: 2px solid #FFF;
            color: #7F7F7F;
        }
        
        #skrci input.submit {
            background: url(../../../images/main_sprite.png) no-repeat 0 -200px;
            border: 0px;
            cursor:pointer;
        }
        
        #skrci_me input.e {
            border: 2px solid #FF0000;
        }
        
        #skrci_me + a {
            font-size: 18px;
            text-decoration: none;
            background: url(../../../images/main_sprite.png) no-repeat 10px -370px;
            color: #ff9f00
        }
        
        #skrci_me + a:hover {
            text-decoration: underline;
        }
        
        #skrci_me + a + a {
            font-size: 14px;
            text-align: right;
        }

#full_url {
    font-size: 10px;
    font-family: Tahoma;
    background-color: #e6f3f2;
    color: #7f7f7f;
    width: 300px;
    
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a.bookmarklet {
	background:transparent url(../../../images/skrci_bookmarklet.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:right;
	font-weight:bold;
	height:17px;
	margin-bottom:4px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	width:96px;
}

#bookmarklet_holder {
    display:block;
    position:absolute;
    float:right;
    left:50%;
    margin-left:304px;
    margin-top: 32px;
    top:170px;
    width:96px;
}

#bookmarklet_text {
    color:#878787;
    font-size:90%;
    display:block;
    margin-top:10px;
    text-align:center;
}


/* =Custom input
----------------------------------------------- */
#custom {
    background: #DDEFEE url(../../../images/win_sprite.png) no-repeat bottom right;
    color: #878787;
}

    #custom input {
        background-color: #FFF;
        border: 2px solid #FFF;
        color: #7F7F7F;
    }
    
    #custom input.e {
        border: 2px solid #FF0000;
    }
    
#pass_forgot {
	background: url(../../../images/confirm_bubbles.png) no-repeat 0px 0px;
}

	#pass_forgot a {
		color: #FFAF00;
	}

/* =Top links
----------------------------------------------- */
    #top_links .fade {
        background: url(../../../images/toplinks_fade.png) repeat-x 0 0;
    }
    
    #top_links .fade_right {
		background:transparent url(../../../images/toplinks_fade_right.png) repeat-y -170px 0;
	}

    #top_links h3 {
        font-size: 16px;
        font-weight: bold;
        color: #878787;
    }
    
        #top_links ul li a {
            text-indent: -99999px;
            background: url(../../../images/toplinks_icons.png) no-repeat 0 0;
        }
        
        #top_links ul li a.day   { background-position:     0 -20px; }
        #top_links ul li a.week  { background-position: -20px -20px; }
        #top_links ul li a.month { background-position: -40px -20px; }
        #top_links ul li a.day:hover, #top_links ul li a.day.selected     { background-position:    0  0; }
        #top_links ul li a.week:hover, #top_links ul li a.week.selected   { background-position: -20px 0; }
        #top_links ul li a.month:hover, #top_links ul li a.month.selected { background-position: -40px 0; }

    #top_links dl dt {
        border-top: 1px solid #CCDFE3;
    }
    
    #top_links dl dt:first-child {
        border-top: 0;
    }

        #top_links dt a {
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
            color: #FF9E2D;
        }
        
        #top_links dt a:hover {
            text-decoration: underline;
        }

    #top_links dl dd {
        font-size: 11px;
        color: #99BFC7;
    }
    
        #top_links dl dd span {
            font-size: 10px;
            color: #BABABA;
        }
        
#toplinks_chart {
	background: transparent;
} 
       
	#toplinks_bar {
	text-align: right;
	background: #81adbb url(../../../images/toplinks_bar.png) no-repeat;
}       
       
	   #toplinks_admin_count {
		color: #ffffff;
		font-size: 10px;
		}

