* { 
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  /*background: #C9D2DB url(/static/images/horz_city.gif) repeat-x center 20px;*/
  background: #C9D2DB;
  text-align: center;
  padding-bottom: 30px;
  font-family: Georgia, sans-serif;
  font-size: 14px;
}

body#home {
  background-image: none;
}

h1, h2, h3, h4, h5 {
  font-family: sans-serif;
  margin-bottom: 1em;
  letter-spacing: 1px;
}

p {
  margin-top: 1em;
  line-height: 1.5em;
}

p:first {
  margin-top: 0;
}

a:link, a:visited {
  color: #CB235A;
  color: #97631F;
  text-decoration: none;
}

#contact #page_content a:link, #contact #page_content a:visited,
#links #page_content a:link, #links #page_content a:visited,
#news .news_entry .title a:link, #news .news_entry .title a:visited,
#press .press_entry .title a:link, #press .press_entry .title a:visited,
.profile_block:link, .profile_block:visited, #member_detail .name,
#work_detail .title, #gallery_album .title,
.pink {
  color: #CB235A;
}

a:hover {
  /* border-bottom: medium double gray; */
  text-decoration: underline;
}

a img, a:visited img {
  border: none;
}

#intro_wrapper, .nav, #page_content {
  position: relative;
  margin: 3% auto;
  text-align: center;
  width: 30em;
}

#intro_wrapper #field img {
  width: 100%;
}

#intro_wrapper #field {
  position: relative;
  margin-bottom: 1em;
/*  border-bottom: 10px solid #ccc; */
}

#intro_wrapper #field #cutout_image {
  position: absolute;
  bottom: 0; left: 0;
}

#mainnav {
  font-size: 100%;
}

.nav {
  text-align: center;
  margin: 0;
  width: 100%;
  display: inline;
}

.nav li {
  margin-right: .5em;
  padding-bottom: 10px;
}

.nav * { display: inline; }

.nav li a {
  color: #666;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 180%;
  line-height: 1.2em;
}

.nav li a {
  border-bottom: 0;
}

.nav li a.current,
#subnav li a.current,
#work_detail #work_link,
#gallery_detail #gallery_link {
  color: #000;
}

#mainnav #home_link {
  display: none;
}

#mainnav h3 {
  margin: 0;
}

#subnav {
}

.nav li a:hover,
#subnav li a:hover {
  color: #000;
  text-decoration: none;
}

#subnav li a {
  font-size: 110%;
  color: #666;
  line-height: 1.6em;
}

#banner {
  display: block;
  width: 100%;
  height: 60px;
  background: url(/static/images/field_banner2.jpg) repeat center bottom;
  margin-bottom: 1em;
  /*border-bottom: 10px solid #ccc;*/
}

#banner:hover {
  border-bottom: none;
}

#page_content {
  width: 900px;
  /* max-width: 90%; */
}

.name {
  text-transform: uppercase;
}

.content_block {
  padding: 16px;
  min-height: 10em;
  text-align: left;
  margin-bottom: 1em;
  /* border-left: 1em solid #bbb; */
  display: block;
}

.profile_block {
  border: none;
  float: left;
  margin-right: 1em;
  text-decoration: none;
  color: #CB235A;
}

.profile_block img {
  width: 18em;
  border: none;
}

.profile_block:hover {
  background: #bbb;
  text-decoration: none;
}

#footer {
  clear: both;
  margin: 30px;
}

/* CUSTOM PAGES */

/* Member Pages */

.bio {
  line-height: 1.5em;
}

/* Contact */

#contact .content_block {
  color: #111;
  font-size: x-large;
  padding: 0;
  font-family: sans-serif;
}

/* Generic Pages */

#page_gallery, 
#page_copy.floatright,
#press_entries.floatright,
#news_entries.floatright {
  width: 445px;
  text-align: left;
  margin-top: 1em;
}

#page_gallery {
  float: left;
  line-height: 1.5em;
}

#page_gallery img {
  margin-top: .4em;
  margin-bottom: 1em;
}

#page_copy.floatright .content_block p {
  margin-top: 0
}

#page_copy.floatright .centered_list {
  text-align: left !important;
  margin-top: .5em;
}

/* UTILITIES */

.floatleft, .floatright {
  margin: .5em;
}

