html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  text-align: center;
  padding: 0;
  font: normal 12px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #efefef;
  color: #333;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {zoom:1;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

a {
  color: #3080b9;
  text-decoration: none;
}

a:hover {
  color: #000;
}

/*------------------------------------------------------------------------------------
  @group Structure
------------------------------------------------------------------------------------*/
/*#wrapper {
  width: 990px;
  margin: 0 auto;
}*/

#container {
  min-width: 990px;
}

/* every section has an inner content section to 
 * keep it's content aligned in the center
 */
.inner-content {
  width: 954px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

#main {
  margin-top:  27px;
}

#footer {
  background: #fff;
  border-top: 1px solid #dbdbdb;
  padding: 27px 0;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group header & showcase
------------------------------------------------------------------------------------*/
#header {
  background: #282d33 url(/marketing/images/hdr-top-bg.png) repeat-x;
  height: 63px;
  padding-top: 9px;
}

#logo a {
  display: block;
}

#showcase {
  color: #7b7b7b;
  position: relative;
  background: #222 url(/marketing/images/hdr-btm-bg.png) 0 100% repeat-x;
  padding-bottom: 33px;
}

#showcase-content {
  background: #262a2e url(/marketing/images/hdr-cnt-bg.png);
  height: 341px;
}

#showcase h2 {
  color: #fff;
  font-size: 130%;
  margin-bottom: 3px;
}

#showcase .inner-content {
  padding: 27px 0;
}

.sc-block {
  line-height: 180%;
  font-size: 120%;
  width: 321px;
  margin-bottom: 18px;
}

#screenshot, #features-screenshot {
  position: absolute;
  bottom: -72px;
  right: -6px;
}

#index-content #screenshot {
  bottom: -33px;
}

p.stdout {
  font-size: 160%;
  line-height: 140%;
  margin: 18px 0;
  text-align: center;
}

#showcase .btn {
  background: url(/marketing/images/scase-btn-bg.png) repeat-x;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  display: block;
  width: 200px;
  color: #333;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  padding: 6px 0;
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
  cursor: pointer;
}

#showcase .btn.right {
  float: right;
  margin-right: 381px;
}

#showcase p.disclaimer {
  float: right;
  margin-top: 18px;
  margin-right: 18px;
  width: 300px;
  text-align: right;
}

#showcase p.disclaimer a {
  color: #fff;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group features showcase
------------------------------------------------------------------------------------*/
#features-screenshot {
  bottom: -33px;
}

#features-content, #index-content {
  height: 287px;
}

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

#features-list .feature-ttl {
  color: #fff;
  font-weight: bold;
}

#features-list li {
  background: url(/marketing/images/numbers/one.png) 0 9px no-repeat;
  padding: 6px 0 6px 39px;
  border-bottom: 1px solid #333;
}

#features-list li p {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 100%;
}

#features-list li.two { background-image: url(/marketing/images/numbers/two.png); }
#features-list li.three { background-image: url(/marketing/images/numbers/three.png); }
#features-list li.four { background-image: url(/marketing/images/numbers/four.png); }
#features-list li.five { background-image: url(/marketing/images/numbers/five.png); }

.sshot {
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  margin: 9px 0 0 0;
}

/*p.clip {
  height: 250px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #fff;
  padding: 3px;
}*/

/* @end */


/*------------------------------------------------------------------------------------
  @group navigation
------------------------------------------------------------------------------------*/

#nav {
  position: absolute;
  right: 0;
  top: 15px;
}

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

#nav li {
  display: inline;
  margin-left: 18px;
}

#nav li a {
  font-size: 110%;
  font-weight: bold;
  color: #c1c1c1;
  text-decoration: none;
}

#nav li a:hover {
  color: #fff;
}

#nav li.selected a {
  background: #690;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 6px;
}

#nav li.selected a:hover {
  background: #7FBE00;
}

/*#nav li#login a {
  background: url(/marketing/images/icons/lock.png) 0 50% no-repeat;
  padding-left: 18px;
}*/

/* @end */

/*------------------------------------------------------------------------------------
  @group focus bar
------------------------------------------------------------------------------------*/

#focus-bar {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  padding: 27px 0;
  position: relative;
}

