/* -----------------------------------------------
	Robinsons Entertainment - robdj.co.nz
	Description: Style sheet for robdj.co.nz
----------------------------------------------- */

/*----------------------------------------------- 
	GLOBAL RESET 
-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*----------------------------------------------- 
	LAYOUT 
-----------------------------------------------*/

	#out-container {
		background-image:url(/images/layout/shadow-bg.png);
		background-repeat:repeat-y;
		width:900px;
		margin:auto;
		
	}
	
	#in-container {
		width:890px;
		margin-left:5px;
		margin-right:5px;
		background-color:#000000;
		border-bottom:#333333 1px solid;
	}
	
	
	
	/*----------------------------------------------- 
		Header 
	-----------------------------------------------*/
	
	#head-container {
		height:145px;
	}
	
	#head-logo {
		float:left;
		width:200px;
		height:110px;
		margin-left:8px;
		margin-top:20px;
	}				
	
	#head-img {
		float:right;
		width:160px;
		height:130px;
	}
	
	#head-separator-wrap {
		clear:both;
		background-image:url(/images/layout/separator-bg.png);
		background-repeat:repeat-y;		
		height:15px;
		margin:0 10px 20px 10px;
		border:#394164 1px solid;
	}
	
		#head-separator {
			background-image:url(/images/layout/separator-grill.jpg);
			background-repeat:no-repeat;
			height:15px;	
		}										
	
/*----------------------------------------------- 
	Content
-----------------------------------------------*/

#content {
	margin:20px 10px 10px 10px;
}
	
	
	/*----------------------------------------------- 
		Side Bar
	-----------------------------------------------*/
	
	#side {
		float: left;
		width:143px;
		padding-right:15px;
	}
	
		#nav {
			margin-bottom:20px;
		}		
			
		#side-lower {
			clear:left;
			margin-top:30px;
			text-align:center;
		}
		
	
	
	/*----------------------------------------------- 
		Main Content 
	-----------------------------------------------*/
		
	#main-content {		
		float:left;
		width:695px;
		padding-left:15px;
		border-left:#262f54 1px solid;		
	}	
	
	/*----------------------------------------------- 
		Footer Content 
	-----------------------------------------------*/
	
	#footer {
		clear:both;
		height:30px;
		margin:20px 10px 0 10px;
	}
	
		#footer-upper-wrap {
			background-image:url(/images/layout/separator-bg.png);
			background-repeat:repeat-y;
			height:15px;
			margin-bottom:10px;
			border:#394164 1px solid;			
		}
		
			#footer-upper {
				background-image:url(/images/layout/separator-grill.jpg);
				background-repeat:no-repeat;
				height:15px;
				text-align:center;
				font-size:10px;
			}	

/*----------------------------------------------- 
	FORMAT
-----------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/layout/bg.png);
	color:rgb(255, 255, 255);
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;	
	color:rgb(255, 255, 255);
	font-weight:bold;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;	
	color:rgb(255, 255, 255);
	font-weight:bold;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:rgb(255, 255, 255);
	font-weight:bold;
}

a {
	color:rgb(255, 255, 255);	
}

a:hover {
	text-decoration:none;
}

input {
	font-size:10px;
}

select {
	font-size:10px;
}

textarea {
	font-family:Tahoma;
	font-size:11px;
}

/*----------------------------------------------- 
	CLASSES
-----------------------------------------------*/

.formTitle {
	font-size:10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


