/* --- Yahoo UI reset --- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
small, big {
	font-size: 1em;
}

/* --- basic styles, mostly typography --- */

body {
	font-family: "Myriad Pro", "Helvetica Neue", Calibri, Tahoma, sans-serif;
	font-weight: 100;
	font-size: 16px;
	line-height: 24px;
}

input, select, textarea {
	font-family: inherit;
	font-size: 1em;
}

tt, code, pre {
	font-size: 15px;
	font-family: Consolas, "Panic Sans", "Andale Mono", monospace;
	color: #fff;
}

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

acronym, abbr {
	border-bottom: 1px dotted #ddd;
	cursor: help;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", Candara, sans-serif;
	font-style: normal;
}

h1 span.amp, h2 span.amp, h3 span.amp, h4 span.amp, h5 span.amp, h6 span.amp, .amp {	/* use the best possible ampersands fonts can offer */
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif; 
	font-style: italic; 
	font-size: 99%;
}

p, ul, ol, dl, h1, h2, h3, h4, h5, h6 {
	line-height: 24px;
	margin: 0 0 24px;
}

ul, ol {
	list-style-position: outside;	/* place the bullet in the left padding */
	margin-left: 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

h1 {
	font-size: 30px;
	line-height: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
}

h6 {
	font-size: 16px;
}

a {
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #757a7f;
}

sup {
	font-weight: bold;
	line-height: 0;
}

i, em, cite {
	font-weight: inherit;
	font-style: italic;
}

b, strong {
	font-weight: 400;
	font-style: inherit;
}

q:before {
	content: "“";
}

q:after {
	content: "”";
}

blockquote {
	font-style: italic;
}

blockquote p:before, blockquote:after, blockquote[cite] p:last-child:after {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif; 
	font-style: italic; 
	font-size: 3em;
	display: block;
	margin: 0;
}

blockquote p:before {
	content: "“ ";
	margin-left: -.6em;
	margin-bottom: -1em;
	line-height: 1;
}

blockquote p + p:before {
	color: #aaa;
}

blockquote:after, blockquote[cite] p:last-child:after {
	content: " ”";
	text-align: right;
	margin-right: -.4em;
	margin-top: -1.05em;
	line-height: 1.1;
}

blockquote[cite] p:last-child:after {
	margin-top: -.5em;
	margin-bottom: -.6em;
}

blockquote[cite]:after {
	content: attr(cite);
	font-size: 1em;
	line-height: 1.5;
	font-family: inherit;
	font-style: normal;
	margin-top: -1px;
	margin-bottom: 1.5em;
	border-top: 1px dotted #ccc;
	display: block;
	color: #999;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.dquo {
	margin-left: -.38em;
}

.squo {
	margin-left: -.22em;
}

hr {
	text-align: center;
	margin: 1.5em 0;
	border: 0 dotted #666;
	height: 1px;
}

hr.footnote-sep {
	border-style: solid;
	border-width: 1px 0 0;
	margin-top: 3em;
	width: 8em;
}

ol.footnotes {
	color: #666;
	font-size: 12px;
	list-style-type: decimal;
	margin-top: -1px;	/* offset the hr.footnote-sep border of 1px, to maintain vertical rhythm */
}


/* Colors */

body {
	color: #e5e5e5;
	background-color: #222;
}

a {
	color: #cbff65;
}

a:hover {
	color: #fff;
}

small {
	color: #959a9f;
}

big {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #e6e7f6;
}

/* L A Y O U T */

body {
	background-image: url(images/bg-carbon-footer.png);
}

.canvas {
	background-image: url(images/bg-carbon.png);
	position: relative;
	z-index: 2;
}

.c {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 24px;
	clear: both;
}

.bhome .c {
	padding-bottom: 0;
}

p.logo {
	background: url(images/logo-spotlight.png) no-repeat top left;
	margin: 0 auto;
	width: 290px;
	height: 108px;
}

p.logo a, .bhome p.logo {
	padding: 108px 0 0;
	width: 290px;
	height: 0;
	overflow: hidden;
	display: block;
}

p.logo a {
	width: 130px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.textnav, .appsnav {
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
	font-weight: 600;
	text-shadow: 0 0 1px #000;
	color: #777;
	list-style: none;
	margin: 0;
	padding: 0;
}

.textnav {
	margin-top: -48px;
	margin-bottom: 24px;
}

.appsnav {
	background-color: #333;
	background-color: rgba(51, 51, 51, 0.5);
	border-top: 1px solid #363636;
	border-bottom: 1px solid #000;
	padding-top: 48px;
	padding-bottom: 3px;
}

.textnav li, .appsnav li {
	display: inline;
	margin-left: -8px;
}

.appsnav li {
	margin-left: 2em;
	margin-right: 2em;
}

.appsnav .apprunmate {
	margin-left: 0;
}

.appsnav .applamp {
	margin-right: 0;
}

.textnav li:after, .textnav li:before {
	content: "·";
}

.textnav a, .appsnav a {
	color: #c5cacf;
	margin-left: 1em;
	margin-right: 1em;
}

.appsnav a {
	color: #c8c5af;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	padding-top: 48px;
}

.appsnav .apprunmate a {
	background-image: url(runmate/nav.png);
}

.appsnav .appquickie a {
	background-image: url(quickie/nav.png);
}

.appsnav .applamp a {
	background-position: 50% 2px;
	background-image: url(moodlamp/nav.png);
}

.textnav a:hover, .appsnav a:hover {
	color: #fff;
}



.capps {
	background: url(images/bg-capps.png) no-repeat top center;
}

.capps:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.capps .app {
	width: 429px;
	padding: 20px 30px;
}

.capps .leftapp {
	float: left;
}

.capps .rightapp {
	float: right;
}

.capps h3, .capps .tagline {
	float: right;
	clear: right;
	position: relative;
	bottom: -61px;
}

.capps .appicon {
	float: left;
}

.rightapp h3, .rightapp .tagline {
	float: left;
	clear: left;
}

.rightapp .appicon {
	float: right;
}

.apprunmate .appicon {
	margin-bottom: -3px;
}

.appmoodlamp .appicon {
	margin-top: -10px;
}

.capps h3 {
	font-size: 30px;
	font-stretch: expanded;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: -8px;
	text-shadow: 0 1px 3px #000;
}

.capps h3, .capps h3 a {
	color: #fff;
}

.capps h3 a:hover {
	color: #dcfec2;
}

.capps .tagline {
	color: #a5aaaf;
	font-size: 16px;
	font-stretch: condensed;
	font-weight: 200;
	text-shadow: 0 1px 3px #000;
	text-transform: lowercase;
}

.capps a:hover {
	border-bottom: 0;
}





.bapp h1, .bpage h1, .bblog h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	background: #111;
	background-color: rgba(16, 16, 16, 0.5);
	border-bottom: 1px solid #333;
	padding: 17px 18px 11px;
	text-shadow: 0 0 1px #000;
	margin: 0 0 24px;
	clear: both;
}

.bapp h1 span.cil, .bpage h1 span.cil, .bblog h1 span.cil {
	display: block;
	margin: 0 auto;
	width: 1000px;
}

.bapp h1 span.tagline, .bpage h1 span.tagline, .bblog h1 span.tagline {
	font-size: 16px;
	font-weight: 200;
	font-style: italic;
	color: #999;
}

.bapp .c {
	position: relative;
	min-height: 874px;
}

.cbadges {
	margin: 24px 0 48px 0;
	clear: left;
}

p.badge {
	margin: 0 20px 0 0;
	float: left;
}

p.badge img {
	display: block;
}

.badge a {
	background: transparent no-repeat 0 -200px;
	display: block;
	width: 146px;
	height: 51px;
	overflow: hidden;
}

.brunmate .twitterbadge a {
	background-image: url(runmate/twitter-on.png);
}

.brunmate .appstorebadge a {
	background-image: url(runmate/appstore-on.png);
}

.bquickie .twitterbadge a {
	background-image: url(quickie/twitter-on.png);
}

.bquickie .appstorebadge a {
	background-image: url(quickie/appstore-on.png);
}

.bmoodlamp .twitterbadge a {
	background-image: url(moodlamp/twitter-on.png);
}

.bmoodlamp .appstorebadge a {
	background-image: url(moodlamp/appstore-on.png);
}

.badge a:hover {
	background-position: 0 0;
	border-bottom: 0;
}

.badge a:hover img {
	visibility: hidden;
}

.ciphone {
	background: url(images/iphone.png) no-repeat top left;
	width: 357px;
	min-height: 692px;
	padding: 131px 0 0 40px;
	position: absolute;
	right: 0;
}

.ciphone .badgedown {
	margin: 140px auto 0;
	padding-left: 90px;
}

.cipad {
	background: url(images/ipad-50pct.png) no-repeat top left;
	width: 474px;	/*542px*/
	min-height: 669px;
	padding: 68px 0 0 78px;
	position: absolute;
	right: 0;
}

.appnav {
	font-weight: 200;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #111, 1px 1px 1px #333;
	list-style: none;
	margin: 0;
	padding: 0;
	clear: left;
}

.appnav:after, .reviews:after, .cbadges:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.appnav li {
	line-height: 1;
	display: block;
	float: left;
	background: #222;
	border: 1px solid #555;
	border-top-color: #5f5f5f;
	border-bottom: 0;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}

.appnav li + li {
	margin-left: -1px;
}

.appnav li.cur {
	background: #444 url(images/dark-grey-gradient-b2t-2.png) repeat-x bottom left;
	margin-top: -1px;
	position: relative;
	bottom: -1px;
}

.appnav a, .appnav li span {
	color: #fff;
	display: block;
	padding: 9px 18px 6px;
}

.appnav a:hover {
	color: #fff;
	border-bottom: 0;
}

.appnav .cur a, .appnav .cur span {
	padding-bottom: 7px;
}

.slide {
	background: #292929 url(images/dark-grey-gradient-t2b.png) repeat-x top left;
	margin-right: 440px;
	padding: 30px 28px;
	border: 1px solid #555;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	min-height: 584px;
}

.bipadapp .slide {
	margin-right: 560px;
	min-height: 455px;
}

.slideO ol {
	font-family: Consolas, "Panic Sans", "Andale Mono", monospace;
	font-size: 14px;
	color: #999;
	margin-left: 30px;
}

.figure {
	background: #4f4f4f;
	border: 1px solid #555;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.figure img {
	margin: 6px;
	border: 1px solid #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.figure br {
	display: none;
}

.figure span {
	text-align: center;
	color: #999;
	background: #444;
	font-size: 11px;
	display: block;
	padding: 6px;
	border-top: 1px solid #333;
}

.slideS ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slideS li {
	display: inline;
	margin: 0 20px 20px 0;
}

.slideS li img {
	padding: 2px;
	border: 1px solid #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.slideS li a {
	border-bottom: 0;
}

.slideS li a:hover img {
	border: 1px solid #fff;
}

.iphone {
	margin: 0;
	padding: 0;
	width: 320px;
	height: 480px;
	display: block;
	position: absolute;
	right: 37px;
	top: 131px;
}

.iphonescreen {
	width: 320px;
	height: 480px;
	position: relative;
	overflow: hidden;
}

#iphonescroll {
	width: 3040px;
	height: 480px;
	position: relative;
}

