.x-boundlist-floating {
	border-width: 1px;
}

body {
    font-family: verdana;
    font-size: 12px;
    margin: 0;    
    background-color: #0f0e0a;
    background-image: url("template/img/background2.png");
    background-position: center top;
}

.header-bg {
    background-image: url("template/img/background2.4.jpg");
    background-position: center top;
}    

hr {
    border : 0px;
	border-bottom: 1px solid lightgrey;
	height: 0px;
    font-size: 1px; /* IE6 HACK */
    overflow: hidden; 
    margin: 10px 0px;
}

.header {
    height: 30px;
    padding-left: 75px;
    padding-top: 10px;
}

a {
    color: #F6821F;
    text-decoration: none;
}

img {
    border : 0;
}

a img {
    border : 0;
}

.root {
    border: 0 solid black;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

.body {
    /*
    min-height: 320px;
    padding-bottom: 10px;
    padding-top: 10px;
    */
}

.article-body {
    /* min-height: 340px; */
    background: rgba(255,255,255, 0.1);
    /* For IE 5.5 - 7*/
  	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#22C8C8C8, endColorstr=#22C8C8C8);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#22C8C8C8, endColorstr=#22C8C8C8)";
}

.border {
    border: 1px solid #000000;
}

.rborder {
    /*border: 1px solid lightgrey;*/
    /*border-radius: 5px 5px 5px 5px;*/
 	padding: 10px; 
    /*background-color: white;   */
}

.hoverx:hover {
	/*background-color: whitesmoke;*/
    background: rgba(200,200,200, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#22FFFFFF, endColorstr=#22FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#22FFFFFF, endColorstr=#22FFFFFF)";
}

.hmenu {
	font-size: 25px;
    color: #F6821F;
    padding : 10px 30px;
}

.hmenu:hover {
    color: #fff;
/*  	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    background-color: #F6821F;*/
}


.menu {
    color: white;
    font-size: 18px;
}
/*
.menu-separator {
    height: 5px;
    line-height: 5px;
}
*/
.category-root {
	height: 50px;
}

.category-title {
    color: #FFF;
    float: right;
    font-size: 20px;
    padding: 10px 20px;
}


.alpha30 {
    /* Fallback for web browsers that doesn't support RGBa */
    /*background: rgb(0, 0, 0);*/
    /* RGBa with 0.6 opacity */
    background: rgba(0,0,0, 0.3);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}

.footer {
    /* background-color: #2B2B2B; */
}

.copyright {
/*    bottom: 0; */
    color: #B4B4B4;
    margin: auto;
/*    position: absolute; */
    width: 100%;
}

.article-title{
    font-size: 15px;
    color: orange;
}
.article-title a{
    font-size: 15px;
    color: orange;
}

.article-subtitle{
    font-size: 13px;
}
.article_date_author{
	font-size: 10px;
    color: grey;
}

.acticle-updated {
    color: red;
}

.article_perex{
	background-color: whitesmoke;
    margin: 5px 0;
    padding: 5px;
}
.article_text{
    font-size: 12px;
    color: whitesmoke;
}
.article_source {
    font-size: 12px;
    color: grey;
}
.article-separator {
    border-bottom : 1px dotted grey;
    margin-bottom : 10px;
}

.article-img-index {
	float:left; 
    height: 50px; 
    margin: 5px 5px 5px 0;
}

.article-img-detail {
	float:left; 
    height: 50px;  
    margin: 5px 5px 5px 0;
}

/* MENUH STYLE */
ul.xst-elmaart {
    list-style-type: none;
    height: 40px;
    margin: auto;
    padding: 0;
}

ul.xst-elmaart li {
    display: inline-block;
    float:right;
}

ul.xst-elmaart a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #F6821F;
    padding : 5px 10px;
    margin : 0px 5px;
    display: inline-block;
}

a.menuh-selected {
    background-color: #F6821F;
    color: #fff !important;
  	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.xst-elmaart a:hover {
    color: #fff;
/*    background-color: #d85715;
  	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
}

.pagebar {
    margin-left: auto; 
    margin-right: auto; 
    text-align: center
}

.pagebar a {
    margin: 1px; 
    padding: 2px 5px; 
    font-weight: bold; 
    border: 0px solid grey;
}
.pagebar b {
	color: #f6821f;
}
.pagebar a:hover{
    /*background-color: #d85715;*/
    color: white;
}
.pagebar-selected{
	background-color: #f6821f;
    color: white;
}

.valign-top {
	vertical-align: top;
}

/* GALLERY */

.xst-pg {
    width: 144px; 
    height: 100px; 
    float: left;
    display: inline-block; 
    text-align: center; 
    /*background-color: white; */

 	background: rgba(255,255,255, 0.1);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#22C8C8C8, endColorstr=#22C8C8C8);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#22C8C8C8, endColorstr=#22C8C8C8)";

    border: 1px solid transparent; 
    margin: 5px 0 0 5px; 
    padding: 5px; 
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}

.xst-pg:hover {
	border: 1px solid #f6821f; 
    background: rgba(200,200,200, 0.2);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#22FFFFFF, endColorstr=#22FFFFFF)";

}

.xst-pg a {
    border : 0;
}

.xst-pg img {
    width: 120px; 
    height: 90px; 
    margin:5px; 
}

.xst-pg-desc {
 	display: none;
}

.xst-pg-description {
    display: block; 
    margin: 5px; 
    border : 1px solid lightgrey; 
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    background-color: white;
    padding: 5px; 
    font-size: 18px; 
    text-align: right;
}

.xst-pg2 {
    margin: 4px !important; 
    padding: 3px !important; 
}

.xst-ph-menu-elma {
    margin : 0;
    list-style: none;
    padding: 0px; 
    padding-left: 10px; 
}

.xst-ph-menu-elma a {
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    display: block;
    line-height: 15px;
    margin-bottom: 1px;
    padding: 5px;
    margin: 5px 0;
}

.xst-ph-menu-elma a:hover {
    color : #fff;
}

.xst-ph-menu-elma a.selected {
    background-color: #f6821f;
    color : #fff;
}

.xst-search-panel-elma {
    padding: 5px;
}
.xst-search-panel-elma form {
    display: inline;
}
.xst-search-panel-elma input {
    vertical-align: bottom;
    display: inline;
    font-family: verdana;
    margin : 0px;
    padding : 2px;
    height : 20px;
    line-height : 20px;
    border : 0px;
    color: ghostwhite/* #F6821F*/ ;
    background: rgba(200,200,200, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
}

.hint {
 	color: red;
}


/* GALLERY END */