/* 
FILENAME: globals.css
DESCRIPTION: This stylesheet serves global declarations to all assets
LAST MODIFIED DATE: 01.15.2009
*/

/* =GRID OVERRIDE */
/*  Grid is inactive when entire section is commented */
/*
body {
  background: #fff url("16_col.png") center top repeat-y !important;
}

#gutter, #navigation, #wrapper, #banner, #content, #container, #bg_footer {
  background: none !important;
}
*/
/* =BASE */

body {
  background: #191919;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif; /* normalize font size across browsers */
	color: #444;
}

a:link, a:visited {
  text-decoration: underline;
}

a:link {
  color: #06c;
}

a:visited {
  color: #4d4398;
}

a:hover, a:active {
	color: #03C;
}

a:link.tool_tip, a:visited.tool_tip {
  border-bottom: 1px dotted #6b8d94;
}

a, strong, b { /* Straightens out OS X font rendering */
  line-height: 19px;
}

abbr {
  border-bottom: 1px dotted #b4b4b4;
  cursor: help;
}

.hidden {
  display: none;
}

/* =GRID =MODIFIERS */

.container_16:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.container_16{display:inline-block}
* html .container_16{height:1%}
.container_16{display:block}

.container_12:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.container_12{display:inline-block}
* html .container_12{height:1%}
.container_12{display:block}

form :after{clear:both;content:'.';display:block;visibility:hidden;height:0}
form {display:inline-block}
* html form {height:1%}
form {display:block}

.clearfix li:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix li{display:inline-block}
* html .clearfix li{height:1%}
.clearfix li{display:block}

.right {
  float: right;
}

.clearall {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

/* =GUTTER */

#gutter {
  background: #292929;
}

#gutter #logo {
  margin: 20px 10px;
}

#gutter #logo a img {
  display: block;
}

#gutter #logo a {
    display: block;
    background: transparent url("logo_ebl.jpg") no-repeat; 
    width: 197px;
    height: 56px;
    border: 0;
}   

#gutter #logo a img {
    display: block;
    width: 0;
}

#gutter #login em.label {
  margin-top: 35px;
  font-size: .75em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  color: #91ce9b;
}

#gutter #login ul {
  position: relative;
  margin-top: 5px;
}

#gutter #login ul li {
  padding-top: 5px;
}

#gutter #login ul li label {
  display: block;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#gutter #login ul li input {
  background: #444;
  width: 148px;
  border: 1px solid #444;
  color: #d4d4d4;
}

#gutter #login ul li input:focus {
  background: #fff;
  border: 1px solid #91ce9b;
  color: #444;
}

#gutter #login ul li em.helper {
  position: absolute;
  top: 5px;
  right: 120px;
  font-size: .75em;
  font-style: normal;
}

#gutter #login ul li em.helper a {
  border: 0;
  color: #a1dbe6;
}

#gutter #login ul li em.helper a:hover {
  background: #a1dbe6;
  border: 0;
  color: #191919;
}

#gutter .buttons {
  clear: none;
  margin: 20px 0 0 0;
}

#gutter .buttons button {
  float: none;
}

/* =NAVIGATION */

#navigation {
  background: #4b9376 url("bg_navigation.png") bottom center repeat-x;
}



/* =MENU =PRIMARY */

#menu_flag {
	width: 760px;
} 
#menu_flag img{
	float:right;
	margin-right:10;
	margin-top: 2px;
} 

#menu_primary {
  padding: 10px 0;
}

#menu_primary ul {
	overflow: hidden;
	width: 760px;
	list-style-type: none;
}

#menu_primary ul li {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
/* =margin-top: 20 wenn keine Länder, sonst 0 */

#menu_primary ul li a {
	display: block;
  padding: 4px 0;
  font-size: .85em;
	text-align: center;
	color: #dbeae3;
	font-weight:normal;
	text-decoration: none;
}


#menu_primary ul li a:hover {
	color:#fff;
	border-color:#292929;
	border-bottom:1px solid #76B41C;
	background:#292929;
	}

.home #menu_primary ul li.menu_home a,
.features #menu_primary ul li.menu_features a,
.tour #menu_primary ul li.menu_tour a,
.pricing #menu_primary ul li.menu_pricing a,
.support #menu_primary ul li.menu_support a,
.blog #menu_primary ul li.menu_blog a,
.blog_post #menu_primary ul li.menu_blog a,
.about #menu_primary ul li.menu_about a {
	color:#fff;
	border-bottom:1px solid #76B41C;
}

/* =MENU =SECONDARY */

