/*
Theme Name: Tsemppi 10.03
Theme URI:
Description: Tsemppi theme
Version: 1.0

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

*{border:0px;margin:0px;padding:0px;}

body {
  background-color: #dddddd;
  min-height: 100%;
  position: relative;
  color: #666666;
  font-family: Verdana, helvetica, sans-serif;
  font-size: 90%;
}

select, input, button, textarea{
	font:99% arial, helvetica, clean, sans-serif;
}

table{
	font-size:inherit;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}


div#header {
  background-color: #ffffff;
  position: absolute;
  top: 0px; 
  left: 0px;
  width: 100%;
  height: 110px;
  
}

div#header .logo {
        /* float: right; */
        height: 88px;
	width: 739px;
	background-image: url(images/header.png);
        display: block;
}

div#header ul.gotobar {
  margin-right: 10px;
  display: block;
  float: right;
  position: absolute;
  padding: 2px;
  bottom: 0px;
  right: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background:#008fb1;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -opera-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

div#header ul.gotobar li a {
  text-decoration: none;
}

div#header ul.gotobar li a:hover {
  backgorund-color: #dddddd;
  text-decoration: underline;
}

div#header ul.gotobar li a, ul.gotobar li a:hover, ul.gotobar li a:visited {
  color: #ffffff;
}

div#header ul.gotobar li:first-child {
  border-right: 3px solid white;
}
  
div#header ul.gotobar li {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

div#content {
	border-top: 3px solid #008FB1;
	left:0;
	margin-left: 165px;
	min-height: 1024px;
	padding-left: 10px;
          padding-right: 10px;
	position: relative;
	top: 110px;
	z-index: 5;
}

div#content .breadcrumbs {
   margin-left: 20px;
   margin-right: 20px;
	color: #5bb9d4;
	font-size: 14px;
	font-weight: normal;
	/* margin: -4px 0px 20px -20px; */
}

div#content .breadcrumbs a {
	color: #5bb9d4;
	border: 1px solid #dddddd;
	padding: 3px 15px 3px 15px;
	margin: 3px 5px 3px 5px;
}

div#content .breadcrumbs .current a {
	font-weight: bold;
   -moz-border-radius: 0px 0px 5px 0px;
   -webkit-border-bottom-right-radius: 5px;
   -opera-border-radius: 0px 0px 5px 0px;
   border-radius: 0px 0px 5px 0px;
}

div#main {
  padding: 10px;
  margin: 5px;
}

div#main .info_box {
  float: right;
  width: 35%;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -opera-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}

div#sidebar {
   border-right: 3px solid #008fb1;   
   background-color: #ffffff;
	position: absolute;
	top: 110px;
	left: 0px;
	height: 100%;
	width: 165px;
	z-index: 10;
	
}

div#sidebar .main_menu {
  position: relative;
  left: 10px;
  width: 145px;
  padding: 5px;
  text-align: right;
  color: #ffffff;
  background:#008fb1;  
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -opera-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}

div#sidebar .main_menu p {
  position: relative;
  left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 7px;
  width: 147px;
  font-size: 16px;
  font-weight: bold;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -opera-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}

div#sidebar .main_menu p:hover {
  cursor: help;
  background-color: #5bb9d4;
}

div#sidebar .main_menu > p > a, 
div#sidebar .main_menu > p > a:visited, 
div#sidebar .main_menu > p > a:hover, 
div#sidebar .main_menu > p > .has_submenu {
	color:#FFFFFF;
	display:block;
	padding:3px 5px 3px -2px;
	text-decoration:none;
	width:137px;
}

div#sidebar .main_menu .submenu {
	-moz-border-radius:0 3px 3px 0;
	-webkit-border-radius: 0px 3px 3px 0px;
	-opera-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	background:none repeat scroll 0 0 #5BB9D4;
	display:none;
	font-size:14px;
	font-weight:normal;
	left:147px;
   filter: alpha(opacity=35); 
   opacity: 0.35; 
	overflow:hidden;
	padding:0;
	position:absolute;
	text-align:left;
	top:0;
	width:0;
	z-index:10;
}

div#sidebar .main_menu  .submenu a, .sidebar .submenu a:visited {
	color:white;
	display:block;
	font-size:14px;
	font-weight:normal;
	margin:5px;
	padding:5px 5px 5px 10px;
	position:relative;
	text-decoration:none;
}

