/* 
Theme Name: Sonata v.3
Version: 3.0
Author: Sue
Author URI: http://endless-sonata.net
Colors: 
  #0066B3 - bright blue (h1, buttons, em)
  #9999FF - light blue (h2)
  #bfbfff - very light blue (h3) 
  #408064 - dark green (a:hover, nav-title, strong)
  #9978C0 - bright green (a, date, pagenav a)
  #FFFF80 - yellow (date border, submit border, pagenav bgcolor)
  #666666 - dark grey (normal text)
  #EEEEEE - light grey (bgcolor)
  #DDDDDD - med light grey (outer border)
  #AAAAAA - med grey (inner border)
*/
  body {
    background: url('images/sonata-v3-bg1.jpg') top center repeat-x scroll #9879BF;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    direction:ltr;
    }
/*  Headings
------------------------
1 - journal, archive, about, gallery
2 - her story told,____,divided interests,for pictures worth a thousand words
3 - title of entries
4 - subtitles within entries
other: .date for dates, .navi for sidebar.php 
  --------------------------------------------------**/
  h1 {
    font: 20px Arial;
    font-weight: normal;
    letter-spacing: 3px;
    color: #0066B3;
    margin: 0;
    }
  h2 {
    font: 12px Arial;
    font-weight: normal;
    letter-spacing: 0;
    color: #9999FF;
    margin: -5px 0 0 55px;
    }
  h3 {
    font: 18px Arial;
    font-weight: normal;
    letter-spacing: 0;
    color: #9879BF;
    margin: 0 0 17px 0; 
    padding: 2px 0 2px 2px; 
    border-bottom:3px double #9879BF;
    background-color: transparent;
    } 
  h4 , #content h2{
    font: 12px Arial;
    font-weight: bold;
    letter-spacing: 2px;
    color: #9999FF;
    padding: 0 0 0 55px;
    margin: 20px 0 10px 0;
    }
  .navi {
    font: 12px Arial;
    font-weight: bold;
    letter-spacing: 1;
    margin: 20px 0 10px 0;
    padding: 0 0 0 10px;
    color: #E5D5B4;
    background: #9879BF;
	display: block;
    }
  h1,h2,h4,.date,{ background-color: transparent;}

/* text 
  --------------------------------------------------**/
  a,b,strong,i,em,p,.gallery,div.post,div.entry
    { background-color: transparent;}
  acronym { 
    cursor: help; 
    border-bottom: 1px dashed #999999; 
    }
  a { 
    text-decoration: none; 
    color: #9978C0; 
    }
  a:hover { 
    color: #0066B3;
    }
  a:focus {
    outline: none;
    }
  button:focus {
    outline: none;
    }
  b, strong {
    color:#0066B3;
    }
  i, em {
	color:#0066B3;
    }
  ul {
    list-style-type:square;
    text-align: left;
    }
  li {
    line-height: 14px; 
    word-spacing: 0;
    margin: 0;
    }
  .linkcat {list-style-type: none}
  img {border:0px}
  body, p, div.entry, div.post, .gallery, .panel {
    color:#666666;
    font-family: "Trebuchet MS", "lucida sans";
    font-size: 12px;
    }
  .post {
    margin: 0 0 25px 0;
    }
  .searchword {
    background-color: #9978C0;
    color: #FFFF80;
    }
  .info{
    padding-top:3px;
    border-top:1px solid #666666;
    background-color:transparent;
    font-size:11px;
    color:#505050;
    text-align: right;
    }
  blockquote {
    border-left: 4px solid #AAAAAA;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin: 15px;
    padding: 5px;
    display: block;
    width: 400px;
    background: #EEEEEE;
    font-style: italic;
    }
  code, pre {
    border: 1px dashed #AAAAAA;
    background-color: #EEEEEE;
    font: 12px "Lucida Console";
    padding: 10px;
    margin: 15px;
    width: 350px;
    overflow: auto;
    }
/* Hides from IE-mac \*/
* html blockquote, code, pre {
    width: 400px;
    }
/* end hide from IE-mac \*/

/* Containers
  --------------------------------------------------**/
  div#outerboarder {
    padding: 0;
    margin: 0 auto;
    background: url('images/sonata-v3-bg3.jpg') repeat-x bottom center;
    }
/* Hides from IE-mac \*/
* html #container {
    width:776px;
    }
/* end hide from IE-mac \*/
  div#container {
    background: url('images/sonata-v3-bg2.jpg') repeat-y top center;
    margin: 0 auto;
    text-align: left;     
    padding: 0;
    width: 761px;
    }
  .layout {
    margin: 10px;
    background: #EEEEEE;
    border: 5px solid #DDDDDD;  
    width: 430px;
    }
  td.layout {
    border:0px solid #DDDDDD; 
    text-align: left;
    }

