HTML {
}

BODY {
    margin: 0px;
    background-color: #3c78b7;
    background-image: url("images/QVM.jpg");
    background-repeat: no-repeat;
    color: #000;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 16px;
    max-width: 1200px;
}

@font-face {
    font-family: "UVNBaiSauNang";
    src: url("TTF/UVNBaiSau_N.TTF") format("truetype");
}

@font-face {
    font-family: "UVNBaiSau";
    src: url("TTF/UVNBaiSau_R.TTF") format("truetype");
}

IFRAME {
    z-index: 1000;
}

/**
 *
 */
DIV#root {
    min-height: 625px;
}

DIV#root DIV#menubar {
    position: absolute;
    top: 0px;
    left: 250px;
    height: 50px;
}

DIV#crossbar {
    position: absolute;
    top: 65px;
    left: 0px;
    min-width:1070px; 
    height: 60px;
    background: url("images/clear90.png");
}

DIV#sidebar {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 200px;
    min-height: 1020px;
    text-align: center;
    -background: url("images/yellow80.png");
    -background: url("images/brick80.png");
    background: url("images/clear90.png");
}

DIV#root DIV#mainbody {
    position: absolute;
    top: 125px;
    left: 250px;
}

#root.mobile #sidebar {
    display: none;
}

#root.mobile DIV#crossbar {
    min-width: 410px;
    height: 50px;
}

#root.mobile DIV#mainbody {
    left: 0px;
    top: 100px;
}

#root.mobile DIV#menubar {
    left: 0px;
}

/**
 *
 */

DIV#menubar .category {
    padding: 5px 0px 0px 5px;
    display: inline-block;
    width: 60px;
    text-align: center;
    vertical-align: top;
}

DIV#menubar .category INPUT {
    display: inline-block;
    height: 40px;
    vertical-align: top;
}

DIV#menubar .category IMG {
    height: 40px;
    vertical-align: top;
    margin: 0px;
}

DIV#menubar .category .label {
    font-size: 14px;
    font-family: Ariel,sans-serif;
    color: #aaa;
    white-space: nowrap;
}

DIV#menubar .category:hover .label {
    color: #fd0;
}

INPUT#loginImg {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    cursor: pointer;
    border: 0px;
    background: transparent;
}

DIV#admin {
    position: absolute;
    left: 0px;
    top: 50px;
}

DIV#admin IMG {
    cursor: pointer;
    display: block;
    width: 30px;
    margin: 10px 0px 0px 10px;
}

DIV#admin IMG#scroll {
    width: 40px;
    margin-left: 5px;
}

#root.mobile INPUT#loginImg,
#root.mobile IMG#cal,
#root.mobile IMG#scroll {
    display: none;
}
/*
 *
 */
DIV#crossbar DIV#fg {
    position: absolute;
    top: 0px;
    left: 0px;
    -width: 100%;
    height: 100%;
    margin-left: 100px;
}

DIV#crossbar DIV#title {
    text-align: center;
    width: 900px;
    height: 18px;
    font-family: UVNBaiSau;
    -font-family: Arial,sans-serif;
    font-size: 22px;
    color: #f00;
    -color: #47b;
}

DIV#crossbar DIV#subtitle {
    text-align: center;
    width: 900px;
    height: 10px;
    font-family: UVNBaiSauNang;
    -font-family: Times New Roman,serif;
    -font-weight: bold;
    font-size: 28px;
    color: #47b;
    -color: #a08;
    -text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red;
}

DIV#root.mobile DIV#crossbar DIV#fg {
    margin-left: 10px;
}

DIV#root.mobile DIV#crossbar DIV#title {
    width: 400px;
    font-size: 14px;
}

DIV#root.mobile DIV#crossbar DIV#subtitle {
    width: 400px;
    font-size: 16px;
}

/**
 *
 */
DIV#sidebar IMG#vaticanLogo {
    position: absolute;
    left: 5px;
    height: 50px;
}

DIV#sidebar IMG#archdenLogo {
    position: absolute;
    right: 5px;
    height: 50px;
}

DIV#sidebar IMG#qvmLogo {
    width: 100%;
}

DIV#sidebar DIV#address,
DIV#sidebar DIV#clergy {
    border-bottom: 1px solid #77a;
    padding-bottom: 5px;
}

DIV#sidebar DIV#masstime {
}

DIV#sidebar H3 {
    margin: 3px 0px 0px 0px;
    color: #00f;
    text-align: center;
}

DIV#sidebar DIV.label {
    margin-top: 3px;
    color: #a00;
}

DIV#sidebar DIV.value {
    font-weight: bold;
    font-family: Times New Roman,serif;
    color: #060;
}

-DIV#sidebar DIV#events {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    border-top: 1px solid #888;
}

/*
 *
 */

/*
DIV#calendar DIV.event {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #888;
    background: #fdd;
    vertical-align: top;
}

DIV#calendar DIV.event DIV#dtab,
DIV#calendar DIV.event DIV#ttab {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

DIV#calendar DIV.event DIV#month {
    width: 30px;
    height: 14px;
    background: #900;
    color: #fff;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

DIV#calendar DIV.event DIV#date {
    width: 30px;
    height: 18px;
    background: #fff;
    text-align: center;
    font-family: Times New Roman,serif;
    font-size: 18px;
    font-weight: bold;
}

DIV#calendar DIV.event DIV#title {
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    width: 160px;
    min-height: 32px;
    -padding-top: 3px;
    -line-height: 12px;
}

DIV#calendar DIV.event DIV#title SPAN#time {
    display: inline-block;
    width: 55px;
    height: 14px;
    background: #088;
    color: #fff;
    font-family: Arial,sans-serif;
    font-size: 12px;
}
*/

/**
 *
 */
DIV#root DIV#news DIV#page DIV.column {
    -background: #fff8;
}


DIV#root DIV#news DIV#page DIV.column DIV.article {
    margin-bottom: 10px;
    -border: 1px solid #26a;
    -box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 12px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    -background: url(images/clear90.png);
    background: #fffe;
}

DIV.article .titlebar {
    position: relative;
    width: 100%;
    background: #cde;
}

DIV#root DIV#news DIV#page DIV.article DIV#content {
    -background: url(images/clear90.png);
    overflow: hidden;
    max-height: inherit;
}

DIV#root DIV#news DIV#page DIV.article DIV#content P {
    text-indent: 12px;
}

DIV#root DIV#news DIV#page DIV.article.collapsed DIV#content {
    max-height: 100px;
}

DIV.article DIV.expander {
    display: none;
    position: relative;
    top: -10px;
    height: 20px;
    margin-top: -20px;
    padding-top: 15px;
    background: linear-gradient(#6660, #ffff);
    color: #f52;
    z-index: 100;
    text-align: center;
    font-size: 18px;
    font-family: Times New Roman,serif;
}

DIV#root DIV#news DIV#page DIV.article.collapsed DIV.expander {
    cursor: pointer;
    display: block;
    color: #f00;
}

DIV#root DIV#news DIV#page DIV.article.collapsed DIV.expander:hover {
    color: #00f;
}

DIV#root DIV#news DIV#page DIV.column .article #tag {
    display: none;
}