.ipad {
	margin: 0;
	padding: 0;
	width: 388px;
	height: 517px;
	display: block;
	position: absolute;
	right: 86px;
	top: 68px;
}

.ipadscreen {
	width: 388px;
	height: 517px;
	position: relative;
	overflow: hidden;
}

#ipadscroll {
	width: 1940px;
	height: 517px;
	position: relative;
}

.iphone img, .ipad img {
	display: block;
}

.iphone p.scr, .ipad p.scr {
	margin: 0;
	padding: 0;
	position: absolute;
}



.bquickie .appnav {
	font-weight: 400;
	text-shadow: 0 0 1px #000;
}

.bquickie .appnav li {
	background: #c8c5af;
	border-color: #a6a497;
	border-top-color: #b6b4a7;
}

.bquickie .appnav li.cur {
	background: #f1eff0 url(images/gold-gradient2-b2t-2.png) repeat-x bottom left;
}

.bquickie .appnav a, .bquickie .appnav li span {
	color: #000;
}

.bquickie .appnav a:hover {
	color: #000;
}

.bquickie .slide {
	font-weight: 200;
	color: #3d2d1b;
	background: #f1eff0 url(images/gold-gradient2-t2b.png) repeat-x top left;
	border-color: #a6a497;
	text-shadow: 0 0 1px #999;
}

