/* -------------------------------------------------------------- 
    Altered Esthetic CSS
    */
    @import "reset.css";
    @import "grid.css";
    @import "forms.css";
    /*
    Style Guide [BEGIN]
    
      BACKGROUNDS
        Header:       ->  #2e2424
        Navigation:   ->  #615151 (item: #504040)
        
      BORDERS
        Section       -> #504040
        
      HEADINGS
        h1-h3         -> #384956
    
    Style Guide [END]
----------------------------------------------------------------- */

body {
  margin: 0; padding: 0;
}
body.artwork_show {
  margin: 5px 10px;
}
.center {
  text-align: center;
}

/*  =Layout
----------------------------------------------------------------- */
#wrapper.container {
  width: 100%;
  text-align: center;
  margin: 0; padding: 0;
  font-family: Arial;
}
#login_wrapper {
  width: 100%;
  background: #2e2424;
  text-align: right;
}
#login {
  padding: 5px;
  clear: both;
  text-align: right;
/*  float: lef;*/
}
#login form {
  display: inline;
  float: right;
}
#login span {
/*  float: left;*/
  text-align: left;
  margin-right: 5px;
  color: #fff;
}
/*  =Header
----------------------------------------------------------------- */
#header {
  width: 100%;
  background: #2e2424;
}
#header div#logo {
  text-align: left;
  height: 150px;
}
#header div#logo h1.logo {
  position: relative;
  top: 20px;
  width: 310px;
  height: 108px;
  margin-right: 80px;
  background: url(../images/header_logo.jpg);
  float: left;
}
#header div#logo h1.logo a {
  display: block;
  width: 310px;
  height: 108px;
}
#header div#logo h1.logo a em {
  display: none;
}
#header div#logo span.splat {
  background: url(/images/ae_splat.jpg) bottom left no-repeat;
  position: relative;
  width: 532px;
  height: 150px;
  z-index: 10;
  top: 0px;
  float: left;
}
#login span a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


/*  =Navigation
----------------------------------------------------------------- */
#navigation {
  background: #615151;
  width: 100%;
}
#navigation ul {
  float: right;
  text-align: right;
/*  height: 35px;*/
/*  padding: 10px 0 3px;*/
}
#navigation ul li {
  float: left;
  display: inline;
  margin: 12px 0 12px 10px;
}
#navigation ul li a {
/*  padding: 5px;*/
  display: inline;
  padding: 5px;
  font: normal 16px Georgia;
  text-decoration: none;
  color: #fff;
/*  background: #504040;*/
}
#navigation ul li.last a {
/*  padding-right: 0;*/
}
#navigation ul li a:hover {
  background: #504040;
}


/*  =Content
----------------------------------------------------------------- */
#content {
  font-family: Arial;
  padding-top: 20px;
  text-align: left;
}
#content div.section {
  margin: 0 10px 20px 0;
}
#content div.section.right {
  margin-right: 10px;
}
#content div.section.end {
  margin: 0 0 20px;
}
#content hr {
  background: #504040;
  height: 0.29em;
  margin-bottom: 10px;
  clear: both;
}
#content hr.right {
  width: 98.4%;
}



/*  =Formatting
----------------------------------------------------------------- */
#content p {
  font: normal 12px Arial;
  line-height: 1.6em;
  margin-bottom: 10px;
}
#content h4.tag_heading {
  font: bold 12px Arial;
  padding: 2px 6px;
  margin-bottom: 15px;
  float: left;
  clear: both;
  color: #fff;
  display: inline;
  background: #2e2424;
}
body.artwork_show h3.title {
  margin-bottom: 0;
}
body.artwork_show p.artist {
  padding: 0;
  margin: .5em 0;
  font-weight: bold;
  font-size: 14px;
  color: #384956;
}
body.artwork_show p.statement {
  margin: auto 20px;
}

/**** Homepage ****/

ul.new_items {
  font-family: Arial;
  clear: left;
  margin-bottom: 10px;
}
ul.new_items li {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  margin-bottom: 5px;
  list-style-type: none;
}
ul.new_items li h2 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}
ul.new_items li em.date {
  font-size: 11px;
  color: #aaa;
  margin-bottom: 2px;
  line-height: 1em;
}
ul.new_items.alt li {
  border-bottom: none;
}
#feature_details {
  margin-top: 20px;
  background: #2e2424;
  float: right;
  padding: 10px 15px;
  text-align: right;
  color: #fff;
  opacity: 0.85;
}
#feature_details h1, #event_name h1 {
  font-weight: bold;
  font-size: 24px;
}
#feature_details p.date {
  color: #8BBBDF;
/*  font-weight: bold;*/
  margin: 0 0 5px;
}

/**** Homepage ****/
#event_header {
  height: 180px;
}

