
/* style.css ---- TreeStudios.net ---- by Brian Reed 2007 */


/*  Global settings, override where desired  */
* {
  margin: 0px;
  padding: 0px;
}


/*  Global body settings  */
body {
  background-image: url(img/background.jpg);
  background-repeat: repeat-x;
  background-color: #bcb1ad;  /*  This is the BG color for everything  */
                              /*  below the content area background!!  */
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  color: #ffffff;
}


/*  Global anchor (link) settings  */
a {
  color: #dca996;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}


/*  Page wrapper settings  ---  all contents are within this wrapper  */
.page_wrapper {
  margin: 0 auto;    /*  "auto" to center page_wrapper in browser window  */
  width: 960px;
}


/*  Header settings  */
.header {
  background-image: url(img/header.jpg);
  background-color: #5c91cd;
  width: 960px;
  height: 95px;
}


/*  Navigation Bar settings  */
.navbar_left {
  background-image: url(img/navbar_left.jpg);
  background-color: #673435;
  color: #dca996;  /*  Should match 'global link settings' color  */
  width: 480px;
  height: 1.3em;   /*  Specified in 'em' so box will grow with text size  */
  font-size: 11px;
  float: left;
}
.navbar_right {
  background-image: url(img/navbar_right.jpg);
  background-color: #673435;
  color: #dca996;  /*  Should match 'global link settings' color  */
  width: 480px;
  height: 1.3em;   /*  Specified in 'em' so box will grow with text size  */
  font-size: 11px;
  text-align: right;
  float: right;
}


/*  Text headings  */
.headings {
  font-size: 22px;
  font-weight: normal;
  line-height: 40px !important;
}
a.headings:hover {
  color: #dca996;
}
.headings_light {
  color: #ffffff;
}
.headings_dark {
  color: #806060;
}


/*  Sub menu highlight used in the items below MUSIC | ART | DESIGN  */
.submenu_highlight {
  font-weight: bold;
}


/*  Content wrapper  */
.content_wrapper {
  background-image: url(img/contenttree.jpg);
  background-repeat: no-repeat;
  background-color: #5b4e4a;  /*  A darker BG color for the tree area  */
  width: 960px;
  height: 566px;
  clear: both;
  position: relative;   /*  So we can use position:absolute on contents  */
  background-color: #bcb1ad;  /*  This is the BG color for everything  */
                              /*  below the content area background!!  */
                              /*  IE6 needs this here as well as in body  */
}


/*  General-purpose wrapper  */
.general_wrapper {
  margin: 0px auto;        /*  "auto" to center this wrapper in page wrapper  */
  width: 860px;
}


/*  Headers - H1 is for future use in header if desired */

/*  Headers - H2 is for text area titles */
h2 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}


.three_column_left {
  float: left;
  text-align: center;
  width: 278px;
}
.three_column_left a {
  line-height: 25px;
}

.three_column_center {
  float: left;
  text-align: center;
  width: 304px;
}
.three_column_center a {
  line-height: 25px;
}

.three_column_right {
  float: right;
  text-align: center;
  width: 278px;
}
.three_column_right a {
  line-height: 25px;
}


.statement_light,
.statement_dark {
  margin: 0px auto;        /*  "auto" to center content within wrapper  */
  margin-top: 12px;
  width: 500px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-align: justify;
  clear: both;
}
.statement_light p,
.statement_dark p {
  margin: 1.12em 0;
}
.statement_dark {
  width: 400px;
  color: #382020;
}


.guestbook {
  margin: 0px auto;       /*  "auto" to center content within wrapper  */
  margin-top: 20px;
  background-color: #5b4e4a;
  border: solid 1px #aaaaaa;
  font-weight: normal;
  width: 600px;
}
.guestbook_header {
  background-color: #5c91cd;
  padding: 2px 8px;
  font-size: 22px;
}
.guestbook_date {
  font-size: 12px;
}
.guestbook_name {
  padding: 2px 8px;
  margin-top: -2px;
  font-size: 12px;
}
.guestbook_body {
  padding: 2px 8px;
  line-height: 130%;
  text-align: justify;
  overflow: auto;
}


.events {
  margin: 0px auto;       /*  "auto" to center content within wrapper  */
  margin-top: 20px;
  background-color: #5b4e4a;
  border: solid 1px #aaaaaa;
  font-weight: normal;
  width: 600px;
}
.events_header_music {
  background-color: #1c4390;
  padding: 2px 8px;
  font-size: 22px;
}
.events_header_art {
  background-color: #a81b14;
  padding: 2px 8px;
  font-size: 22px;
}
.events_header_design {
  background-color: #522c6b;
  padding: 2px 8px;
  font-size: 22px;
}
.events_date {
  font-size: 12px;
}
.events_name {
  padding: 2px 8px;
  margin-top: -2px;
  font-size: 12px;
}
.events_body {
  padding: 2px 8px;
  line-height: 130%;
  text-align: justify;
  overflow: auto;
}


.artist_photo_caption {
  font-size: 11px;
  color: #ffffff;
}


.copyright {
  margin: 0px auto;        /*  "auto" to center content within wrapper  */
  margin-top: 20px;
  width: 860px;
  font-size: 11px;
  color: #382020;
  text-align: center;
  clear: both;
}


#monoSlideshow {
  color: #FFFF00;
  margin-top: 10px;
}


/*  New work  */
.newwork a {
  /*color: #daa520;*/
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}
.newwork a:hover {
  color: #dca996;
}


