/* @override http://127.0.0.1:8000/static/themes/app/style.css */

@import url("../motion/style.css");

/* Easily overridable classes that are assigned to the right places in the DOM */


a:link, a:visited,  a:active {
	color: #014384;
}
a:hover {
	color: #0c8041;
}
h2, h3 {
	border-bottom: 1px dotted #999;
}
#pagebody {
	border: 1px solid #666;
}
/* assigned to body tag */
.design-background {
    background: #fff;
}
.design-compose-background {
    /* background: #9AE4E8 url(YOUR_URL_HERE) fixed no-repeat top left !important; */
}
#user-compose-friends {
	background-color: #0c8041;
}
/* assigned to #banner #banner-header a */
.design-logo {
    background: url('images/header.jpg') top left no-repeat !important;
    display: block;
    overflow:hidden;
    height:  0;
    padding-top: 100px;
    width: 736px; 
    margin: 20px auto 0 auto;
}
#post-submit, .submit-wrapper button {
	background-color: #014384 !important;
}
.widget-following, .widget-followers {
	border-top: 1px dotted #ccc;
}
#compose-inner {
	background-color: #c0ead3;
}
.featured-member .actions h2, .user-profile .actions h2, .members-list #page-title {
	border-bottom: 1px dotted #ccc;
}
.member-listitem {
	border-top: 1px dotted #ccc !important;
}
/* assigned to #pagebody */
.design-content-color {
    /* color: #f00; */
}
/* assigned to #pagebody */
.design-content-font {
    /* font-family: "Comic Sans MS" !important; */
}
/* assigned to #pagebody */
.design-content-border, h2, h3 {
    /* border-color: #0f0 !important; */
}
/* applied to headings; notably widgets, etc. */
.design-highlight-color {
    /* color: #00f !important; */
}