/*
Theme Name: CLARA
Theme URI: http://www.clara.is/
Description: Default theme for the CLARA frontend.
Version: 0.1
Author: Magnus Ingi
Author URI: http://www.clara.is/
Tags: clara, frontend

	This theme was designed and built by Magnus Ingi

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	}
p {
	line-height: 1.8em;
}
	
a { cursor: pointer; }
a:hover {  text-decoration: underline; }
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.red {
	color: #EC1C24;
	}
	
#topmenu {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 1.1em;
	}
	
#topmenu ul {
	list-style: none;
	margin: 0;
	}
	
#topmenu ul li {
	margin-left: 14px;
	float: left;
	font-size: 1.3em;
	font-family:"HelveticaNeueW01-45Ligh", Verdana, Arial, Sans-Serif;
	}
	
#topmenu ul li a {
	color: #4D4D4D;
	}

#topmenu ul a.register {
    background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 4px 6px;
	}
	
#topmenu ul li.current_page_item a {
	color: #EC1C24;
	}
	
#mainmenu {
	font-size: 1.4em;
	position: absolute;
	bottom: 10px;
	right: 0;
	}
	
#mainmenu ul {
	list-style: none;
	}
	
#mainmenu ul li {
	margin-left: 20px;
	float: left;
	font-family: 'HelveticaNeueW01-45Ligh', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#mainmenu ul li a {
	color: #4D4D4D;
	}
	
#mainmenu ul li.current_page_item a,
#mainmenu ul li.current_page_ancestor a {
	color: #EC1C24;
	}

#content {
	font-size: 1.2em;
	padding: 0 25px;
	overflow: hidden;
	}

#sidebar-menu {
	float: right;
	width: 260px;
	font-family: 'HelveticaNeueW01-45Ligh','Lucida Grande',Verdana,Arial,Sans-Serif;
}

#sidebar-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar-menu ul a {
	margin-left: 10px;
	color: #858585;
	padding: 12px 0;
	display: block;
}

#sidebar-menu ul a:hover {
	margin-left: 15px;
	color: #EC1C24;
	text-decoration: none;
}

#sidebar-menu h2 {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    margin: 20px 0 5px;
    text-transform: uppercase;
}

#sidebar-menu > ul > li > ul > li {
	border-right: 1px solid #e1e1e1;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #fff;

	background: #f2f2f2;
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 25%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(25%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 25%,#f2f2f2 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#ffffff 25%,#f2f2f2 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#ffffff 25%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#ffffff 25%,#f2f2f2 100%);
}

#sidebar-menu > ul > li > ul {
	border-top: 1px solid #e1e1e1;
}
	
#left-menu {
	float: left;
	width: 260px;
	font-family: 'HelveticaNeueW01-45Ligh','Lucida Grande',Verdana,Arial,Sans-Serif;
}

#left-menu .ribbon {
	display: block;
	margin: 20px auto;
}

#left-menu .ribbon:hover {
	text-decoration: none;
}

#left-menu #rannis {
	background: url('/wp-content/themes/clara/images/rannis-gray.png') no-repeat;
	height: 51px;
	width: 180px;
}

#left-menu #rannis:hover {
	background-image: url('/wp-content/themes/clara/images/rannis.png');
}

#left-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#left-menu ul a {
	margin-left: 10px;
	color: #858585;
	padding: 12px 0;
	display: block;
}

#left-menu ul a:hover {
	margin-left: 15px;
	color: #EC1C24;
	text-decoration: none;
}

#left-menu li.current_page_item > a {
	color: #EC1C24;
	font-family: 'HelveticaNeueW01-45Ligh','Lucida Grande',Verdana,Arial,Sans-Serif;
}

#left-menu li.current_page_item a:hover {
	margin-left: 10px;
}

#left-menu > ul > li {
	border-left: 1px solid #e1e1e1;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #fff;
	
	background: #f2f2f2;
	background: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 75%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(75%,#f2f2f2), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #f2f2f2 0%,#f2f2f2 75%,#ffffff 100%);
	background: -o-linear-gradient(left, #f2f2f2 0%,#f2f2f2 75%,#ffffff 100%);
	background: -ms-linear-gradient(left, #f2f2f2 0%,#f2f2f2 75%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 );
	background: linear-gradient(left, #f2f2f2 0%,#f2f2f2 75%,#ffffff 100%);
}

#left-menu > ul > li:last-child,
#left-menu > ul > li:last-child > ul:last-child,
#left-menu > ul > li:last-child > ul > li:last-child {
	-webkit-border-radius: 0 0 0 10px;
	-khtml-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}

#left-menu ul.children {
	font-family: 'HelveticaNeueW01-Thin','Lucida Grande',Verdana,Arial,Sans-Serif;
	letter-spacing: 0.1em;
	
	background: #F9F9F9;
	background: -moz-linear-gradient(left, #F9F9F9 0%, #F9F9F9 75%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#F9F9F9), color-stop(75%,#F9F9F9), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #F9F9F9 0%,#F9F9F9 75%,#ffffff 100%);
	background: -o-linear-gradient(left, #F9F9F9 0%,#F9F9F9 75%,#ffffff 100%);
	background: -ms-linear-gradient(left, #F9F9F9 0%,#F9F9F9 75%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#F9F9F9',GradientType=1 );
	background: linear-gradient(left, #F9F9F9 0%,#F9F9F9 75%,#ffffff 100%);
}

#left-menu ul.children > li {
	border-top: 1px solid #EAEAEA;
	padding: 0 8px;
	font-size: 0.85em;
}

#left-menu ul.children > li a {
	margin-left: 15px;
}

#left-menu ul.children li a:hover {
	margin-left: 20px;
}

#left-menu ul.children li.current_page_item a:hover {
	margin-left: 15px;
}

#left-menu ul li.current_page_item {
	background: none repeat scroll 0 0 #FFFFFF;
	border-right: 0;
}
	
#content.home {
	padding: 0;
	margin: 30px auto 0;
	}
	
#ctaright {
	position: absolute;
	top: 420px;
	right: 120px;
	background: transparent url(/demo/wp-content/themes/clara/images/ctabox-right-large.png) no-repeat;
	height: 400px;
	width: 300px;
	z-index: 140;
	}
	
.fpit {
	float: left;
	width: 454px;
	margin-bottom: 25px;
	margin-top: 20px;
	}
	
.fpit.left {
	padding: 10px 25px 10px 0;
	}

	.fpit.right #getsome {
		font-family: 'HelveticaNeueW01-75Bold','Lucida Grande',Verdana,Arial,Sans-Serif;
		display: block;
		color: #363636;
		padding: 6px 10px;
		margin: 20px auto 10px;
		width: 80px;
		text-align: center;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

		background: white;
		}

.fpit h2 { margin: 10px 0; }
	
.fpit.right {
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	background: linear-gradient(top, #45484d 0%,#000000 100%);
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	color: #FFFFFF;
	padding: 10px 25px;
	width: 431px;
}

.fpit.right h2 { color: #fff; }

.fpit.left h2 {
	margin-bottom: 0;
}
.fpit.left .what-do-intro {
	margin-top: 0;
	font-style: italic;
	color: #444;
}
.fpit.left ul {
	padding: 0 0 0 20px;
}
.fpit.left ul li {
	margin: 20px 0;
}
	
#ctabtn {
	font-size: 0.8em;
	float: left;
	width: 250px;
	margin-top: 15px;
	}
	
#ctabtn img {
	float: left;
	}
	
#ctabtn ul {
	padding: 0;
	font-size: 1.2em;
	float: left;
	list-style: none;
	}
	
#ctabtn ul li {
	margin: 8px 0;
	}
	
#getattention {
	float: right;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.entry img.size-full {
	margin-bottom: 10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	line-height: 0.8em;
	font-family: 'HelveticaNeueW01-45Ligh';
	font-weight: normal;
	}
	
#header {
	position: relative;
	}
	
#header #logo {
	padding: 30px 0 10px;
	}
	
#banner {
	position: relative;
	color: #333;
	margin: 30px 0;
	}
	
#playbtn {
    position: absolute;
    top: 205px;
    left: 160px;
    z-index: 999;
}

#playbtn a:hover {
    -moz-opacity: .75;
    -webkit-opacity: .75;
    opacity: .75;
}
	
#banner h1 {
	font-size: 3.5em;
	margin: 0;
	font-weight: normal;
	font-family: 'HelveticaNeueW01-45Ligh', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#featuresmenu {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#featuresmenu li {
	font-size: 1.2em;
	float: left;
	background-color: #efefef;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	height: 30px;
	border: 1px solid #fff;
	margin: 0 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#featuresmenu li a {
	float: left;
	margin: 7px 10px;
	text-decoration: none;
	color: #000;
	}

#featuresmenu li.current_page_item {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	background-color: #EC1C24;
	}
	
#featuresmenu li.current_page_item a {
	color: #fff;
	}
	
#featuresmenu li:hover {
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	cursor: pointer;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2.1em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.4em;
	}

/* h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	} */

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #EC1C24;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
    background-color: #232323;
    border-top: 10px solid #201D17;
    margin: 0 0 20px;
    padding: 0;
	}

