/**
 *    Skrci.me Core
 *    Used on: -> global core layout
 *
 *    @author  David Panzalović (david@visoo.eu)
 *    @version 1.0
 **/

/* =Common
----------------------------------------------- */
body {
    margin: 0px 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

p {
    line-height: 15px;
}

/* =Navigation
----------------------------------------------- */
#top_navigation {
    width: auto;
    height: 19px;
    line-height: 19px;
    margin: 10px 0 50px 0;
    float: right;
}

    #top_navigation li {
        width: auto;
        line-height: 19px;
        padding: 0 11px 0 0;
        margin: 0 10px 0 0;
        float: left;
    }
    
    #top_navigation li.l {
        padding: 0;
        margin: 0;
    }
    
        #top_navigation label {
            display: none;
        }
    
        #top_navigation li.login {
            padding: 0;
        }
        
            #top_navigation li.login input {
                width: 120px;
                padding: 1px;
            }
            
 #top_navigation_left {
    width: auto;
    height: 19px;
    line-height: 19px;
    margin: 10px 0 50px 0;
    float: left;
}

    #top_navigation_left li {
        width: auto;
        line-height: 19px;
        padding: 0 11px 0 0;
        margin: 0 10px 0 0;
        float: left;
    }
    
    #top_navigation_left li.l {
        padding: 0;
        margin: 0;
    }
    
 #alert_text, #alert_text2, #alert_text3 {
    display:none;
    position:absolute;
    font-family: LucidaGrande,Helvetica,Arial;
    font-weight: bold;
    height:26px;
    
    left: 50%;
    
    background-color:#E4F1F3;
    color:black;
    text-align: center;
    font-size: 14px;
    float:left;
    vertical-align: middle;
    padding-top: 10px;
    opacity: 0.9;
    
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -webkit-border-bottom-left-radius:6px;
    -webkit-border-bottom-right-radius:6px;
}

#alert_text {
	width:500px;
    margin-left: -250px;
}

#alert_text2, #alert_text3 {
    margin-top:20px;
    width:400px;
    margin-left: -310px;
    
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

#alert_text3 {
    margin-left: -200px;
}

#alert_holder, #alert_holder2 {
	position: absolute;
    height: 36px;
    left: 50%;
}

/* =Ads
----------------------------------------------- */
#ads {
	width: 100%;
	padding-bottom: 20px;
	float: left;
	clear: both;
	margin-top: 80px;
}

	#ads > dt, #ads > dd {
		width: 360px;
		margin: 0 auto;
	}
	
	#ads > dt {
		margin-top: -10px;
	}
	
		#ads > dt > span {
			padding: 3px;
			display: inline-block;
		}

	#ads > dd {
		margin-top: 10px;
	}
	
		#ads > dd > div {
			width: 360px;
			float: left;
			cursor: pointer;
		}
		
			#ads > dd img {
				width: 64px;
				height: 64px;
				padding: 1px;
				margin-right: 10px;
				float: left;
			}
			
			#ads > dd h3, #ads > dd p, #ads > dd a {
				width: 280px;
				float: left;
			}
			
			#ads > dd h3 {
				margin-bottom: 2px;
			}
			
			#ads > dd a {
				margin-top: 1px;
			}
			
/*dbstats*/
#db_stats
{
	width: 85px;
	display: inline;
	float: right;
	margin: -70px 200px;
	text-align: left;
	color: #cccccc;
	font-size: 9px;
}