html {
    background: #181a24 url('/modules/site/themes/sunl/images/bg.jpg');
}

body {
    color: black;
    margin:0;
    font-family: "Lucida Grande", Lucida, Verdana, Arial, 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 {}

#wrap {
	width: 950px;
	background: url('/modules/site/themes/sunl/images/wrapper.png');
	margin:0 auto;
}

#doc2 {
    width:930px;
    border-left: 3px solid white;
    border-right: 3px solid white;
    background-color:white;
}

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

h1{ 
    color: #CA5029;
    padding:0 !important;
    margin:0 !important;
    font:20px/36px "Lucida Grande", Helvetica, Georgia, "Times New Roman";
    font-weight:bold;
  	text-transform: capitalize;
}

h1.pagetitle {
    font:20px/36px "Lucida Grande", Helvetica, Georgia, "Times New Roman";
    
    font-weight:bold;
}


#hd {
    width: 930px;
    height: 119px;
    margin:0;
    padding:0;
}



.menu_linear{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 33px;
	text-transform:uppercase;
	font-weight:bold;
	width: 100%;
}

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

.menu_linear ul li
{
    display: inline;
}

.menu_linear ul li a
{
	margin-top:6px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom:4px;
    float: left;
	margin-right:15px;
    width: auto;
    color: white; /*text color*/
    text-align: center;
    text-decoration: none;
    border:0;
}


.menu_linear ul li a.current
{
    background-color: #396c7e;
}


.menu_linear ul li:hover a.current 
{
    background-color: #396c7e;
}


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

/* 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: 50px;
}

.menu_section ul{
	margin: 0;
	padding: 0;
	padding-left:16px;
}

.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: #fff;
    text-align: center;
    text-decoration: none;
    border:0;
	

}


.menu_section ul li a.current
{
    background-color: #fff;
    color:black;
    height:15px;
}


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


.menu_section ul li a:hover
{              
    text-decoration: underline;
}


#splash{
    width: 930px;
    height: 80px;
    margin:0;
    padding:0;
}

#bd {
    background-color: white;
    height:100%;
    width: 890px;
    padding:20px !important;
}

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


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



#ft {
    font-size:7pt;
    height:30px;
    padding-left:20px;
    padding-top:10px;
    color:#444;
    text-align:center;
    font-weight:normal;
}

#ft a {
    color: #39709c;
    text-decoration:none;
}

#ft a:hover {
    text-decoration:underline;
}






/* 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: #b93335;
    color: #fff;
    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: #b93335;
    letter-spacing: -1px;
    margin: 0px 0px 5px 0px;
}

div.post h2 a {
    color: #b93335;
    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;
}

/*
table {
	border:0px !important;
}

table tbody {
	border:0px !important;
}

table tbody tr {
	border:0px !important;
}

table tbody tr td {
	border:0px !important;
}
	
*/