#focus-bar .line {
  font-size: 130%;
  font-family: Georgia, Times, serif;
  font-style: italic;
  color: #656565;
  line-height: 140%;
  width: 579px;
}

#focus-bar .line.full {
  width: 100%;
}

#focus-bar .line a {
  text-decoration: underline;
}

#try-btn {
  width: 307px;
  display: block;
  height: 56px;
  background: url(/marketing/images/try-lh-button.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: -6px;
}

#try-btn:hover {
  background-position: 0 -56px;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group grids
------------------------------------------------------------------------------------*/
ul.grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.grid li {
  width:  303px;
  float:  left;
  margin:  0 19px 39px 0;
  line-height:  140%;
}

ul.grid li.last {
  margin-right:  0;
}

ul.grid h2 {
  font-size:  110%;
  padding-left: 24px;
  background:  url(/marketing/images/icons/lifesaver.png) 0 50% no-repeat;
  margin-bottom:  6px;
}

ul.grid p {
  color:  #888;
}

ul.grid.two li {
  width: 465px;
}

ul.grid li.ft-organize h2 { background-image: url(/marketing/images/icons/ticket.png); }
ul.grid li.ft-email h2 { background-image: url(/marketing/images/icons/email.png); }
ul.grid li.ft-consolidate h2 { background-image: url(/marketing/images/icons/project.png); }
ul.grid li.ft-support h2 { background-image: url(/marketing/images/icons/lifesaver.png); }
ul.grid li.ft-goals h2 { background-image: url(/marketing/images/icons/target.png); }
ul.grid li.ft-share h2 { background-image: url(/marketing/images/icons/documents.png); }

ul.grid li.faq h2 {
  background-image: url(/marketing/images/icons/help.png);
}

ul.grid li.faq p {
  font-size: 110%;
  line-height: 140%;
}


div.columns {

}

div.columns h2 {
  color: #333;
}

div.columns.two .column {
  width: 48%;
}

.column {
  float: left;
  margin-bottom: 10px;
}

.column.last {
  margin-left: 20px;
}

/* @end */

/*----------------------------------------------------------------------------------
  @group forms
------------------------------------------------------------------------------------*/
.area {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

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

dl.form {
  margin: 0 0 0 0;
  border-top: 1px solid #ccc;
}

dl.form label {
  margin: 0;
  color: #fff;
}

dl.form dt {
  float: left;
  margin: 0;
  width: 250px;
  padding-top: 3px;
  font-weight: bold;
  text-align: right;
}

dl.full dt {
  float: none;
  margin: 0 0 9px 0;
  width: auto;
}

dl.form dd {
  margin: 0;
}

input.textfield {
  width: 300px;
  padding: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  border: 1px solid #c4c4c4;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

dd.full-length input.textfield{ width: 97%; }
input.textfield.short {
  width: 75px;
}

#showcase .form {
  margin-top: 18px;
}

#showcase dl.form dt {
  margin-right: 9px;
}

#showcase label {
  font-size: 120%;
  color: #ddd;
}

#showcase dl.form {
  border-top: 1px solid #333;
  padding: 6px 0;
}

#showcase .form input[type=text], #showcase .form input[type=password] {
  font-size: 140%;
  border: 1px solid #444 !important;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#showcase input.textfield.short {
  width: 200px;
}

#showcase .domain {
  font-weight: bold;
  font-size: 140%;
  color: #aaa;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group main
------------------------------------------------------------------------------------*/

#plug {
  color: #069;
  font-size:  200%;
  font-weight: normal;
  line-height: 130%;
  padding: 24px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
}

#videos {
  margin: 27px 0;
  background: #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 18px;
}

.video-grid li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.video-grid li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.video-grid div.thumb {
  float: left;
  width: 284px;
  margin-top: -9px;
  margin-left: -9px;
}

.video-grid div.content {
  margin-left: 300px;
}

.video-grid h2 {
  font-size: 150%;
  margin-bottom: 9px;
}

.video-grid h2 a {
  color: #333;
}

.video-grid p.info {
  font-size: 120%;
  color: #656565;
  line-height: 140%;
}

.video-grid p.controls {
  font-weight: bold;
  margin-top: 9px;
}

