* {
	margin: 0;
	padding: 0;
}


body {
	background: #AAAAAA url(../img/bg2.gif) repeat-y 0px 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #FFF;
	font-size: 12pt;
}

.clear {
    clear: both;
}


#wrap {
	position: absolute;
	left: 147px;
	top: 112px;
	width: 450px;
}

.content {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
}

#left-menu {
	margin: 10px 0px 10px 198px;
	width: 402px;
	position: absolute;
	top: 0;
	left: 0;
}

#right-menu {
	margin: 10px 0px 10px 15px;
	position: absolute;
	top: 0;
	left: 635px;
}

.menu {
	font-weight: normal;
	letter-spacing: .05em;
}

.menu a {
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}

.here {
	color: #dfdfdf;
	margin-right: 20px;
}

.menu a:hover {
	color: #dfdfdf;
}

h1 {
	background: #FFF;
	width: 100%;
	height: 72px;
	position: absolute;
	top: 40px;
	color: #999;
}

h1 img {
	margin-left: 147px;
}

h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 2em;
}

h3 {
	font-size: 1em;
	margin-bottom: 1em;
}

h3 a {
	color: #fff;
}

h3 a:hover {
	text-decoration: none;
}

h4 {
	font-size: .8em;
	text-transform: uppercase;
	color: #ccc;
	margin-top: 1.2em;
	letter-spacing: .1em;
/*
	border-bottom: 2px solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
*/
}

.right h4 {
	color: #dedede;
}

h4.first {
	margin-top: 0;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.display-menu {
	margin-bottom: 2em;
	font-size: .9em;
}

.display-menu a {
	margin-right: 10px;
	padding: 2px 5px;
	border: 1px solid #acacac;
	text-decoration: none;
}

.display-menu a:hover {
	background-color: #949494;
}

p.contact {
	font-size: .7em;
	text-transform: uppercase;
	margin-top: 10px;
}

.content ul {
	list-style: none;
	font-size: .9em;
}

ul.reception-list {
	margin-top: 15px;
}

.artist-list {
	font-size: .9em;
	line-height: 1.4em;
}

ul li {
	margin-bottom: .5em;
}

#contact {
	padding-top: 0px;
}

.left {
	padding-top: 50px;
}

.left p {
	margin-bottom: 1.5em;
}

.facebook {
    position: absolute;
    top: 6px;
    right: 10px;
    border: none;
    width: 145px;
}

.facebook img {
    border: none;
    float: left;
}

.facebook .like-button {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    width: 100px;
}

/* So that pasted in styles don't totally screw the layout */

.user h1, .user h2, .user h3, .user h4 {
	background: none;
	position: relative;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	height: auto;
	top: auto;
}

.right {
	position: absolute;
	left: 600px;
	top: 112px;
	padding-top: 50px;
}

.medium {
	margin-bottom: 1.5em;
	font-size: .9em;
}

div.medium {
	margin-bottom: 5px;
}

.hours {
	float: right;
}

.front img {
	margin-bottom: 1.5em;
}

.img-grid {
	margin-top: 2em;
	overflow: auto;
}

.img-grid .image, .img-submit .image {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 155px;
	height: 155px;
	overflow: auto;
	border: 0;
}

.img-grid img, .img-submit img {
	border: 0;
}

.img-submit {
    display: none;
}

span.note {
	color: #dfdfdf;
	font-size: .8em;
}

#details {
	position: relative;
	overflow: auto;
	height: auto;
}

.detail {
	position: absolute;
	top: 0;
	overflow: auto;
}

.press-list div {
    border-bottom: 1px dashed #afafaf;
    margin-bottom: 15px;
}

.press-list .byline {
    font-size: .9em;
}

.filter-group h4 {
    margin-bottom: 15px;
    margin-top: 30px;
}

.more {
    font-size: .9em;
}

/* messaging */
	.message {
		position: absolute;
		left: 635px;
		top: 60px;
		width: 420px;
		padding: 5px 15px;
		color: #990000;
	}

/* contact page */

	input {
		background-color: #F3F3F3;
		color: #666666;
		font-size: 1em;
		border: 1px solid #CCC;
		border-left: 2px solid #CCC;
		padding: 3px;
		margin: 5px 0px;
		width: 330px;
	}
	
	.checkbox {
		margin-bottom: 20px;
	}
	
	.checkbox input {
		width: auto;
		background: none;
		border: none;
	}
	
	textarea {
		background-color: #F3F3F3;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: .95em;
		color: #666666;
		border: 1px solid #CCC;
		border-left: 2px solid #CCC;
		padding: 3px;
		margin: 5px 0px;
		width: 350px;
	}
	
	div.input {
		margin-top: 10px;
	}
	
	.input label {
		display: block;
		font-size: .9em;
		color: #dedede;
		margin-bottom: 3px;
	}
	
	.checkbox label {
		display: inline;
		margin-left: 8px;
	}
		
	.submit input {
		width: auto;
		padding: 3px 5px;
		margin: 30px 0;
		background-color: #3f3f3f;
		border: 1px solid #999;
		color: #fff;
	}
	
	div.hidden {
		display: none;
	}
	
	.contact.right p img {
	   margin-right: 10px;
	}
	
	.contact.right p {
	   margin-bottom: 20px;
	}
	
	.img-submit fieldset {
	   border: 1px solid #ccc;
	   padding: 10px;
	}
	
	.img-submit .submit button {
	   margin: 0;
	   width: auto;
	   padding: 3px 5px;
	   background-color: #3f3f3f;
	   border: 1px solid #999;
	   color: #fff;
	   font-size: 1em;
	}
	
	#upload_area {
	   overflow: auto;
	}
	
	#upload_area .image {
	   position: relative;
	   overflow: hidden;
	}
	
	#upload_area .delete {
	   position: absolute;
	   top: 5px;
	   left: 5px;
	   padding: 0px 3px;
	   background-color: #900;
	   color: #fff;
	   font-size: .9em;
	   width: 10px
	}
	
	#upload_area .delete a {
	   display: block;
	   text-decoration: none;
	   width: 100%;
	   height: 100%;
	}
	
	.note {
	   font-size: .9em;
	   width: 100%;
	}
	

/* directions page */
	
	div.directions {
		margin-bottom: 2em;
		font-size: .9em;
	}
	
	.directions input {
		width: auto;
	}
	
	.directions input[type=submit] {
		color: #fff;
		background-color: #3f3f3f;
		border: 1px solid #999;
		padding-right: 5px;
		padding-left: 5px;
		width: auto;
		display: inline;
	}
	
/* login page */

	fieldset {
		border: none;
	}
	
/* admin buttons */

	div.actions {
		float: right;
	}
	
	div.actions ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	div.actions li {
		padding: 3px 5px;
		background: #5370dd url(../img/button_grad.jpg) repeat-x;
		color: #fff;
		border: 1px solid #fff;
		display: inline;
	}
	
	div.actions a {
		text-decoration: none;
	}

