@charset 'UTF-8';

/*
 * Common
 */
html, body{
  border: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
  font-weight: lighter;
}
a,
a:visited {
  color: #39c;
  text-decoration: none;
}
a:active,
a:hover {
  color: #fff;
  background: #09c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
a img,
a:link img,
a:visited img {
  border: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 140%;
  font-weight: normal;
  margin: 10px 0;
}
.clear {
  border:0 none;
  clear:both;
  font-size:0;
  height:1px;
  line-height:0;
  margin:0 -1px -1px 0;
  overflow:hidden;
  padding:0;
  width:1px;
}
.clearfix:after {
  clear:both;
  content:" ";
  display:block;
  font-size:0.1em;
  height:0.1px;
  line-height:0;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
}
/* \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
/* */

/* icons */
.icon {
  display: block;
  width: 60px;
  height: 60px;
}
.icon.getrobo-home {
  background: url(http://www.getrobo.com/getrobo_assets.png) -60px -660px no-repeat;
}
.icon.getrobo-blog {
  background: url(http://www.getrobo.com/getrobo_assets.png) 0 -660px no-repeat;
}
.icon.getrobo-premium {
  background: url(http://www.getrobo.com/getrobo_assets.png) -60px -660px no-repeat;
}
.icon.getrobo-review {
  background: url(http://www.getrobo.com/getrobo_assets.png) -120px -660px no-repeat;
}

/*
 * Layout
 */
#container {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -200px auto;
  width: 940px;
}

/* footer */
#footer {
  position: relative;
  height: 180px;
  margin: 20px auto 0 auto;
  width: 940px;
  padding: 0;
  overflow: hidden;
  font-size: 80%;
}
#footer-push {
  clear: both;
  height: 200px;
}
#footer-ad {
  height: 90px;
  padding: 10px 106px;
}

/* banner */
#banner {
  height: 320px;
  margin-bottom: 10px;
  position: relative;
  border-top: 4px solid #39c;
}
#banner-header {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 400px;
  height: 180px;
  background: url(http://www.getrobo.com/getrobo_assets.png) 0 -180px no-repeat;
}
#banner-header.getrobo-blog {
  background: url(http://www.getrobo.com/getrobo_assets.png) -400px -180px no-repeat;
}
#banner-header.getrobo-premium {
  background: url(http://www.getrobo.com/getrobo_assets.png) -400px 0 no-repeat;
}
#banner-description {
  position: absolute;
  left: 5px;
  top: 165px;
  color: #666;
}
#banner-header span {
  display: none;
}
#banner-ad {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 106px;
}
#nav {
  position: absolute;
  left: 0;
  bottom: 35px;
}
#lang {
  position: absolute;
  right: 0;
  top: 10px;
}
#search {
  position: absolute;
  right: 190px;
  top: 20px;
  width: 200px;
  height: 20px;
}
#search-text {
  width: 120px;
  margin: 0;
  border: 1px solid #ddd;
  padding: 4px;
}
#search-submit {
  width: 60px;
  margin: 0;
}
ul.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nav-list li {
  display: inline;
}
ul.nav-list li a {
  position: relative;
  float: left;
  margin: 0 4px;
  padding: 10px 10px;
  height: 40px;
  width: 209px;
  color: #ccc;
  overflow: hidden;
  text-decoration: none;
  overflow: hidden;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
ul.nav-list li.first a {
  margin-left: 0 !important;
}
ul.nav-list li.last a {
  margin-right: 0 !important;
}
ul.nav-list li a strong {
  display: block;
  font-size: 120%;
  color: #39c;
}
ul.nav-list li a.selected {
  color: #fff !important;
  background: #222;
}
ul.nav-list li a:hover {
  color: #fff !important;
  background: #39c;
}
ul.nav-list li a:hover strong {
  color: #fff !important;
}
ul.nav-list li a .icon {
  position: absolute;
  right: 0;
  top: 0;
}
#lang ul.nav-list li a {
  font-size: 80%;
  padding: 5px 10px;
  height: 30px;
  width: 60px;
}

