﻿/* 
Mediaburst Textburst Style 2010

Author: Martin Steel / Mediaburst Ltd.
Copyright: Mediaburst Ltd.
*/

/* HTML Tags*/
html { overflow-y: scroll; }
body
{
	background: #ffffff url(/images/tb-bg-page.gif) repeat scroll top left;
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	max-width: 1270px;
    min-width: 1000px;
    margin: 0 auto;
}

h1 { padding-top: 20px; }

div, form { margin: 0px; padding: 0px; }

a { color: #c03; }
a:hover { text-decoration: none; }

/* Template items */
#wrapper
{
	margin: 35px 35px; 
	padding: 0px;
	background-color: #F6F6F6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border: 10px solid #E6E6E6;
	border-radius: 10px;
}
#loggedout 
{
    width: 680px;
    margin: 0 auto;
}
#loggedout-content 
{
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 80px auto;
	width: 680px;
	float: left;
	border: 10px solid #EFEFEF;
}
    #loggedout-content .column 
    {
        float: left;
        width: 300px;
        margin: 20px 0;
        min-height: 325px;
        padding: 0 20px;
    }
    #loggedout-content .column-two 
    {
        border-left: 1px solid #e5e5e5;
        width: 299px;
    }
    #loggedout-content h1
    {
        font-size: 20px;
        padding: 16px 0 0 0; 
        margin: 0;  
        font-weight: normal;
    }
    #loggedout-content h2
    {
        font-size: 18px;
        padding: 16px 0 10px 0; 
        margin: 0;  
        font-weight: normal;
    }
    #loggedout-content fieldset 
    {
        padding: 60px 0px 0;
    }
    #loggedout-content .field 
    {
        width: 100%;
        float: left;
        padding: 0 0 10px;
        clear: both;
        margin: 0;
    }
    #loggedout-content label
    {
        float:left;
        margin: 4px 15px 0 0;
        width: 70px;
    }
    #loggedout-content input 
    {
        color: #666;
        display: inline;
        font-size: 16px;
        padding: 2px 4px;
        width: 200px;
    }
    #loggedout-content input.button 
    {
        width: auto;
        margin: 15px 0 0 85px;
        padding: 2px 15px;        
    }
    #loggedout-content fieldset a 
    {
        float: right;
        display: block;
        margin-top: 80px;
    }
    #loggedout-content .blurb
    {
        background: url("/images/tb-bg-red.gif") repeat scroll 0 0 #CC0033;
        -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;	
        color: #fff;
        padding: 0 0 20px;
        position: relative;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);   
        width: 299px;
        float:left;
    }
    #loggedout-content .blurb h2 
    {
        margin: 0;
        padding: 20px 20px 0;
        font-size: 28px;
        font-weight: normal;        
    }
    #loggedout-content .blurb p 
    {
        margin: 0;
        padding: 0 20px 10px;
    }
    #loggedout-content .blurb span 
    {
        background: url("/images/birds-speech.gif") no-repeat scroll 0 0 transparent;
        bottom:-130px;
        content:"";
        display:block;
        height:130px;
        left:0;
        position:absolute;
        width:158px;
    }
    #loggedout-content p.success, #loggedout-content p.error, #loggedout-content p.info 
    {
        margin-top: -55px;
    } 
#header 
{
    background: #FFF;
}
    
#header .name
{
	font-size: 40px;
	padding-left: 15px;
	color: #993366; 
	text-transform: lowercase; 
	font-weight: bold; 
	letter-spacing: -3px;	
	float: left;		
}
#outheader h1
{
	font-size: 40px;
	color: #993366; 
	text-transform: lowercase; 
	font-weight: bold; 
	letter-spacing: -3px;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* jQuery colorbox plugin */
#colorBox{}        
    #cboxContent 
    {
        background:#fff;
        -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;	
	    border: 10px solid #E6E6E6; 
	    
	}
	    #cboxLoadedContent>div { padding: 10px 10px 10px 10px; }
	    #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}
	    #cboxClose{position:absolute; top:5px; right:30px; display:block; color:#444; background: #fff; border-radius: 5px; padding: 2px 5px;}