/**** Gallery Pages ****/
ul.shows_list {
	padding-left: 0 !important;
	font-size: 14px !important;
}
ul.shows_list li .square_thumb {
	float: left;
	width: 115px; height: 115px;
	overflow: hidden;
	margin-right: 5px;
	border: 1px solid #000;
	padding: 2px;
	text-align: center;
}
ul.shows_list li {
	list-style-type: none !important;
	padding-bottom: 10px;
}
ul.shows_list a {
	display: block;
	font-size: 18px !important;
	font-weight: bold;
}
ul.shows_list .tagline {
	font-style: italic !important;
}
ul.shows_list .dates {
	font-size: 14px !important;
}
ul.shows_list li img {
	vertical-align: middle;
}

/**** Artist Profiles ****/
#user_header, #event_header {
  font-family: Arial;
  height: 180px;
  color: #fff;
}
#user_header div#user_name, #event_name {
  position: relative;
  top: 107px;
  background: #2e2424;
  opacity: 0.8;
  float: left;
  padding: 10px 15px 6px;
}
#event_name {
  position: relative;
  top: 106px;
}
#user_header div#user_name h1, #event_name h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
}
#event_name h1 {
  line-height: 1em;
  margin: 0 0 5px;
}
#event_name p.tagline {
  
}
#user_header div#user_name em {
  font-size: 14px;
}
ul.thumbs {
  float: left;
/*  margin-bottom: 20px;*/
  padding-bottom: 20px;
  margin: 0;
}

ul.thumbs li {
	list-style-type: none;
	background: #ccc;
	float: left;
	margin: 0px 5px 5px 0px;
  border: 5px solid #ccc;
}
ul.thumbs div.thumb {
	display: block;
	float: left;
	height: 80px;
	width: 80px;
	overflow: hidden;
	padding: 0 5px 5px 0
}

ul.thumbs li.last {
	padding-right: 0;
}

/**** News Page ****/

h3.news-title {
	clear: both;
}

/*  =Other
----------------------------------------------------------------- */
.formatted {
  font-family: Arial;
}
.formatted p, .formatted td {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 12px;
}
#content a:link, .formatted a:link,
#content a:active, .formatted a:active,
#content a:visited,.formatted a:visited {
  color: #4792BF;
  text-decoration: none;
/*  border-bottom: 1px solid #eee;*/
}
.formatted em {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
}
.formatted h1,
.formatted h2,
.formatted h3,
.formatted h4,
.formatted h5,
.formatted h6 {
  font-weight: bold;
  font-family: Arial;
  color: #384956;
  line-height: 1.5em;
}
.formatted h1 { font-size: 28px; margin-bottom: 20px; }
.formatted h2 { font-size: 24px; margin-bottom: 20px; }
.formatted h3 { font-size: 20px; margin-bottom: 15px; }
.formatted h4 { font-size: 18px; margin-bottom: 15px; }
.formatted h5 { font-size: 16px; margin-bottom: 12px; }
.formatted h5 { font-size: 14px; margin-bottom: 10px; }

.formatted ul, .formatted ol {
  padding-left: 40px;
  font-family: Arial;
  font-size: 12px;
}
.formatted ul li {
  list-style-type: disc;
}


.show_credits td {
    text-align: center;
    padding: 3px;
}


table#list_events {
  width: 100%;
}
table#list_events tr td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}
td span.thumb, td span.no_thumb {
  width:80px;
  height: 80px;
  border: 5px solid #eee;
  float: left;
  display: block;
  background-color: #ccc;
}
td span.no_thumb {
  background: url(/images/no_thumb.jpg) center center no-repeat;
}
table#list_events tr td.show_thumb {
  width: 80px;
  padding-left: 0;
}
table#list_events.calendar tr td h3 {
    font-size: 120%;
    margin-bottom: 10px;
    margin-top: 6px;
    font-weight: bold;
}
table#list_events.calendar tr td h4 {
    margin-bottom: 5px;
}
img.thumb {
  border: 5px solid #ddd;
}
img.thumb.left {
  float: left;
  margin-right: 10px;
}
img.no_thumb {
  border: 5px solid #ddd;
}
img.no_thumb.right {
  margin-right: 10px;
}

table#admin tr td { 
  font-size: 14px;
  padding: 4px;
  border-bottom: 1px solid #dddddd;
  background-color: #eee;
}
table#admin tr td.key {
  font-weight: bold;
}
table#admin tr td.quiet {
  color: #777;
}
table#admin tr td.active {
  color: green;
}
table#admin tr td span.pending {
  color: #999;
}
table#list_artists tr td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
table#list_artists tr td img.thumb {
  border: 5px solid #777;
}
table#list_artists tr td.avatar.key {
  width: 140px;
}

div#artwork, div.artwork {
  margin-bottom: 0;
}
div#artwork {
  padding: 20px;
  background: #ddd;
  text-align: center;
}
div#artwork img {
  border: 10px solid #aaa;
}
div.artwork {
  padding: 20px;
  background: #666;
}
div.artwork h1 {
  color: #fff;
  margin-bottom: 5px;
}
div.artwork p {
  margin-bottom: 10px;
  color: #ddd;
}


/*  =Footer
----------------------------------------------------------------- */
#footer {
  margin-top: 40px;
  color: #615151;
}