/*
	Cascading Style Sheet
	For BANDIT DESIGN
	http://www.bandit.co.nz
	
	By none other than
	Captain JAMES NISBET
	http://jamesn.net
*/

body {
	background-color: #e8f6ff; /* #e3f7ff */
	margin: 0;
	font-size: 12px;
	font-family: "Century Gothic", Futura, Arial, Helvetica, sans-serif;
}

.clear, .claire { clear: both; }

a { color: inherit; }
	a img { border: 0; }
	:focus { outline: 0; }


#container {
	width: 716px;
	margin: 20px 0px 0px 20px;
	
	position: relative;
	overflow: hidden;
}


#header {
	width: 607px;
	float: left;
}
	#header h1 {
		width: 607px;
		height: 272px;
		margin: 0;
		
		text-indent: -9999px;
		background: url(../img/flavour.jpg) no-repeat;
	}
	#header #logo {
		display: block;
		float: left;
		width: 333px;
		height: 167px;
		
		text-indent: -9999px;
		background: url(../img/bandit-design.png) no-repeat top right;
	}
	#header #ingredients {
		float: right;
		width: 274px;
		height: 167px;
		
		text-indent: -9999px;
		background: url(../img/ingredients.png) no-repeat top left;
	}


#menu {
	width: 103px;
	float: right;
	
	list-style-type: none;
	margin: 0;
	padding: 80px 0px 0px 0px;
}
	#menu li {
		height: 103px;
		margin: 0px 0px 6px 0px;
		padding: 0;
		
		overflow: hidden;
	}
		#menu li.net { height: 23px !important; }
		#menu li.contact { height: 48px !important; }
		
		#menu li img { float: right; display: block; }
		#menu li a {
			display: block;
			width: 103px;
			height: 103px;
			
			text-indent: -9999px;
			background: url(../img/menu-sprite.png) no-repeat;
		}
			#menu li.contact a { background-position: 0px 0px; height: 48px !important; }
				#menu li.contact a:hover { background-position: -103px 0px; }
			#menu li.portfolio a { background-position: 0px -48px; }
				#menu li.portfolio a:hover { background-position: -103px -48px; }
			#menu li.design a { background-position: 0px -151px; }
				#menu li.design a:hover { background-position: -103px -151px; }
			#menu li.thoughts a { background-position: 0px -254px; }
				#menu li.thoughts a:hover { background-position: -103px -254px; }


#miscellaneous {
	
}
	#miscellaneous p {
		margin: 0;
		
		line-height: 22px;
		text-align: center;
	}
		#miscellaneous p a { text-decoration: none; }
			#miscellaneous p a:hover { border-bottom: 1px dashed #56A150; }
		#miscellaneous p em { color: #56A150 !important; font-style: normal; }
		#miscellaneous p.big { font-size: 14px; }
		
		#miscellaneous p div { vertical-align: text-top; } /* Google +1 button */
		
		p.blue, p.blue a { color: #578CA5; }
		p.purple, p.purple a { color: #74468B; }
		p.green, p.green a { color: #56A150; }
		p.light, p.light a { color: #B0C4CC; font-style: italic; }


/*
	TOP SEKRET KONAMI CODE STUFF!
	... up, up, down, down, left, right, left, right, B, A
*/
#header.konami {
	position: absolute;
	z-index: 99;
}
	#header.konami h1 {
		background: url(../img/konami-flavour.jpg) no-repeat !important;
	}
	#header.konami #logo {
		background: url(../img/konami-bandit-design.png) no-repeat top right !important;
	}
	#header.konami #ingredients {
		background: url(../img/konami-ingredients.png) no-repeat top left !important;
	}

/*
	xoxo
*/