/*  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Sep7agon.net Care Patch v1.1
    [2014.10.13], by Isara
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Description:
    This file contains generic stylesheet patches for Sep7agon.net. 
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/

/*  Generic
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* Lists */

li {
    margin-bottom: 5px;
}

/* Thread approval background */

.approvetbg {
    background-color: #933 !important;
    color: #ddd !important;
    border-color: #B44242 !important;
}

.approvetbg2 {
    background-color: #802828 !important;
    color: #eee !important;
    border-color: #B44242 !important;
}

/*  [End/Generic]
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */


/*  Notifications
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/*  Success message */

div#profile_success {
    border-color: #9cc !important;
    color: #eee !important;  
    background: #6e9595 !important;
}

/* Info box */

div.information {
    border-color: #cc9 !important;
    background-color: #8c956e !important;
    color: #ddd !important;
}

/* Error Box */

div.errorbox {
    border-color: #cc3333 !important;
    background-color: #a63939 !important;
    color: #eee !important;
}

.error, .alert {
    color: #ddd !important;
}

/*  [End/Notifications]
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/*  BBCode
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/*  Code BBCode changes: Nightfall theme */

code.bbc_code {
    color: #c29972 !important;
    background: #202020;
}

/*  [End/BBCode]
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/*  Alerts
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#alerts {
    background-color: #333 !important;
    color: #ddd !important;
}

#top_alerts {
    border-bottom-color: #666 !important;
}

.alarm_border {
    border-bottom-color: #666 !important;
}

.alarm_clear a {
    color: #eee !important;
}

#top_alerts a:hover {
    color: #fff;
}

.alerts_notifications_new {
    background: rgba(0,0,0,0.6) !important;
}


/*  [End/Alerts]
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
	
/*Youtube Figure Width Fixes*/

figure {
	margin: 0 !important;
}
/*End Youtube fixes*/

.biginput {
	outline: none;
}