/*
Title:      	default site objects
Author:     	www.sitesmiles.co.uk
Updated:    	Jun 06 2006
*/

/* restrictions */

#main-body {
	max-width: 1000px;	
}

#wrap, #title, #nav, #breadcrumb, #content, #footer {
	max-width: 1000px;	
}

/* ---[ admin bar ]----------------------------------- */

#publish_remote {
	border: 1px solid #dddddd;
	padding: 7px 10px 0 10px;
	margin: 20px 0 10px 0;
	background: url(../design/form-bg.gif) repeat-x bottom;
	font-size: 10pt;
	}
	
#publish_remote .confirm {
	margin: 1.5em 0;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border: 3px solid #FF9933;
	border-left: none;
	border-right: none;
	background: #FFF3CE;
	}	
	
#publish_remote h1 {
	font-family: Arial,Helvetica, sans-serif;
	line-height: 20px;
	font-size: 15pt;
	font-weight: bold;
	color: #C85226;
	margin: .5em 0 0 0;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 16px;
    position: relative;
    overflow: hidden;
    float: left;
}

p {
    clear: left;
}	

#publish_remote h1 span {
    position: absolute;
    width: 100%;
    height: 5em;
}	

#publish_remote .button {
	text-transform: uppercase;
	border: 1px solid;
	border-color: #ddd;
	padding: 3px 7px 3px 7px;
	margin: 6px;	
	font-family: Arial,Helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;
	font-size: 9pt;	
	color: #FFF;
	background: #235C9D;
	text-decoration: none;
}

#publish_remote a:hover, #publish_remote a.active {
	color: #fff;
	background: #F60;
}

/* Voucher related styles */
.voucher{border:1px dashed #000;width:90%;}
.voucher img{float:right;margin:0 0 12px 12px;}

