/* http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css */
html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, 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;
}

li {
    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;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

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

input, textarea, select { *font-size:
    100%;
}

legend {
    color: #000;
}

html {
    overflow-y: scroll;
}

html, body {
    width: 100%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p, ul, ol, dl, pre {
    font-size: 1em;
    margin-bottom: 0.8em;
}

ul, ol {
    margin-left: 2em;
}

li {
    list-style-type: disc;
}

h1, h2, h3, h4, h5 {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 2em;
    color: #585858;
}

h3 {
    font-size: 1.7em;
    color: #585858;
}

h4 {
    font-size: 1.5em;
    color: #585858;
}

a, .link {
    color: #2D7BB2;
    text-decoration: none;
    outline: none;
    padding: 3px 0px;
    border: none;
    background: none;
}

a:hover, .link:hover {
    color: #00B4DF;
}

a:active, .link:active {
    color: #77D8EF;
}

a:visited {
    color: #6D94AF;
}

table, tbody, tr {
    width: 100%;
}

label {
    font-size: 1em;
    color: grey;
}

html {
    color: #4F4F4F;
    background: #FFF;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.3em;
}

h1, h2, h3, h4 {
    font-weight: bold;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.025em;
}

input, textarea, select {
    color: inherit;
    background: #FFFFFF url("/static/input_shadow.png") repeat-x scroll center top;
    line-height: 1.5em;
    padding: 0.5em;
    border: 1px solid #AFAFAF;
}

input, select {
    font-size: 1.1em;
}

textarea {
    margin-bottom: 7px;
}

/* base.html */
#header {
    padding-top: 6px;
    font-family: "MuseoSans", Helvetica;
    border-bottom: 2px solid #E7EDD2;
}

.container {
    width: 980px;
    margin: auto;
}

.container a, .container a:visited {
    color: #453625;
}

.container a:hover {
    color: #799600;
}

#logo {
    float: left;
}

#nav {
    float: left;
    margin: 18px 0px;
    margin-left: 20px;
    text-shadow: 0 1px 0 white;
}

#nav a, #nav a:visited {
    display: block;
    float: left;
    color: #394700;
    padding: 0.3em 0.5em;
    margin-right: 2px;
}

#nav a:hover, #nav a.active {
    
}

#account {
    float: right;
    margin: 24px 0px;
    font-size: 0.9em;
}

#main {
    background: white;
    padding: 50px 0px;
}

#content {
    width: 600px;
    margin: auto;
}

#footer {
    padding: 40px;
}

#footer a.active {
    font-weight: bold;
}

#footer p {
    text-align: center;
}

/* Global */
.gravatar {
    border: 1px solid lightgrey;
    padding: 3px;
}

.error {
    background: #FFB4C0;
    padding: 1em;
}

.message {
    background: #9BE3AB;
    padding: 1em;
}

/* Buttons */
.button, .button:hover, .button:active, .button:visited {
    color: white;
    background: #7B8F35;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 0.5em 0.7em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    overflow: visible; /* removes extra padding in IE 6 & 7 */
}

.button:hover {
    background-color: #6D7F2F;
}

.button:active {
    background-color: #5C6C26;
}

/* Menus */
.menu .list {
    font-size: 0.9em;
    display: none;
    position: absolute;
    background: #EFEFEF;
    overflow-y: auto;
    max-height: 300px;
    min-width: 200px;
    border: 1px solid #808080;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.menu:hover .list {
    display: block;
}

.menu .list a, .menu .list a:visited {
    color: #4F4F4F;
    display: block;
    padding: 0.2em;
}

.menu .list a:hover {
    color: white;
    background: #8AA03E;
}

/* orders/orders.html, jobs/jobs.html, jobs/open.html */
.translation td {
    padding: 1em;
    padding-top: 1.5em;
    border-bottom: 1px solid lightgrey;
}

.translation tr:last-child td {
    border-bottom: none;
}

.translation td.number {
    width: 25%;
}

.translation td.number a {
    font-size: 2em;
}

.translation td.text {
    width: 50%;
    padding-left: 0px;
}

.translation td.date, .translation td.cost {
    width: 25%;
    text-align: right;
}

/* profile.html, orders/order.html, jobs/job.html */
.positive, .neutral, .negative {
    color: white;
    padding: 0.5em 0.7em;
}

.positive {
    background: #6DC45E;
}

.neutral {
    background: #CFBDA8;
}

.negative {
    background: #DE5B60;
}

#content {
    width: 900px;
}

#info, #basic{
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#info {
    width: 360px;
    float: left;
    font-size: 1.4em;
    padding: 40px 30px;
    color: #DFB946;
    font-family: georgia, helvetica, arial, sans-serif;
    line-height: 1.4em;
    margin-right: 10px;
	
}

#info h1 {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: -0.042em;
    line-height: 1.25em;
    color: #453625;
    margin-top: 0.1em;
    margin-bottom: 0.5em;
	font-weight:bold;
}

#basic {
    padding: 10px;
    float: left;
    text-align: center;
	margin-top:30px;
}

#basic {
    color: #453625;
    margin-bottom: 40px;
    background: #E5DEAF;
}

#basic:hover {
    background: #E5DEAF;
}

#basic h2 {
    color: #453625;
    margin-bottom: 0.7em;
}

#content {
    width: 980px;
}

#password, #email {
    width: 270px;
    margin-bottom: 1em;
}

label {
    display: inline;
}

ul.errorlist {
    margin: 0;
    padding: 0;
}
.errorlist li {
    color: red;
    display: block;
    font-size: 10px;
    margin: 0 0 3px;
    padding: 4px 5px;
}
