/*
Client: 	Gigz.com
Date:		11/07/06
Created:	L Hughes @ magic duk media 
*/

@import "form.css";
@import "admin.css";

/* Default */
html {
	background: url(../images/body_bg.jpg) repeat top left;
}

body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
}

h1 {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.6em;
}
/*  */

/* Generic styles */
div.clear {
	clear: both;
	line-height: 1px;
}
/*  */

/* Structure */
div#frame {
	margin: 10px auto 0 auto;
	width: 736px;
	
	background: url(../images/content_bg.jpg) repeat-y top left;
}

div#header {
	margin: 0 0 0 6px;
	padding: 0;
	width: 593px;
	height: 171px;
	
	background: url(../images/header_bg.jpg) no-repeat top;
}

div#column {
	margin: 0 0 0 599px;
	position: absolute;
	top: 200px;
	height: 620px;
	width: 138px;
}

* html div#column {
	margin-left: 588px;
}

div#column img {
	border: none;
}

div#content {
	margin: 0 2px 0 11px;
	padding: 4px 6px 4px 6px;
	width: 571px;
	min-height: 220px;
	
	background-color: #EDE8E3;
}

div#footer {
	margin: 0;
	padding: 1px 6px 4px 6px;
	height: 170px;
	width: 587px;
	
	background: url(../images/footer_bg.jpg) no-repeat bottom left;
}
/*  */

/* Header */
ul#primary {
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	top: 136px;
	float: right;
	
	font-size: 1.1em;
	list-style: none;
}

ul#primary li {
	margin: 0 6px 0 6px;
	display: inline;
}

ul#primary li a {
	color: #fff;
	text-decoration: none;
}

ul#primary li a:hover {
	text-decoration: underline;
}

img.logo {
	margin: 5px 0 0 48px;
	border: none;
}
/*  */

/* Content */
div#search {
	margin: 2px 0 0 25px;
	padding: 6px;
	float: right;
	width: 185px;
	
	border: #fff 1px solid;
}

div#search p {
	line-height: 1.3em;
}

	/* Result */
	div.pagetitle {
		margin: 4px 0 0 6px;
		padding: 4px 6px 0 6px;
		height: 30px;
	}
	
	div.pagetitle h2 {
		width: 150px;
		
		color: #ff5a00;
		font-size: 1.3em;
		text-align: center;
		font-weight: normal;
	}
	
	#top h2 {
		margin: 0;
		padding: 0;
	}
	
	#bottom h2 {
		margin: 10px 0 0 0;
	}
	
	* html #bottom h2 {
		margin: 13px 0 0 0;
	}
	
	#top {
		background: url(../images/result_title_top_bg.jpg) no-repeat top left;
	}
	
	#bottom {
		background: url(../images/result_title_bot_bg.jpg) no-repeat bottom left;
	}
	
	ul.inpgnav {
		margin: 0 0 1em 11px;
		padding: 5px;
		list-style: none;
		height: 14px;
		width: 573px;
		
		background-color: #F3F0ED;
	}
	
	ul.inpgnav li {
		margin-right: 8px;
		float: left;
	}
	
	ul.inpgnav li em {
		margin-right: 20px;
		font-style: normal;
	}
	
	ul.inpgnav li.inpgnext a,
	ul.inpgnav li.inpgprevious a {
		text-decoration: none;
		font-weight: bold;	
	}
	
	ul.inpgnav li a {
		display: block;
		width: 10px;
		
		color: #FF7800;
	}
	
	div.result {
		margin: 0 0 1em 11px;
		padding: 4px 6px 4px 6px;
		width: 571px;
		height: 207px;
		
		color: #777777;
		background-color: White;
		border-bottom: #8F8353 1px solid;
	}
	
	div.result img {
		margin-right: 15px;
		padding: 4px;
		float: left;
		
		border: #D88429 1px solid;
	}
	
	div.result h1 {
		font-size: 1.8em;
		font-weight: normal;
		font-family: Helvetica, sans-serif;
		color: #777777;
	}
	
	div.result ul {
		margin: 4px 0 0 0;
		padding: 0;
		line-height: 2em;
		
		list-style: none;
	}
	
	div.result ul li span {
		float: left;
		width: 120px;
		font-weight: bold;
		font-style: normal;
	}
	
	div.result a {
		color: #ff7800;
		text-decoration: underline;
	}
	/*  */
	
	/* Gig Listing */
	table#list {
		margin: 0 0 0 10px;
		width: 584px;
		border-collapse: collapse;
	}
	
	table#list th {
		text-align: left;
		font-weight: normal;
		border-bottom: 1px solid #000;
		line-height: 2em;
	}
	
	table#list td {
		line-height: 2em;
	}
	
	table#list tr.rowhighlight {
		background-color: #E3D9D3;
	}
	/*  */
	
	/* Info */
	div#info {
		margin: 0 2px 0 11px;
		padding: 4px;
		width: 571px;
		
		color: #433121;
	}
	/*  */
/*  */

/* Footer */
div#footer ul {
	margin: 16px 0 0 11px;
	padding: 0;
	
	list-style: none;
}

div#footer ul li.gigz a {
	color: #000;
	text-decoration: none;
}
/*  */
