/* @override 
	http://localhost:3000/stylesheets/app.css
	http://localhost:3000/stylesheets/app.css?1269371084
	http://localhost:3000/stylesheets/app.css?1269371295
	http://localhost:3000/stylesheets/app.css?1269371902
	http://localhost:3000/stylesheets/app.css?1269431308
	http://localhost:3000/stylesheets/app.css?1269431815
	http://localhost:3000/stylesheets/app.css?1269432075
*/

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}

.remember_me {
  float:left;
}

.remember_me + label {
  padding-top:4px;
}

.hidden {
  display:none;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 75%;
  color: #222;
  background: #EEE;
}

body.socketing {
  cursor: wait;
}

a{
  text-decoration: none;
  color: #0F2069;
}

a:hover {
  text-decoration: underline;
}

p.display {
  font-size: 1.4em;
}

p.big {
  font-size: 1.8em;
}

h1 {
  color: #444;
  font-size: 1.8em;
  margin-bottom: 1em;
}

h1.big {
  font-size: 2.2em;
}

h2 {
  color: #444;
  font-size: 1.5em;
  margin-bottom: 1em;
}
h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
#content p{
  margin-bottom: .5em;
}
#content ul {
  list-style: disc;
  margin-bottom: 1em;
}
#content li{
  margin-bottom: .5em;
}
/* @group Forms */
form p {
  padding-top: 10px;
  margin-top: 10px;
}
form label {
  font-weight: bold;
  display: block;
  margin: 0 7px 3px;
}
input.integer {
  width: 30px;
}
form > div {
  margin-bottom: 0.5em;
}
input.long_textfield {
	width: 400px;
}

input[type=text], input[type=password], textarea {
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #eee;
  font-size: 1.2em;
  margin-top: 2px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color:#555;
}

.fieldWithErrors label, label.fieldWithErrors, span.label.fieldWithErrors {
  color: #FF8080;
}

.fieldWithErrors input, .fieldWithErrors select, input.fieldWithErrors, select.fieldWithErrors, textarea.fieldWithErrors {
  border: solid 1px #FFB9B9 !important;
  -webkit-border-bottom-left-radius:0px !important;
  -webkit-border-bottom-right-radius:0px !important;
}

.errorExplanation {
	margin-top:1em;
	margin-left:1em;
}

.errorExplanation h2 {
	color:#f00;
}

.errorExplanation ul {
	margin-top:1em;
	margin-left:2em;
}

small.error_msg {
  background: #FFB9B9;
  color: white;
  -webkit-border-radius-bottom-left:3px;
  -webkit-border-radius-bottom-right: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  float: left;
  margin: 0;
  padding:3px;
}

.row {
  width: inherit;
}

/* @end */

.intro {
  font-size: 1.4em;
  line-height: 1.5em;
}
/* @group Header */
.homepage_content #header {
  position: static;
}

#header {
  background: #f9f9f9;
  border-bottom: 1px solid #ccc;
  height: 29px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:10;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#header h1 {
  background: url(/images/truestory_logo_small.png) left top no-repeat;
  width: 140px;
  height: 58px;
  left: 25px;
  position: absolute;
  text-indent: -9000em;
  top: -1px;
  z-index: 1000;
}
.homepage_content #header h1 {
	background-image: url(/images/truestory_logo_mid.png);
  	width: 300px;
  height: 125px;

}
#header h1 a {
  display: block;
  height: 100%;
  width: 100%;
}

#nav {
  float: right;
  list-style-type: none;
  margin: 8px 10px;
}
#nav li {
  display: inline;
  padding-left: 5px;
}
#nav a {
  color: #555;
}

#toolbar {
  float:left;
  list-style-type:none;
  margin-left:180px;
  margin-top:-1px;
}

#toolbar li {
  margin: 8px 2px 5px 2px;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 10px #ddd;
  -moz-box-shadow: 1px 1px 10px #ddd;
}

