html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, inlinequote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
inlinequote, q {
	quotes: none;
}
inlinequote:before, inlinequote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#header {
	position: absolute;
}

* {
	margin: 0;
	padding: 0;
}

h1 {
	display: none;
}
.purple {
	color: #8f1b49;
}

.green {
	color: #618a23;
}

a {
	text-decoration: none;
}

ul,li {
	list-style: none;
	display: inline;
}

h2, #navigation {
	font-family: Georgia;
	text-transform: uppercase;

}

h2 {
		font-size: 28px;
}

h2 {
	margin: 10px 0 5px 0;
}

.flir-image {
	margin: 2px 0;
}

div.big-left-column {
/*	padding: 0 5px;*/
	width: 360px;
	display: block;
	position: relative;
	z-index: 2;
	top: 0;
}

div#container {
	width: 970px;
	display: inline;
	width: auto;
	margin-left: -485px;
	position: absolute;
	left: 50%;
	z-index: 100;
}

div#content {
	clear: both;
	display: inline;
	position: absolute;
	left: 0;
	top: 400px;
	width: 100%;
	height: 460px;
	background: url('../_graphics/gradient.png') repeat-x;
	z-index: 0;
	behavior: url(css/iepngfix.htc);
}

div#navigation {
	top: 190px;
	position: absolute;
	width: 300px;
	height: 200px;
	left: 390px;
	line-height: 19px;
}


/**:first-child+html li {
	margin-left: -15px;
}*/

div#navigation li {
	display: block;

/*	line-height: 20px;*/
}

* html div#navigation li {
		margin-bottom: 3px;
}

#navigation a {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.round-shadow-corners {
	background-color: #FFF;
	padding: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.big-left-column .round-shadow-corners {
	background-color: #EEE;
}
#bg {
	z-index: 0;
	position: absolute;
	right: 0;
/*	100px;*/
	width: 50%;
/*	height: 160px;*/

	background: #FFFFFF url('../_graphics/bg.jpg') 100px 0 no-repeat;
	float: left;
/*	border: 1px solid red;*/
}

#footer-bar {
	position: absolute;
	width: 100%;

	background-color: #8E4C6E;
	top: 0px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	padding: 8px 0 7px 0;
	text-align: center;
	display: none;
}

#footer-bar a {
	color: #FFF;
}

#footer-bar ul {
	width: auto;
	border: 1px solid red;
	overflow: auto;
	margin: 0 auto;
	display: block;
}

#footer-bar li {
/*	float: left;*/
	display: block;
	clear: none;
	
}

.layout {
	z-index: 100;
}

img.video-thumb {
/*	width: 340px;*/
}

.clearfix {
 display:inline-inline;
}

.clearfix:after {
 display:inline; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	width: 100%;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: .95em;
}

body {
/*	padding-bottom: 60px;*/
}

h1#aviv_geffen {
	width: 200px;
	height: 158px;
	display: inline;
	text-indent: -9999px;
	background: url('../_graphics/logo.gif');
	position: absolute;
	left: 380px;
	top: 40px;
}

.more {
	border-top: 1px dotted #c0c0c0;
	width: 100%;
	font-size: 12px;
	display: block;
	margin-bottom: -10px;
}

.item {
	display: block;
	border-bottom: 1px dotted #c0c0c0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
/*	clear: left;
	float: none;
	margin: 0;*/
}

/** html .item {
	display: inline;
}*/

ul, li {
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
/*	float: none;*/
}

* html li {
	float: left;
}

.item:first-child {
	padding-top: 0;
}

.item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

div.left-column, div.right-column, div.fullwidth-column {
	position: absolute;
	left: 50%;
	width: 280px;
	display: inline;
	top: 400px;
	text-align: left;
}

div.fullwidth-column {
	width: 555px;
}

div.left-column, div.fullwidth-column {
	margin-left: -100px;
}

div.right-column {
	margin-left: 195px;
}

p {
	margin-bottom: 1em;
}

object, embed {
	display: block;
	width: 535px;
}

embed#audioplayer {
	width: 450px;
	margin: 0 auto;
}

#navigation .active a, .active a, .active h4 {
	color: #C13852;
}

#footer-bar .active a {
	color: #CCC;
}

.active img {
	border: 1px solid #F065A9;
}

li {
	z-index: 100;
}

h4 {
font-size: 1.1em; margin-bottom: .2em
}

a {
	color: #8E4C6E;
}

#nav-footer li {
	display: inline;
}

/*html, body, #wrapper { height: 100%; border: 3px solid red;}
body > #wrapper { height: auto; min-height: 100%; }*/

.img-thumb {
	padding: 2px;
}
.packshot {
	width: 250px
}
span.date {
	font-size: 0.8em;
	color: #555;
}

span.highlight {
	color: #333;
}


h3.item {
	padding: 0;
}

.tracks p {
	margin: 0;
}