 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Century Gothic, Tahoma, Geneva, Sans-serif;
}


/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #E1E1E1;
 	line-height: 1.3em;
 	font-size: 12px;
	padding:0 0 12px 0;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: none;
	color: #B796BD;
}
	.typography a:hover { 
 		text-decoration: underline;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 10px 0 15px 10px;
}
.typography ul {
	list-style-type: square;
	color:#E1E1E1;
}
	.typography li {
		margin: 5px 10px;
		font-size: 11px;
	}
		.typography li li {
			font-size: 10px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 {
	font-size: 28px;
	color: #E1E1E1; 
	margin: 20px 0 15px 0;
	font-weight: 400;
}
.typography h2 { 
 	font-size: 28px; 
	color: #B796BD; 
	margin: 20px 0 15px 0;
	font-weight: 400;
}	
.typography h3 {
	color: #B796BD;
	margin: 20px 0 14px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
}
.typography h4 {
	font-size: 16px;
	color: #B796BD;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	margin: 20px 0 13px 0;
}
.typography h5 {
	font-size: 14px;
	color: #E1E1E1;
	font-weight: 700;
	margin: 20px 0 10px 0;
}
.typography h6 {
	font-size: 14px;
	color: #B796BD;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography address {
	margin-bottom: 10px;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 2em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
	color:#000;
	white-space:normal;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography th,
		.typography td {
			color:#E1E1E1;
		}
	
		.typography th {}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	float:left;
	margin-right: 5px;
}
.typography label.left {
	float:none;
}
.typography .center {
	padding:50px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
}
.typography .right {
	float:right;
	margin-left: 5px;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin: 0px 0 10px 10px;
		padding: 0;
	}
	.typography img.rightAlone {
		float: right;
		margin-left: 100%;
		padding: 0;
	}
	.typography img.left {
		float: left;
		margin: 0px 10px 10px 0;
		padding: 0;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
		padding: 0;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		display: block;
	}

/* COLOUR TABLE 
-------------------------------------------- */
/*
td.colour1{background-color: #E1E1E1;}
td.colour2{background-color: #000;}
td.colour3{background-color: #4e2c4f;}
td.colour4{background-color: #131313;}
td.colour5{background-color: #1e1b1a;}
td.colour6{background-color: #494848;}
td.colour7{background-color: #666;}
td.colour8{background-color: #ccc;}
td.colour9{background-color: #eee;}
td.colour11{background-color: #999;}

/* COLOUR SPAN 
-------------------------------------------- */
/*
.typography span.colour1{color: #B796BD;}
*/
/* CUSTOM STYLES
-------------------------------------------- */
.typography .Purple{
color: #B796BD;
}
.typography .Purple_10px {
color: #B796BD;
font-size:10px;
line-height:11px;
}
.typography .Purple_11px {
color: #B796BD;
font-size:11px;
line-height:12px;
}
.typography .Purple_14px {
color: #B796BD;
font-size:14px;
line-height:15px;
}
.typography .Purple_16px {
color: #B796BD;
font-size:16px;
line-height:18px;
}
.typography .Purple_20px {
color: #B796BD;
font-size:20px;
line-height:22px;
}
.typography .Purple_26px {
color: #B796BD;
font-size:26px;
line-height:28px;
}
.typography .White{
color: #E1E1E1;
}
.typography .White_10px {
color: #E1E1E1;
font-size:10px;
line-height:11px;
}
.typography .White_11px {
color: #E1E1E1;
font-size:11px;
line-height:12px;
}
.typography .White_14px {
color: #E1E1E1;
font-size:14px;
line-height:15px;
}
.typography .White_16px {
color: #E1E1E1;
font-size:16px;
line-height:18px;
}
.typography .White_20px {
color: #E1E1E1;
font-size:20px;
line-height:22px;
}
.typography .White_26px {
color: #E1E1E1;
font-size:26px;
line-height:28px;
}
#TB_window  {
font-family: Century Gothic, Tahoma, Geneva, Sans-serif;
background:#000000 none repeat scroll 0 0;
border:4px solid #525252;
color:#E1E1E1;
display:none;
left:50%;
position:fixed;
text-align:left;
top:50%;
z-index:102;
}
#TB_window img#TB_Image {
border:none;
display:block;
margin:15px 0 0 15px;
}
#TB_window  a:hover{
color:#ffffff;
}
#AubergineBanner p {
margin: 0px;
padding: 0px;
}

#footer_content {
	padding:10px 0 10px 0;
	margin-bottom:30px;
	overflow:hidden;
}

#address {
	background:url(http://www.auberginealbany.co.nz/assets/Uploads/Homepage/ConceptA5address.jpg) no-repeat;
	height:132px;
    overflow:hidden;
}

.address_content {
	margin:15px;
}

.copyright {
	clear:both;	
}