#menu_secondary {
  padding-top: 10px;
}

#menu_secondary ul {
	overflow: hidden;
	width: 840px;
	list-style-type: none;
}

#menu_secondary ul li {
	float: left;
	margin-right: 20px;
}

#menu_secondary ul li a {
	display: block;
	padding: 0;
	border: 0;
	font-size: .85em;
  font-weight: normal;
	text-align: center;
	color: #444;
	text-decoration: none;
}




#menu_secondary ul li a:hover {
  background: transparent;
  color: #444;
  text-decoration: underline;
}

.features_index #menu_secondary ul li.menu_features_index a,
.features_hubs #menu_secondary ul li.menu_features_hubs a,
.features_user_home #menu_secondary ul li.menu_features_user_home a,
.features_details #menu_secondary ul li.menu_features_details a,
.about_index #menu_secondary ul li.menu_about_index a,
.about_team #menu_secondary ul li.menu_about_team a,
.about_news #menu_secondary ul li.menu_about_news a,
.about_careers #menu_secondary ul li.menu_about_careers a,
.about_contact #menu_secondary ul li.menu_about_contact a {
  font-weight: bold;
  color: #191919;  
}

#menu_primary ul li.menu_about {float:right;margin-right:10;} 

/* =LAYOUT */

#banner {
  background: #c4d926 url("bg_banner2.png") top left repeat-x;
}

#wrapper {
  background: #fff url("bg_content.png") top left repeat-x;
}

#subwrapper {
  background: #fff url("bg_content_sub.png") top left repeat-x;
}

.tour #wrapper { /* Blackouts */
  background: #000;
}

#header {
  position: relative;
  margin: 0 10px;
}

#highlight {
  position: absolute;
  top: 60px;
  right: 0;
}

/* =FOOTER */

#bg_footer {
  background: #191919;
}

#footer {
  padding: 20px 0;
  font-size: .925em;
  color: #666;
}

#footer hr {
  display: none;
}

#footer h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #A5D629;
}

#footer ul.suggestions {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #333;
}

#footer ul.suggestions li a {
  border-bottom: 0;
  font-weight: normal;
}

#footer ul.suggestions li a:link {
  color: #e2f1cf;
}

#footer ul.suggestions li a:visited {
  color: #7a8a67;
}

#footer ul.suggestions li a:hover, #footer ul.suggestions li a:active {
  background-color: #e2f1cf;
  color: #191919;
}

#footer ul.suggestions li.support {
  margin-top: 20px;
  font-weight: bold;
  /*color: #e2f1cf;*/
}

#footer ul.suggestions li.support em {
  font-weight: bold;
  font-style: normal;
  color: #7a8a67;
}

#footer ul.suggestions li em.support,
#footer ul.suggestions li em.support a {
  font-weight: bold;
  font-style: normal;
  color: #7a8a67;
}

#footer #runner {
  clear: both;
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid #444;
  color: #444;
}

#footer #runner .sitemap_primary,
#footer #runner .sitemap_secondary,
#footer #runner p {
  text-align: right;
}

#footer #runner .sitemap_primary li,
#footer #runner .sitemap_secondary li {
  display: inline;
  margin-left: 20px;
}

#footer #runner .sitemap_primary li a {
  font-weight: normal;  
}

#footer #runner #watermark {
  padding: 2px 0;
}

#footer #runner #watermark img {
  display: block;
}

/* =HEADINGS */

h1, h2 {
  letter-spacing: -.05em;
  line-height: 40px;
}

h1 {
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: normal;
  color: #666;
}

h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #59892f;
}

h3.section, .blog_post .copy h4, h4.section {
  clear: both;
  margin: 0 0 20px 0;
  padding: 9px 0 10px 0;
  border-top: 1px solid #eee;
  font-size: .75em;
  text-transform: uppercase;
  color: #888;
}

h3.section_referenz {
  clear: both;
  margin: 0 0 10px 0;
  padding: 9px 0 10px 0;
  border-top: 1px solid #eee;
  font-size: .75em;
  text-transform: uppercase;
  color: #888;
}

h4, h5 {
  font-size: 1em;
  color: #3f5c26;
}

h3 span, h4 span, h5 span {
  font-weight: normal;
}

/* =FORMS */

input.text, textarea {
  padding: 5px;
  font: normal 0.9em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid;
  border-color:#999;
}

/*input.submitbtn {
  padding: 5px;
  font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/


input.text, textarea {
  background:#ECF6D3 none repeat scroll 0 0;	
}

input.text:focus, textarea:focus {
	background: #fff none repeat scroll 0 0;

}

input.mainFormError
{	  padding: 5px;
  font: normal 1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid;
  border-color:#999;
	background: #FADADD none repeat scroll 0 0;
}
/* =CONTENT */