#page {
    background-color: white;
    -moz-box-shadow: 0 5px 15px #000000;
	-webkit-box-shadow: 0 5px 15px #000000;
	box-shadow: 0 5px 15px #000000;
    margin: 0;
    padding: 10px 0;
	}
	
#page > div {
	width: 960px;
	margin: 0 auto;
}

#page > div#banner {
	width: 100%;
	background: #fafafa url(images/bg-texture.png);
	border: 1px solid #d9d9d9;
	border-left: 0;
	border-right: 0;
	margin: 15px 0;
	padding: 0;
	position: relative;
}

#page > div#banner > div {
	width: 1060px;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
	background: url("images/bg-lighter.png") no-repeat scroll 0 0 transparent;
}

#page > div#banner.page {
	margin-bottom: 0;
}

#page > div#banner.page > div {
	width: 960px;
	padding: 10px 0;
}

#page > div#banner h1 {
	font-family: 'HelveticaNeueW01-45Ligh';
	font-size: 3.3em;
	text-shadow: 2px 2px 2px #B7B7B7;
}

#page > div#banner.page h1 {
    color: #676767;
    text-shadow: 0 0 5px #BABABA;
    text-transform: uppercase;
	font-size: 2.5em;
    letter-spacing: 0.1em;
	margin-left: 20px;
}

