/* 
LAYOUT STYLE SHEET FOR [ATTIK DESIGNS]
Created by [KAREN MCC]
[https://www.attikdesigns.ie]
*/
/*  ----------------------- STRUCTURE -----------------------  */
div.layout {
		width:100%;
}
div.wrapper {
		width: 1000px;
		margin: 0 auto;
		}
div#layout-top {
		border-top:4px solid #c80000;
		border-bottom:1px solid #fff;
		background:#fff url(/admin/mainpics/bgs/bg-layout-top.jpg) 0 bottom repeat-x;
		padding-bottom:15px;
}
div#layout-nav {
		border-bottom:1px solid #fff;
		background: url(/admin/mainpics/bgs/bg-layout-nav.jpg) 0 0 repeat-x;
		height:66px;
}
div#layout-content {
		border-bottom:1px solid #787777;
		background:#fff url(/admin/mainpics/bgs/bg-layout-content.jpg) 0 0 repeat-x;
		padding:10px 0 20px;
		min-height: 550px;
}
div#layout-bottom {
		background:#b5b3b3 url(/admin/mainpics/bgs/bg-layout-bottom.jpg) 0 0 repeat-x;
		height:101px;
}
div#top {
		}
div#top-menu {
		background:url(/admin/mainpics/bgs/bg-top-menu.png) 0 0 no-repeat;
		width:558px;
		height:36px;
		float:right;
}
div#top-menu-link-holder {
		padding:0px 30px;
		text-align:center;
}
div#logo {
		clear: both;
		background:url(/admin/mainpics/logo.png) 0 0 no-repeat;
		width:321px;
		height:67px;
		position:absolute;
		top:15px;
		}
div#logout-holder {
	
}
div#navContainer {
		}
div.content {
		clear: both;
		min-height:400px;
		}
div.contentLeft {
		clear: both;
		float: left;
		width: 100px;
		}
div.contentCentre {
		float: left;
		width: 500px;
		}
div.contentRight {
		float: left;
		width: 100px;
		}
div#footer {
		clear: both;
		padding:20px;
		}
div.content:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}		
/*  ----------------------- SPECIFICS -----------------------  */
/*  -----------------------  */
/*  toolbars	            */
/*  -----------------------  */
div#toolbar {
	margin-bottom:10px;
	width:100%;
	min-height:80px;
}
.toolbar-item {
	width:20%;
	float:left;
	margin-bottom:10px;
}
.toolbar-item .text-right {
	padding-right:5px;
}
