/*Color codes
* Dark Green: #667C26
* Green: #87A333
* Bright Green: #A7C93E
* Light Green: #DBE8B5
* Brown: #A7392F
* Light Grey: #F5F5F5
* Orange: #E56717
*/
html, body {
    background-color: #667C26;
    color: #000000;
    } .page-header {
    background-color: #87A333;
    padding-top: 0px;
    margin-top: 0px;
}

.aside {
    background-color: #FFFFFF;
}

h2 {
    color: #A7392F;
    font-family: verdana, sans-serif;
    font-size: 18px;
}

.add-to-collection {
    background:#F5F5F5 none repeat scroll 0 0;
}

/*
* Main Nav
*/ .page-header .navigation.main-nav a {
    background-color: #A7C93E;
    } .page-header .navigation.main-nav li.current a {
    background-color: #DBE8B5;
    color: #A7392F;
    } .content, .section.content {
    background-color: #DBE8B5;
    } .page-header .navigation.main-nav a:hover, .button {
    background-color: #A7C93E;
    color: #A7392F;
}

/*
* Buttons & Links
*/ .button, .button:hover {
    background-color: #A7392F;
    color: #FFFFFF;
}

a {
    background-color: #A7C93E;
    color: #FFFFFF;
    padding: 0px 5px 0px 5px;
}

a:hover {
    background-color: #A7C93E;
    color: #A7392F;
    padding: 0px 5px 0px 5px;
}

a.gravatar {
    background-color: #DBE8B5;
    } .creator-link {
    color: #222222;
    background: transparent;
    } .creator-link:hover {
    color: #A7392F;
    background: transparent;
}

/**
* Tables
*/ .table-plus a, .table-plus a:hover {
    color: #222222;
    background: transparent;
    } .table-plus a:hover {
    color: #A7392F;
    } .controls a {
    background-color: #A7C93E;
    color: #FFFFFF;
    } .controls a:hover {
    background-color: #A7C93E;
    color: #A7392F;
}

.controls div{
    display: inline;
}



/**
* Forms
*/

.field-list input[type ="text"].integer {
    width: auto;
}

/**
* Cards
*/
.card {
    background-color: #FFFFFF;
}

.aside .card {
    background-color: #DBE8B5;
}

.card .body{
    display: block;
}

.card a {
    background: transparent;
    color: #222222;
}

.card a:hover {
    color: #A7392F;
}

.card .body .more a{
    background-color: #A7C93E;
    color: #FFFFFF;
    padding: 0px 5px 0px 5px;
}

.card .body .more a:hover {
    background-color: #A7C93E;
    color: #A7392F;
    padding: 0px 5px 0px 5px;
}

.comments .comment {
    background-color: #DBE8B5; border: none;
    background-image: url(/images/comment_bg.png);
    background-position: 80px 0;
    background-repeat: no-repeat;
    min-height: 100px;

}
.card.comment a.gravatar {padding: 0; border: none; float: left;}
.card.comment .content {font-size: 12px; margin: 15px 40px 0 140px;}
.card.comment h4 {font-size: 12px; margin-bottom: 10px;}

/**
* Preview - Collections
**/
.preview-with-more {
    position: relative;
    padding: 10px;
}


/**
* Front page
*/

.front-page .left, .front-page .right {
    width: 50%;
}

.front-page .section h3 {
    font-weight: bolder;
}

.front-page .section .content-header {
    margin: 0px;
}



.front-page .welcome-message {
     background-color: #FFFFFF;
     margin-top: 25px;
     font-family: 	"Lucida Grande","Trebuchet MS",Arial,sans-serif;
     font-size: 15px;
     line-height: 1.5;
}


.icon-presentation {
    background-color: #FFFFFF;
    position:relative;
    width: 960px;
    height: 190px;
}


.icon-container {
    position: absolute;
    height: 150px;
    width: 215px;
    top: 20px;
}