div#sidebar .main_menu .submenu a:hover {
/*   filter: alpha(opacity=35); */
/*   opacity: 0.35; */
	color:white;
	text-decoration:underline;
}

a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#B81D34;
}

h1, h2, h3, h4, h5, .highlight,
h1 a, h2 a, h3 a, h4 a, h5 a, .highlight a
 {
	color: #008fb1;
	font-family: Verdana, helvetica;
	font-weight: normal;
	line-height: 1.2;
	margin: .6em 0;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 8px 10px 5px 20px;
	border: 1px solid #eee;
	color: #444;
	background:url(images/bg_title.png) -8px 0;
}

blockquote  p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

pre {
	padding: 15px 20px;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-size: 109%;
	font-weight:bold;
}

/*header*/

div.rss {
	text-align:right;
	font-weight:bold;
	padding: 0;
	width: 30px;
	height: 30px;
	z-index: 4;
	position: absolute;
	top: 0px;
	right: 5px;
}
div.rss a {
	background: url(images/feed.png) no-repeat;
	height: 30px;
	width: 30px;
	display: block;
}

div.rss a:hover{
	color: #999999;
}

div.searchbox {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 200px;
	height: 30px;
}

#searchform {
	position: absolute;
	top: 0px;
	right: 30px;
}

#searchform input#s {
	background: url(images/search.png) no-repeat 0 0;
	width:160px;
	border: 0px;
	padding: 4px;
	margin: 4px;
}

/*info*/

/*textbody and related*/

div#entry {
   /* background-color: #990099; */
	padding:0 15px 20px 0;
}

#entry .post {
   /* background-color: #990099; */
	margin-bottom: 20px;
}

#entry .post .entry {
   /* background-color: #990099; */
	padding:0 10px 10px 5px;
}

#entry .post .entry blockquote p,#entry .post .entry pre p {
   /* background-color: #990099; */
	text-indent: 0;
}

#entry .post .entry p a.more-link {
	border-left:4px solid #B81D34;
	float:right;
	padding: 1px 18px 1px 1px;
	background:#eff url(images/continue.gif) no-repeat 100% 50%;
}

#entry .post .entry p a.more-link:hover {
	color:#B81D34;
	background:#eee url(images/continue.gif) no-repeat 100% 50%;
}

#entry .post .entry li {
	margin-left: 20px;
	padding: 5px;
}

#entry .post img {
	margin: 10px;
}

#entry .post p a, #entry .post p a:visited, #entry .post p a:active {
	color: #008FB1;
	text-decoration: underline;
}

/* entry info */

#entry .post .info {
	padding: 5px;
	margin:0 0 0 5px;
	overflow:hidden;
	background:#f7f7f7;
}
#entry .post .info .dateinfo{
	float:left;
	background: url(images/date2.png) no-repeat 3px 50%;
	padding-left:25px;	
}

#entry .post  .info .catinfo{
	float:left;
	background: url(images/cat1.png) no-repeat 3px 50%;
	width:50%;
	padding-left:25px;	
}
#entry .post  .info .catinfo:hover{
	background: url(images/cat2.png) no-repeat 3px 50%;
}
#entry .post  .info .cmtinfo{
	float:right;
	background: url(images/comments1.png) no-repeat 3px 50%;
	padding-left:25px;
}
#entry .post  .info .cmtinfo:hover{
	background: url(images/comments2.png) no-repeat 3px 50%;
	}
#entry .post  .infobottom {
	font-style: italic;
}

.infobottom .tags {
background: url(images/tag2.png) no-repeat 3px 50%;
padding-left:25px;
}

#entry .related{
margin:0px;
padding-left:20px;
background: url(images/bg-diag.gif) repeat-x 0% 0%;
overflow:hidden;
}

#entry .related h4{
margin:1.33em 0px;
}

#entry .related li{
float:left;width:45%;
}

#entry .flip{
width:100%;
overflow:hidden;
padding-top:15px;
margin:10px 0px;
}

#entry .prevpost{
	padding-left: 18px;
	background-image: url(images/prev.png);
	background-repeat:no-repeat;	
	background-position: left center;
float:left;
}

#entry .nextpost{
	padding-right: 18px;
	background-image: url(images/next.png);
	background-repeat:no-repeat;	
	background-position: right center;
float:right;
}

