/* @override 
	http://localhost:3000/stylesheets/shared.css
	http://fabricly.com/stylesheets/shared.css?1269072540
	http://fabricly.com/stylesheets/shared.css?1269143145
*/

ul, li {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

html {
  background-color: #fff;
}

body {
  color: #333;
  margin: 0px;
  padding-bottom: 1em;
  font-size: 12px;
  line-height: 1.3;
}

body, p, ol, ul, td {
  font-family: "lucida grande",helvetica,verdana,arial,sans-serif;
  
}

img {
  border: 0;
  -ms-interpolation-mode:bicubic;
}

form {
  margin: 0;
}

strong {
  font-weight: bold;
}

#white {
  background-color: white;
}

#header {
  margin: 0 auto;
  position: relative;
  height: 97px;
  background-color: #fff;
  width: 890px;
}

#header .gutter {
}


#header a {
  -color: #333;
}

.central900 {
  width: 900px;
  margin: 0 auto;
}

.central500 {
  width: 500px;
  margin: 0 auto;
}

#user_navigation {
  margin: 0;
  float: right;
  margin-top: 10px;
  color: #aaa;
}

#user_navigation .current_user {
  color: #888;
  margin-right: 0.5em;
}

#new_user_session_header {
  position: absolute;
  right: 0;
  top: 5px;
  width: 400px;
}

#new_user_session_header label {
  font-weight: normal;
}

#new_user_session_header #user_session_login, #new_user_session_header #user_session_password {
  width: 180px;
  font-size: 100%;
}

#new_user_session_header .field {
  width: 190px;
  float: left;
  padding-left: 10px;
  margin-bottom: 0.4em;
}

#new_user_session_header .submit {
  clear: left;
  text-align: right;
  width: 400px;
}

#new_user_session_header .submit input {
  margin-left: 10px;
}

#content {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  min-height: 500px;
}

h2#branding {
  display: block;
  width: 428px;
  margin-left: 2px;
  height: 72px;
  float: left;
  background-image: url(/images/fabricly-sourcing.png?4432344);
  margin-top: 14px;
  color: #ddd;
  margin-bottom: 0;
}

h2#branding a {
  display: block;
  width: 428px;
  height: 72px;
}



h2#branding span {
  display: none;
}

ul {
  list-style-type: none;
}

h1, h2, h3, h4 {
  color: #222;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
  font-size: 150%;
}

h2 {
  color: black;
  font-size: 150%;
}

h2 a {
  text-decoration: none;
}

.underlined {
  padding-bottom: 0.4em;
  border-bottom: 1px solid #bbb;
}

/* form styling */

.field {
  margin: 0.8em 0;
}

.field .tip {
  font-size: 10px;
  color: #888;
  font-weight: normal;
  margin-top: 2px;
}

.field .blurred {
  color: #888;
}

.field label {
  display: block;
  font-weight: bold;
}

.field.left {
  margin-right: 2em;
}

.field.check-box label,
.field.select label,
.field.inline label {
  display: inline;
}

form .actions {
  margin-top: 1em;
}

fieldset {
  border: 2px solid #ccc;
  margin: 1.2em 0;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
  background-color: #f7f7f7;
}

fieldset legend {
  background-color: white;
  padding: 0 0.3em;
  font-size: 120%;
}

fieldset .field.last {
  margin-bottom: 0;
}


/* table styling */

table {
  border-collapse: collapse;
  width: 100%;
}

table td {
  border-bottom: 1px solid #ddd;
  padding: 0.3em;
}

table td.thin {
  width: 1%;
  white-space: nowrap;
}

table td.central,
table th.central,
p.central {
  text-align: center;
}

table td.align-top {
  padding: 0.3em;
  vertical-align: top;
}

table td.align-right {
  text-align: right;
}

table th {
  text-align: left;
  white-space: nowrap;
  padding: 0.3em 1em 0.3em 0.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 85%;
  color: #000;
  border-bottom: 1px solid #ddd;
  /*
  font-size: 85%;
  background-color: #0075ca;
  color: white;*/
  background-color: #eee;
  border-top: 2px solid #eee;
}

table th a {
  text-decoration: none;
  color: #222;
}

table th a:visited {
  color: #222;
}


textarea {
  width: 600px;
}


/* footer */

#footer {
  width: 900px;
  margin: 0 auto;
  color: #999;
  padding-top: 0.6em;
  margin-top: 2em;
  margin-bottom: 2em;
  clear: both;
  border-top: 1px solid #ddd;
  font-size: 92%;
}

#footer a {
  color: #555;
  text-decoration: underline;
}

#footer .sponsors a {
  color: #999;
}

/* flashes */

#flash {
  margin: 0 0 1em 0;
}

#flash_notice {
  background-color: #768d9a;
  color: white;
  display: inline;
  padding: 0.2em 1em;
  -webkit-border-radius:4px;
  border: 1px solid #6f8491;
}

#flash_error {
  color: red;
}


/* validation errors */

#errorExplanation {
  width: 500px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 6px;
  margin: 1em auto;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
  line-height: 1.3;
  font-size: 130%;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0.4em;
  margin-top: 1.3em;
}

#errorExplanation ul {
  margin: 0;
  padding: 0;
  padding-left: 22px;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  color: #333;
}

#errorExplanation ul li {
  list-style: disc;
  margin: 0.2em 0;
}

/*.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}*/

div.field.inline .fieldWithErrors {
  display: inline;
}

/*.fieldWithErrors label {
  color: white;
  margin-left: 0.4em;
  margin-right: 0.4em;
}*/

td .fieldWithErrors {
  display: inline;
  padding: 0;
  background-color: white;
}

.fieldWithErrors input[type=text] {
  border: 2px solid red;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


#toc ul {
  margin: 1.5em 20px;
}