hr {
  clear: both;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #eee;
}

q, .pullquote {
  font: italic 1em/20px Cambria, Georgia, Times, 'Times New Roman', serif;
  color: #666;
}

cite {
  display: block;
  font-style: normal;
  font-weight: bold;
}

#content p {
  margin-bottom: 20px;
}

.bulleted li {
	padding:0 0 0 24px;
	margin-bottom: 8px;
	background-image: url(check_grn2.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.bulletlinks li {
	padding:0 0 0 24px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.bulleted2 li {
	padding:0 0 0 249px;
	margin-bottom: 8px;
	background-image: url(check_grn2.gif);
	background-repeat: no-repeat;
	background-position: 235px 5px;
}

.numbered li {
  margin-left: 40px;
  list-style-type: decimal;
}

.bulleted_home li {
  margin-left: 40px;
  list-style-type: disc;
}

/* =SHARED */

#signup_4 h2 {
  margin: 0;
}

#signup_16 {
  background: #e7f3d9 url("select.png") no-repeat 10px 50%;
  width: 860px;
  margin: 40px 10px;
  padding: 20px 20px 20px 60px;
}

#signup_16 h3 {
  margin: 0;
  color: #b6db8c;
}

#signup_16 h3 a:link {
  color: #59892f;
}

#signup_16 h3 a:hover {
  background-color: #59892f;
  color: #fff;
}

/*#signup_12 {
  width: 680px;
  margin: 40px 10px 40px 0;
  padding: 20px 0px 20px 20px;
  background: #e7f3d9;
}

#signup_12 .grid_8 {
  width: 440px;
  margin-right: 20px;
}

#signup_12 .grid_4 {
  width: 200px;
}

#signup_12 .buttons {
  margin-top: 20px;
  margin-bottom: 0;
}

#signup_12.message {
  border-radius: 30px;
}

#signup_12.message {*/ /* Safari 3 */
/*  -webkit-border-radius: 30px;
}

#signup_12.message, x:default {*/ /* Firefox 3 */
/*  -moz-border-radius: 30px;
}*/

#blog_highlights {
  margin-bottom: 20px;
}

#blog_highlights .thumbnail {
  display: block;
  background: #e7f3d9;
  padding: 5px 5px 4px 5px;
  border-bottom: 1px solid #cfe7b3;
}

#blog_highlights .thumbnail:hover {
  background: #59892f;
}

#blog_highlights .thumbnail img {
  display: block;
}

#feature_preview li h4 {
  margin-bottom: 0;
  padding-left: 60px;
}

#feature_preview li p {
  padding-left: 60px;
  font-size: .925em;
}

#feature_preview li#feature_customize {
  background: url("Tools.png") no-repeat;
}

#feature_preview li#feature_share_videos {
  background: url("Video.png") no-repeat;
}

#feature_preview li#feature_collaborate {
  background: url("iChat.png") no-repeat;
}

#feature_preview li#feature_share_files {
  background: url("Misc-Box.png") no-repeat;
}

#twitter {
  background: transparent url("blog/twitter_bird.png") top right no-repeat;
  margin-bottom: 20px;
}

#twitter .tweet {
  margin-bottom: 20px;
  font: italic 1em/20px Cambria, Georgia, Times, 'Times New Roman', serif;
  color: #111;
}

#twitter p {
	margin-bottom: 0;
}

/* =HOME */

#banner .container_16 {
  position: relative;
}

#hero {
  position: absolute;
  top: 40px;
  left: 0;
}

#hero a:hover {
  background: none;
}

#banner .pitch {
  display: block;
  margin: 40px 0 20px 0;
  letter-spacing: -.05em;
  line-height: 40px;
  font-size: 35px;
  color: #292929;
}

/* 4D4398 */

#banner h1 {
  margin: 0 0 40px 0;
  line-height: 30px;
  font-size: 25px;
  font-weight: normal;
  color: #292929;
}

#banner h2 {
  color: #292929;
  font-size: 30px;
}

#banner p {
  color: #292929;
}

#banner label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #304812;
}

#banner input {
  background: #e2f1cf;
  width: 208px;
  border: 1px solid #649636;
}

#banner input:focus {
  background: #fff;
  border: 1px solid #649636;
}

#banner .buttons {
  margin-top: 10px;
  margin-bottom: 40px;
}

#banner .buttons button:hover, #banner .buttons a.button:hover, #banner .buttons a.button:active {
  border: 1px solid #304812;
}