.bquickie .slide h1, .bquickie .slide h2, .bquickie .slide h3, .bquickie .slide h4, .bquickie .slide h5, .bquickie .slide h6 {
	color: #414141;
	text-shadow: 0 0 1px #000;
}

.bquickie .slide h4 {
	color: #000;
}

.bquickie .slide h4 + p {
	margin-top: -24px;
}

.bquickie .slide a {
	color: #b32e14;
}

.bquickie .slide a:hover {
	color: #000;
}

#quickiedemo {
	position: absolute;
	top: 131px;
	left: 40px;
}


.reviews {
	width: 940px;
	margin: 0 auto;
}

.review {
	float: right;
}

.reviews blockquote {
	margin-bottom: 0;
}

.reviews p.author {
	clear: both;
}

.reviews .rating {
	background: url(images/star-grey.png) repeat-x left;
	margin: 4px 1em 0 0;
	float: left;
}

.reviews .rating .stars {
	display: block;
	padding: 16px 0 0;
	height: 0;
	overflow: hidden;
}

.reviews .max5 {
	width: 80px;
}

.reviews .max4 {
	width: 64px;
}

.reviews .stars {
	background: url(images/star-gold.png) repeat-x left;
}

.reviews .star5 {
	width: 80px;
}

.reviews .star4 {
	width: 64px;
}

