@charset "utf-8";
* {
  margin: 0;
  padding: 0
}

body {
  background: #232323;
  font-family: Tahoma, Arial, Verdana, "Times New Roman";
  font-size: 12px;
  color: #555555;
  text-align: center
}

h1 {
  font-family: Tahoma, Arial, "Times New Roman";
  font-size: 20px;
  color: #ee0652;
  font-weight: normal;
  margin-bottom: 10px
}

img {
  border: none
}

img.thumb {
  padding: 3px;
  background: #f0f0f0;
  border: 1px solid #d7d7d7
}

a {
  text-decoration: none;
  color: #ee0652
}

a:hover {
  color: #d01d1d
}

.clear {
  clear: both
}

#holder {
  width: 922px;
  background: #e4e4e4;
  margin: 5px auto;
  text-align: left;
  margin-top: 10px;
}

#top-bar {
  width: 888px;
  padding: 11px 12px 9px 22px;
  background: url('http://www.digitalflow.org/images/top-bar.jpg') no-repeat
}

#top-bar-left {
  width: 150px;
  display: inline;
  float: left;
  font-weight: bold
}

#top-bar-left a {
  font-weight: bold
}

#top-bar-right {
  width: 700px;
  display: inline;
  float: right;
  text-align: right
}

#top-bar-right a {
  padding: 10px;
  color: #555555
}

#top-bar-right a:hover {
  color: #ee0652
}

#header-image {
  width: 922px;
  height: 100px;
  border-bottom: 1px solid #b7b7b7
}

.blank-bar {
  width: 878px;
  background: url('http://www.digitalflow.org/images/blank-bar.jpg') no-repeat;
  border-top: 1px solid #ffffff;
  padding: 8px 22px 7px 22px
}

.strong-bar {
  font-weight: bold
}

#member-bar {
  text-align: right
}

#member-bar strong {
  float: left
}

.left-side, .left-side2 {
  width: 262px;
  padding: 11px 22px;
  background: #e0e0e0 url('http://www.digitalflow.org/images/left-bg.jpg') repeat-y;
  border-radius: 0 0 10px 0;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  display: inline;
  float: left
}

#pack-information {
  width: 572px;
  padding: 11px 22px;
  display: inline;
  float: left;
}

#pack-featured {
  width: 262px;
  padding: 11px 22px;
  background: #e0e0e0 url('http://www.digitalflow.org/images/left-bg.jpg') repeat-y;
  display: inline;
  float: right
}

.left-side2 {
  width: 301px;
  padding: 0 0 0 5px
}

.right-side {
  width: 572px;
  padding: 11px 22px;
  display: inline;
  float: right
}

.top-bold {
  font-weight: bold;
}

#featured-left {
  width: 84px;
  display: inline;
  float: left
}

#featured-right {
  width: 178px;
  display: inline;
  float: right
}

#current-left {
  width: 421px;
  display: inline;
  float: left
}

#current-right {
  width: 151px;
  display: inline;
  float: right
}

#left-side-full {
  width: 262px;
  display: inline;
  float: left
}

.small-bar {
  width: 262px;
}

#prev-button, #next-button {
  width: 35px;
  height: 22px;
  margin-top: 39px;
  display: inline;
  float: left
}

#controller {
  display: none
}

#featured-image {
  width: 164px;
  height: 104px;
  display: inline;
  float: left;
  margin-left: 14px
}

#next-button {
  float: right
}

.left-list {
  padding: 5px 22px;
  background: #f0f0f0;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7
}

#right-side-full {
  width: 572px;
  display: inline;
  float: right;
  padding: 11px 22px
}

#footer {
  width: 922px;
  color: #909090;
  margin: 0 auto 5px auto;
  text-align: left
}

#copyright {
  width: 290px;
  display: inline;
  float: left
}

#links {
  width: 560px;
  display: inline;
  float: right;
  text-align: right
}

#links a {
  color: #909090
}

#links a:hover {
  color: #e3e3e3
}

/*** FORM FIELDS ***/
input.text-box, textarea.text-box, select.text-box {
  width: 246px;
  height: 14px;
  background: transparent url('http://www.digitalflow.org/images/text-input.png') no-repeat;
  border: none;
  padding: 4px 10px;
  color: #838383;
  font-size: 11px;
  font-family: Tahoma, Arial, Verdana, "Times New Roman";
  margin-bottom: 10px;
}

textarea.text-box {
  width: 478px;
  height: 290px;
  background: transparent url('http://www.digitalflow.org/images/textarea.png') no-repeat;
}