#page > div#banner h2 {
	font-family: 'HelveticaNeueW01-Thin';
	font-size: 2em;
}

#page > div#banner #banner-text {
	margin-top: 50px;
	padding-right: 530px;
	padding-left: 50px;
}

#page > div#banner #banner-text .cta {
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 0 5px #928F8F;
	-moz-box-shadow: 0 0 5px #928F8F;
	box-shadow: 0 0 5px #928F8F;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}

#page > div#banner #banner-text .cta span {
	color: #C4B9B9;
    display: block;
    font-size: 10px;
    letter-spacing: 0.7px;
    line-height: 12px;
    margin-top: 2px;
}

#page > div#banner #banner-text .cta:hover {
	text-decoration: none;
	background: #323232;
}

#page > div#banner #banner-text .cta-holder {
    font-family: 'HelveticaNeueW01-75Bold';
    margin: 50px 0 0 30px;
    text-align: left;
    color: #999;
}

#page > div#banner #banner-text a.more { font-size: 1.4em; display: inline-block; color: #777; border-bottom: 1px dotted #999; margin: 0 20px 0 5px; font-family: 'HelveticaNeueW01-45Ligh','Lucida Grande',Verdana,Arial,Sans-Serif; }
#page > div#banner #banner-text a.more:hover { text-decoration: none; border-bottom: none; }

#page > div#banner #banner-inner ul { list-style: none; margin: 0 0 0 30px; overflow: hidden; position: relative; padding: 0; height: 327px; z-index: 2; background: transparent; }
#page > div#banner #banner-inner #feature-slider li { float: left; display: none; background: transparent; }
#page > div#banner #banner-inner #feature-slider li#active-slide { display: inline; }