.reviews .star3 {
	width: 48px;
}

.reviews .author {
	font-weight: 400;
	font-size: 13px;
}

.reviews .source {
	color: #999;
}

.bquickie .reviews blockquote {
	color: #c8c5af;
}

.bquickie .review {
	max-width: 250px;
	margin-right: 60px;
}

.brunmate .review {
	max-width: 250px;
	margin-right: 60px;
}

.c .author {
	text-align: right;
	color: #666;
}


/* S U P P O R T */

.bsupport .c {
	position: relative;
}

.bsupport .cside {
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
}

.bsupport .slide {
	margin-right: 320px;
}

.bsupport form div {
	margin: 0 0 1.5em;
}

.bsupport form label {
	display: block;
	line-height: 1.8;
}

.bsupport fieldset input, .bsupport textarea {
	line-height: 1.5;
	background: #ddd;
	padding: 5px 12px;
	border: 3px double #959faa;	
	width: 600px;
}

.bsupport fieldset input:focus, .bsupport textarea:focus {
	background: #f5f5f5;
}

.bsupport .buttons input {
	line-height: 2;
	width: 10em;
}

.bsupport fieldset div .msgform {
	border-left: 2px solid #666;
	margin-top: 1.8em;
	padding: 5px 5px 5px 20px;
	width: 278px;
	float: right;
}

.bsupport .msgwarn {
	color: #ff0;
	background: #333923;
}

.bsupport .msgerror {
	color: #f30;
	background: #341f27;
}

.bsupport .bottom {
	color: #525a61;
}

.bsupport .slide a:link, .bsupport .slide a:visited {
	color: #c1fe8f;
}

.faq {
	list-style-type: decimal;
	margin-left: 20px;
}

.faq ol {
	list-style-type: lower-alpha;
}

.faq ul, .bread .c ul {
	list-style-type: square;
}

.faq > li {
	padding-left: 40px;
}

.faq li h5 {
	color: #fff;
	margin-left: -40px;
}

.notabene {
	font-size: 12px;
	color: #ccc;
	background: #272B2E;
	padding: 5px 10px;
	display: block;
}



.bsupport .download {
	padding: 10px 20px;
	width: 259px;
	min-height: 0;
	margin-top: 0;
	margin-left: 40px;
	border: 1px solid #66676a;
}

.obsolete {
	color: #666;
	text-decoration: line-through;
}




.babout .c:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.twocol {
	width: 400px;
	float: left;
}

.twocol + .twocol {
	float: right;
}

.company {
	font-style: italic;
	font-weight: 400;
}

.babout h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	text-shadow: 0 0 1px #000;
}

.babout .jobtitle {
	text-transform: lowercase;
	font-variant: small-caps;
	color: #999;
}

.babout .photo {
	float: right;
	border: 5px solid #444;
	margin: 0 0 24px 12px;
	box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.babout .twitterbadge a {
	background-image: url(/about/twitter-on.png);
}


.cfooter {
	font-size: 13px;
	color: #555;
	background: url(images/bg-footer.png) repeat-x 50% -1px;
	padding: 24px 0;
	border-top: 1px solid #414141;
}

.cfooter p {
	width: 960px;
	margin: 0 auto;
}

.copyright {
	margin-bottom: 0;
	padding-top: 4px;
}

.cfooter a {
	color: #777;
}

.cfooter a:hover {
	color: #999;
}