.floatleft { 
  float: left; 
  margin-left: 0;
}

.floatright { 
  float: right; 
  margin-right: 0;
}

.clearleft { clear: left; }
.clearright { clear: left; }

.caps { text-transform: uppercase; }

.clear { 
  clear: both;
}

/* WELCOME PAGE */

#home #page_content {
  background: url(/static/images/activity_indicator.gif) no-repeat center center;
}

#home #vertfloater {
  float: left;
  height: 50%;
  margin-bottom: -205px;
}

#home #page_content {
  clear: both;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 5%;
  text-align: center;
}

#feature {
  height: 410px;
  width: 940px;
  margin: 0 auto;
  position: relative;
  background: url(/static/images/field.jpg) no-repeat center center;
  padding-bottom: 1.55em; /* important for aligning title to bottom */
  display: block;
  outline: none;
}

#feature:hover {
  border: none;
  text-decoration: none;
}

#home #title,
#home #title span {
}

#home #title {
  position: absolute;
  text-align: center;
  font-size: 45px;
  bottom: 0em;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

#home #title span {
}

#triangle {
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  bottom: 70px;
  z-index: 3;
}

#home #footer {
  margin-top: 0px;
}

#home #triangle, 
#home #title, 
#home #mainnav,
#home #footer {
  display: none;
}

/* GALLERY / WORK */

.gallery ul {
  list-style-type: none;
}

.gallery li {
  float: left;
  margin-right: 0;
  margin-bottom:12px;
  text-align: left;
  height: 12em;
}

.gallery a.thumb {
  display: block;
  padding: 6px 4px 3px;
  width: 216px;
  color: #000;
}

.gallery a.thumb:hover {
  background-color: #eee;
  color: #CB235A;
  border: none;
  text-decoration: none;
}

.gallery a img {
  border: thin solid #fff;
}

#gallery_index .album_cover {
  position: relative;
  width: 213px;
  height: 134px;
}

#gallery_index .album_cover img {
  position: absolute;
  top: 0px; left: 0px;
}

.gallery a:hover img {
}

.gallery li .title {
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: normal;
  text-transform: lowercase;
}

.gallery .desc {
  margin-top: 4px;
}

#list_of_work.gallery li {
}

#list_of_work .desc {
  font-size: .9em;
}

#gallery_detail * {
  text-align: center;
}

.centered_list {
  list-style-type: none;
  text-align: center;
}

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

/* News */

#news .news_entry,
#press .press_entry {
  margin-bottom: 1em;
  padding-top: 0;
}

#news #news_entries {
  float: left;
}

#news #calendar {
 float: right;
 width: 300px;
}

/* Work / Portfolio */

#work_detail .title,
#gallery_album .title {
  text-transform: uppercase;
  font-size: large;
  font-weight: normal;
}

#work_detail .description,
#gallery_album .description {
  width: 34em;
  text-align: justify;
  margin: 0 auto;
  line-height: 1.5em;
}

/* Notes */

#notes #page_content {
  width: 800px;
}

#notes #page_content h3 {
  text-transform: uppercase;
}

#notes #page_description {
  text-align: justify;
}

#new_note {
  float: left;
  width: 280px;
}

#submissions {
  float: right;
  width: 500px;
}

#new_note, #submissions {
  text-align: left;
}

#new_note .column {
  border-right: thin dotted #666;
  padding-right: 20px;
}

#new_note textarea,
#new_note input[type=file] {
  display: block;
}

#new_note textarea {
  height: 4em;
  width: 100%;
}

#new_note p {
  font-size: smaller;
  color: #666;
}

#submissions h3 {
  text-align: right;
}

#submissions .note {
  margin-bottom: 1em;
  font-size: small;
  border-bottom: thin dotted #fff;
}

#submissions .note .media {
  text-align: right;
}

#submissions .note .description {
  margin-bottom: 0;
}

#submissions .note .author {
  color: #666;
  text-align: right;
  margin-top: 0;
  font-size: smaller;
  text-transform: uppercase;
  font-family: sans-serif;
}

#new_note label {
  color: #000;
  text-transform: uppercase;
  font-family: sans-serif;
}

#notes #list_of_notes ul {
  list-style-type: none;
}

#notes form {
}

/* Horizontal Gallery */

