body {
}
a {
    text-decoration: none;
    color: #3f0019;
}
a:hover {
    color: #fdb60d;
}
div#top-bar {
    height: 137px;
}
div#wrapper {
	width: 1020px;
	margin: auto;
	font-family: 'Arial', Verdana;
	font-size: 12px;
    background-color: #3f0019;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    padding: 0 11px;
}
div#header h2 {
    width: 283px;
    height: 131px;
    background-image: url(../images/lg.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -1000px;
    float: left;
    margin-left: 10px;
}
div#header h2 a {
    display: block;
    width: 283px;
    height: 131px;
}
div#top-banner {
    width: 580px;
    height: 80px;
    margin-top: 50px;
    float: left;
    margin-left: 56px;
    padding-left: 30px;
    background-image: url(../images/top_bar.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
div#top-banner ul.top-menu {
    padding-top: 2px;
}
div#top-banner ul.top-menu li {
    padding-left: 20px;
    background-image: url(../images/top_arrow.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: 7px;
}
div#top-banner ul.top-menu a, div#top-banner ul.top-menu a:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}
div#top-menu {
    clear: both;
    height: 32px;
    background-image: url(../images/menu_bg.gif);
    background-repeat: repeat-x;
    padding: 0px -20px;
}
div#top-menu ul li {
    position: relative;
    display: block;
    height: 20px;
    float: left;
}
div#top-menu ul li a {
    display: block; 
    float: left;
    padding: 6px 8px 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
