/* ****************************************
 * FORUM.css
 * ***************************************/

/*RIQUADRI FORUM & TOPIC*/

.forum_list_item{
    border: 1px solid #747474 !important;
    margin-bottom: 3px;
}

h1.titolo_forum{
    background: url(themes/theme_baragiano/images/Text-Edit-32x32.png) no-repeat left !important;
    padding-left: 35px !important;
}

div#forum_page_1, div#forum_page_2, div#forum_page_3 {
    border: 0;
    margin: 10px;
}

/*TITOLO DEI SINGOLI FORUM*/

div#forum_page_1 div.forum_list_item h1  {
    border: 0;
    background: url(themes/theme_baragiano/images/Text-Edit-32x32.png) no-repeat left !important;
}

div#forum_page_1 div.forum_list_item h1 a:hover {
    color: #93B300;
     
}

#detail div#forum_page_2 div.thread_list_item {
    min-height: 90px;
    height: auto !important;
    height:90px;
}

/*TITOLO AREA TOPIC*/

#forum_page_2 p.topic{
  color: #505050;
  font-weight:bold;
  background: url(themes/theme_baragiano/images/Text-Edit-32x32.png) no-repeat left !important;
  padding-left: 35px;
  font-size: 1.05em;
  padding-top: 8px;
}

/*INSERIMENTO NUOVO POST*/

.forum_form p{
    line-height:0.9em;
}

form#threadform p span.forum_item label {
    padding-left: 5px;
    width: 150px;
    letter-spacing: 0;
}

.forum_form p span label{
    padding-top:0.3em;
    padding-bottom: 0;
}

form.forum_form p label {
	width: 60px;
	float: left;
	margin-bottom: 7px;
}

form#threadform span.forum_item input, form#threadform span.forum_item textarea {
    width: 180px;
}

/*POST NEL TOPIC*/

div#forum_page_3 h1{
    background: url(themes/theme_baragiano/images/comment-edit-24x24.png) no-repeat left !important;
    padding-left: 35px !important;
}

.forum_form p span {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*AREA TITOLO SINGOLO TOPIC*/

div.forum_left_side h1{
    background: url(themes/theme_baragiano/images/notes-edit-24x24.png) no-repeat left !important;
    padding-left: 35px !important;
    height: 18px;
    padding-top: 8px !important;
}

div#forum_page_3 h1#topic_page_3{
    background: url(themes/theme_baragiano/images/notes-edit-24x24.png) no-repeat left !important;
    padding-left: 35px !important;
    height: 18px;
    padding-top: 8px !important;
}
