/*
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;	
}

/* sandbox */

#sandbox_title {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0;	
	margin: 0;
	background: #5A7C2D;
	border-bottom: 1px solid #fff;	
	clear: left;
	height: 66px;
	}	
	
#sandbox_title h1 {
	font-family: Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0px 12px;	
	color: #fff;
	border: 0;
	width: 700px;
	}	
	
#sandbox_title p {
	padding: 2px 0 0 12px;
	color: #ffffff;
	margin: 0;
	}	
	
#sandbox_title a {		
	font-family: Arial,Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	font-size: 9pt;
	color: #F6B412;
	}	
		
#sandbox_title a:hover {
	color: #ffffff;	
	}		
	
#sandbox_links {
	border-bottom: 1px solid #ffffff;
	background: #ffffff;
	height: 72px;
	padding: 0;
	margin: 0;
	clear: left;
	}	

.sandboxlinks {
	float: left;
	width: 62px;
	border: 0px solid #fff;
	margin: 2px;
	padding: 9px 4px 4px 4px;
	text-align: center;
	}



/* ---[ admin bar ]----------------------------------- */

#publish_remote {
	border: 1px solid #dddddd;
	padding: 10px 10px 0 5px;
	margin: 20px 0 15px 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;
}

/* ---[ bubble ]------------------------------- */	
	
.tooltip {
	width: 200px; 
	color: #fff;
	font: lighter 12px/1.3 Helvetica, sans-serif;	
	line-height: 1.4em;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	z-index:3;
	}
	
.tooltip span.top {
	padding: 30px 8px 0;
    background: url('design/bt.gif') no-repeat top
	}

.tooltip b.bottom {
	padding:3px 8px 8px 3px;
	color: #548912;
    background: url('design/bt.gif') no-repeat bottom
	}	