/*
Theme Name: 1 phonetics process
Description: tema sviluppato per phonetics process
Version: 1.0
Author: Giustino Borzacchiello giustinob[at]gmail[dot]com


*/
/*
Schema colori

SFONDO A RIGHE DIAGONALI : #171B24 (Strisce nere)
SFONDO CONTAINER ESTERNO : #171B24
SFONDO CONTAINER INTERNO : #1F2B3B
ROSA TITOLO E LINK : #FF7EB5
TITOLI BOX SERVIZI : #D95ED5
BACK BOX I SERVIZI HOME PAGE: #12161D

*/

/*
Enter WP Design & Creation Comments Here
*/
/*////////// GENERAL //////////*/

body {
    font: 70%/1.5  Bodoni,Arial,sans-serif; /*metto una grandezza del 76% in modo tale da rendere in tutti i browser piu' o meno 12px di grandezza testo*/
    margin:0; /*azzero padding e margini per essere cross-browser. Nel caso specifico si mettono*/
    padding:0;
    text-align:center;/*testo centrato per risolvere un problema di IE6*/
    background:#171B24 url(images/stripe.png);
    color: #FFFFFF;
  }


#wrapper {
background-color:#171B24;
    width:840px;
    margin:0 auto;
  }


#container {
background-color:#1F2B3B;
    width:780px;
    margin:0 auto;
    text-align:left;
  }


#container2 {
  }


#container3 {
  }

/*////////// TYPEOGRAPHY //////////*/

h1 {
    font-size:2.4em;
  }


h2 {
    font-size:1.8em;
  }


h3 {
    font-size:1.2em;
  }


h4 {
    font-size:1.2em;
  }


h5 {
    font-size:1em;
  }


h6 {
    font-size:0.85em;
  }


h1,h2,h3,h4,h5,h6 {
    line-height:1.2;
    margin:0;
  }


p {
    font-size:100%;
    text-align:left;
  }


  a:link,a:visited {
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
    font-size:130%;
  }

a:hover,a:focus {
color:#FF7EB5;
text-decoration:none;
  }


a img {
    border:none;
    background:none;
  }

/*////////// HEADERS //////////*/



#header {
    margin:10px;
    margin-top:0;
	overflow:hidden;
  }



#header h1{
width:376px;
height:51px;
background-color:#1F2B3B;
background-image:url('images/logo_top.png');
text-indent:-9999px;
margin:15px auto;
}

#slogan{
background:url(images/head_1.png) center center no-repeat;
margin:15px 0;
}
  
/*////////// CONTENT //////////*/

#content {
margin:0 10px 10px 10px;
overflow:auto;
  }
  

#content h3{
color:#FF7EB5;
}
#intro{
/*margin-right:300px;*/
}

#placement_test{
background: #1F2B3B;
float:right;
}

#servizi{
float:left;
background:#12161D url(images/back_servizi.gif) top left repeat-x;
width:22em;
padding:10px;
}

#title_servizi{
width:165px;
height:44px;
background: url(images/title_servizi.png) no-repeat;
text-indent:-9999px;
margin:0 auto 10px auto;
}

#servizi h3 {
color:#D95ED5;
}

#intro2{
margin-left:300px;
}

/* PAGE.PHP */

#content_page {
background: url(images/back_page.jpg) top left;
margin:0 20px 20px 20px;
}

#content_page h3 {
color:#FF7EB5;
margin-top:10px;
}

#content_page p{
border-bottom:1.5px solid #656E7A;
padding-bottom:20px;
}

#text_page{
margin:0 100px;
padding: 5px 10px;
background: #171B24;
}

/*////////// SIDEBARS //////////*/

#sidebarLT {
  }


#sidebarRT {
  }

/*////////// NAV //////////*/
#top_navlist{
	margin-top:5px;
	border-top:1.3px solid #616D7D;
	width:100%;
	text-align:center;
}
#top_navlist ul {
	padding:0;
	list-style-type:none;
	margin-right:auto;
	margin-left:auto;
	margin-top:4px;
	}

#top_navlist ul li{
display:inline;
border-right: 1px solid #FFFFFF;
}
#top_navlist ul li a{
margin-left:4px;
padding-right:4px;
}
#top_navlist li.current_page_item a{
color:#FF7EB5;

}

/*////////// BLOG ELEMENTS //////////*/
/*////////// FORMS //////////*/
/*////////// FOOTER //////////*/

#footer {
clear:both;
border-top:2px solid #1C3C6F;
margin:0px 20px 0 20px;
  }
  
#footer p{
color:#FF7EB5;
margin:0;
padding:10px;
}

/*////////// IMAGES //////////*/
/*////// FUN CLASSES ///////////*/
.center{
text-align:center;
}

.right{
text-align:right;
}

.left{
text-align:left;
}
/* LANGUAGE BAR */
#translation_bar {
text-align:center;
}

ul#qtrans_language_chooser{
list-style:none;
margin:0;
padding:0;
text-align:center;
height:20px;
}

ul#qtrans_language_chooser li{
display:inline;
margin:0px;
padding:0px;
margin-right:2px;
margin-left:2px;
}


.qtrans_flag span { display:none }
.qtrans_flag { height:12px; width:18px; display:block }
.qtrans_flag_and_text { padding-left:20px }
.qtrans_flag_and_text span { padding-left:4px; padding-right:10px; font-size:0.6em; color:#CCCCCC }
.qtrans_flag_en { background:url(http://www.phoneticsprocess.com/wp-content/plugins/qtranslate/flags/gb.png) no-repeat }
.qtrans_flag_fr { background:url(http://www.phoneticsprocess.com/wp-content/plugins/qtranslate/flags/fr.png) no-repeat }
.qtrans_flag_it { background:url(http://www.phoneticsprocess.com/wp-content/plugins/qtranslate/flags/it.png) no-repeat }
/* .qtrans_flag { height:12px; width:18px; display:inline } */