#project_title {
  border:none;
  -webkit-box-shadow: 0px 0px 0px #fff !important;
  -moz-box-shadow: 0px 0px 0px #fff !important;
}

#toolbar h3 {
  top:5px;
  font-weight:normal;
  display:inline;
  font-size:1.2em;
}

/* @end */

#content {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  min-height: 700px;
}

/* @group Companys and Projects*/

#company_users{
  margin-top:10px;
}

ul.users {
  list-style:none;
  margin-bottom:10px;
}

th {
  text-align:left;
  font-size:1.2em;
  padding:10px;
  padding-left:0px;
  border-bottom:1px solid #ccc;
}

table {
  font-size:1em;
  margin-bottom:10px;
  width: 100%;
  background: #eee;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
table form div {
  margin: 0;
}

table td {
  padding: 3px;
  padding-right:10px;
}

#company_projects ul {
  list-style:none;
}

#project_users {
  margin-top:20px;
}

/* @end */

.company ul {
  margin-left: 3em;
}

.section {
  background: #FFF;
  margin-bottom: 1em;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
/* @group Explanation */
.explanation {
	border:2px solid #555;
	margin:15px;
	padding:15px;
	-moz-border-radius:10px;
}
.explanation p {
	margin-bottom:1em;
}
.explanation h1 {
	margin-bottom:0.5em;
}
/* @end */

/* @group Vision */
.vision {
	margin-top:1em;
}

/* @end */

/* @group flash messages */
/* not sure what these should look like*/
.flash {
  margin-top:5px;
  margin-bottom:5px;
  font-weight:bold;
}

#flash_alert {
  color:#C45C1A;
}

#flash_notice {
  color:#036300;
}
/* @end */

/* @group Print only */
.story_confidence_in_words {
	display:none;
}
/* @end */

input[type=submit] {
  color: rgb(15, 32, 105);
  font-size:12px;
  border: 1px solid #DDD;
  display: inline-block;
  padding: 4px 3px 4px 21px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 1px 1px 10px #ddd;
  -moz-box-shadow: 1px 1px 10px #ddd;
}

input[type=submit]:hover {
  -webkit-box-shadow: 1px 1px 10px #eee;
  -moz-box-shadow: 1px 1px 10px #eee;
  border-color: #BBB;
  cursor: pointer;
}

input[type=submit].login {
  background: #EEE url("/images/icons/accept.png") no-repeat 2px 3px;
}

input[type=submit].save {
  background: #EEE url("/images/icons/disk.png") no-repeat 2px 3px;
}

input[type=submit].create_another {
  background: #EEE url("/images/icons/disk_multiple.png") no-repeat 2px 3px;
}

input[type=submit].complete {
  background: #fff url("/images/icons/accept.png") no-repeat 2px 3px;
}

/* Fake button used for invitation */
div.add {
 background: #EEE url("/images/icons/add.png") no-repeat 2px 2px;
  color: rgb(15, 32, 105);
  font-size:12px;
  border: 1px solid #DDD;
  display: inline-block;
  padding: 4px 3px 4px 21px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 1px 1px 10px #ddd;
  -moz-box-shadow: 1px 1px 10px #ddd; 
}


input[type=submit].add {
  background: #EEE url("/images/icons/add.png") no-repeat 2px 2px;
}

input[type=submit].delete {
  background: #EEE url("/images/icons/delete.png") no-repeat 2px 2px;
}

input[type=submit].down {
  background: #EEE url("/images/icons/arrow_down.png") no-repeat 2px 2px;
}

input[type=submit].admin {
  background: #EEE url("/images/icons/award_star_add.png") no-repeat 2px 2px;
}

a.button.delete {
  background: #EEE url("/images/icons/delete.png") no-repeat 2px 2px;
}

a.button.down {
  background: #EEE url("/images/icons/arrow_down.png") no-repeat 2px 2px;
}

a.button.history {
  background: #EEE url("/images/icons/hourglass.png") no-repeat 2px 2px;
}

