html {
    background: #162431 url('/modules/site/themes/sapaonline/images/so_if_bg.png') repeat-x;
}

body {
    color: black;
    margin:0;
    font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    text-shadow: #000 0px 0px 0px;
    font-size:12px;
    line-height:1.5em;
}

a {color:#1d4e6d;}
a.link {display:inline; color:#1d4e6d; padding:0px 1px 0px 1px;}
a:hover {}


#yui-main input[type=text] {
    background:transparent;
    background-color: #555 !important;
    color: white;
    border: 1px solid #777;
    padding:2px;
}

h1{ 
    color:#53669e;
    padding:0 !important;
    margin:0 !important;
    font:20px/36px Georgia, "Times New Roman";
}

h1.pagetitle {
    font:20px/36px "Lucida Grande", Georgia, "Times New Roman";
    border-bottom:1px #ccc solid;
    font-weight:bold;
}


#hd {
    width: 872px;
    height: 139px;
    margin:0;
    padding:0;
    background-image: url('/modules/site/themes/sapaonline/images/so_if1_02.jpg');
}



.menu_linear{
        font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 34px;
        width: 864px !important;
	text-transform:uppercase;
	font-weight:bold;
	width: 100%; 
	background-image: url('/modules/site/themes/sapaonline/images/so_if1_04.png');     
}

.menu_linear ul{
	margin: 0;
	padding: 0;
	padding-left:8px;
	float: left;
	width: 860px; /*width of menu*/
}

.menu_linear ul li
{
    display: inline;
}

.menu_linear ul li a
{
	margin-top:8px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:2px;
    float: left;
	margin-right:5px;
    width: auto;

    color: #fff; /*text color*/
    text-align: center;
    text-decoration: none;
    border:0;
}


.menu_linear ul li a.current
{
    background-color: #1b3955;

}


.menu_linear ul li:hover a.current 
{
    background-color: #1b3955;
}


.menu_linear ul li a:hover
{              
    background-color: #162431;
}

/* Menu Section */

.menu_section{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 34px;
	text-transform:uppercase;
	font-weight:bold;
	width: 100%;
        position:relative;
        top: 42px;

}

.menu_section ul{
	margin: 0;
	padding: 0;
	padding-left:16px;
	float: left;
	width: 860px; /*width of menu*/
}

.menu_section ul li
{
    display: inline;
}

.menu_section ul li a
{
	margin-top:7px;
        margin-right:2px;
        
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom:5px;
        
        float: left;
        width: auto;

        color: #555;
        text-align: center;
        text-decoration: none;
        border:0;
        
        background-image: url('/modules/site/themes/sapaonline/images/menu_section_bg.png'); 
}


.menu_section ul li a.current
{
    background-color: #fff;
    color:#000;
}


.menu_section ul li:hover a.current 
{
    background-color: #fff;
}


.menu_section ul li a:hover
{              
    background-color: #fff;
}


#splash{
    width: 872px;
    height: 113px;
    margin:0;
    padding:0;
}

#bd {
    background: url('/modules/site/themes/sapaonline/images/so_if1_06.png') repeat-y;
    height:100%;
    width: 878px;
    padding:20px !important;
}

#yui-main b{
    font-weight: bolder;
}


.yui-b img {
    margin:4px;
    padding:2px;
    border:1px solid #ddd;
}



#ft {
    font-size:75%;
    padding-top:8px;
    padding-bottom:8px;
    color: white;
    text-align:center;
    background-color: #161e26;
    width: 872px;
}

#ft li {
    list-style-type:none;
}

#ft a {
    border-bottom:0;
    color:white;
}

#ft copyright {
}





/* News Listall Posts */
div.post {
    margin-bottom: 40px;
    padding-right: 20px;
}


div.post div.date {
    text-align: left;
    width: 230px;                
    white-space: nowrap;
    font: Normal 34px Helvetica, sans-serif;
    letter-spacing: -2px;
    color: #ccc;
    text-transform: uppercase;
    line-height: 35px;
}

div.post div.date div.date_brick {
    float: left;
    height: 30px;
    width: 45px;
    background-color: #6498cc;
    color: #bbd5f1;
    font: Bold 12px Verdana, Sans-Serif;
    text-align: center;
    line-height: 12px;
    margin-left: 0px;
    padding-top: 5px;
    letter-spacing: 0px;
    overflow: hidden;
}


div.post h2 {
    font-size: 18px;
    font-weight: Bold;
    color: #6498cc;
    letter-spacing: -1px;
    margin: 0px 0px 5px 0px;
}

div.post h2 a {
    color: #6498cc;
    text-decoration: none;
}



div.post div.regular {
    font-size: 12px;
    color: #444;
    line-height: 17px;
    margin-left:60px;
}

div.post div.regular blockquote {
    font-style: italic;
    border-left: solid 2px #444;
    padding-left: 10px;
}



