/* This CSS includes CKeditor styles & WebSite (module) specifics */

/* CKEDITOR */
h1 {
	font-size: 250%;
	color: #666;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); */
}
h2 {
	font-size: 200%;
	color: #666;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); */
}
h3 {
	font-size: 150%;
	color: #666;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); */
}
h4 {
	font-size: 120%;
	color: #666;
	line-height: 1.6;
	/*letter-spacing: 0.1em;*/
	font-weight:normal;
	/* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);  */
}

hr {
	border:1px solid #ccc;
}

/* WEBSITE */
/* Clear sky footer */
a.clearsky_footer {
	color:#888;
	font-size:100%;
}
a.clearsky_footer:hover {
	color:#dd3333;
	font-weight:bold;
}

/* Drop down for Print and Share Articles */
div.topmsg_article {
    position: absolute;
    height: 17px;
    width: 100px;
    top: 0%;
    left: 50%;
    /*margin: -100px (1/2 of heigh 0 0 -200px 1/2 of width; */
    margin-left: -50px;
    text-align:center;
    /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3); */
    color:#fff;
    padding:5px;
    background-color: #336699;
    background-color: #666;
    border:1px solid #999;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 50; 
/*
    -moz-box-shadow: 0 0 3px 10px #000;
    -webkit-box-shadow: 0 0 3px 10px #000;
    box-shadow: 0 0 3px 10px #000; 
    z-index: 99; */

}

/* LogOut Button for LockSites */
div.locksite_logout {
    position: absolute;
    height: 17px;
    width: 165px;
    font-weight:bold;
    top: 0%;
    left: 50%;
    /*margin: -100px (1/2 of heigh 0 0 -200px 1/2 of width; */
    margin-left: -375px;
    text-align:center;
    /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3); */
    color:#333;
    padding:5px;
    background-color: #fff;
    border:1px solid #333;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

}


/* Printing */
@media print
{    
    .show_small_screen, .show_small_screen *
    {
        display: none !important;
    }
}