#page > div#banner #banner-inner #slideState {
	margin: 20px auto 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 96px;
	z-index: 10;
}
#page > div#banner #banner-inner #slideState a { display: block; float: left; height: 10px; width: 10px; border: 2px solid #e4e4e4; background-color: #e4e4e4; margin: 0 2px; }
#page > div#banner #banner-inner #slideState a.activeSlide { background: #fff; border-color: #EC1C24; }
#page > div#banner #banner-inner #slideState a:hover { background: transparent; border-color: #EA9191; }
#page > div#banner #banner-inner #slideState a.activeSlide:hover { border-color: #EC1C24; cursor: default; background-color: #fff; }

.arrows { position: absolute; top: 50%; margin-top: -30px; display: block; z-index: 10; }
#goLeft { left: 20px; }
#goRight { right: 20px; }

.screenshot {
    right: 99px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 28px;
	z-index: 2;
}

#laptop {
    background: url("images/laptop.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 337px;
    right: 0;
    margin-right: -20px;
    position: absolute;
    width: 629px;
    z-index: 3;
}

#laptop-gloss {
    background: url("images/gloss.png") no-repeat scroll 0 0 transparent;
    height: 222px;
    right: 151px;
    margin-left: 0;
    position: absolute;
    top: 33px;
    width: 356px;
    z-index: 4;
}

#testimonials-wrapper {
	clear: both;
	overflow: hidden;
	position: relative;
}

#other-testimonials { text-align: center; margin: 10px auto 30px !important; padding-top: 30px; border-top: 1px solid #f0f0f0; }
#other-testimonials a { font-weight: normal; }
#other-testimonials h1 { font-size: 3.1em; margin: 0; }
#other-testimonials h1 span.red {
	background: #363636;
	background: -moz-linear-gradient(top, #363636 0%, #555555 44%, #656565 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(44%,#555555), color-stop(100%,#656565));
	background: -webkit-linear-gradient(top, #363636 0%,#555555 44%,#656565 100%);
	background: -o-linear-gradient(top, #363636 0%,#555555 44%,#656565 100%);
	background: -ms-linear-gradient(top, #363636 0%,#555555 44%,#656565 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#656565',GradientType=0 );
	background: linear-gradient(top, #363636 0%,#555555 44%,#656565 100%);
	color: #fff;
	padding: 0 5px;
	text-shadow: 1px 1px 1px #212121;
}
#other-testimonials h1 a {
	color: #666;
}

#testimonials { float: left; list-style: none; padding: 0; width: 100%; }
#testimonials li { cursor: pointer; color: #666; float: left; width: 50%; border-left: 1px solid #f0f0f0; margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#testimonials li span.red { color: #555; }
#testimonials li img { zoom: 1; filter: alpha(opacity=30); opacity: 0.5; }
#testimonials li h2 { color: #666 }

#testimonials li:hover { color: #333; }
#testimonials li:hover span.red { color: #EC1C24; }
#testimonials li:hover img { zoom: 1; filter: alpha(opacity=100); opacity: 1; }
#testimonials li:hover h2 { color: #333 }

#testimonials li:first-child { border: 0; }
#testimonials img { float: left; margin: 0 20px; }
#testimonials div.testimonial { margin: 0 20px; }
#testimonials h2 { margin: 0; }
#testimonials p { margin: 5px 0; }
#testimonials p.test-author { text-align: right; font-style: italic; }

.entry {
	float: left;
	margin: 10px 0;
	}
	
.entry h1 a {
	color: #444;
}

.entry h1 a:hover {
	color: #222;
	text-decoration: none;
}

#why-clara-video {
	width: 660px;
	height: 189px;
	background: transparent url('/wp-content/uploads/2011/09/why-clara-video.png') no-repeat 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	margin-bottom: 35px;
	-webkit-box-shadow: 0 4px 10px #CCCCCC;
	-moz-box-shadow: 0 4px 10px #CCCCCC;
	box-shadow: 0 4px 10px #CCCCCC;
	}

	#why-clara-video:hover {
		background: transparent url('/wp-content/uploads/2011/09/why-clara-video-hover.png') no-repeat 0 0;
		text-decoration: none;
		}

.why-clara-splitter {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 25px;
	}
	
#staff-starter {
	margin: 10px 0 20px;
}
	