/*page navi*/
.page_navi {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	MARGIN: 3px;
	PADDING-TOP: 3px;
	TEXT-ALIGN: center;
	background: url(images/bg-diag.gif);	
	border-right:8px solid #008FB1;
}
.page_navi a, .page_navi a:link {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 2px;
	COLOR: #008FB1;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	TEXT-DECORATION: none;
}
.page_navi a:hover {
	color:#B81D34;
	background-color:#eee;
}
.page_navi a.current {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 2px;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #B81D34;
}

/*Page style*/
#entry #flip2{
	list-style-type: none;
	padding:5px;
	margin-bottom:15px;
	background-color: #f5f5f5;
}
#entry #flip2 li{
	color: #008FB1;
	padding-bottom:15px;
	color: #999;
}
/* Newer | Older */

/*Comments*/

/*Comment form*/
 #submit{
	padding: 5px 10px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #666;
}

#submit:hover {
	color:#B81D34;
	background: #eee;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #008FB1;
	background-color: #fff;
	color: #008FB1;
}

input:hover,
textarea:hover {
	border-color: #999;
}
input{
	padding:5px 5px;
}
textarea {
	padding: 0.5em 10px;
}
/*comments style*/
h2#commentsx{
	overflow:hidden;
}
div.entry span.addown {
position:relative;
top:-35px;
float:right;
	background:url(images/bg_title.png) -10px 0 repeat-y;
	padding:5px 5px 0px 0px;
	font-size: 134%;
	font-weight: normal;
}
div.entry span.addown a{
	background: url(images/addown1.png) no-repeat 3px 50%;
	padding-left:25px;
}
div.entry span.addown a:hover{
	background: url(images/addown2.png) no-repeat 3px 50%;
}

.thread-alt {
	background-color: white;
}
.thread-even {
	border-top:1px solid #EEE;
	background:#FBFBFF;
}
.depth-1 {
}

ol.commentlist {
	margin:0px;
	padding:17px 0 0 0;
}
ol.commentlist #respond{
	margin: 1em 0px 0px 76px;
}
ol.commentlist li {
	list-style:none;
	padding:10px 25px 10px 10px;
}
ol.commentlist li:hover{

}
ol.commentlist li  .message_head{
	padding-left:50px;
}
ol.commentlist li span.date{
	color: #999;
}
ol.commentlist li span.name a {
	color:#B81D34;
	margin-right: 0.5em;
}
 ol.commentlist li span.name a:hover{
	color:#333;
}

 ol.commentlist li span.reply a{
display: block;
float: right;
text-decoration:none;
margin: -15px 10px 0px 0px;
border:1px dotted #cfcfcf;
padding: 3px;
}
 ol.commentlist li span.reply a:hover{
background-color:#eee;
}
 ol.commentlist li span.date {
	color:#381D34;
}

 ol.commentlist li span.avatarx {
	float:left;
	clear: left;
	border:1px solid #CBCBCB;
	padding:2px;
	margin-right:3px;
}
 ol.commentlist li span.cmt_text p img{
	border:none;
	padding: 0px;
}
 ol.commentlist li span.cmcount a{
	font-family:Candara;
	font-size: 170%;
	color:#B81D34;
	float:right;
}
 ol.commentlist li span.cmcount a:hover{
	color:#333;
}
/*comments children style*/

 ol.commentlist  ul.children li {
	margin-bottom:13px;
	background:#F3F3FA;
	border:1px solid #ddd;
}
 ol.commentlist  ul.children {
}
 ol.commentlist  ul.children li  .message_head{
	padding-left:0px;
}
 ol.commentlist  ul.children li span.date{
	color: #76787A;
	float:right;
	font-style: italic;
	display:none;
}

 ol.commentlist  ul.children li span.at_icon a{
background: url(images/reply.png) no-repeat;
display: block;
float: right;
height: 16px;
margin: -32px 40px 0px 0px;
padding: 0px;
text-indent: -999em;
width: 16px;
}

 ol.commentlist   ul.children li span.avatarx{
	float:right;
	background: #EEE;
	border: none;
	margin: 1px;
	padding: 2px;
}
 ol.commentlist   ul.children li span.avatarx img{
	width:32px;
	height:32px;
}
ol.commentlist ul.children li span.name{

}
 ol.commentlist ul.children  li .cmt_text{
	color:#333;
	width:90%;
}
 ol.commentlist ul.children  li .cmt_text a{
	color:#B81D34;
}
 ol.commentlist ul.children  li .cmt_text a:hover{
	color:#000;
}
 ol.commentlist ul.children  li .cmt_text p{
	margin:3px;
}
 ol.commentlist ul.children li .cmt_text p img{
	padding:1px;
	border:none;
}
 ol.commentlist ul.children li .cmcount{
	display:none;
}
div#comments {
	padding: 1px 0;
}