/* Tabs
---------------------------------------------------**/
  ul.tabNavigation {
	list-style: none !important;
	margin: 0;
	padding: 0;
  }
  ul.tabNavigation li{
    display: inline !important;
  }
  ul.tabNavigation li a {
	padding: 3px 5px;
	background-color: #ccc;
	color: #666666;
	text-decoration: none;
  }
  ul.tabNavigation li a.selected,
  ul.tabNavigation li a:hover {
	background-color: #333;
	color: #fff;
	padding-top: 7px;
  }
  ul.tabNavigation li a:focus {
	outline: 0;
  }
  div.tabs > div {
    padding: 5px;
	margin-top: 3px;
	border: 5px solid #333;			
  }		
  div.tabs > div h2 {
	margin-top: 0;
  }

	
/*  Header
  --------------------------------------------------**/
  #header {
    padding: 0;
    margin: 0 auto;
    height:301px;
    background: url('images/sonata-v3-head.jpg');
    }	
/*  Date
  --------------------------------------------------**/
  .date {
    font-family: Arial;
    letter-spacing: 2px;
    color: #FFFFFF;
    float: right;
    background: #9879BF;
    text-align: right;
    padding: 5px;
    margin: 20px 0 0 0;
    }
  div.date span.mese{
    font-size: 12px;
    }
  div.date span.giorno{
    font-size: 12px;
    font-weight: bold;
    }
  div.date p span.anno{
    color: #666666;
    font-size: 12px;
    }

/*  nav links
  --------------------------------------------------**/
  #left-nav, #right-nav {
    font-weight: bold;
    padding-top: 108px;  	
    }
  #left-nav {
    margin-left: 25px;
    font-size: 16px;    
    width: 330px;
    float: left; 
  }
  #left-nav a {
    color: #8BDFE9;
    padding-right: 27px;
    }
  #left-nav a:hover {
    color: #FFFFFF;
    }
  #right-nav {
    float: right;
    width: 280px;
    font-size: 12px;  
    }
  #right-nav a {
    padding-right: 2px;
    color: #8BDFE9;	
  }
  #right-nav a:hover {
    color: #FFFFFF;	
  }
  #nav { clear:both;}
  
/* Links tables
---------------------------------------------------**/
  .entry table {
    width: 100%;
  }
  .entry table td{
    margin: 2px;
	padding: 5px;
	background: #EFE3C2;
  }
  .entry table tr:hover {
	background: #FFFFFF;
  }
  .link_1 {width: 150px;}
  
/*  Side Bar
  --------------------------------------------------**/
  div#topbar {
    background-color: transparent;
    padding: 12px 0 0 73px;	
	font-size: 14px;
	clear:both;
  }
  #topbar p {
    float: left;
  }
  div#sidebar {
    float: right;
    line-height: 14px;
    word-spacing: 0;	
    text-align:justify;
    background-color: transparent;
    display: inline;
    padding-right: 20px;
	width: 170px;
    }
  #sidebar ul {
	margin: 0;
	padding: 0;
	}
  #sidebar li {
	list-style-type: none;
	display: block;
	color: #9879BF;
	margin: 2px;
	padding: 0 0 0 5px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #9879BF;
	background-color: #F1EBDB;
  }
  #sidebar li a{
	color: #9879BF;
  }
  #sidebar li:hover {
    color: #0066B3;
	background: #FFFFFF;
	border-color: #0066B3;
  }
  #sidebar li a:hover {
    color: #0066B3;
  }
/* Hides from IE-mac \*/
* html div#sidebar {
    width:190px;
    }
/* end hide from IE-mac \*/
  #s {
    background-image: url('images/search.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #FFFFFF;
    padding: 1px 1px 1px 20px;
    border: 1px solid #9978C0;
    width: 120px;
    color: #9978C0;
    }
/* Hides from IE-mac \*/
* html #s {
    width: 140px;
    }
/* end hide from IE-mac \*/

/*  Content
  --------------------------------------------------**/
  div#content {
    float: left;
    line-height: 16px; 
    text-align: justify;
    font-size: 12px;
    color: #666666;
    width: 500px;
    padding: 10px 0 0 30px;
    }	

  div#forum_content {
    float: left;
    line-height: 16px; 
    text-align: justify;
    font-size: 12px;
    color: #666666;
    width: 520px;
    padding: 0 10px 0 0;
    }
/* Hides from IE-mac \*/
* html div#content {
    width: 525px;
    } 
/* end hide from IE-mac \*/