#features {
  margin-top: 40px;
}

.home #feature_preview li#feature_customize,
.home #feature_preview li#feature_collaborate {
  margin-left: 0;
}

.home #feature_preview li#feature_share_videos,
.home #feature_preview li#feature_share_files {
  margin-right: 0;
}

#features .buttons {
  clear: both;
}

.features #features .buttons {
  margin-bottom: 0;
}

.testimonials {
  position: relative; /* Brings to front */
  margin-top: 10px;
}

.testimonials h3 a:link {
  color: #59892f;
}

.testimonials h3 a:hover {
  background: #59892f;
  color: #fff;
}

.testimonials blockquote {
  margin-top: 20px;
}

.testimonials h2 {
  margin: 0;
}

#features h2 {
  margin: 0;
}

/*#testimonials blockquote .who {
  line-height: 40px;
}*/

.testimonials blockquote cite,
.testimonials blockquote em,
.testimonials blockquote span {
  float: left;
  margin-right: 4px;
}

.testimonials blockquote .who {
  padding: 10px 0;
}

blockquote cite {
  margin-bottom: 20px;
}

blockquote em {
  font-weight: normal;
  font-style: normal;
  color: #b4b4b4;
}

.testimonials blockquote span#readwriteweb {
  display: block;
  width: 142px;
  height: 20px;
  background: url("logos/readwriteweb.png");
  text-indent: -9999px;
}

.home #blog_highlights .featured_2,
.home #blog_highlights .featured_3 {
  margin-right: 0;
}

/* =TOUR */

#theatre {
  clear: both;
  background: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}

#theatre .movie {
  width: 640px;
  margin: 0 auto;
  text-align: center;
}

#more_videos p {
  margin-bottom: 20px;
}

.tour #more_videos h3.section {
  border-top: 1px solid #59892f;
  color: #59892f;
}

.tour #more_videos h4 a:link, .tour #more_videos h4 a:visited {
  color: #304812;
}

.tour #more_videos h4 a:hover, .tour #more_videos h4 a:active {
  background-color: #304812;
  color: #fff;
}

/* =SUPPORT */

#help {
  font-size: .75em;
  text-transform: uppercase;
  text-align: right;
}

#help a {
  display: block;
  background: url("help.png") center right no-repeat;
  padding-right: 50px;
  border: 0;
  line-height: 40px;
  color: #b4b4b4;
}

#help a:hover {
  background-image: url("help_hover.png");
  color: #e15a38;
}

.screencasts .thumbnail a {
  display: block;
  background: #e7f3d9;
  padding: 5px 5px 4px 5px;
  border-bottom: 1px solid #cfe7b3;
}

.screencasts .thumbnail a:hover {
  background: #59892f;
}

.screencasts .thumbnail img {
  display: block;
}

.screencasts p {
  font-size: .925em;
}

.screencast #banner .buttons {
  clear: both;
  margin-bottom: 20px;
}

/* =BLOG */

#rss {
  font-size: .75em;
  text-transform: uppercase;
  text-align: right;
}

#rss a {
  display: block;
  background: url("feed_icon.png") center right no-repeat;
  padding-right: 40px;
  border: 0;
  line-height: 40px;
  color: #b4b4b4;
}

#rss a:hover {
  background-image: url("feed_icon_hover.png");
  color: #ff6600;
}

.blog #blog_highlights .featured_1 {
  margin-left: 0;
}

.blog #blog_highlights .featured_3 {
  margin-right: 0;
}

#posts .post {
  clear: both;
  margin-bottom: 20px;
}

#posts .post .comments {
  background: url("comment.png") left 2px no-repeat;
  padding-left: 20px;
  font-size: .925em;
}

#posts .post .comments a:link {
  font-weight: normal;
  color: #888;
}

#posts .post .comments a:hover {
  color: #fff;
}

#posts .post h6 a:link {
  color: #59892f;
}

#posts .post h6 a:hover {
  background: #59892f;
  color: #fff;
}

#posts .post .summary {
  font-size: .925em;
}

#intro {
  font: italic 1em/20px Cambria, Georgia, Times, 'Times New Roman', serif;
  color: #888;
}

.blog #signup_4 p {
  font-size: .923em;
}

#digg #digg-widget-container {
  font-size: .925em;
}

#digg #digg-widget-container .digg-count {
  display: none;
}

#digg #digg-widget-container ul {
  margin-left: 1em;
}

#digg #digg-widget-container ul li {
  list-style-type: disc;
}

