@import "reset.css";
@import "base.css";
@import "forms.css";
@import "conditionals.css";
@import "google.css";
@import "messages.css";

/* Structure */

.wrapper{
width:950px;
margin:0 auto;
clear:both;
}

#header{
padding:5px 0 7px 0;
}

.logo{
display:block;
float:left;
width:310px;
height:145px;
background:url(../images/logo_v3.jpg) top left no-repeat;
}

#header_banner{
width:637px;
overflow:hidden;
}

#col_main{
float:left;
width:500px;
}

#col1{
text-align:center;
float:left;
width:250px;
background:url(../images/bg/bg_col_1l.png) top left repeat-x;
height:300px;
margin:0 20px;
padding:15px 0 0;
}

#col2{
float:right;
width:160px;
text-align:center;
}

#col2 a img{
margin:15px 0 4px;
border:none;
}

#col2 a{
font:normal normal 10px Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#666;
}
#col2 a:hover{
text-decoration:underline;
}

#footer{

clear:both;
background:#303940 url(../images/bg/bg_footer.png) top left repeat-x;
padding-bottom:30px;
}

#last_topics{
float:left;
}
#footer ul{
padding:0;
margin:0;
width:500px;
}
#footer ul li{
padding-left:20px;
background:url(../images/bg/bg_last_topic_item.png) center left no-repeat;
}

#footer ul a{
color:#B3BBC1;
}
#footer a.last{
display:block;
height:21px;
width:242px;
margin-bottom:10px;
background:url(../images/bg/bg_last_topic.png) top left no-repeat;
}

#last_topics{
margin:40px 0 0 0;
}

#credits{
clear:both;
padding:20px 0 15px;
background:#eeedea url(../images/bg/bg_credits.png) top left repeat-x;
}

#credits .wrapper{
height:52px;
color:#979797;
width:730px;
padding-left:200px;
behavior:url(iepngfix.htc);
background:url(../images/credits_logo.png) top left  no-repeat;
}

#credits a{
color:#979797;
}

#credits a:hover{
color:#6d6d6d;
}

#credits {
line-height:1.4em;
}

/*Acreditare*/
#acreditare{
width:100%;
z-index:50;
display:block;
position:absolute;
top:-50px;
border-top:3px solid #4A565E;
}

#acreditare span{
display:block;
padding:5px 0 0 40px;
margin:0 0 0 -10px;
background:#4A565E url(../images/bg/bg_acreditare.png) top left no-repeat;
width:295px;
height:20px;
}

#acreditare a{
color:#fff;
text-decoration:none;
width:220px;
display:block;
background:#4A565E url(../images/bg/bg_acreditare_link.png) center right no-repeat;
padding-right:35px;

filter:alpha(opacity: 50);
-moz-opacity: 0.5;
opacity: 0.5;
}

#acreditare a:hover{
filter:alpha(opacity: 100);
-moz-opacity: 1;
opacity: 1;
}

/*single pourpose classes and ids*/

/*#intro{
background:#fff url(../images/bg/bg_intro.jpg) top left no-repeat;
padding:20px 10px 20px 210px; 
margin:0 0 15px;
border-bottom:1px dashed #cbcbc5;
}*/

#intro{
width:485px;
height:245px;
background:#fff url(../images/bg/bg_intro-v2.jpg) top left no-repeat;
padding:50px 0px 0px 15px; 
margin:15px 0 0;
}
#intro p{
width:340px;
}

.signup{
display:block;
width:144px;
height:34px;
background:url(../images/bg/bg_signup.png) top left no-repeat;
background-position:0 -34px;
}
.signup:hover{
background-position:0 0;
}

/*breadcrumbs*/
#breadcrumbs{
display:block;
clear:both;
background:url(../images/bg/bg_pagebar.png) top left repeat-x;
padding:10px 10px 10px!important;
padding:5px 10px 10px;
margin:10px 0 0!important;
margin:10px 0 10px;
color:#999;
}

.icon_sitemap{
padding-left:25px;
background:url(../images/bullet_sitemap.png) top left no-repeat;
height:14px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:hover{
color:#999;
} 
#breadcrumbs a:hover{
text-decoration:none;
}

/*sIFR stuff*/
#col1 h2.title, #col2 h2.title{
color:#000;
font-size:18px;
}

/*singe use clases*/
.rss{
display:block;
background: url(../images/icons/rss.png) top left no-repeat;
padding:0 0 0 20px;
line-height:16px;
color:#ff6600;
}
.more_article{
display:block;
clear:both;
margin:10px 0 10px;
background:#303940 url(../images/bg/bg_article.png) top left no-repeat;
width:180px;
height:30px;
line-height:30px;
color:#97AF37;
font-weight:bold;
padding:0 0 0 50px;
}
.more_article:hover{
text-decoration:none;
}

.box{
background:url(../images/bg/bg_blog_sidebar.png) top left repeat-x;
border:1px solid #CAC6BA;
padding:10px 10px;
margin:10px 15px 10px;
text-align:left;
}
.box ul{
padding:10px 0 10px;
margin:0 0 10px;
border-bottom:1px solid #CAC6BA;
}

.box ul li{
padding:0 0 5px 0;
}

.box ul a{
font-weight:bold;
color:#94A64D;
text-decoration:none;
}
.box ul a:hover{

text-decoration:underline;
}

.debug{
padding:20px;
width:150px;
height:100px;
background:#eeedea;
position:absolute;
top:0;
right:0;
}
.debug a{
color:#ff6600;
}