/* pagebody */
#main {
  margin: 0 200px 0 200px;
  width: 540px;
  overflow: hidden;
}
#left {
  float: left;
  width: 180px;
  overflow: hidden;
}
#right {
  float: right;
  width: 180px;
  overflow: hidden;
}

/* sidebar */
.sidebar h2 {
  padding-left: 10px;
  border-left: 4px solid #222;
}

/* sidemenu-list */
ul.sidemenu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.sidemenu-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
ul.sidemenu-list li strong {
  display: block;
  font-size: 120%;
  margin-bottom: 10px;
}

/* date */
.date-header {
  padding: 4px 8px;
  width: 100px;
  background: #222;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 80%;
  margin: 5px 0;
}
.date-line {
  text-align: right;
  color: #999;
  font-size: 80%;
}

/* headline */
.headline-header {
  padding: 4px 8px;
  width: 200px;
  background: #222;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 120%;
  margin: 5px 0;
}
a:hover .headline-header {
  background: #39c;
}

/* archives */
.content-header,
.archive-header {
  padding-left: 10px;
  border-left: 4px solid #222;
}
.archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-list-item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

/* page */
.page-header {
  padding: 4px 8px;
  width: 200px;
  background: #222;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 120%;
  margin: 5px 0;
}

/* entry */
.entry {
  margin-bottom: 20px;
}
.entry-header {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}
.entry-body {
  line-height: 160%;
}
.entry-body img.image-full {
  width: 100%;
}
.entry-footer {
  clear: both;
  font-size: 80%;
  color: #999;
  margin: 10px 0;
  text-align: right;
}

