body {
    background:#FFFFFF url(/static/img/furniture/wallpaper_scratchy.gif) repeat-x fixed center top;
}

.clearfix{
    clear: both;
}

#header_contents { margin-top: 12px; } 

h1 {
    margin-bottom: 0px;
    color: #424242;
}

h4 {
    margin-bottom: 0px;
    color: #424242;
}

h5 {
    color: #424242;
    margin-bottom: 10px;
    margin-top: 3px;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
    color: #ff9121;
}

p#intro {
	margin-bottom: 4px;
	color: #5e5e5e;
}

/* this is the 'built-in' django messaging div*/
div#messages{
    float: left;
}

    div#messages ul.message-list {
        font-weight: bold;
        font-size: 1.1em;
        color: #fff;
        margin: 0;
        padding: 0;
    }
        div#messages ul.message-list li{
            margin: 10px;
            padding: 8px;
            width: 898px;
        }

    		div#messages ul.message-list li.success {
    			background: #307D7B;
    		}
            div#messages ul.message-list li.error {
            	background: #AA5046;
            }
            div#messages ul.message-list li.warning {
            	background: #D4C03E;
            	color: #1A1A1A;
            }


#footer_contents { 
    margin-top: 0px; 
    color: #5e5e5e;
} 

.video_listing li {
    display:block;
    float:left;
    margin:0 15px 15px 0;
    position:relative;
}

#navmenu ul {
    margin: 0; 
    padding: 0;
	list-style-type: none; 
	list-style-image: none; 
}

#navmenu li {
    display: inline; 
    margin: 0 1px 0 0;
    color: #d5d5d5;
}

form p{
    vertical-align: top;
}

ul.errorlist{
    list-style: none;
    margin: 0;
}

    ul.errorlist li{
        border-bottom: 1px solid white;
        background: #730604;
        color: white;
        padding: 2px 5px;
        margin: 0;
    }

span.form-help-text{
    display: block;
    margin-left: 120px;
    color: #5E5E5E;
}

span.required-field-marker{
    color: red;
}

form#unsubscribe-form label{
    width: 400px;
    float: left;

}

#filter h4 {
    color:#FF7E7E;
}

#sign_up h4 {
    color:#80B538;
}

    form#signup_form span.required-field-marker,
    form#signup_form label{
        display: none;
    }

    form#signup_form input[type='text']{
        width: 180px;
    }

    form#signup_form p, #filter p{
        margin-bottom: 5px;
    }
    
#search {
    padding-right:20px; 
    border-right-color:gray; 
    border-right-style: dotted; 
    border-right-width:1px;
}

#filter {
    border-bottom-color:gray; 
    border-bottom-style: dotted; 
    border-bottom-width:1px;
    padding-bottom:10px;
    margin-bottom:10px;
}