html, body, h1, h2, h3, h4, h5, p, div, span, ul, ol, li, img, form, fieldset, label, button {
	border:0;
	margin:0;
	padding:0;
}
html {
	height:100%;
}
a {
	color:#198BC4;
	text-decoration:none;
}
a:hover {
	color:#0281C0;
	text-decoration:underline;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4;
	background: #ECECEC url(../img/header-bg.jpg) repeat-x top;
	color:#222;
}
#wrapper {
	position:relative;
	width:940px;
	margin:0 auto;
	padding:40px 0 20px 0;
	overflow:hidden;
}

#logo {
	position:absolute;
	top:4px;
	left:2px;
}

#main {
	background: transparent url(../img/main-bg.png) repeat-x top;
	width:652px;
	padding:6px;
	float:right;
}
#sidebar {
	position:relative;
	width:260px;
	float:left;
	min-height:500px;
}

#main > div {
	background-color:#FFF;
	margin-bottom:3px;
	padding:20px 20px;
	border:solid #E1E1E1 1px;
	overflow:hidden;
}

.box {
	width:258px;
}
.box .top {
	background: transparent url(../img/box-bg-top.png) no-repeat top;
	height:20px;
	padding:8px 20px 4px;
	border-bottom:solid #DEDEDE 1px;
}
.box .bottom {
	background: transparent url(../img/box-bg-bottom.png) no-repeat bottom;
	min-height:80px;
	padding:0 20px 8px;
}

#userbox {
	margin-top:160px;
}


h1, h2, h3, h4 {
	color:#444;
	font-family: "Arial Black";
}
h1 {
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:6px;
}

p {
	margin-bottom:1em;
}


input {
	font-family: Arial, Helvetica, sans-serif;
}


#userbox form {
	padding-bottom:12px;
	margin-bottom:4px;
	border-bottom:solid #DEDEDE 1px;
}
#userbox a.history, #userbox a.recommendations {
	line-height:24px;
	font-weight:normal;
	padding-left:20px;
	display:block;
	font-size:13.5px;
}
#userbox a.history {
	background: url(../img/icons/report.png) no-repeat left;
}
#userbox a.recommendations {
	background: url(../img/icons/page_white_star.png) no-repeat left;
}
#userbox fieldset {
	margin-bottom:6px;
}
#userbox fieldset input {
	border:solid #DEDEDE 1px;
	background-color:#FFF;
	color:#555;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:4px 4px;
	margin-top:6px;
	width:96%;
}

#userbox form a {
	font-size:10px;
	margin-left:10px;
}



/* PLATSER */
#venue-details {
	min-height:500px;
}
#venue-details .left {
	width:295px;
	float:left;
}
#venue-details .right {
	width:295px;
	float:right;
}

#venue-details .photo img {
	padding:4px;
	border:solid #DEDEDE 1px;
}

#venue-details .details {
	width:285px;
	margin-top:10px;
	padding:4px;
	border:solid #DEDEDE 1px;
	font-family: "Arial";
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
#venue-details .details p {
	margin-top:2px;
	padding-top:3px;
	border-top:solid #DEDEDE 1px;
}