h2#commentsx{
}

/*sidebar*/
#sidebar ul {
	margin:0px;
	padding:0 0 0 10px;
	list-style: none;
}
#sidebar h2 {
	margin-top:20px;
	font-size: 14px;
	font-weight: normal;
}
#sidebar ul li ul li:nth-child(odd) { 
   background-color:#F7F7F7; 
}
#sidebar ul li ul li {
	line-height:25px;

}

#sidebar .address {
	margin-top: 20px;
	color: #7DD9F6; 
	font-size: 12px;
	text-align: right;
	margin-right: 15px;
}

.c_avatar {
	width:35px;
	height:35px;
	border:1px solid #CBCBCB;
	padding:2px;
	margin-right:3px;
	float:left;
	display:block;
}
.wp-smiley {
	border:none;
}

/*Feeds*/

/*footer*/

div.return {
	margin:0px;
	text-align: left;
}
div.return a{
	text-decoration: none;
	padding:5px 5px 5px 25px;
}

.support {
	margin-top: 50px;
	text-align: left;
	font-size: smaller;
}


/*Tag cloud*/

#sidebar ul li ul.tagCloud {
overflow:hidden;
padding-left:0px;
}
ul.tagCloud li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%;
}

ul.tagCloud li a {
display: block;
line-height: normal;
padding: 5px 10px; 
background-color: #e41270;
color: #ffffff;
width: auto;
float: left;
margin-left: 3px;
margin-bottom:3px;
font-size: 11px !important; 
}

/* Tag level 1 > 6 */

ul.tagCloud li.level1 a {
	font-size: 167%;
	font-weight: bold;
	color: #000;
	background-color: #d80000;
}

ul.tagCloud li.level2 a {
	font-size: 136%;
	font-weight: bold;
	color: #444;
	background-color: #b80000;
}

ul.tagCloud li.level3 a {
	font-size: 122%;
	font-weight: bold;
	color: #999;
	background-color: #a80000;
}

ul.tagCloud li.level4 a {
	font-size: 114%;
	color: #bbb;
	background-color: #880000;
}

ul.tagCloud li.level5 a {
	font-size: 92%;
	color: #ddd;
	background-color: #580000;
}

ul.tagCloud li.level6 a {
	font-size: 77%;
	color: #fff;
	background-color: #280000;
}
ul.tagCloud li a:hover {
	background-color: #9a9a9a;
}

/*Calendar*/

table#wp-calendar {
   background-color: #333333;
   margin-top: 7px;
   margin-bottom: 7px;
	/* margin: 0 0 5px; */
	border-color: #ddd;
	width: 100%;
}
table#wp-calendar th,
table#wp-calendar td {
	padding: 0;
	line-height: 1.8;
	font-size: 85%;
	text-align: center;
}

table#wp-calendar th {
	line-height: 2;
	font-weight: normal;
}

table#wp-calendar td {
	color: #888;
	padding: 0;
	width: 14%;
}

table#wp-calendar td a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background-color: #eee;
}

table#wp-calendar td a:hover {
	color: #000;
	background-color: #bbb;
}

/*--------------------------------------
	dl.data
---------------------------------------*/

dl.data {
	padding: 0;
	border-left: 5px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

dl.data dt {
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #eee;
	line-height:25px;
	width: 11em;
	float: left;
}
	
dl.data dd {
	margin: 0 0 0 11em;
	padding: 0.3em 1em;
	line-height:25px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}


/*IE6*/

div#main,
div#utilities dl.navi,
div#utilities dl.others {
	overflow: hidden;
}
.count {
	color: #999;
}

/* Clearfix*/
div#content {
	min-height: 1px;
}
div#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* Captions */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
We also recommend (but do not require) that you include the image caption CSS classes in your theme: 
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* Google feed control */

.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #008fb1;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color : #008fb1;
  background-color: white;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #008fb1;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #008fb1;
  background-color: #eeeeee;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
  padding-left: 5px;
}

.gfg-subtitle a {
  color : #008fb1;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position : relative;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  border: 1px solid #AAAAAA;
  padding : 5px;
  margin-right : 80px;
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : auto;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 100%;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('http://www.google.com/uds/solutions/dynamicfeed/arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}

