/*
    Copyright (c) 2008-2009, Element Fusion, LLC. All rights reserved.
    -------------------------------------------------------------
    LICENSED FOR USE UNDER A CREATIVE LICENSE AGREEMENT
    -------------------------------------------------------------
    This document, and all creative material associated herein, is protected under copyright law 
    to be used exclusively with    the Content Management Systems of Element Fusion, LLC.
    -------------------------------------------------------------
    You can read the full creative license agreement at: http://www.elementfusion.com/license
    -------------------------------------------------------------
    
    Template - Ink Magazine
    Author   - Neill Harmer    
    Company  - Element Fusion
    
    Style    - style.css
            
*/


@import "style-reset.css";
@import "style-contents.css";
@import "style-template.css";
@import "style-texteditor.css";


    #future_warning {
        font-family:arial;
        width:900px;
        height:55px;
        border:1px solid #FFFFFF;
        border-top:0;
        background:#ffec6d;
        font-size:12px;
        line-height:11px;
        position:absolute;
        left:50%;
        margin-left:-450px;
        z-index:1000;
    }
    
    #future_warning p {
        padding:5px;
    }
    
    #future_warning ul {
        list-style:none;
        padding:0;margin:0;
        float:right;
    }
    
    #future_warning ul li {
        float:left;
        height:40px;
        width:145px;
        font-size:12px;
        padding:5px;
    }
    
    #future_warning ul li img {
        float:left;
        padding-right:5px;
    }

#future_warning a {display:block;}