.form-submit {
  width: 266px;
  text-align: right;
}

input.submit {
  width: 35px;
  height: 22px;
  padding: none;
  background: transparent url('http://www.digitalflow.org/images/text-go.png') no-repeat;
  border: none;
}

.termsboxhead {
  color: #ffffff;
  background: #c50f4a;
  padding: 5px 16px;
  font-weight: bold
}

.termsbox {
  padding: 10px 16px;
  border-width: 0px 1px 2px 1px;
  border-color: #c50f4a;
  border-style: solid;
  background: #f2f2f2
}

fieldset.registration {
  background: #e27398;
  border: none;
  text-align: center;
  color: #ffffff;
  padding: 10px 0
}

fieldset.registration label {
  font-weight: bold
}

.soft-box {
  margin: 20px auto;
  border: 1px solid #a4a4a4;
  background: #f2f2f2;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 16px
}

.error_box {
  margin: 20px auto;
  background: #ffcacb;
  color: #aa4043;
  border: 1px solid #ff595e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 16px
}

.sub-menu {
  text-align: right;
  font-size: 11px
}

.sub-menu a {
  margin: 0 5px
}

.newpostmessagebox{
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
}

.newpostmessagetop{
  background: url('http://www.digitalflow.org/images/top-bar.jpg') no-repeat;
  padding: 11px 30px;
  font-weight: bold;
}

.newpostmessage{
  padding: 5px;
  text-align: center;
  background: #e0e0e0;
}


.submit-button {
  background: url('http://www.digitalflow.org/images/submit-bg.jpg') no-repeat !important;
  font-weight: bold !important;
  font-size: 11px !important;
  color: #ffffff !important;
  border: 1px solid #380314 !important;
  padding: 5px !important;
  font-family: Tahoma, Arial, Verdana, "Times New Roman" !important
}

.form-heading {
  background: #c50f4a;
  padding: 5px 16px;
  color: #ffffff;
  font-weight: bold
}

fieldset.registration-info {
  padding: 10px 0;
  border: none
}

fieldset.registration-info input.small-field, fieldset.registration-info select.small-field, fieldset.registration-info textarea.small-field {
  border: 1px solid #747474;
  padding: 2px;
  background: #ffffff url('http://www.digitalflow.org/images/form-bg.jpg') repeat-x
}

fieldset.registration-info select.select-field {
  width: 100px
}

fieldset.registration-info textarea.small-field {
  width: 300px;
  height: 100px
}

fieldset.registration-info li {
  list-style: none;
  margin: 10px 0
}

fieldset.registration-info li.line {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px
}

fieldset.registration-info label {
  width: 200px;
  text-align: right;
  float: left;
  clear: both;
  margin-right: 40px
}

fieldset.registration-info span {
  margin-left: 240px;
  font-size: 10px
}

fieldset.registration-info label.checkbox {
  float: none
}

a.cancel {
  color: #aa4043;
  font-weight: bold
}

img.thumb {
  padding: 3px;
  background: #f0f0f0;
  border: 1px solid #d7d7d7
}

img.thumb:hover {
  border: 1px solid #ff595e
}

/** NEWS **/
.news-title {
  background: url('http://www.digitalflow.org/images/news.png') no-repeat;
  padding: 0 31px;
  font-weight: bold;
  margin-bottom: 5px
}

.news-postdate {
  padding: 0 31px;
  font-size: 10px;
  color: #ababab;
  margin-bottom: 10px
}

.news-content {
  padding-left: 31px;
  margin-bottom: 10px
}

.more {
  text-align: right
}

/** EVENTS **/
.show-all-events {
  margin-bottom: 10px
}

.show-all-events .show-left {
  display: inline;
  float: left;
  width: 410px
}

.show-all-events .show-right {
  display: inline;
  float: right;
  width: 150px;
  padding-top: 10px
}

.show-artworks {
  display: inline;
  float: left;
  width: 170px;
  margin: 10px
}

.show-artworks .username {
  font-weight: bold;
  font-size: 10px
}

/** INTERVIEWS **/
.int-question, .int-answer {
  font-weight: bold;
  color: #ee0652;
  margin: 20px 0 5px 0
}

.int-answer {
  color: #219cdc
}

.interview-left {
  display: inline;
  float: left;
  width: 420px;
  border-right: 1px solid #d7d7d7;
  padding-right: 10px;
}

.interview-right {
  display: inline;
  float: right;
  width: 130px;
  text-align: right
}