/*  Gallery
  --------------------------------------------------**/
  .gallery td{
    padding:5px 5px 5px 0;
    vertical-align:top;
    font-size:12px;
    background-color: transparent !important;
    }
  .image a, .thumbnail a {
    float: left;
    padding:5px;
    background-color: #FFFFFF;
    border: solid 1px #D9D9D9;
    }
  .image a {
    margin: 0 7px 0 0;
    }
  .thumbnail a {
    margin: -10px 7px 0 0;
    }
/* Hides from IE-mac \*/
* html .thumbnail a {
    margin: 0 7px 0 0;
    }
/* end hide from IE-mac \*/
  .image a:hover, .thumbnail a:hover {
    background-color: #FFFFFF;
    padding: 5px;
    border: solid 1px #9978C0;
    }
  .left {
    float: left;
    margin: 0 7px 0 0;
    padding:5px;
    background-color: #FFFFFF;
    border: solid 1px #D9D9D9;
    }
  .right {
    float: right;
    margin: 0 0px 0 7px;
    padding:5px;
    background-color: #FFFFFF;
    border: solid 1px #D9D9D9;
    }
  .center {
    align: center;
    margin: 0 0px 0 7px;
    padding:5px;
    background-color: #FFFFFF;
    border: solid 1px #D9D9D9;
    }   

/* Avatars
----------------------------------------------------**/
  .avatars a {
    float: left;
    margin: 0 0 11px 11px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #D9D9D9;
    }
  .avatars a:hover {
    background-color: #FFFFFF;
    padding: 5px;
    border: solid 1px #9978C0;
    }
  .avatar_id {
    width: 300px;
    background-color: #8BDFE9;
    padding: 10px;
    margin: 0;
  }
	
/*  Footer
  --------------------------------------------------**/
  div#footer {
    background: url('images/sonata-v3-foot.jpg') no-repeat bottom center;
    text-align: center;	
    line-height: 16px;
    clear: both;
    height: 216px;
    overflow: hidden;
	color: #ffffff;
    }
  #footer li {
    list-style-type:none;
    display: inline;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px; 
    border-left: 1px solid #9879BF;
    height: 12px;
    overflow: hidden;
    }
  #footer a, #footer p {
    color: #8BDFE9;
    }
  #footer a:hover {
    background-color: transparent;
    }
  .stats ul{
    margin-left: 120px; 
	margin-top: 20px;
	line-height: 10px;
  }
  .affiliates {
    font-size: 12px;
	letter-spacing: 5px;
	margin-top: 22px;
	margin-bottom: 5px;
  }
  #footer table {
    width: 95%;
	padding: 0 0 0 20px;
	text-align: left;
  }
/* Hides from IE-mac \*/
* html .affiliates {
    margin-top: 25px;
	line-height: 11px;
    }
* html #footer table {
    padding: 0;
  }
* html .stats ul {
  margin-left: 140px;
  }
/* end hide from IE-mac \*/

/*  comments
  --------------------------------------------------**/
  #commentform input{
    width: 200px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    background-color: #EEEEEE;
    border: 1px solid #c2c2c2;
    }
  #commentform input:focus {
    width: 200px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    background-color: #FFFFFF;
    border: 1px solid #9978C0;
    }
  #commentform textarea{
    padding: 2px;
    border: 1px solid #C2C2C2;
    background-color: #EEEEEE;
    }
  #commentform textarea:focus {
    background-color: #FFFFFF;
    border: 1px solid #9978C0;
    padding: 2px;
    }
  input#submit, #contactsubmit, #submit input {
    margin-left: 5px;
    float: right;
    padding: 5px;
    background: #EEEEEE;
    float: right;
    color: #666666;
    width: 100px;
    border: 1px solid #C2C2C2;
    font-weight: bold;
	width: 100px !important;
    }
  input#submit:focus, input#submit:hover, #contactsubmit:focus, #contactsubmit:hover {
    margin-left: 5px;
    float: right;
    padding: 5px;
    background: #FFFFFF;
    color: #000000;
    width: 100px;
    border: 1px solid #9978C0;
    font-weight: bold;
    cursor: pointer;
    }
  .identicon {
    float:left;
    margin: 0 5px 2px 0;
    border: 1px solid #AAAAAA;
    background: transparent;
    width:45px;height:45px;
    }
  .postgrav {
    float:left;
    border: 1px solid #000;
    background: #ffffff;
    width:45px;height:45px;
    }
  .commentlist {
    padding: 0;
    text-align: justify;
    font-family:"Trebuchet MS", "lucida sans";
    background-color: transparent;
    }
  div.alt, div.commentbox {
    margin: 10px 5px 10px 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    text-transform: none;
    font-family: "Trebuchet MS", "lucida sans";
    padding:5px;
    }
  div.alt {
    background: #EEEEEE;
    border-width: 1px; 
    border-style: solid;
    border-color: #BBBBBB;
    }
  div.commentbox {
    background: #DFDFDF;
    border-width: 1px; 
    border-style: solid;
    border-color: #AAAAAA;
    }
  #commentform p {margin: 5px 0;}
  .nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }
  .commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    }
  div.commentmetadata {
    text-align: right;
    font-size:10px;
    margin:-12px 0 0 0;
    padding: 0;
    border-bottom:1px solid #AAAAAA;
    }