.entry .staff_wrapper {
    border-bottom: 1px dashed #D3D3D3;
    clear: both;
    float: left;
    margin: 0 0 15px;
    padding-bottom: 15px;
    width: 100%;
}

.entry .staff_wrapper .mail {
	font-weight: normal;
}

.entry .staff_wrapper h4 {
	margin: 5px 0 15px 0;
}

.entry .staff_wrapper h2 {
	margin-top: 5px;
}
	
.entry .staffimg {
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-right: 20px;
    padding: 5px;
}
	
.entry .small {
	font-size: 10px;
}

.entry #gunni-ad-passa-sig-a-thvi-ad-syna-ekki-colgate-brosid {
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	margin-left: 20px;
	padding: 0;
}
	
.entry #president-wrapper {
	margin: 10px 0 0;
}

.entry #president-wrapper img {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.entry #president-caption {
    background-color: #F0F0F0;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
    border: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #595959;
    margin: 0 0 10px;
    padding: 5px;
    text-align: center;
}
	
.intro { padding: 10px 20px; background-color: #f0f0f0; border: 1px solid #ccc; border-left: 0; border-right: 0; }
	
.entry .item {
	float: left;
	clear: both;
	margin: 20px;
	}
	
.entry .item img { float: left; margin-top: 10px; }
	
.short-story {
	width: 230px;
	float: left;
	padding: 30px;
	}
	
.extra-story {
	float: left;
	width: 200px;
	padding: 30px;
	line-height: 1.7em;
	margin-top: 20px;
}
	
.long-story {
	display: none;
	}
	
.feature-text {
	margin: 20px 10px;
	float: left;
	}
	
.feature-text h2 { margin: 0; }

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 10px;
	float: right;
	width: 660px;
	padding: 0 20px;
	}

#content.posts .post {
	border-bottom: 1px dashed #ccc;
	padding: 10px 30px 20px;
	width: 640px;
}

#content.posts .post:last-child {
	border-bottom: 0;
}

.post.left {
	float: left;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#bff {
    background-color: #232323;
    clear: both;
    color: #FFFFFF;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
    width: 100%;
	}
	
#bff #top {
	border-bottom: 1px solid #534c3e;
	background-color: #201d17;
	height: 20px;
	width: 100%;
	text-align: right;
	padding-top: 5px;
	}
	
#bff a { color: #fff; }
	
#bff #twitter {
	background-color: #4a4438;
	border: 1px solid #534c3e;
	float: left;
	margin: 30px 50px;
	width: 350px;
	}
	
#bff #twitter ul {
	padding: 10px;
	margin: 0;
	list-style: none;
	}
	
#bff #list {
	float: left;
	margin: 30px 3%;
	width: 19%;
	}
	
#bff #list ul {
	margin: 0 0 25px 15px;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	}
	
#bff #list ul li {
	margin-bottom: 3px;
	}
	
#bff h3 {
    border-bottom: 1px solid #888888;
    color: #FFFFFF;
    font-family: 'HelveticaNeueW01-45Ligh','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size: 1.3em;
    letter-spacing: 0.2em;
	}
	
#bff #list.twitter {
	/* background: transparent url(images/twitter-bird.png) no-repeat bottom right; */
	}
	
#bff #list.faq li {
    border-bottom: 1px dashed #363636;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-bottom: 5px;
}
	
#bff #list.twitter {
	position: relative;
}
	
#bff #twitter-bird {
	margin-top: -90px;
    position: absolute;
    right: 0;
    top: 0;
}
	
#bff #list.twitter li { margin: 10px 0; }
#bff a.aktt_tweet_time { color: #767676; }
#bff .aktt_more_updates a { color: #767676; }

/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0;
	margin: 20px 0 0;
	}

h2 {
	margin: 28px 0 0;
	font-weight: normal;
	font-family: 'HelveticaNeueW01-45Ligh', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0;
	font-weight: normal;
	font-family: 'HelveticaNeueW01-75Bold','Lucida Grande',Verdana,Arial,Sans-Serif;
	}
	
#post-2 h3 {
    margin-bottom: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
	}
	
div#post-2 img.alignleft {
    border-right: 2px solid #f0f0f0;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 10px 0 10px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Tutorials page */