a.play {
  padding-right: 12px;
  background: url(/marketing/images/icons/mini-arrow.png) 100% 50% no-repeat;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group text page
------------------------------------------------------------------------------------*/

.text-page {
  font-size: 120%;
  color: #555;
}

#focus-bar h2 {
  font-size: 250%;
  font-weight: normal;
  color: #555;
}

.text-page h3, .text-page h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #333;
  font-size: 100%;
}

.text-page h4 {
  margin-top: 10px;
  color: #26A;
  font-size: 92%;
}

.text-page pre + h3 {
  margin-top: 30px;
}

.text-page p {
  line-height: 150%;
  margin-bottom: 10px;
}

.text-page ul {
  list-style: square;
  margin-left: 40px;
  margin-bottom: 20px;
}

.text-page li {
  margin-bottom: 5px;
}

img.wtrim {
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
}
/* @end */

/*------------------------------------------------------------------------------------
  @group plans
------------------------------------------------------------------------------------*/
.plan-showcase #showcase-content {
  height: 375px;
}

#plans {
  margin: 18px 0;
}

ul.plan-grid li.plan {
  width:  303px;
  float:  left;
  margin:  0 19px 0 0;
  line-height:  140%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #333;
  font-size: 120%;
}

ul.plan-grid li.plan.last {
  margin-right:  0;
}

#plans h2 {
  padding: 6px 9px;
  background: none;
  font-size: 82%;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright:3px;
}

.plan-details {
  margin: 12px 0 18px 0;
  line-height: 150%;
}

.plan .pname {
  font-weight: bold;
  display: block;
  font-size: 200%;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.plan .pstats {
  margin: 15px 0 9px 0;
  font-size: 110%;
  line-height: 150%;
}

.plan .signup-btn {
  font-weight: bold;
  color: #6da255;
  text-transform: uppercase;
  font-size: 82%;
  border-bottom: 3px solid #6da255;
}

.plan .signup-btn:hover {
  border-color: #000;
  color: #000;
}

#plans #gold { background: #ff9; }
#gold h2 {
  background: #dbb42e;
  color: #6e5706;
}
#gold .pname, #gold .pprice { color: #e1af03; }

#plans #silver { background: #eaeaea; }
#silver h2 {
  background: #b6b6b6;
  color: #4a4a4a;
}
#silver .pname, #silver .pprice { color: #838383; }

#plans #bronze { background: #ded8c8; }
#bronze h2 {
  background: #c4bba1;
  color: #413d31;
}
#bronze .pname, #bronze .pprice { color: #5a5548; }

.bottom-cnt {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

.bottom-cnt a {
  color: #ccc;
}

.bottom-cnt a:hover {
  color: #fff;
}

.highlight {
  background: #aaa;
  color: #111;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group Text Pages
------------------------------------------------------------------------------------*/

.highlight h2 {
  font-size: 200% !important;
  font-weight: normal;
  margin-bottom: 10px;
}

.highlight p {
  font-size: 150%;
  color: #777;
  line-height: 130%;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group signup
------------------------------------------------------------------------------------*/
.signup-1 #showcase-content {
  height: auto;
}

#profile-box {
  background: #2D3136;
  padding: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 18px 0;
}

.avatar {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 2px;
  border: 1px solid #ccc;
}

#profile-box .avatar {
  float: left;
  margin-right: 6px;
}

#profile-box h3 {
  font-size: 140%;
  margin-bottom: 3px;
  color: #fff;
}

#profile-box .info {
  font-size: 130%;
  color: #888;
  line-height: 140%;
  margin-left: 90px;
}

#profile-box .info a {
  color: #ccc;
}

#profile-box .info a:hover {
  color: #fff;
}

.signup-1 .btn {
  margin-top: 12px;
}

label.wicon {
  position: relative;
}

#astatus, #aspinner {
  position: absolute;
  left: -22px;
  top: 3px;
  display: block;
  height: 16px;
  width: 16px;
  text-indent: -9999px !important;
}

.good {
  background: url(/marketing/images/icons/smile.png) no-repeat;
}

.bad {
  background: url(/marketing/images/icons/sad.png) no-repeat;
}

strong.email {
  color: #aaa;
  border-bottom: 3px solid #aaa;
}