#gallery_album #page_content,
#work_detail #page_content {
}

#sidescroll_gallery,
.sidescroll_prev,
.sidescroll_next {
  height: 440px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#sidescroll_gallery {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  overflow: auto;
  position: relative;
  background: #000;
  margin-bottom: 1em;
  color: #fff;
}

#sidescroll_gallery ul {
  position: absolute;
  list-style-type: none;
  overflow: none;
  white-space: nowrap;
  padding: 0;
  display: table;
}

#sidescroll_gallery ul  * {
  display: inline;
  vertical-align: middle;
}

#sidescroll_gallery ul  li {
  position: relative;
  text-align: center;
  display: table-cell;
  margin-top: 10px;
  height: 440px;
}

#sidescroll_gallery li .content {
  display: table;
  width: 900px;
}

#sidescroll_gallery li a {
  outline: none;
}

/*
#sidescroll_gallery li .content img {
  display: table;
  height: 440px;
}
*/

#sidescroll_gallery li .caption,
.vertical_gallery li .caption {
  white-space: normal;
  text-align: center;
  display: block;
  font-size: .7em;
  font-family: monospace;
  font-weight: normal;
  margin-top: 2px;
  color: #999;
  margin-left: 10px;
}

#controls .sidescroll_prev,
#controls .sidescroll_next {
  position: absolute;
  width: 8%;
  top: 0;
  text-indent: -99999em;
  display: block;
  overflow: hidden;
  outline: none;
  background: url(/static/images/sidescroll_arrows.png) no-repeat center left;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

#controls .sidescroll_prev:hover,
#controls .sidescroll_next:hover {
  background-color: #DA8C34;
  background-color: lightyellow;
  background-color: #F9E686;
  background-color: #F1E67C;
  background-color: #E9A554;
  background-color: #D48333;
  background-color: #FFB053;
  background-color: #FFBC55;
  background-color: #fff;
  background-color: #FFCDA6;
  background-color: #F292C0;
  background-color: #F25384;
  background-color: #FF0E57;
}

#controls .sidescroll_prev {
  left: 0;
  -moz-border-radius-topright: 0; 
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0; 
  -webkit-border-bottom-right-radius: 0;
}

#controls .sidescroll_next{
  right: 0;
  background-position: center right;
  -moz-border-radius-topleft: 0; 
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0; 
  -webkit-border-bottom-left-radius: 0;
}

/* Vertical Gallery */

.vertical_gallery ul {
  list-style-type: none;
  margin-bottom: 2em;
}

.vertical_gallery li .caption {
  color: #555;
}

.vertical_gallery li {
  margin-bottom: 1em;
}

/* ThickBox Overrides */

#TB_window img#TB_Image {
  border: none;
}


/* Utilities */

.admin_links {
  clear: both;
}

.light {
  color: #666;
}

.errorlist {
  list-style-type: none;
}

.errorlist li {
  background: green;
  color: white;
  font-family: sans-serif;
  padding: 2px;
  font-size: smaller;
}

.odd {
}

.normal {
  font-weight: normal;
}

/* Tumblr Posts */

#news_entries .tumblr_posts {
  list-style-type: none;
  text-align: left;
}

.tumblr_posts .tumblr_post,
#press_entries .press_entry {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border: 1px solid #BDC0C3;
  background: #DFE3EB;
  padding: 18px 14px;
  -moz-border-radius: 8px;
}

.tumblr_posts .tumblr_post {
  width: 500px;
  border-bottom: 3px double #BDC0C3;
}

#press_entries .press_entry {
  border-left: 3px double #BDC0C3;
  min-height: 2em;
}

.press_entry .title {
  font-size: x-large;
}

.tumblr_posts .tumblr_post:hover {
  background: #E2E5E9;
  border-color: #C0C3C6;
}

.tumblr_post ul {
  margin-left: 2em;
}

.tumblr_post ul, .tumblr_post ol,
.tumblr_post p,
.dummy {
  margin-bottom: 1em;
}

.tumblr_post .tumblr_link,
.tumblr_post .tumblr_title,
.tumblr_post h2,
.tumblr_post h3,
.tumblr_post h4,
.tumblr_post h2 a,
.tumblr_post h3 a,
.tumblr_post h4 a,
.dummy {
  color: #CB235A;
  font-size: large;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
}