#digg #digg-widget-container ul li a:link,
#digg #digg-widget-container ul li a:visited {
  font-weight: bold;
  text-decoration: none;
}

#digg #digg-widget-container ul li a:link {
  color: #6b8d94;
}

#digg #digg-widget-container ul li a:visited {
  color: #666;
}

#digg #digg-widget-container ul li a:hover,
#digg #digg-widget-container ul li a:active {
  background: #6b8d94;
  border-color: #6b8d94;
  color: #fff;
}

/* =BLOG =POST */

.blog_post #post h2 {
  margin-bottom: 0;
}

.blog_post #post h3, .blog_post #post h4 {
  font-weight: normal;
}

.blog_post .copy {
  margin-top: 40px;
}

.blog_post .copy ol li {
  margin-bottom: 20px;
}

.blog_post .copy blockquote {
  clear: both;
  margin: 0 60px;
}

.blog_post .copy img {
  display: block;
  float: left;
  background: #eee;
  margin: 0 20px 20px 0;
  padding: 5px 5px 4px 5px;
  border-bottom: 1px solid #d4d4d4;
}

.blog_post .navigate_posts {
  overflow: hidden;
  margin-top: 90px;
  text-align: center;
}

.blog_post .navigate_posts ul {
  text-align: center;
}

.blog_post .navigate_posts ul li {
  float: left;
  margin-right: 10px;
}

.blog_post .navigate_posts ul li a {
  display: block;
	width: 22px;
	height: 22px;
  text-indent: -9999px;
}

.blog_post .navigate_posts ul li.previous a {
	background: url("previous_22x22.png") 0 0 no-repeat;
}

.blog_post .navigate_posts ul li.next a {
	background: url("next_22x22.png") 0 0 no-repeat;
}

.blog_post .navigate_posts ul li a:hover {
	background-position: 0 -22px;
}

/*
.blog_post .navigate_posts ul li.previous {
  text-align: right;
}

.blog_post .navigate_posts ul li a {
  line-height: 40px;
}*/

.blog_post #blog_highlights {
  clear: both;
  margin-top: 20px;
}

.blog_post #blog_highlights h4 {
  margin-bottom: 20px;
}

/* =BLOG =CODE */

pre {
  margin: 20px 0;
  padding: 11px;
  border: 1px solid #59892F;
  font-size: 10px;
  color: #666;
  background-color: #E7F3D9;
}

/* =BLOG =COMMENTS */

ol#comment_form {
  overflow: hidden; /* Float clearing for good browsers */
}

#comments {
  margin-bottom: 20px;
}

#comments h3 {
  margin-bottom: 10px;
}

#comments .gravatar,
#comments .comment_body,
#post_form {
  background: #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
}

#comments .gravatar {
  position: absolute;
  width: 54px;
  height: 54px;
  padding: 3px 3px 2px 3px;
}

#comments h4 {
  margin-left: 120px;
  font-size: .925em;
}

#comments h4 a:link {
  color: #59892f;
}

#comments h4 a:hover {
  background: #59892f;
  color: #fff;
}

#comments h4 em {
  font-weight: normal;
  font-style: normal;
  color: #b4b4b4;
}

#comments .comment_bubble {
  background: url("bg_bubble.png") 2px 10px no-repeat;
  margin-left: 80px;
  margin-bottom: 40px;
  padding-left: 20px;
}

#comments .comment_body {
  padding: 10px 20px 9px 20px;
  font-size: .925em;
}

#comments .comment_body p {
  margin-bottom: 20px;
}

#post_form {
  position: relative;
  margin-bottom: 20px;
}

#post_form li {
  float: left;
  margin-bottom: 20px;
  padding: 0 20px 0 20px;
}

#post_form li.alpha {
  clear: both;
}

#post_form .comment_entry {
  margin-left: 0;
  padding: 0 20px 19px 20px;
}

#post_form label {
  display: block;
  line-height: 20px;
}

#post_form .comment_entry label {
  line-height: 40px;
}

#post_form input, #post_form textarea {
  margin: 0;
  padding: 9px;
  border: 1px solid #d4d4d4;
  font: normal 1em Helvetica;
}

#post_form input {
  width: 288px;
  margin: 5px 0 0 0;
}

#post_form textarea {
  width: 638px;
  height: 180px;
  margin: 0;
  border: 1px solid #d4d4d4;
  font: normal 1em Helvetica;
}

#post_form abbr {
  color:#99CCCC;
  font-size:1.2em;
  font-style:normal;
  vertical-align:baseline;
  line-height: 14px;
  border:0pt none;
  cursor:help;
}