#account-url {
  font-size: 200%;
  color: #fff;
  margin: 18px 9px 9px 90px;

}

#account-url a {
  color: #fff;
  display: block;
  background: #4A5159;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#account-url a:hover {
  background: #5A626C;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group footer
------------------------------------------------------------------------------------*/
#footer .grid li {
  border-right: 1px solid #eee;
  padding-right: 9px;
  width: 294px;
  margin-bottom: 18px;
}

#footer .grid li:last-child {
  border-right: none;
}

#footer .grid h2 {
  font-size: 120%;
}

a.stylized {
  color: #cb0000;
  font-weight: bold;
}

a span.accent {
  color: #444;
}

#footer-btm {
  border-top: 1px solid #eee;
  padding-top: 18px;
}

ul.inline {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

ul.inline li {
  display: inline;
  margin-right: 9px;
}

ul.inline a {
  color: #aaa;
}

ul.inline a:hover {
  color: #333;
}

.copyright {
  color: #aaa;
  font-weight: bold;
}

#tender h2 {
  padding: 0;
  background: none;
}

#tender h2 a, #info h2 a {
  display: block;
  text-indent: -9999px;
  background: url(/marketing/images/tender-logo-small.png) no-repeat;
  line-height: 170%;
}

#more-stuff h2 {
  background: url(/marketing/images/icons/heart.png) 0 50% no-repeat;
  text-indent: 0;
}

#info h2 {
  padding: 0;
  background: none;
}

#info h2 a {
  background: url(/marketing/images/icons/info.png) 0 0 no-repeat;
  text-indent: 0;
  color: #333;
  padding-left: 21px;
  padding-top: 0;
  line-height: 100%;
}


/* @end */

/*------------------------------------------------------------------------------------
  @group api
------------------------------------------------------------------------------------*/

.announce {
  background: #FEFAE7;
  padding: 10px;
  border: 3px solid #DBCC73;
  font-weight: bold;
  color: #46460B;
}

.announce.only {
  margin-bottom: 18px;
}

#api-page {
  float: left;
  width: 600px;
}

#sidebar {
  margin-left: 610px;
}

#api-menu {
  list-style: none;
}

#api-menu li {
  border-bottom: 1px solid #e1e1e1;
}

#api-menu li a {
  display: block;
  padding: 5px 0 5px 25px;
  background: url(/marketing/images/icons/blogs.png) 0 50% no-repeat;
}

li#mbasics a { background-image: url(/marketing/images/icons/cog.png); }
li#mprojects a { background-image: url(/marketing/images/icons/project.png); }
li#mtickets a { background-image: url(/marketing/images/icons/ticket.png); }
li#mchangesets a { background-image: url(/marketing/images/icons/changeset.png); }
li#mmessages a { background-image: url(/marketing/images/icons/message.png); }
li#mmilestones a { background-image: url(/marketing/images/icons/target.png); }
li#mbins a { background-image: url(/marketing/images/icons/bin.png); }
li#musers a { background-image: url(/marketing/images/icons/user.png); } 

.status, .loc {
  display: block;
  color: #152;
  line-height: 150%;
  font-size: 92%;
}

.warn {
  color: #700;
}



/* @end */

/*------------------------------------------------------------------------------------
  @group code
------------------------------------------------------------------------------------*/

pre {
  padding: 0;
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  font-size: 82%;
  color: #222;
}

pre code {
  background: #EBEBEB;
  margin: 0;
  display: block;
  padding: 5px;
  overflow: auto;
  font-family: Monaco, "Courier New", Courier, monospace;
}

/* @end */

/*------------------------------------------------------------------------------------
  @group errors
------------------------------------------------------------------------------------*/

#showcase .form dd span.fieldWithErrors input {
  border: 2px solid #f30 !important;
}

.errorExplanation {
  padding: 9px;
  background: #F9DEEB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 6px solid #BE2222;
  color: #333;
}

#showcase .errorExplanation h2 {
  color: #831818;
}

.errorExplanation ul {
  list-style: square;
  margin-left: 9px;
  padding-left: 21px;
}

/* @end */

.lh-tools li {
  padding-bottom: 6px;
  margin-left: -30px;
  list-style: none;
}

.lh-tools-header {
  margin-bottom: 5px;
}