/* Main Quicktags Toolbar Div
-----------------------------------------------*/
  #comment_quicktags {
    text-align: left;
    margin-left: 1%;
    }
  #comment_quicktags #ed_comment_toolbar {
    display: inline;
    }
/* Button Style */
  #comment_quicktags input.ed_button {
	background: #F4F4F4;
	border-width: 0 1px 1px 0;
        border-color: #AAAAAA;
        border-style: solid;
	color: #000000;
	font-family: Arial;
	margin: 0 2px 0 0;
	padding: 2px;
        width: auto;
}
/* Button Style on focus/click */
  #comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border-width: 0 1px 1px 0;
        border-color: #999999;
        border-style: solid;
}
#comment_quicktags #ed_strong {
	font-weight: bold;
}
#comment_quicktags #ed_em {
	font-style: italic;
}
/* wp page navigation
 --------------------------------------------------**/
.wp-pagenavi {
        padding: 2px;
        text-align: center;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #9978C0;
}
.wp-pagenavi a:hover {	
        background-color: #FFFF80;
        border: 1px solid #408064;
        color: #408064;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
        background: #FFFF80;
        border: 1px solid #408064;
        color: #408064;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
}  
.pager a{
	padding: 0 5px 0 5px;
	margin: 0 2px 0 2px;
	border: 1px solid #9978C0;
	}
.pager a:hover, .pager b {
	padding: 0 5px 0 5px;
	margin: 0 2px 0 2px;
	border: 1px solid #0066B3;
}

/* Widgets
 --------------------------------------------------**/
  .widgettitle {
    font: 12px Arial;
    font-weight: normal;
    letter-spacing: 2px;
    color: #666666;
    padding: 0 0 0 55px;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #AAAAAA;
    }
  .archive li{
    list-style-type:none;
    }
  #calendar_wrap {
    margin-left: 150px;
    text-align: center;
    font-size: 14px;
    }
  #calendar wrap caption {
    font-size: 16px;
    }
  #calendar_wrap td {
    padding: 5px;
    margin: 1px;
    border: 1px solid #AAAAAA;
    background: #cccccc;
    }
  #calendar_wrap td:hover {
    background: #dddddd;
    }
  #calendar_wrap a {
    color: #000000;
    display: block;
    }
  #calendar_wrap a:hover {
    color: #AAAAAA;
    }
  ul.wp-polls-ul {
    list-style-type: none;
    }
  .wp-polls .pollbar {
    margin: 1px;
    font-size: 6px;
    line-height: 8px;
    height: 8px;
    background-image: url('http://endless-sonata.net/wp-content/plugins/polls/images/default/pollbg.gif');
    border: 1px solid #c8c8c8;
    }

/* Contact Form
  -------------------------------------------------**/
  .contactform input, .wpcf7-form input{
    width: 200px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    background-color: #EEEEEE;
    border: 1px solid #c2c2c2;
    }
  
  .contactform input:focus, .wpcf7-form input:focus{
    width: 200px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    background-color: #FFFFFF;
    border: 1px solid #9978C0;
    }
  #wpcf_msg, .your-message textarea{
    padding: 2px;
    border: 1px solid #C2C2C2;
    background-color: #EEEEEE;
	margin: 5px 0;
	width: 480px;
    }
  #wpcf_msg:focus, .your-message textarea:focus{
    background-color: #FFFFFF;
    border: 1px solid #9978C0;
    padding: 2px;
    }


.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 2px 0;
  }

  .contacterror {
	border: 1px solid #ff0000;
  }

 /* #contactsubmit {
    margin-left: 5px;
    float: right;
    padding:5px;
    color: #666666;
    border: 1 px solid #997830;
    font-weight: bold;
    }
  #contactsubmit:focus, #contactsubmit:hover {
    margin-left: 5px;
    float: right;
    padding: 5px;
    color: #000000;
    width: 100px;
    border: 1px solid #0066B3;
    font-weight: bold;
    cursor: pointer;
    }*/