#post_form .helper {
  position: absolute;
  top: 360px;
  left: 370px;
  font-size: .925em;
  color: #828282;
}

#post_form .helper abbr {
  font-size: 1.6em;
}

#post_form .buttons {
  margin: 0 0 20px 20px;
}

/* =BLOG =ARCHIVES */

#archives #archives_list li ul.months {
  margin-bottom: 20px;
}

#archives #archives_list li ul li .month a:link {
  color: #59892f;
}

#archives #archives_list li ul li .month a:hover {
  background-color: #59892f;
  color: #fff;
}

#archives #archives_list li ul li ul {
  margin: 0 0 20px 1em;
}

#archives #archives_list li ul li ul li {
  list-style-type: disc;
  font-size: .925em;
}

#archives #tags {
  margin-bottom: 20px;
}

#archives #tags li {
  display: inline;
  float: left;
  width: 240px;
  margin: 0;
}

#archives #tags li a {
  line-height: 40px;
}

#archives #tags li .tag_count {
  background: #e2e2e2;
  padding: 0 10px 2px 10px;  
}

#archives #tags li .tag_count { /* Safari */
  -webkit-border-radius: 8px;
}

#archives #tags li .tag_count, x:-moz-any-link, x:default { /* Firefox 3 */
  -moz-border-radius: 8px;
}

#archives #tags li .tag_count em {
  font-size: .85em;
  font-style: normal;
  font-weight: bold;
  color: #828282;
}






/* =ABOUT =CONTACT */

.about_contact .map {
  margin-bottom: 20px;
}

.about_contact .map img {
  display: block;
  border: 5px solid #eee;
}

.about_contact .vcard .other,
.about_contact .vcard .buttons {
  margin-top: 20px;
}

/* =MESSAGING */

.message {
  position: relative;
	margin-bottom: 20px;
	padding: 20px;
}

.message { /* Safari */
  -webkit-border-radius: 14px;
}

.message, x:-moz-any-link, x:default { /* Firefox 3 */
  -moz-border-radius: 14px;
}

.info {
	background-color: #ecf8fa;
}

.important p {
  font-size: 1.15em;
}

#content .message p {
  margin: 0;
}

/* =PRICING */

table#plans {
  width: 940px;
  margin-bottom: 20px;
  border: 1px solid #cfe7b3;
}

table#plans thead {
  background-color: #e7f3d9;
  border-bottom: 1px solid #cfe7b3;
}

table#plans th,
table#plans td {
  width: 220px;
  padding: 20px 0 20px 20px;
  font-size: .925em;
  text-align: left;
}

table#plans th.omega,
table#plans td.omega {
  width: 200px;
}

table#plans th.most_popular {
  background: #cfe7b3;
}

table#plans thead th h4 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 20px;
  text-align: left;
  color: #000;
}

table#plans thead th h4 em {
  color: #79b743;
}

table#plans thead th em.tagline {
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #3f5c26;
}

table#plans thead th h5 {
  margin-bottom: 10px;
  line-height: 20px;  
  font-size: 18px;
  text-align: left;
}

table#plans thead th h5 em {
  font-size: 11px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  color: #888;
}

table#plans thead th .buttons {
  margin-bottom: 0;
}

table#plans thead th .buttons .button:link {
  background: #d4d4d4 url("bg_button.png") repeat-x scroll 0% 0%;
  border-color: #b4b4b4;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25em;
  text-transform: none;
}

table#plans thead th .buttons .button:hover {
  background: #3f5c26;
  border-color: #3f5c26;
}

table#plans td.most_popular {
  background: #f6f6f6;
}

table#plans th img,
table#plans td img {
  vertical-align: top;
}

table#plans td ul li strong {
  font-size: 1.2em;
}

table#plans tfoot th {
  background: #e7f3d9;
  padding: 10px 20px;
  border-top: 1px solid #cfe7b3;
  font-weight: normal;
  text-align: left;
  color: #666;
}

.pricing .supporting {
  margin-bottom: 40px;
}

.pricing .copy p,
.pricing .copy li {
  font-size: .925em;
}

/* =FEATURES =OVERVIEW */

#explore_userhome a, #explore_hub a {
  width: 460px;
  height: 500px;
  display: block;
  text-indent: -9999px;
}

#explore_hub a {
  background: transparent url('features/hub_jump.png') left top no-repeat;
}

#explore_userhome a {
  background: transparent url('features/user_home_jump.png') left top no-repeat;
}

#explore_userhome a:hover, #explore_hub a:hover {
  text-indent: 0;
}