.tutorial_wrapper { float: left; clear: both; margin: 20px 0; }

.tutorials_txt { width: 410px; }
.tutorials_video { width: 500px; }

.tutorials_txt h3 { margin-top: 0; }

.tutorials_txt.left { float: left; }
.tutorials_txt.right { float: right; }
.tutorials_video.left { text-align: left; float: left; }
.tutorials_video.right { text-align: right; float: right; }

/* Service page */

.entry > .right {
	float: right;
	}

.entry h2 {
	margin: 10px 0 0;
}

.post h2 {
	margin: 25px 0 0;
}

#post-32 h2 {
	margin: 20px 0 0;
}

.entry > .left,
.entry > .right {
	width: 50%;
	}

	.entry > .left h2,
	.entry > .right h2 {
		font-size: 1.9em;
		font-family: 'HelveticaNeueW01-75Bold','Lucida Grande',Verdana,Arial,Sans-Serif;
		margin-top: 10px;
		}

	.entry > .left .mini-testimonial,
	.entry > .right .mini-testimonial {
	    background-color: #F5EDED;
	    border: 1px solid #F4E1E1;
		-webkit-border-radius: 10px 0 10px 0;
		-khtml-border-radius: 10px 0 10px 0;
		-moz-border-radius: 10px 0 10px 0;
		border-radius: 10px 0 10px 0;
		color: #6A3D3D;
		padding: 10px;
		overflow: hidden;
		}

	.entry > .left .mini-testimonial img,
	.entry > .right .mini-testimonial img {
	    border: 1px solid #F1D7D7;
		-webkit-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		float: right;
		margin: 2px 2px 2px 5px;
		padding: 7px;
		background-color: #fff;
		}

div.feature-item {
    border-bottom: 1px dashed #e7e7e7;
    margin: 10px 0;
    padding-bottom: 10px;
    overflow: hidden;
}

div.feature-item h3 {
	margin: 10px 0 20px;
}

div.feature-item img {
    background-color: #FFFFFF;
	border: 1px solid #EDEDED;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 0 0 0 25px;
	padding: 10px;
}

p.right-explenation {
	float: right;
	width: 500px;
	margin-top: 0;
}

div.feature-item img.alignleft {
	margin: 0 10px 0 0;
	border: 0;
}

#blog-head-holder {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

