.entry-title {
  font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  background: none;
  letter-spacing: -1px;
  line-height:26px;
  padding:0 0 27px 0;
  margin-left: 0px;
  margin-bottom: 4px;
  color: #5e5e5e;
  background: URL('/blog/wp-content/themes/thematic/library/images/header_bg.png') 0px 0px no-repeat;

}
.entry-title a, .entry-title a:hover{
  padding-left: 0px;
}
.entry-title:hover{
  cursor: pointer;
}

/* trying ... */
.entry-content {
  padding-left: 134px;
  margin-left: 0px;
}
.entry-utility {
  clear: both;
  padding-left: 134px;
  margin-left: 0px;
}
.entry-header-intruz-left {
  float: left;
  width: 124px;
  padding-right: 4px;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  color: #a3a3a3;
  z-index: 10;
  background-image: URL('/blog/wp-content/themes/thematic/library/images/ticket_bg.gif');
}
.entry-header-intruz-left a{
  text-decoration: none;
  padding: none;
  color: #979797;
  font-weight: bold
}



.entry-header-intruz-right {
  float: right;
  width: 806px;
  margin-bottom: -48px;
}


/* menu */
ul.sf-menu {
  margin-left: 130px;
  float: right;
  padding: 0px;
  background-color: #e4e4e4;
}
ul.sf-menu li{
  border: none;
  margin-left:3px;
  margin-right:3px;
  padding-left:2px;
  padding-right:2px;
  background-color: #000000;
}
ul.sf-menu a{
  border: none;
  font-size: 12px;
  font-weight: bold;
  color: #f0eff0;
  font-family:Georgia,serif;
  background-color: #000000;
}
ul.sf-menu a:hover{
  border: none;
  background-color: #161616;
}
ul.sf-menu a:selected{
	border: none;
  	background-color: #000000;
}
ul.sf-menu a:visited{
	color: #f0eff0;
}

div.menu {
  text-align: right;
  margin-top: -72px;
}

.xoxo a {
  font-style: normal;
}

#main {
  padding: 30px 0 22px;
}

div.title_links {
  position: relative;
  left: 702px;
  top:-56px;
  width: 100px;
  background-color: pink;
}
a.fcbk_link {
  float: left;
  display: block;
  width: 42px;
  height: 32px;
  padding:0px 0px 0px 0px;
  background: URL('/blog/wp-content/themes/thematic/library/images/post_title_fb.png') 0 0 no-repeat;
  text-decoration: none;
}
a.comments_link {
  float: right;
  display: block;
  width: 45px;
  height: 32px;
  padding:0px 0px 0px 0px;
  background: URL('/blog/wp-content/themes/thematic/library/images/post_title_comments.png') 0 0 no-repeat;
  text-decoration: none;
}
a.comments_link:hover { 
background-position: 0 -36px;
}
a.comments_link:active {
background-position: 0 -36px;
}
a.fcbk_link:hover { 
background-position: 0 -36px;
}
a.fcbk_link:active {
background-position: 0 -36px;
}