#explore_userhome a:hover span, #explore_hub a:hover span {
  width: 270px;
  margin: 180px 0px 0px 95px;
  padding: 5px;
  display: inline-block;
  border-radius: 14px;
  opacity: .8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #6B8d94;
}

#explore_userhome a:hover span, #explore_hub a:hover span { /* Safari 3 */
  -webkit-border-radius: 14px;
}

#explore_userhome a:hover span, #explore_hub a:hover span, x:-moz-any-link span, x:default span { /* Firefox 3 */
  -moz-border-radius: 14px;
}

#explore-userhome-description {
  text-align: right;
}

#explore-hub-description img, #explore-userhome-description img {
  margin-top: 5px;
  border: 5px solid #eee;
}

#explore-hub-description a.thumbnail:hover, #explore-userhome-description a.thumbnail:hover {
  background-color: transparent;
}

.features_index .explore_container #hub, .features_index .explore_container #user_home {
  margin-top: 20px;
}

.features_index #feature_preview li#feature_customize {
  margin-left: 0;
}

.features_index #feature_preview li#feature_share_files {
  margin-right: 0;
}

#hub, #user_home {
  position: relative;
/*  padding-bottom: 40px;*/
}

#hub .description, #user_home .description {
  position: absolute;
  left: 0;
  top: 420px;
}

/* =FEATURES =ANATOMY */

#anatomy-bottom-nav h3 {
  font-size: 1.1em;
  font-weight: bold;
}

#anatomy-bottom-nav h3, #anatomy-bottom-nav h3 a {
  color:#000;
}

#anatomy-bottom-nav .right h3 {
  margin-bottom: 18px;
}

/* =FEATURES =DETAILS */
/*
.features_details #features-jump {
  margin-bottom: -20px;
  clear: both;
}

.features_details #features-jump ul {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #cfe7b3;
  background-color: #e7f3d9;
}

.features_details #features-jump li {
  width: 480px;
  float: left;
}

.features_details #features-jump li.odd {
  width: 400px;
}
*/
.features_details #features-list img {
  margin-top: 5px;
  border: 5px solid #eee;
}

.features_details #features-list ul li#comprehensive_hub_management img {
  margin-bottom: 20px;
}

.features_details #features-list {
  clear: both;
/*  padding-top: 60px;*/
}

.features_details #feature-list li {
  clear: both;
}

/* TODO: I'm listing all of the parent LI elements right now; it's dirty, but it keeps the grid in-tact while not affecting children elements */
.features_details #features-list ul li#company_widgets {
  /* No declaration, just want it in the list so that we don't forget about it. */
}

/*.features_details #features-list ul li#branding_and_customization,
.features_details #features-list ul li#share_with_others,
.features_details #features-list ul li#notifications,
.features_details #features-list ul li#email_integration,
.features_details #features-list ul li#enterprise_search,
.features_details #features-list ul li#quickhub_file_sharing_and_receiving,
.features_details #features-list ul li#comprehensive_hub_management,
.features_details #features-list ul li#security {
  margin: 20px 0;
}*/

.features_details #features-list ul li {
  margin-bottom: 20px;
}

/*.features_details #features-list ul li#company_widgets ul li {
  margin-bottom: 20px;
}*/

/*.features_details a.top {
  margin-top: 20px;
}*/

/* =TERMS =PRIVACY */

.terms p em,
.privacy p em {
  font-size: .925em;
  font-style: normal;
  color: #888;
}

.privacy .copy ul {
  margin-bottom: 20px;
}

/* =BUTTONS =BASE */


.buttons {
  clear: both;
	overflow: hidden; /* Float clearing for good browsers */
	margin-bottom: 30px;
	font-size: .785em;
}

.buttons a.button, .buttons button {
  display: block;
  background: #e2e2e2;
  margin-bottom: 0;
  border: 1px solid #e2e2e2;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #646464;
  cursor: pointer;
  padding: 4px 10px 5px 10px; /* Links */
  white-space: nowrap;
  text-align: center;
}

.buttons button {
  width: auto;
  overflow: visible;
  padding: 6px 10px 6px 10px; /* IE6 & Firefox 3 */
  line-height: 16px; /* Safari 3 */
}

.buttons button[type] {
  padding: 5px 10px 5px 7px; /* Firefox */
  line-height: 20px; /* Safari */
}

*:first-child+html button[type] {
  padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
}

/* =BUTTONS =TWEAKS */

.buttons button, .buttons a.button { /* Safari */
  -webkit-border-radius: 14px;
}

.buttons a.button, .buttons button, x:-moz-any-link, x:default { /* Firefox 3 */
  -moz-border-radius: 14px;
}

