/*
    This file contains style for color
*/

/*
 *  General styles
 */



h2, h2 a {
    color: #87a734;
    text-decoration: none;
}

a {
    color: #87a734;
}


/*
 * Header
 */

#header {
/*    background: url(images/background2.png) no-repeat top center;*/
}

#header h1, #header h1 a {
    color: #352c26;
}

#header p {
    color: #87a734;
    background: #fff;
}



/*
 * Section
 */

#movie-list li a {
    background-color: #eae7e9;
}

#movie {
/*    background-color: #63565d;*/
}

#section .post img {
    border-color: #baebe1;
}


.more-link {
    color: #ff6600;
}

.more-link:hover { color: #9ebf36; }



/*
 * Sidebar
 */

#sidebar .special h2 {
    color: #24b7cb;
}


#sidebar li a {
    color: #837a7f;
}


#twitter-feed {
    background-color: #24b7cb;
    color: #fff;
}


.plain ul {
    border-color: #e5e5e5;
}


/*
 *  Buttons
 */

#more-about li a, .button {
    background-color: none;
    background-image: url(images/button.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.bigbutton {
	background: url(images/bigbutton.png) 0 0 no-repeat;
}

#more-about li a:hover, .button:hover, .bigbutton:hover {
    background-position: 0 -21px;
}

#more-about li a:active, .button:active, .bigbutton:active {
    background-position: 0 -42px;
}



/*
 * The footer element
 */

#footer {
    background: #e0ecd4;
    border-top: 5px solid #eff4e8;
    color: #666;
}