a.button {
  background: #EEE url("/images/icons/add.png") no-repeat 2px 2px;
  border: 1px solid #DDD;
  display: inline-block;
  margin-top: -5px;
  padding: 4px 3px 4px 20px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
a.button:hover {
  background-color: #DDD;
  border-color: #CCC;
}

a.settings {
  background: #EEE url("/images/icons/wrench.png") no-repeat 2px 2px;
}

a.share {
  background: #EEE url("/images/icons/group_edit.png") no-repeat 2px 2px;
}

a.current {
  background-color: #ffc068;
}

small {
  color: #666;
  font-size: smaller;
  margin: 3px 5px 0;
}

.users form, .users form div {
  display:inline;
}

label[for=project_reset_secret_key] {
  display: inline;
}

h1#project_name {
  text-align:center;
  width:100%;
  font-size:3em;
  margin:0;
  font-variant:small-caps;
}

#pivotal_import div {
  padding:10px;
  padding-left:0px;
  padding-right:0px;
}

/* Homepage-specific stuff */

body.homepage_content {
	background: #fff;
}
  #homepage .half {
    float: left;
    width: 50%;
  }
  #homepage .one_third {
    width: 33%;
    float: left;
  }
  #homepage .two_thirds {
    width: 67%;
    float:left;
  }
  .homepage_content #content {
    max-width: none !important;
  }
  #homepage .pinch {
    width: 800px;
    margin: 0 auto;
  }
  #homepage .pinch h1 {
    margin-top: 87px;
  }
  #homepage .buttons a {
    font-size: 1.4em;
    padding: 10px;
    background: #3BA9DD;
    display: block;
    float: left;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #homepage #first {
	padding-bottom: 10px;
}
  #homepage #secondary {
    
  background: #f4f4f4 url(/images/fourth_bg.png) left top repeat-x;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #homepage .breakout {
	background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;
  }
  #homepage .box {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #homepage .box .inner {
    border-bottom: 2px solid #eee;
  }
  #homepage #screens_img {
    float: right;
  }
  #homepage * {
    line-height: 1.4;
  }
  #homepage #testimonial {
    background: #F9E898;
    margin-left: 10px;
    width:260px;
    height:223px;
    background: url(/images/testimonial_postit.png) left top no-repeat;
    text-indent: -9000em;
  }
  #homepage #testimonial blockquote {
    font-size: 1.5em;
  }
  #homepage #secondary li {
    margin-left: 2em;
  }
  #homepage #collaboration h3 {
    margin-top: .5em;
  }
  body #homepage #first .inner {
	
  }
  #homepage #first h1 {
    font-size: 2.3em;
    font-weight: normal;
    margin-bottom: 0.5em;
  }
  #homepage #first h2 {
    font-weight: normal;
  }
  #home_screenshot {
}
  
/* End homepage-specific stuff */

#footer {
  padding: 30px;
  color: #fff;
  background: #222;
}
  

#footer {
  text-align:center;
}

#footer a {
  color:#fff !important;
  margin-left:2em;
  margin-right:2em;
}

#footer .pinch {
  width: 800px;
  margin: 0 auto;
}

#faq h1, #faq h2, #about h1, #about h2 {
  margin-bottom:0.5em;
  margin-top:1em;
  font-family:Helvetica,Lucida,Verdana,sans-serif;
}

#faq h2, #about h2 {
  font-weight:normal;
  font-size:20px;
}

#faq p,#about p {
  color:#444444;
  line-height:1.6 !important;
  margin-bottom:10px;
  font-size:13px;
  font-family:Helvetica,Lucida,Verdana,sans-serif;
}


#people_pics li {
   border:1px solid #CCCCCC;
   float:left;
   list-style-type:none;
   margin:0 10px 5px 0;
   padding:3px;
}

#people_pics li span {
  color:#888888;
  display:block;
  font-size:0.9em;
  font-weight:bold;
  padding-bottom:3px;
  padding-top:5px;
  text-align:center;
}

.display_important {
  font-size:1.8em;
}

.created_by {
  display:none; 
}