.interview-bit {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px
}

/** ARTISTS **/
.show-artists {
  display: inline;
  float: left;
  width: 122px;
  margin: 10px
}

.admin-show-artists {
  display: inline;
  float: left;
  width: 80px;
  margin: 10px
}

/** CONTACT **/
.contact-left {
  display: inline;
  float: left;
  width: 200px
}

.contact-right {
  display: inline;
  float: right;
  width: 200px
}

/** MEMBERS AREA **/
.user-section-left {
  display: inline;
  float: left;
  width: 50px
}

.user-section-right {
  display: inline;
  float: right;
  width: 200px
}

.user-section-username {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px
}

/** PROFILE **/
.profile-top-section {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7
}

.profile-avatar {
  display: inline;
  float: left;
  width: 60px
}

.profile-user-info {
  display: inline;
  float: right;
  width: 500px
}

.profile-left {
  display: inline;
  float: left;
  width: 400px
}

.profile-right {
  display: inline;
  float: right;
  width: 160px
}

/* VIEWER */
.work-top-bar {
  background: #292929;
  border-bottom: 3px solid #212121;
  padding: 8px 10px;
  text-align: left;
  color: #999999
}

.work-copyright {
  background: #292929;
  border-top: 3px solid #212121;
  padding: 8px 10px;
  text-align: left;
  color: #999999
}

#showcomments {
  text-align: left;
  padding-left: 10px
}

/*	ADMIN */
.admin-menu {
  width: 140px;
  float: left;
  display: inline
}

.admin-content {
  width: 420px;
  float: right;
  display: inline
}

.admin-link, .admin-menu .top-bold {
  padding: 5px 22px;
  background: #f0f0f0;
  border: 1px solid #d7d7d7;
  border-top: none
}

.admin-menu .bottom-border {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7
}

span.small {
  font-size: 10px;
  margin: 0 !important;
  padding: 0 !important
}

.d-viewer-left {
  display: inline;
  width: 500px;
  float: left;
  margin: 0 100px
}

.d-viewer-right {
  display: inline;
  width: 400px;
  float: left
}

textarea.viewer-comment, textarea.application-comment {
  width: 340px;
  height: 80px;
  padding: 5px
}

textarea.application-comment {
  width: 250px;
}

#showcomments input {
  margin-left: 10px
}

#application-left, #application-com-left {
  width: 45%;
  display: inline;
  float: left
}

#application-right, #application-com-right {
  width: 45%;
  display: inline;
  float: right
}

#topnav-top {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  box-shadow: 0px 2px 15px #000000;
  -moz-box-shadow: 0px 2px 15px #000000;
  -webkit-box-shadow: 0px 2px 15px #000000;
  border-bottom: 1px solid #d7d7d7;
  margin-top: -100px;
  background: #f0f0f0;
}

#topnav-top span {
  padding: 2px;
}

#topnav-top span a {
  margin-right: 10px
}

#topnav-top span a#hide-bar {
  margin-left: 20px;
}

.delete-button {
  text-align: right;
  padding-bottom: 5px
}

#latest-information {
  display: inline;
  width: 150px;
  float: left;
  background: url('http://www.digitalflow.org/images/left-bg.jpg') repeat-y;
  padding: 11px 0 11px 22px;
}

#latest-information strong {
  font-size: 18px;
  color: #ee0652;
}

#latest-information div {
  font-size: 16px;
  color: #7c7c7c;
  margin-top: -5px;
  font-weight: bold;
}

#latest-image {
  display: inline;
  width: 680px;
  float: right;
  padding: 11px 22px 11px 0;
}

#artist-bar-down {
  position: fixed;
  top: 0%;
  right: 10%;
  width: 80%;
  text-align: right;
  margin-top: -50px;
}

#artist-bar-up {
  position: fixed;
  top: 0%;
  right: 10%;
  width: 80%;
  text-align: right;
}

#artist-bar-left {
  width: 4%;
  display: inline;
  float: left;
  text-align: right;
}

#artist-bar-middle {
  background: url(artist-middle.png) repeat-x;
  display: inline;
  float: left;
  width: 92%;
  text-align: left;
  padding: 8px 0;
}

#artist-bar-right {
	display: inline;
	float: left;
	width: 4%;
	text-align: left;
}

.artist-header {
  border-bottom: 1px solid #979797;
  padding-bottom: 10px;
}

.artist-header span {
  font-size: 28px;
}

.artist-content {
  border-top: 1px solid #ededed;
  padding-top: 10px;
}
