@import 'cumquat/clear.css';
@import 'cumquat/structure.css';
@import 'cumquat/typography.css';
@import 'cumquat/common.css';
@import 'generic.css';

a {
    color: #cce9f8;
}

body, p, h1, h2, h3, h4, ol, ul, li, form, table, td, th, fieldset, pre {
    color: #415157;
}

#header p, #header h1, #header h2, #header h3, #header h4, #header ol, #header ul, #header li, #header form, #header table, #header td, #header th, #header fieldset, #header pre {
    color: #ffffff;
}

.page-center-content {
    width: 900px;
}


body {
    background-color: #f6f8f8;
}

#home {
    background: #515a5d url('../images/page_bg.png') repeat-x top left;
}



#navigation-wrap {
    background: #191b1d url('../images/site_nav_bg.png') repeat-x right bottom;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #54595e;
}


#navigation {
    padding: 15px 0;
}


#header-wrap {
    background: transparent url('../images/site_glow.png') no-repeat center top;
}


#home #header {
    background: transparent url('../images/screenshot.png') no-repeat right bottom;
    min-height: 320px;
}

#header {
    text-align: left;
}

#logo {
    text-align: left;
}

#header h2 {
    font-size: 18px;
    line-height: 20px;
}

#home #header h1 {
    padding-top: 60px;
}

#home #header #register {
    margin-top: 20px;
}

#home h2 img {
    vertical-align: middle;
    margin-right: 7px;
}

#content-wrap {
    background: #ffffff url('../images/site_content_bg.png') repeat-x right top;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ffffff;
}

#content {
    padding: 30px 0 100px 0;
}

#content a {
    color: #1a77a7;
}

#features {
    width: 500px;
}

.feature-image {
    float: right;
    border: 5px solid #e4e6e7;
    margin-left: 20px;
}


#login-form {
    float: right;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #d9dcde;
    padding-left: 50px;
    margin-top: 20px;
}

#login-form {
    width: 300px;
}

#login-form table {
    width: 300px;
}


/* main nav */

#main-nav {
    margin: 0;
    padding: 10px 20px 0 0;
    float: right;
}

#main-nav li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0 20px;
    color: #ffffff;
}

#main-nav li img {
    vertical-align: middle;
    margin-left: 3px;
}

#main-nav a {
    color: #ffffff;
    font-weight: bold;
}


/**** about ****/

#about #header h1 {
    text-align: center;
}

#about-traditional-digram h2, #about-verb-digram h2 {
    text-align: center;
    font-size: 14px;
}

#about-traditional-digram h2 {
    padding-left: 40px;
}

#about-traditional-digram {
    float: left;
}

#about-verb-digram {
    float: right;
}

/****** footer *******/

#footer-wrap {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #dae2e2;
    background-color: #f6f8f8;
}


#footer {
    padding: 40px 0 80px 0;
    text-align: left;
    font-size: 11px;
    color: #415157;
}

#footer p {
    color: #415157;
    font-size: 11px;
}

#footer p img {
    vertical-align: bottom;
}

#footer a {
    color: #415157;
}

#footer-links a, #copyright-info {
    margin: 0 10px;
}

#footer-links {
    float: right;
}

#by {
    padding-left: 10px;
}

#by a {
    margin-left: 10px;
}






/* forms */

#home #id_email {
    width: 390px;
}


/* user nav */

#user-nav #status-details {
    margin-right: 60px;
}

#user-nav #status-avatar {
    border: 1px solid #cccccc;
    padding: 0;
    float: right;
    padding: 1px;
}

#user-nav #status-avatar img {
    vertical-align: top;
}


/*** profile ***/

#user-profile {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-width: 8px;
    border-color: #dfe5e7;
    border-style: solid;
    background-color: #ffffff;
    padding: 20px;
}

#user-profile * {
    color: #415157;
}

#user-profile a {
    color: #1a77a7;
}

#profile-avatar {
    float: left;
    display: inline;
}

#profile-avatar img {
    vertical-align: top;
}

#profile-user {
    margin: 0 0 0 100px;
}

#profile-user h1 {
    padding: 9px 0 0 0;
}

#add-user {
    float: right;
    width: 120px;
    padding: 20px 0 0 0;
}

#add-user p {
    color: #6e8893;
}

#twitter-status {
    border-width: 1px 0 0 0;
    border-color: #dfe5e7;
    border-style: solid;
    padding: 10px;
    margin: 20px 0 0 0;
    color: #415157;
}

#twitter-status .twitter-username {
    font-weight: bold;
    
}

#twitter-status #twitter-title {
    float: left;
    display: inline;
}
#twitter-status #status {
    margin: 0 0 0 90px;
    text-align: left;
}
#twitter-status #status .time {
    font-size: 10px;
}



#profile-messages {
    border-width: 1px 0 0 0;
    border-color: #dfe5e7;
    border-style: solid;
}

/**** help ****/

#help td {
    padding: 4px 10px;

}