div.date {
    background-color: #363636;
	color: #FFFFFF;
	margin: 10px 0 0;
	padding: 5px;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

img.wp-post-image {
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	float: left;
	margin: 10px 25px 10px 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

div.the_content {
	margin-left: 220px;
}

a.more-link {
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	background: #c5eaf7;
	background: -moz-linear-gradient(top, #c5eaf7 0%, #bbd9e8 44%, #a4c5db 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5eaf7), color-stop(44%,#bbd9e8), color-stop(100%,#a4c5db));
	background: -webkit-linear-gradient(top, #c5eaf7 0%,#bbd9e8 44%,#a4c5db 100%);
	background: -o-linear-gradient(top, #c5eaf7 0%,#bbd9e8 44%,#a4c5db 100%);
	background: -ms-linear-gradient(top, #c5eaf7 0%,#bbd9e8 44%,#a4c5db 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5eaf7', endColorstr='#a4c5db',GradientType=0 );
	background: linear-gradient(top, #c5eaf7 0%,#bbd9e8 44%,#a4c5db 100%);
	border: 1px solid #ABC9DE;
	color: #516F83;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 25px 0 0;
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px 10px;
}

a.more-link:hover {
	background: #a6daea;
	background: -moz-linear-gradient(top, #a6daea 0%, #74caf2 44%, #50a6e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6daea), color-stop(44%,#74caf2), color-stop(100%,#50a6e0));
	background: -webkit-linear-gradient(top, #a6daea 0%,#74caf2 44%,#50a6e0 100%);
	background: -o-linear-gradient(top, #a6daea 0%,#74caf2 44%,#50a6e0 100%);
	background: -ms-linear-gradient(top, #a6daea 0%,#74caf2 44%,#50a6e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6daea', endColorstr='#50a6e0',GradientType=0 );
	background: linear-gradient(top, #a6daea 0%,#74caf2 44%,#50a6e0 100%);
	text-decoration: none;
	color: #fff !important;
	text-shadow: none;
}

.author-info {
	color: #999999;
	margin-top: 10px;
	font-style: italic;
}

#bff a.social-icon:hover {
	text-decoration: none;
	color: #ccc;
}

#bff a.social-icon img {
	vertical-align: middle;
}

.pagetitle {
	color: #656565;
    font-size: 2em;
    margin: 20px 0 10px;
    text-align: center;
}

#feature-cta {
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 20px 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}

#feature-cta li {
	float: left;
	width: 50%;
	margin: 0;
}

#feature-cta li:before {
	content: '';
}

#feature-cta li h1 {
    background-color: #A00005;
    color: #FFFFFF;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-size: 2em;
    border-bottom: 1px solid #E1F2FF;
}

#feature-cta li p {
	margin: 0;
	text-align: center;
	background-color: #E6E6E6;
}

#feature-cta li.contact h1 {
	margin-right: 20px;
	-webkit-border-radius: 5px 0 0 0;
	-khtml-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
#feature-cta li.contact p {
	font-size: 1.3em;
	margin-right: 20px;
	-webkit-border-radius: 0 0 0 5px;
	-khtml-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#feature-cta li.meeting h1 {
	margin-left: 20px;
	-webkit-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
#feature-cta li.meeting p {
	font-size: 1.3em;
	margin-left: 20px;
	-webkit-border-radius: 0 0 5px 0;
	-khtml-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

div.socialize-in-content {
	margin: 0 0 10px 10px;
}

#post-30 li {
	line-height: 1.5em;
}

/* CONTACT FORM */

div.wpcf7 {
	float: right;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 15px !important;
	margin: 15px 0 20px 20px !important;
	text-align: left;
}

div.wpcf7 label {
	width: 75px;
	font-weight: bold;
	text-align: left;
	float: left;
}

div.wpcf7 select {
	width: 200px;
}

div.wpcf7 > form.wpcf7-form > div.wpcf7-validation-errors {
	border: 0 none;
	border-top: 1px dashed #ccc;
	padding: 5px 10px;
    margin: 15px 0;
    padding: 15px 10px 0;
    color: #cc0000;
}

div.wpcf7 > form.wpcf7-form span.wpcf7-not-valid-tip {
	color: #cc0000;
	display: block;
	text-align: right;
	background: transparent;
	border: 0 none;
	font-size: 1em;
	padding: 0;
	position: relative;
	width: auto;
	left: 0;
	top: 0;
}

div.wpcf7 > form.wpcf7-form div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #398F14;
	border: 1px solid #398F14;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	margin: 20px auto 10px;
	padding: 5px 10px;
	text-align: center;
	width: 240px;
}

#fbComments { padding-bottom: 30px; }

#frontpage-features {
	list-style: none;
	padding: 0;
	}

	#frontpage-features img {
		margin: 0 15px 0 0;
		vertical-align: middle;
		}

	#frontpage-features p {
		margin: 3px 0 0;
		}

	#frontpage-features h4 {
		margin: 0;
		padding: 11px 0 0;
		}
	
		#frontpage-features h4 a {
			color: #363636;
			}

.less-top-margin {
	margin-top: 5px;
	line-height: 1.4em;
	}

.about-clara {
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 25px 0 10px;
	overflow: hidden;
	}

	.about-clara img {
		float: left;
    	margin: 75px 0 0 20px;
		}

	.about-clara .text-wrapper {
		background-color: #F8F8F8;
		border-left: 1px solid #DADADA;
		-webkit-border-radius: 0 10px 10px 0;
		-moz-border-radius: 0 10px 10px 0;
		border-radius: 0 10px 10px 0;
		margin-left: 180px;
		padding: 5px 20px 15px;
		-webkit-box-shadow: -1px 0 10px #DEDEDE;
		-moz-box-shadow: -1px 0 10px #DEDEDE;
		box-shadow: -1px 0 10px #DEDEDE;
		}

	.about-clara h2 {
		text-shadow: 1px 1px 0 #FFFFFF;
		}