/* =BUTTONS =STANDARD */

.buttons button:hover, .buttons a.button:hover, .buttons a.button:active {
  background: #304812;
  border: 1px solid #304812;
  color: #fff;
}

/* =BUTTONS =REVERSE */

button.reverse, .buttons a.reverse {
  background: #507526;
  border: 1px solid #507526;
  color: #fff;
}

.buttons a.reverse:hover, button.reverse:hover, .buttons a.reverse:active {
  background: #304812;
  border: 1px solid #304812;
  color: #fff;
}

/* =BUTTONS =FLAT */

.buttons button.flat, .buttons a.flat {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
}

.buttons button.flat:hover, .buttons a.flat:hover {
  background: #6b8d94;
  border: 1px solid #6b8d94;
  color: #fff;
}

/* =NEWSLETTER */
div.section {
  margin: 20px 0;
  overflow:hidden;
  clear:both;
}

#situation {
  padding-top: 20px;
  clear: both;
}
 
.newsletter #content img {
  border: 5px solid #e7f3d9;
}
 
.newsletter #content .image {
  margin: 0 20px 20px 20px;
}
 
.newsletter #content .alpha.image {
  margin-left: 0px;
}
 
.newsletter #content .omega.image {
  margin-right: 0px;
}
 
.newsletter #content blockquote {
  font-weight: bold;
}
 
.newsletter #content blockquote em {
  font-weight: normal;
}

.blog_post #post .copy ul, .blog_post #post .copy ol/*, .solutions .copy ul, .solutions .copy ol*/ {
  margin-bottom: 20px;
  padding-left: 20px;
}

.blog_post #post .copy ul, .solutions .copy ul {
  list-style-type: disc;
}

.blog_post #post .copy ol, .solutions .copy ol {
  list-style-type: decimal;
}

/* =SOLUTIONS */
.solutions #splash_image {
  position: absolute;
  top: 40px;
  right: 0;
}

.solutions #callout h1 {
  margin-bottom: 20px;
  font-weight: bold;
}

.solutions #content {
  padding-top: 40px;
  position: relative;
  z-index: 10;
}

.solutions #content .buttons {
  clear: none;
}

.solutions .copy h3 {
  padding-top: 13px;
}
.solutions .copy p.grid_12, .solutions .copy ul {
  font-size: .925em;
}

.solutions #details_list li {
  margin-bottom: 20px;
}

.solutions #details_list li.alpha { /* makes sure that if there are differing heights we don't have a broken layout */
  clear: left;
}

/* =SOLUTIONS =NAVIGATION */
.solutions #sidebar .buttons {
  margin-bottom: 23px;
}

.solutions .navigation {
  margin-bottom: 20px;
}

.solutions .navigation a:link, .solutions .navigation a:visited {
/*  padding: 5px; */
  display: block;
  font-weight: normal;
  font-size: 0.925em;
  border-bottom: 1px solid #eee;
}

.solutions .navigation a:hover, .solutions .navigation a:active {
  color: #222;
  border-bottom-color: #666;
  background-color: transparent;
}

/* CTA Teaser */

#ctacontent ol#ctateaser{
	margin-left:0;
	}
#ctateaser, #ctateaser li{
	margin:0;
	padding:0;
	list-style:none;
	}
#ctateaser{
	margin:1em 0;
	position:relative;
	width:450px;
	height:460px;
	text-align:left;
	background: url(3steps-to-high-conversion-rates_450.jpg) no-repeat 0 0;
	}		
#ctateaser li{
	position:absolute;
	left:10px;
	width:280px;
	height:76px;
	padding:28px 106px 9px 30px;
	overflow:hidden;
	text-align:left;
	font-size:.9em;
	line-height:120%;
	color: #000;
	}	
#ctateaser li a{	color: #339CCC;
	}


	
#ctateaser li.eins{top:1px;}
#ctateaser li.zwei{top:160px;}
#ctateaser li.drei{top:314px;}	

/* CTA Teaser End */

/* Easy Tooltip */

#easyTooltip{
	margin:0 10px 1em 0;
	width:250px;
	padding:8px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
	line-height:130%;				
	}
#easyTooltip h3{
	margin:0 0 .5em 0;
	font:13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}	
#easyTooltip p{
	margin:0 0 .5em 0;
	}		
#easyTooltip img{
		background:#fff;
		padding:1px;
		border:1px solid #e1e1e1;
		float:left;
		margin-right:10px;
		}		

#item{display:none;}
					

/* // Easy Tooltip */