div#top-menu ul li a:hover {
    background-color: #c18a07;
}
.submenu {
    position: absolute;
    top: 25px;
    left: 0px;
    background-color: #fdb60d;
    margin-bottom: 10px;
    clear: both;
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: #282425;
    display: none;
}
#mainMenu {
    padding-top: 5px;
    margin-left: 10px;
}
#mainMenu .submenu a, div#header #mainMenu .submenu a.normal {
    display: block;
    white-space: nowrap;
    color: #000;
    border-right: 0px solid white;
    font-weight: normal;
    text-decoration: none;
    padding: 3px 8px;
    margin: 0px;
    float: none;
    border-bottom: 1px solid #282425;
    text-transform: none;
}
div#header div#mainMenu .submenu a:hover, 
    div#header div#mainMenu .submenu a.normal:hover {
    background-color: #c18a07;
    text-decoration: none;
    color: black;
}
div#header ul.submenu {
    width: 200px;
    z-index: 1000;
}
div#header ul.submenu li {
    float: none;
    margin: 0px;
    margin-bottom: 1px;
}
div#right {
    float: left;
    width: 300px;
    margin-left:10px;
    font-size: 10px;
}
div#content {
    height:1%;
    margin-top: 10px;
    padding: 0px 10px;
}
div#left {
    float: left;
    width: 690px;
}
div.box {
    margin-bottom: 10px;
}
div.main-box {
    border: 3px solid #fdb60d;
    background-color: #fff;
}
div.main-box h6 {
    background-color: #fdb60d;
    background-image: url(../images/title_arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0px 5px 25px;
    text-transform: uppercase;
}
div.main-box h6 a {
    color: #000;
}
div.main-box h6 a:hover {
    color: #3f0019;
}
div.main-box-body {
    padding: 10px;
}
#footer1, #footer2, #footer3 {
    color: white;
    font-size: 10px;
}
#footer2 {
    background-color: #fdb60d;
    padding: 5px;
    margin-bottom: 5px;
    color: #3f0019;
}
#footer2 a:hover {
    text-decoration: underline;
    color: #3f0019;
}
#footer3 {
    padding-bottom: 3px;
    padding: 5px;
}
#left_bar_of_left {
    float: left;
}
#right_bar_of_left {
    margin-left: 170px;
}
.default_big {
    float: left;
    width: 327px;
}
.default_big_0 {
    margin-right: 10px;
}
.default_big h2 a, .default_small h3 a,
    .secondary_big h4 a, .secondary_small h5 a,
    .category-item h5 a
    {
    font-size: 20px;
    font-weight: bold;
    color: #3f0019;
    text-decoration: none;
}
.default_big h2 a {
}
.default_big h2 a:hover, .default_small h3 a:hover,
    .secondary_big h4 a:hover, .secondary_small h5 a:hover,
    .category-item h5 a:hover
    {
    color: #fdb60d;
}
.default_date {
    color: #d1d2d3;
    font-size: 10px;
}
.read_more {
    text-align: right;
}
.read_more a {
    color: #fdb60d;
    font-weight: bold;
}
.read_more a:hover {
    color: #3f0019;
}
.default_small {
    float: left;
    margin-right: 10px;
    width: 158px;
}
.default_small_3 {
    margin-right: 0px;
}
.default_small h3 a, 
    .secondary_big h4 a, .secondary_small h5 a,
    .category-item h5 a
    {
    font-size: 16px;
}
.default_small h3 a {
}
.horizontal-separator {
    clear: both;
    height: 10px;
}
.secondary_big {
    float: left;
    margin-right: 10px;
    width: 158px;
}
.secondary_big_2 {
    margin-right: 0px;
}
.secondary {
    float: left;
    width: 514px;
}
.secondary_small {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #888;
    float: left;
    width: 334px;
}
.secondary_small_last {
    border-bottom-width: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.secondary_small img {
    float: left;
    margin-right: 10px;
}
.secondary .horizontal-separator {
    border-bottom: 1px dashed #888;
    margin-bottom: 10px;
}
.secondary_recent {
    float: right;
    background-color: #3f0019;
    width: 150px;
    height: 335px;
    overflow: hidden;
    margin-left: 10px;
}
.secondary_recent_body {
    padding: 5px;
}
.secondary_recent a {
    color: white;
    display: block;
    border-bottom: 1px dashed #fdb60d;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.secondary_recent a:hover {
    color: #d1d2d3;
}
.most_read_article {
    border-bottom: 1px dashed #888888;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.most_read .last {
    border-bottom-width: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.most_read_article img {
    float: left;
    margin-right: 5px;
}
.most_read .supra {
    color: #fdb60d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}
.most_read h2 a {
    font-weight: bold;
    font-size: 12px;
    color: #3f0019;
}
.most_read h2 a:hover {
    color: #fdb60d;
}
.most_read .views {
    text-align: right;
    color: #fdb60d;
    font-weight: bold;
    font-size: 11px;
    float: right;
    padding-left: 10px;
    background-image: url(../images/content_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
}
#content_banners {
    float: left;
}
.pageNav {
    font-weight: bold;
    text-align: center;
}

.imgntext {
    position: relative;
    font-size: 12px;
}
.imgntext a {
}
.imgntext .text,
.imgntext .text_bg {
    position: absolute;
    bottom: 0px;
    *bottom: 4px;
    left: 0px;
    right: 0px;
    color: #fff;
    padding: 5px 7px;
    font-weight: bold;
    cursor: pointer;
}
.imgntext .textin {
    opacity: 0; filter: alpha(opacity=0);
}
.imgntext .text_bg {
    background-color: #000;
    opacity: 0.75;filter:alpha(opacity=75)
    cursor: pointer;
}
.imgntext a {
}
div#content div#right div.banner_right .imgntext .text a {
    display: block;
    color: white;
    width: 100%;
    height: 100%;
}
.imgntext .text_250 {
    width: 300px;
}
div#right div.banner_right, div#content div.banner_right {
    margin-bottom: 0px;
}
div.banner {
    margin-bottom: 10px;
}
.footer-content .rss img {
    vertical-align: middle;
}
.footer-content .trafic-ro {
    text-align: center;
    margin-bottom: 10px;
}
#footer3 a {
    color: white;
}
#footer3 a:hover {
    text-decoration: underline;
}
#search {
    float: right;
    margin: 4px;
}
#search input {
    border: 1px solid #3f0019;
    padding: 0px;
    margin: 0px;
}
#search #search_box {
    height: 16px;
}
#search #search_submit {
    float: right;
    margin-left: 3px;
    height: 18px;
    padding-bottom: 2px;
}