.icon-container h2, li {
    font-weight: bold;


}

.icon-container h2 {
    color: #A7392F;
    font-family: verdana, sans-serif;
    padding-top: 0px;
    padding-left: 50px;
    font-size: 18px;
}

.icon-container ul {
    padding-left: 20px;
    padding-top: 10px;
}

.icon-container li {
    color: #87A333;
    font-family: georgia, serif;
    font-style: italic;
    font-size: 16px;
    padding-top: 10px;
    padding-left:14px;
    

}


.cup-icon-container {
    left: 20px;
    background-image: url('/images/backgrounds/cup-background.gif');
}

.friends-icon-container {
    left: 255px;
    background-image: url('/images/backgrounds/friends-background.gif');
}

.venue-icon-container {
    left: 490px;
    background-image: url('/images/backgrounds/venue-background.gif');
}

.ball-icon-container {
    left: 725px;
    background-image: url('/images/backgrounds/ball-background.gif');
}



/**
* News Cards
*/

div .item .news .body {
    margin-top: 10px;
    font-weight: normal;
}

div .item .news .body .timestamp{
    display: block;
    margin-top: 5px;
}

div .item .news .body .more{
    font-weight: bold;
}

/*
* User's show page
*/
.show-page .content-header a.new-friendship-link {
    position:absolute;
    right:65px;
    top:30px;
}

/*
* Account Nav
*/
.page-header .account-nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.page-header .account-nav a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px 7px;
}
.page-header .account-nav a:hover {
    color: #A7392F;
}

/*
* News Icons Nav
*/
.page-header .news-icons-nav {
    position: absolute;
    bottom: 30px;
    right: 10px;
}

/*
* Search
*/
.page-header div.search {
    padding: 5px 10px 7px;
}

/*
* Dev User Changer (Selectbox)
*/
select.dev-user-changer {
    left: 410px;
    top: 0px;
}

/*
* Logo
*/ .page-header .app-name {
    background-color: #87A333;
    padding: 0px 0px 5px 22px;
}

/*
* Flash Messages
*/ .flash.notice {
}

/*
* Login Page
*/ .login-page {
    width: 960px;
    margin: 0 auto 20px;
    } .login-page .content-body, .login-page .content-header {
    margin-left: 120px;
    margin-right: 120px;
}

.signup-page form .actions {
    margin:0;
    padding:10px 0 10px 160px;
    text-align:left;
}

/*
* New Pages
*/ .subheading .view {
    background-color: #A7C93E;
    color: #FFFFFF;
    padding: 0px 5px 0px 5px;
    } .subheading a:hover .view, .subheading a:focus .view {
    background-color: #A7C93E;
    color: #A7392F;
    padding: 0px 5px 0px 5px;
}

/**
* Dashboard
*/ .filter form, .filter form div {
    display: inline;
}

/*
* CalendarDateSelect
*/
/* Shrink date and datetime fields to make room for the CalendarDateSelect pop-up button. */ .calendar-date-input input[type = text] {
    width: 33%
    } .calendar-datetime-input input[ type = text] {
    width: 33%
}

/* Fix to make the buttons within the CalendarDateSelect pop-up
window readable. */ .calendar_date_select .cds_buttons a {
    background-color: black;
}

/**
* Nicedit
*/ .nicEdit-main {
    background-color: #FFFFFF;
}

/**
* Footer
*/ .footer a {
    color: #CCCCCC;
    font-size: 11px;
    background-color: transparent;
}

/*
* Spinner
*/
#ajax-progress, #search-spinner {
    background-color: #E56717;
    color: #FFFFFF;
    border-color: #DBE8B5;
    opacity: 0.9
}


/**
* Forms
*/
.field-list th {
    vertical-align: top;
}

/**
* this is a fix for nicEdit in IF - remove after nicEdit
*/	
.field-list textarea {
    width: 733px;
}
