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

/*Additional forms.css data not interfering with Forum*/
.full #login{
color:#ECEBE7;
}
.slim #login{
color:#c00;
}

#login_form{
margin:0;
padding:0;
}

#login_form input{
background:#fff url(../images/bg/bg_input.png) top left repeat-x;
border:1px solid #1B1D1C;
padding:2px 3px 2px 3px;
margin:2px 0 3px 0;
font:normal normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.input{
width:110px;
}

.button_login{
width:50px;
height:20px;
border:none;
padding:2px 0;
background:#fff url(../images/button_login.png) top left repeat-x;
cursor:pointer;
float:right;
}

#login_form label{
display:block;
padding:0;
clear:none;
color:#333;
font:normal normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Structure */

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

#header{
padding:5px 0 7px 0!important;
padding:5px 0 0 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{
float:left;
width:250px;
background:url(../images/bg/bg_col_1l.png) top left repeat-x;
height:300px;
margin:0 20px;
}

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

#col2 a img{
margin:20px 0 4px;
}

#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:#45515A 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:800px;
padding-left:130px;
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:100;
display:none;
position:absolute;
top:0;
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; 
border-bottom:1px dashed #cbcbc5;
}

.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;
line-height:20px;
background:url(../images/bg/bg_map.png) top left repeat-x;
padding:10px 10px;
margin:10px 0 0;
color:#c1c1c1;
}

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

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


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