/* share button */
.entry-footer-share-buttons {
	font-size: 10px;
	line-height: 1;
}
.entry-footer-share-buttons .entry-footer-links-reblog,
.entry-footer-share-buttons .entry-footer-links-favorite,
.entry-footer-share-buttons .entry-footer-links-digg,
.entry-footer-share-buttons .entry-footer-links-delicious,
.entry-footer-share-buttons .entry-footer-links-twitter {
	display: inline-block;
}
.entry-footer-share-buttons .entry-footer-links-favorite .favorite {
	margin-right: 0 !important;
}
.entry-footer-share-buttons .separator {
	display: none;
}
.entry-footer-share-buttons .share-link {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 4px 6px 4px 24px;
	color: #777;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	text-transform: none;
	vertical-align: bottom;
	background-color: #ededed;
	background-repeat: no-repeat;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.entry-footer-share-buttons .share-link:hover {
	border-color: #bbb;
	color: #555;
}
.entry-footer-share-buttons .share-link-digg {
	background-image: url(http://www.typepad.com/.shared/themes/common/images/share-link-bg-digg.gif);
}
.entry-footer-share-buttons .share-link-email {
	background-image: url(http://www.typepad.com/.shared/themes/common/images/share-link-bg-email.gif);
}
.entry-footer-share-buttons .share-link-twitter {
	background-image: url(http://www.typepad.com/.shared/themes/common/images/share-link-bg-twitter.gif);
}
.entry-footer-share-buttons .share-link-delicious {
	background-image: url(http://www.typepad.com/.shared/themes/common/images/share-link-bg-delicious.gif);
}
.entry-footer-share-buttons .share-link-reblog {
	background-image: url(http://www.typepad.com/.shared/themes/common/images/share-link-bg-reblog.gif);
}

/* entry responses */
.trackbacks h3,
.comments h3,
#atp-comments h3 {
  border-left: 4px solid #222;
  padding-left: 10px;
}
.trackbacks-info,
.comments-info {
  color: #999;
}
.trackback,
.comment {
  margin: 4px 0;
  background: #eee;
  padding: 4px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.trackback-footer,
.comment-footer {
  clear: both;
  text-align: right;
}
.comments-open-content {
  background: #eee;
  padding: 10px;
  margin: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#comment-author,
#comment-email,
#comment-url,
#comment-text {
  width: 80%;
}

/* pager */
.content-nav,
.pager {
  text-align: center;
}

/* module */
.module {
  margin-bottom: 10px;
}
.module-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module-list-item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

/* category-cloud module */
.module-category-cloud .module-list {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.module-category-cloud .module-list-item {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent none repeat scroll 0 0;
  display:  inline;
  line-height: 1.2em;
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
}
.module-category-cloud .cloud-weight-1 {
  font-size: 0.9em;
}
.module-category-cloud .cloud-weight-2 {
  font-size: 0.95em;
}
.module-category-cloud .cloud-weight-3 {
  font-size: 1em;
}
.module-category-cloud .cloud-weight-4 {
  font-size: 1.125em;
}
.module-category-cloud .cloud-weight-5 {
  font-size: 1.25em;
}
.module-category-cloud .cloud-weight-6 {
  font-size: 1.375em;
}
.module-category-cloud .cloud-weight-7 {
  font-size: 1.5em;
}
.module-category-cloud .cloud-weight-8 {
  font-size: 1.625em;
}
.module-category-cloud .cloud-weight-9 {
  font-size: 1.75em;
}
.module-category-cloud .cloud-weight-10 {
  font-size: 1.75em;
}

/* ad module */
.module-ad {
  padding: 10px;
}

/* google ads */
.ad-frame {
  background: #eee;
  color: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.amazon-ad-content {
  text-align: center;
}
.google-ad-leaderboard {
  /* FIXME dummy */
  width: 728px;
  height: 90px;
  background: #ddd;
  border: none;
}
.google-ad-wide-skyscraper {
  /* FIXME dummy */
  width: 160px;
  height: 600px;
  background: #ddd;
  border: none;
}
.google-ad-oneline {
  /* FIXME dummy */
  width: 728px;
  height: 15px;
  background: #ddd;
  border: none;
}


/*
 * base-weblogs.css
 */

/* comment-form */
/* {{{ */
.comment-form .grayText {
  color: #999;
}
.comment-form .errorBG {
  background-color: #ffebe3;
}
.comment-form .active-error {
  display: block;
}

/* hiddenBox class */
.hiddenBox {
  display: none;
}
.visibilityHiddenBox {
  visibility: hidden;
}

/* comment notification boxes */
.yellowBox,
.yellowGreenBox,
.redBox {
  margin: 10px 0;
  padding: 4px 8px;
  color: #222;
}
/* yellow/yellow prompt box */
.yellowBox {
  border: 1px solid #ffbb33;
}
/* yellow/green complete box */
.yellowGreenBox {
  border: 1px solid #669900;
}
/* red/red error box */
.redBox {
  border: 1px solid #cc2200;
}
/* }}} */

/* avatar-flyout */ /* NOTE is this needed? */
/* {{{ */
#comment-avatar-flyout {
  position: absolute;
  z-index: 1;
}
#avatar-flyout-content {
  width: 300px;
  background-color: #fff;
  border: 2px solid;
  padding: 8px;
}
#avatar-flyout-img {
  float: left;
  margin-right: 4px;
}
#avatar-flyout-content .profileLink {
  float: right;
}
#comment-avatar-flyout .clearBoth {
  clear: both;
}
#avatar-flyout-content #avatar-flyout-location,
#avatar-flyout-content .profileWebsite {
  margin: 5px 0;
}
#avatar-flyout-counts .activityTitle {
  margin: 5px 0 8px;
}
#avatar-flyout-counts .subTitle {
  float: left;
  width: 100px;
}
#avatar-flyout-counts #avatar-flyout-thisblog,
#avatar-flyout-counts #avatar-flyout-overall {
  float: left;
}
/* }}} */

/* vim:set ts=2 sw=2 expandtab foldmethod=marker: */

/* ph=1 */
/* nhm:from_kauri */
