body {
  font-family: Arial, sans-serif;
  color: #6c6c6c;
  background-color: #000000;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:hover u {
  text-decoration: none;
}

.error {
  font-size: 0.9em;
  color: red;
  margin-bottom: 15px;
}

.jstemplate {
	display: none;
}

.waiting {
  background: black url(img/wait.gif) no-repeat center;
}

form {
	padding: 0;
	margin: 0;
}
  form input.button {
    font-size: 0.85em;
    text-transform: uppercase;
    padding: 5px;
    color: white;
    background: #010404;
    border: none;
  }

.jsaction {
	color: #000000;
	text-decoration: none;
	border-bottom: dashed 1px #000000;
}

.validation-advice {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  color: #CD0000;
}

.overtext {
	cursor: text;
}

.nickname {
	padding: 1px;
	color: white;
	background: #303030;
	text-transform: uppercase;
	font-size: 0.8em;
	display: -moz-inline-block;
	display: inline-block;
	margin-bottom: 6px;
}


#header .inner #player {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 35px;
  margin-top: -6px;
}

#header .inner #contest_link {
	position: absolute;
	margin-top: 6px;
	top: 0;
	left: 70px;
	height: 35px;
}
  #header .inner #contest_link a {
    display: block;
    height: 37px;
    color: #6e7070;
    text-decoration: none;
    padding-left: 86px;
    background: url(img/contest-link.gif) no-repeat left center;
    margin-top: -10px;
    padding-top: 18px;
  }

#header .inner #account_box {
  position: absolute;
  /*width: 545px;*/
  /*width: 645px;*/
  /*width: 715px;*/
  /*width: 720px;*/
  width: 420px;
  /*right: 0;*/
  /*left: 251px;*/
  left: 551px;
  top: 0;
  font-size: 0.9em;
}
  #header .inner #account_box .remember {
    padding-left: 4px;
    padding-right: 16px;
  }
    #header .inner #account_box .remember label {
      font-size: 0.8em;
      line-height: 1em;
      color: #B0B0B0;
      display: inline-block;
    }
  #header .inner #account_box .login-pane {
    float: right;
    padding-top: 3px;
  }
    #header .inner #account_box .login-pane a {
      margin: 0 5px;
    }
    #header .inner #account_box .login-pane a.jsaction {
      color: #ffffff;
      border-color: #ffffff;
      line-height: 1.5em;
    }
  #header .inner #account_box .login-box {
    margin-left: 19px;
  }
    #header .inner #account_box .login-box input.text {
      width: 128px;
      color: #878787;
    }
  #header .inner .login-box .reset-password {
    font-size: 0.8em;
    line-height: 1em;
    color: #B0B0B0;
    display: inline-block;
    padding-left: 4px;
    margin-right: 8px;
  }
  
  #header .inner #account_box .logged-box {
    /*margin-right: 175px;*/
    padding-top: 4px;
  }
    #header .inner #account_box .logged-box .logout {
      margin-left: 15px;
      font-style: italic;
    }
  #header .inner #account_box .account,
  #header .inner #account_box form {
    float: right;
  }
  #header .inner #account_box .lang {
    float: right;
    margin-left: 20px;
    padding-top: 2px;
    font-size: 0.9em;
  }

#login-form {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}
  #login-form label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.95em;
    color: #B0B0B0;
  }
    #login-form .checkbox label {
      display: inline;
    }
  #login-form a {
    color: #B0B0B0;
    font-size: 0.95em;
  }
  #login-form .extra {
    margin-top: 3px;
  }
  #login-form input.text {
    width: 121px;
    margin-right: 9px;
  }

#covers {
  height: 822px;
}
  #covers .inner {
    height: 822px;
  }
  #covers .cover {
  }


.back-to-list {
  margin-top: 20px;
  font-size: 0.8em;
}
  .back-to-list .back-arrow {
    padding-left: 20px;
    background: url(img/back-arrow.gif) no-repeat left bottom;
  }
  .back-to-list a {
    color: #3f3f3f;
    font-size: 0.82em;
    text-transform: uppercase;
  }

.next-action {
  margin-top: 20px;
  font-size: 0.8em;
}
  .next-action .next-arrow {
    padding-right: 20px;
    background: url(img/next-arrow.gif) no-repeat left bottom;
  }
  .next-action a {
    color: #3f3f3f;
    font-size: 0.82em;
    text-transform: uppercase;
  }

/* @group Logo & About */

#logo {
	position: absolute;
	left: 51px;
	top: 76px;
	width: 197px;
	height: 272px;
	background: url(img/vc-logo-dark.png) no-repeat 0 0;
}
#logo.logo-light {
  background-image: url(img/vc-logo-light.png) !important;
}

#about-link {
  position: absolute;
  left: 338px;
  top: 225px;
  width: 120px;
  height: 24px;
  background: url(img/about-dark.png) no-repeat 0 0;
  text-decoration: none;
}
	#about-link.light {
	  background-image: url(img/about-light.png);
	}
	#about-link.about-expanded-dark {
	  background-image: url(img/about-expanded-dark.png);
	}
  #about-link.about-expanded-light {
    background-image: url(img/about-expanded-light.png);
  }

#about {
	display: none;
  position: absolute;
  left: 332px;
  top: 249px;
  width: 300px;
  color: #282828;
  background: white;
  font-size: 0.8em;
  padding: 6px;
  opacity: 0.8;

  filter: Alpha(Opacity=80);
}
  #about h2 {
    padding: 0;
    margin: 0;
    font-family: "Times New Roman", serif;
    font-weight: normal;
    font-size: 1.2em;
    text-transform: uppercase;
  }
  #about p {
    margin-bottom: 0;
  }

/* @end Logo & About */

/* @group Frontpage navigation */

#nav {
  position: absolute;
  left: 0;
  /*top: 35px;*/
  top: 530px;
  /*top: expression('570px');*/
  /*width: 990px;*/
  width: 1075px;
  /*height: 822px;*/
  height: 300px;
}
#nav .inner {
  z-index: 2;
  position: absolute;
  left: 45px;
  /*bottom: 0;*/
  top: 0;
  /*width: 769px;*/
  /*width: 955px;*/
  width: 1030px;
  color: white;
  overflow: hidden;
  height: 285px;
}
  #nav .inner .column {
    padding: 4px;
    padding-top: 2px;
    padding-bottom: 17px;
    /*width: 200px;*/
  }
  #nav .column-wrapper {
    overflow: hidden;
    height: 300px;
  }
  #nav p {
    margin: 0;
    margin-bottom: 7px;
    padding-left: 6px;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1em;
    color: #b0b0b0;
  }
  #nav p.brief {
    padding-right: 12px;
  }
  #nav a {
    color: white;
    text-transform: uppercase;
    font-family: "Times New Roman", serif;
    font-size: 0.9em;
  }
    #nav a:hover {
      text-decoration: none;
    }
  #nav .diary {
    display: block;
    width: 173px;
    height: 64px;
    background: url(../img/1.png) no-repeat 0 0;
  }
  #nav .mag {
    display: block;
    width: 158px;
    height: 68px;
    background: url(../img/1.png) no-repeat 0 0;
  }
  #nav .albums {
    display: block;
    width: 176px;
    height: 64px;
    background: url(../img/2.png) no-repeat 0 0;
  }
  #nav .forum {
    display: block;
    width: 185px;
    height: 64px;
    background: url(../img/3.png) no-repeat 0 0;
    margin: 0;
  }
  #nav .news {
    display: block;
    width: 161px;
    height: 64px;
    background: url(../img/4.png) no-repeat 0 0;
  }
  #nav .addresses {
    display: block;
    width: 158px;
    height: 68px;
    background: url(../img/5.png) no-repeat 0 0;
    margin: 0 !important;
  }
  #nav .hover {
    background: white;
    color: #3B3B3B;
  }
    #nav .hover a,
    #nav .hover p.brief {
      color: #3B3B3B;
    }
	
	
	
	
	
	
	
	
	
	
#navr {
  position: absolute;
  left: 0;
  /*top: 35px;*/
  top: 150px;
  /*top: expression('570px');*/
  /*width: 990px;*/
  width: 1075px;
  /*height: 822px;*/
  height: 300px;
}
#navr .innerr {
  z-index: 2;
  position: absolute;
  left: 45px;
  /*bottom: 0;*/
  top: 0;
  /*width: 769px;*/
  /*width: 955px;*/
  width: 1030px;
  color: white;
  overflow: hidden;
  height: 285px;
}
  #navr .innerr .columnr {
    padding: 4px;
    padding-top: 2px;
    padding-bottom: 17px;
    /*width: 200px;*/
  }
  #navr .column-wrapperr {
    overflow: hidden;
    height: 300px;
  }
  #navr p {
    margin: 0;
    margin-bottom: 7px;
    padding-left: 6px;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1em;
    color: #b0b0b0;
  }
  #navr p.brief {
    padding-right: 12px;
  }
  #nav a {
    color: white;
    text-transform: uppercase;
    font-family: "Times New Roman", serif;
    font-size: 0.9em;
  }
    #nav a:hover {
      text-decoration: none;
    }
  #navr .magr {
    display: block;
    width: 650px;
    height: 300px;
    background: url(../img/bh.png) no-repeat 0 0;
  }
  #nav .hover {
    background: white;
    color: #3B3B3B;
  }
    #nav .hover a,
    #nav .hover p.brief {
      color: #3B3B3B;
    }
	
	
	
	
	
	
	
	
	
  #nav .hover .diary {
    background: url(img/diary-light.png) no-repeat 0 0;
  }
  #nav .hover .mag {
    background: url(img/mag-light.png) no-repeat 0 0;
  }
  #nav .hover .albums {
    background: url(img/albums-light.png) no-repeat 0 0;
  }
  #nav .hover .forum {
    background: url(img/forum-light.png) no-repeat 0 0;
  }
  #nav .hover .news {
    background: url(img/news-light.png) no-repeat 0 0;
  }
  #nav .hover .addresses {
    background: url(img/addr-light.png) no-repeat 0 0;
  }

#nav .light-photo .inner {
	color: black;
}
	#nav .light-photo p {
	  color: #3f3f3f;
	}
  #nav .light-photo a {
    color: black;
  }
  #nav .light-photo .diary {
    background: url(img/diary-light.png) no-repeat 0 0;
  }
  #nav .light-photo .mag {
    background: url(img/mag-light.png) no-repeat 0 0;
  }
  #nav .light-photo .albums {
    background: url(img/albums-light.png) no-repeat 0 0;
  }
  #nav .light-photo .forum {
    background: url(img/forum-light.png) no-repeat 0 0;
  }
  #nav .light-photo .news {
    background: url(img/news-light.png) no-repeat 0 0;
  }
  #nav .light-photo .addresses {
    background: url(img/addr-light.png) no-repeat 0 0;
  }

/* @end Frontpage navigation */


/* @group Page */

.white-page {
  background: white;
  color: black;
}

#inner-nav,
#page {
  /*width: 816px;*/
  /*width: 890px;*/
  width: 1075px;
	background: white;
	color: black;
}
	#inner-nav a,
	#page a {
	  color: black;
	}
.sidebar {
  float: left;
  width: 240px;
  background: white;
}
  .sidebar .inner {
    /*margin-left: 53px;*/
    margin-left: 40px;
  }
    .sidebar .inner .subnav {
      padding-top: 3em;
    }
    
.fresh {
	font-family: "Times New Roman", serif;
	font-size: 1em;
	margin-top: 4px;
}
  .fresh .title {
    margin-bottom: 15px;
  }
  .fresh h4 {
    font-size: 1.05em;
    font-weight: bold;
    color: #303030;
    margin: 0 0 5px;
    padding: 0 0 2px;
    text-transform: uppercase;
    
    border-bottom: 1px solid #DCDCDC;
  }
	

.content {
  float: left;
  width: 575px;
  background: white;
}
.right-sidebar {
  float: right;
  background: white;
  width: 250px;
  
  /*position: absolute;
  left: 825px;
  top: 290px;*/
}
  .right-sidebar .inner {
    margin-left: 10px;
  }
    .right-sidebar .inner .banner div {
      margin-bottom: 10px;
    }

#inner-nav .sidebar .inner {
	margin-top: 46px;
	margin-bottom: 25px;
}

#inner-nav .content {
  margin-top: 56px;
  margin-bottom: 32px;
}

.sidebar .inner .body,
#page .sidebar .inner {
  /*margin-right: 53px;*/
  margin-right: 40px;
  margin-bottom: 30px;
  font-family: "Times New Roman", serif;
  font-size: 0.75em;
  line-height: 1.5em;
}
.sidebar .inner .body {
	font-size: 1em;
	margin-top: 46px;
	margin-right: 0;
}
  .sidebar .links a {
    display: block;
  }
  .sidebar .galleries {
    margin-top: 14px;
    font-size: 0.9em;
  }
	  .sidebar .galleries h3 {
	    margin: 0;
	    text-transform: uppercase;
	    font-weight: normal;
	    margin-bottom: 8px;
	  }
	    .sidebar .galleries h3 span {
	      color: white !important;
	      background: #303030;
	    }
	  .sidebar .galleries a {
	    font-size: 0.9em;
	    display: inline;
	  }
	  .sidebar .galleries a.current {
	    background: #929292 !important;
	  }
	    
  .sidebar .inner .body a,
	#page .sidebar .inner a {
	  /*display: block;*/
	  color: #303030/* !important*/;
	  text-transform: uppercase;
	  /*font-size: 0.9em;*/
	}
	  .sidebar .inner .body a:hover,
    #page .sidebar .inner a:hover {
      color: #929292 !important;
    }
	  .sidebar .inner .body a.current,
    #page .sidebar .inner a.current {
      color: white !important;
      background: #303030;
      padding: 2px;
      /*margin-top: 3px;*/
      /*margin-bottom: 3px;*/
      text-decoration: none;
    }

  .sidebar .inner .body .subsearch {
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .sidebar .inner .body .subsearch a {
    color: #303030 !important;
    text-transform: uppercase;
    font-size: 0.8em;
  }
    .sidebar .inner .body .subsearch a.current,
    #page .sidebar .inner .body .subsearch a.current {
      color: #929292 !important;
      background: none !important;
      text-decoration: none;
      padding: 0 !important;
    }

/*#page .content {
  margin-bottom: 30px;
}*/

.service-page .sidebar {
	margin-top: 46px;
}
.service-page .content {
  margin-top: 56px;
}
	.service-page .content h1 {
	  font-family: "Times New Roman", serif;
	  font-size: 1.35em;
	  text-transform: uppercase;
	  color: #303030;
	  padding: 0;
	  margin: 0;
	  margin-top: 3px;
	  margin-bottom: 15px;
	}

/* @end Page */

/* @group Breadcrumb */

.breadcrumb {
	font-family: Arial, sans-serif;
  font-size: 0.68em;
  margin-bottom: 27px;
}
	.breadcrumb a {
	  text-transform: uppercase;
    color: #3f3f3f !important;
    text-decoration: underline;
	}
	  .breadcrumb a:hover {
	    text-decoration: none;
	  }
  .breadcrumb a.last {
    color: #929292 !important;
    text-decoration: none;
  }
  .breadcrumb .arrow {
    /*width: 28px;*/
    padding-left: 28px;
    background: url(img/breadcrumb-arrow.gif) no-repeat center center;
  }

/* @end Breadcrumb */

/* @group Inner page navigation */

.nav-block {
  height: 33px;
  overflow: hidden;
}

.nav-block a {
	margin-right: 14px;
}

#inner-nav .tags {
	float: left;
	width: 1500px;
	padding-left: 14px;
	padding-top: 9px;
	padding-bottom: 2px;
	font-family: Arial, sans-serif;
	line-height: 1.1em;
}
	#inner-nav .tags a {
	  padding: 3px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  margin-right: 4px;
	  font-size: 0.6em;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #3f3f3f;
	  white-space: nowrap;
	}
	  #inner-nav .tags a.current {
	    color: white !important;
	    background: #303030;
	  }

/* @end Inner page navigation */

.notify {
  padding: 0 0 38px 0;
  font-size: 0.7em;
  color: #929292;
}

.new-friend-notification {
	margin-top: 13px;
  border-top: solid 1px #dcdcdc;
  padding: 15px 0 15px 40px;
  font-size: 0.8em;
  color: #929292;
  background: url(img/new-friend-icon.gif) no-repeat 3px 10px;
}

.graybox {
  background: #f2f2f2;
  border: solid 1px #dcdcdc;
  padding: 13px;
  font-size: 0.8em;
}
  .graybox .divider {
    width: 12px;
    border-left: solid 1px #dcdcdc;
  }
    .graybox .divider div {
      font-size: 1px;
      width: 12px;
    }
  .graybox .form-row {
    color: #303030;
    margin-bottom: 13px;
    width: 99%;
  }
    .graybox .form-row label {
      display: block;
      margin-bottom: 5px;
    }
    .graybox .form-row input.text,
    .graybox .form-row textarea {
      display: block;
      width: 100%;
    }
  .graybox .checkbox label {
    display: inline;
  }
    
  .graybox .buttons {
  }
    .graybox .buttons .button {
      font-size: 0.8em;
    }
    .graybox .buttons .note {
      float: left;
      font-size: 0.8em;
      color: #929292;
    }

/* @group Diary */

.diary .entry {
	padding-bottom: 18px;
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 18px;
}

.diary h1 {
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: normal;  
  color: #303030 !important;
  margin: 0;
  padding: 0;
  
  font-weight: bold;
  margin-bottom: 16px;
}

.diary h2 {
  display: inline;
	font-family: "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: normal;  
  color: #303030 !important;
  margin: 0;
  padding: 0;
}

.diary h3 {
  display: inline;
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: normal;  
  color: #303030 !important;
  margin: 0;
  padding: 0;
}

.diary h4 {
  font-size: 1.25em;  
  margin: 0;
  margin-top: 15px;
  padding: 0;
}

.diary .tags {
  margin-left: 12px;
  font-size: 0.8em;
  line-height: 1em;
}
	.diary .tags a {
	  padding: 3px;
	  padding-top: 0;
	  padding-bottom: 2px;
	  margin-right: 8px;
	  text-transform: lowercase;
	  text-decoration: none;
	  font-family: Arial, sans-serif;
	  background: #929292;
	  color: white !important;
	}

.diary .info {
	margin-top: 3px;
	font-size: 0.75em;
	color: #3f3f3f;
}
	.diary .info strong {
	  font-weight: normal;
	  color: black;
	}
	.diary .info .no-comments {
	 color: #929292;
	}

.diary .brief {
  margin-top: 16px;
  font-size: 0.75em;
  color: #3f3f3f;
}
  .diary .brief img {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  
.diary .body {
  font-size: 0.8em;
  color: #303030;
}
	.diary .body h4 {
		font-size: 1.2em;
	}
	.diary .body .imageset {
	  margin-top: 20px;
	}
		.diary .body .imageset .image {
		  float: left;
		  margin-right: 10px;
		  margin-bottom: 10px;
		}
		  .diary .body .imageset .image div {
		    overflow: hidden;
		    cursor: pointer;
		  }

.diary .video {
  margin-bottom: 10px;
}

.diary-comments {
	background: #F2F2F2;
	padding-left: 240px;
	padding-top: 21px;
	padding-bottom: 28px;
}
	.diary-comments .inner {
	  width: 531px;
	}
  .diary-comments h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    
    font-family: "Times New Roman", serif;
    font-size: 1.3em;
    color: #303030;
    text-transform: uppercase;
  }
  .diary-comments .comment {
    margin-bottom: 15px;
  }
    .diary-comments .comment .avatar {
      float: left;
      width: 50px;
      margin-right: 16px;
    }
      .diary-comments .avatars img {
        border: solid 3px transparent;
      }
    .diary-comments .avatars .selected img {
      /*border: solid 3px #303030;*/
      border: solid 3px #727272;
    }
	  .diary-comments .comment .text {
	    position: relative;
	    margin-left: 66px;
	    font-style: italic;
	    font-size: 0.8em;
	    color: #303030;
	    border: solid 1px #dcdcdc;
	    background: white;
	    padding: 8px;
	  }
		  .diary-comments .comment .text .pointer {
		    position: absolute;
		    left: -10px;
		    top: -1px;
		  }
      .diary-comments .comment .text .user {
        font-style: normal;
        margin-bottom: 7px;
      }
	      .diary-comments .comment .text .user a {
	        color: #303030;
	        margin-right: 7px;
	        text-transform: none;
	        font-size: 1em;
	      }

  /*.diary-comments .back-to-list {
    margin-top: 20px;
    font-size: 0.8em;
  }
	  .diary-comments .back-arrow {
	    padding-left: 20px;
	    background: url(img/back-arrow.gif) no-repeat left bottom;
	  }
	  .diary-comments a {
	    color: #3f3f3f;
	    font-size: 0.82em;
	    text-transform: uppercase;
	  }*/

  .diary-comments fieldset {
    margin-top: 25px;
    border: solid 1px #dcdcdc;
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 12px;
  }
	  .diary-comments fieldset legend {
	    font-family: "Times New Roman", serif;
      font-size: 0.8em;
      font-weight: bold;
	    text-transform: uppercase;
	    color: #303030;
	    padding-left: 6px;
	    padding-right: 6px;
	    margin-left: -6px;
	  }
	  .diary-comments fieldset table td {
	    font-size: 0.8em;
	  }
    .diary-comments fieldset .overtext {
      margin-top: -3px;
      margin-top: expression('-1px');
      font-size: 1.2em;
    }
    .diary-comments fieldset label {
      display: block;
      margin-top: 7px;
      margin-bottom: 5px;
    }
    .diary-comments fieldset .avatars a {
      margin-right: 3px;
    }
    .diary-comments fieldset input.button {
      font-size: 1em;
      width: 142px;
    }

/* @end Diary */

/* @group Forum */

.forum {
	margin-bottom: 30px;
}
  .forum #title-edit {

  }
    .forum #title-edit .title-editor {
      display: none;
    }
	    .forum #title-edit .title-editor form {
		    /*background: #FCFCDE;
		    border: none;
		    padding: 3px;
		    margin: 0;*/
		    margin-bottom: 19px;
	    }
	      .forum #title-edit .title-editor form input.text {
	        width: 99%;
	        font-family: "Times New Roman", serif;
          text-transform: uppercase;
	        font-size: 1.5em;
	        color: #303030 !important;
	      }
	    .forum #title-edit .title-editor form .buttons {
	      margin-top: 25px;
	    }
    
  .forum h1 {
	  font-family: "Times New Roman", serif;
	  text-transform: uppercase;
	  font-size: 1.25em;
	  font-weight: normal;  
	  color: #303030 !important;
	  padding: 0;
    margin: 0;
	  margin-bottom: 19px;
  }
    .forum h1.hover {
      color: white !important;
      background-color: #303030;
      cursor: pointer;
    }
  .forum h2 {
    font-family: "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;  
    color: #303030 !important;
    padding: 0;
    margin: 0;
    margin-bottom: 19px;
  }
  .forum h3 {
    font-family: "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: underline;  
    color: #303030 !important;
    padding: 0;
    margin: 0;
  }
    .forum h3 a.remove {
      float: right;
      border: none;
      text-transform: none;
      font-family: Arial, sans-serif;
      font-size: 0.85em;
      margin-left: 7px;
      padding-right: 14px;
      text-decoration: underline;
      white-space: nowrap;
      background: url(img/remove.gif) no-repeat right 62%;
    }

  .forum .actions {
    margin-bottom: 23px;
  }
  
  .forum .back-to-list,
  .forum .next-action {
    margin: 0;
    font-size: 0.75em;
  }

  .forum th {
    font-family: "Times New Roman", serif;
    font-size: 0.8em;
    text-transform: uppercase;
  }
    .forum th.left {
      padding-left: 16px;
    }
    .forum th.right {
      padding-right: 16px;
    }

  .forum .frame {
    margin-top: 13px;
    border: solid 1px #DCDCDC;
    padding: 8px;
    margin-bottom: 20px;
  }
  
  .forum .list {
    font-size: 0.8em;
  }
    .forum .list .title {
      text-transform: uppercase;
      font-family: "Times New Roman", serif;
      padding-left: 7px;
      padding-top: 7px;
      padding-bottom: 7px;
    }
      .forum .list .title a {
        display: block;
      }
    .forum .list .stats {
      text-align: center;
      font-size: 0.8em;
      color: #929292;
    }
    .forum .list .posted-by {
      text-align: right;
      font-size: 0.8em;
      padding-right: 7px;
      line-height: 1.3em;
    }
      .forum .list .posted-by a {
        padding-left: 5px;
        /*padding-right: 5px;*/
      }
      .forum .list .posted-by .date {
        color: #929292;
      }
      
    .forum .list tr.hover td {
      background-color: #303030;
      color: white;
    }
      .forum .list tr.hover td a {
        color: white !important;
      }
      .forum .list tr.hover td.stats,
      .forum .list tr.hover td .date {
        color: #929292;
      }

  .forum form,
  .forum .box {
    background: #f2f2f2;
    border: solid 1px #dcdcdc;
    padding: 13px;
    font-size: 0.8em;
  }
  .forum .editor form {
    font-size: 0.9em;
  }
  .forum form {
    padding-right: 20px;
  }
  .forum .divider {
    width: 12px;
    border-left: solid 1px #dcdcdc;
  }
    .forum .divider div {
      font-size: 1px;
    	width: 12px;
    }
   
  .forum .box .hdivider,
  .forum .page .hdivider {
    margin-top: 15px;
    border-top: solid 1px #dcdcdc;
    height: 1px;
    margin-bottom: 10px;
  }
  
  .designer-info .send-pm,
  .forum .box .send-pm,
  .forum .page .send-pm {
    margin: 2px 0;
  	display: -moz-inline-box;
    display: inline-block;
    display: expression('block');
    height: 26px;
    line-height: 24px;
    padding-left: 33px;
    background: url(img/send-pm-gray.gif) no-repeat left center;
  }
  .designer-info .add-to-friend,
  .forum .box .add-to-friend,
  .forum .page .add-to-friend {
    margin: 2px 0;
    display: -moz-inline-box;
    display: inline-block;
    display: expression('block');
    height: 26px;
    line-height: 24px;
    padding-left: 33px;
    background: url(img/add-to-friend-gray.gif) no-repeat left center;
  }
  .designer-info .send-pm {
    padding: 0;
    background-image: url(img/send-pm-white.gif);
  }
  .designer-info .add-to-friend {
    padding: 0;
    background-image: url(img/add-to-friend-white.gif);
  }

  .forum .friends-tile .friend {
    padding-right: 15px;
  }

  /*.forum .nickname {
    display: inline;
    color: white !important;
    text-decoration: none;
  }
  .forum .avatars {
    margin-top: 6px;
    margin-bottom: 12px;
  }
  .forum .info {
    font-size: 0.85em;
    color: #929292;
  }
    .forum .info em {
      font-style: normal;
      color: #303030;
    }*/
    
  .forum .form-row {
    color: #303030;
    margin-bottom: 13px;
    /*width: 98.5%;*/
  }
	  .forum .form-row label {
	    display: block;
	    margin-bottom: 5px;
	  }
    .forum .form-row input.text,
    .forum .form-row textarea {
      display: block;
      width: 100%;
    }
  .forum .checkbox label {
    display: inline;
  }
    
  .forum .buttons {
  }
	  .forum .buttons .button {
	    font-size: 0.8em;
	  }
    .forum .buttons .note {
	    float: left;
	    font-size: 0.8em;
	    color: #929292;
	  }

  .forum .messages {
    border: solid 1px #dcdcdc;
    border-bottom: none;
    font-size: 0.8em;
  }
	  .forum .messages .message {
	    border-bottom: solid 1px #dcdcdc;
	    padding: 13px;
	    background: #f2f2f2;
	  }
	  .forum .messages .even {
	    background: #ffffff;
	  }
	  .forum .messages .message .date {
	    font-size: 0.8em;
	    color: #929292;
	    white-space: nowrap;
	  }
    .forum .messages .message .body {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .forum .messages .message .body .quote {
      border: solid 1px #dcdcdc;
      background: white;
      padding: 7px;
    }
      .forum .messages .message .body .quote .user {
        border-bottom: solid 1px #dcdcdc;
        padding-bottom: 1px;
        margin-bottom: 5px;
      }
      .forum .messages .message .body .photos {
        border: none;
        margin: 0;
        margin-top: 8px;
        padding: 0;
      }
        .forum .messages .message .body .photos div {
          width: 390px;
          overflow: hidden;
          margin-bottom: 8px;
        }
        .forum .message .editor .photos {
          border: none;
          margin: 0;
          margin-bottom: 10px;
          padding: 0;
        }
	        .forum .message .editor .photos .thumb {
	          position: relative;
	          display: -moz-inline-block;
	          display: inline-block;
	          display: expression('inline');
	          vertical-align: top;
	          margin-right: 5px;
	          margin-bottom: 5px;
	          padding: 4px;
	          cursor: default;
	        }
	          .forum .message .editor .photos .thumb img {
	            display: block;
	          }
	        .forum .message .editor .photos .thumb:hover {
	          border: 4px solid #303030;
	          padding: 0;
	        }
		      .forum .message .editor .photos .thumb .thumb-actions {
		        opacity: 0.01;
		        filter: Alpha(Opacity=0);
		        position: absolute;
		        right: 0;
		        top: 0;
		        background: #303030;
		        color: white;
		      }
		      .forum .message .editor .photos .thumb:hover .thumb-actions {
		        opacity: 1;
		        filter: Alpha(Opacity=100);
		      }
		        .forum .message .editor .photos .thumb .thumb-actions img {
		          display: block;
		          cursor: pointer;
		        }
      .forum .messages .message .body .video {
	      margin-top: 10px;
        width: 390px;
        overflow: hidden;
      }
    .forum .messages .message .actions {
      border-top: solid 1px #e0e0e0;
      padding-top: 10px;
      font-size: 0.77em;
    }
      .forum .messages .message .actions .send-pm img {
        background: url(img/send-pm-gray.gif) no-repeat 0 0;
      }
      .forum .messages .message .actions .add-to-friend img {
        background: url(img/add-to-friend-gray.gif) no-repeat 0 0;
      }
      .forum .messages .even .actions .send-pm img {
        background: url(img/send-pm-white.gif) no-repeat 0 0;
      }
      .forum .messages .even .actions .add-to-friend img {
        background: url(img/add-to-friend-white.gif) no-repeat 0 0;
      }

    .forum .messages .editor {
      display: none;
    }
      .forum .messages .editor form {
        border: none;
        padding: 0;
        background: none;
      }
      .forum .messages .editor .buttons {
        font-size: 1.1em;
      }
      
  .forum #new_topic_form .validation-advice,
	.forum #reply_form .validation-advice {
	  font-size: 0.9em;
	}

  .forum #new_section_form p.note,
  .forum .title-editor p.note {
		color: #929292;
		margin: 5px 0 0 0;
    font-size: 0.8em !important;
  }
  
  .forum #change_section_pic {
    display: none;
  }

.tri {
	vertical-align: middle;
	margin-top: expression('4px');
	width: 12px;
	height: 12px;
	font-size: 9px;
	line-height: 9px;
	background: url(img/expand-collapse.gif) no-repeat 0 0;
	display: inline-block;
}
.forum .photo-strip {
	height: 0;
	overflow: hidden;
}
  .forum .photo-strip div.inner {
    padding-top: 10px;
  }
    .forum .photo-strip div.inner .note {
      font-size: 0.8em;
      color: #929292;
      margin-top: -7px;
      margin-bottom: 10px;
    }
    .editor .photo-strip div.inner .note {
      font-size: 0.85em;
    }
    .forum .photo-strip div.inner .new-photos table {
      margin-bottom: 5px;
    }
    .forum .photo-strip div.inner .new-photos .button {
      visibility: hidden;
      font-size: 0.8em;
    }
    .forum .message .new-photos .button {
      font-size: 0.9em !important;
    }
.expanded .tri {
	background-position: right 0 !important;
}
/*.forum .expanded .photo-strip {
	display: block !important;
}*/


.forum .latest {
	margin-bottom: 20px;
}

.forum .tags {
	margin-top: 3px;
  font-family: Arial, sans-serif;
  line-height: 1.1em;
}
  .forum .tags a {
    padding: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 4px;
    font-size: 0.6em;
    text-transform: uppercase;
    text-decoration: none;
    color: #3f3f3f;
    white-space: nowrap;
  }
    .forum .tags a:hover {
      color: white !important;
      background: #303030;
    }


.forum-flash-pagination {
  margin-top: 15px;
  border-top: 1px solid #DCDCDC;
  padding-top: 25px;
}

/* @end Forum */

/* @group Events */

#page .content .events h1 {
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: normal;  
  color: #303030 !important;
  margin: 0;
  padding: 0;
	
	font-weight: bold;
  margin-bottom: 16px;
}

/* @end News */

/* @group News */

#page .content .news {
	border-bottom: solid 1px #DCDCDC;
	margin-bottom: 24px;
}

/* @end News */

/* @group TextPage */

#page .content .textpage h4 {
  font-family: "Times New Roman", serif;
  font-size: 1.5em !important;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}

/* @end TextPage */

/* @group Contest */

/* @group Diary */

.contest {
	margin-bottom: 20px;
}

.contest h2 {
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: normal;  
  color: #303030 !important;
  margin: 0 0 16px 0;
  padding: 0;
}

.contest h3 {
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: normal;  
  color: #303030 !important;
  margin: 0 0 20px 0;
  padding: 0;
}

.contest h4 {
  font-family: "Times New Roman", serif;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;  
  color: #303030 !important;
  margin: 0 0 20px 0;
  padding: 0;
}

.contest .userinfo {
  padding-top: 3px;
  padding-right: 35px;
  font-size: 0.8em;
}
	.contest .userinfo .info {
	  font-size: 0.85em;
	  color: #929292;
	  margin-bottom: 10px;
	}

.contest p {
  margin: 0 0 16px 0;
  font-size: 0.75em;
  color: #3f3f3f;
}

.contest .prize {
  width: 550px;
  overflow: hidden;
  
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contest .rules {
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
}

.contest .my-contest-photo {
  margin-top: 20px;
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
}

.contest .contest-photos {
	margin-top: 20px;
	border-top: 1px solid #DCDCDC;
	padding-top: 20px;
	
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 20px;
}

.contest .photos {
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}
  .contest .photos .photo {
    text-decoration: none;
    margin-right: 31px;
  }
	  .contest .photos .photo .caption {
	    display: block;
	    margin-top: 5px;
	    font-family: "Times New Roman", serif;
	    font-size: 0.82em;
	    color: #303030;
	    text-transform: uppercase;
	    text-decoration: underline;
	    padding-bottom: 5px;
	    border-bottom: 1px solid #DCDCDC;
	  }
	  .contest .photos a {
	    border: none !important;
	    margin: 0 !important;
	    padding: 0 !important;
	  }
	  .contest .photos a img {
	    float: none !important;
	    display: block !important;
	  }
	  .contest .photos a:hover .caption {
	    text-decoration: none;
	  }
    .contest .photos .photo .vote {
      margin-top: 5px;
      font-size: 0.8em;
      margin-bottom: 5px;
      color: #303030;
    }
      .contest .photos .photo .vote label {
	      color: #303030;
	      margin-left: 5px;
      }
    .contest .photos .photo .stats {
      margin-top: 3px;
      font-size: 0.7em !important;
      color: #303030;
    }
      .contest .photos .photo .stats span {
        display: -moz-inline-box;
        display: inline-block;
        margin-right: 20px;

        padding-top: 5px;
	      padding-left: 19px;
	      height: 20px;
	      background: no-repeat left 45%;
      }
      .contest .photos .photo .stats .comments {
        background-image: url(img/comments.gif);
      }
      .contest .photos .photo .stats .votes {
        background-image: url(img/votes.gif);
      }

.contest .button {
	font-size: 0.6em;
}

.contest .full-photo {
	width: 550px;
	overflow: hidden;
	
	border-top: 1px solid #DCDCDC;
	padding-top: 20px;
}

.contest .credits {
	margin: 20px 0;
	font-size: 0.8em;
	color: #303030;
}
  .contest .credits em {
    font-style: normal;
    color: #929292;
  }

.contest .hr {
  border-top: 1px solid #DCDCDC;
  font-size: 1px;
  line-height: 1px;
}

/* @end Contest */

/* @group Footer */

#footer {
}
	#footer .inner {
	  margin-left: 51px;
	  margin-right: 51px;
	  font-size: 0.8em;
	}
	#footer h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-family: "Times New Roman", serif;
    font-size: 0.95em;
    font-weight: normal;
    color: white;
  }
  #footer .partners {
    font-size: 1em;
  }
	  #footer .partners td {
	    padding-right: 18px;
	    padding-bottom: 15px;
	  }
	  #footer .partners a {
	    display: inline-block;
      padding-right: 18px;
      padding-bottom: 15px;
      vertical-align: middle;
	  }
	    #footer .partners a img {
	      display: block;
	    }
  #footer .tags {
    font-size: 1.2em;
  }
	  #footer .tags a {
	    font-family: "Times New Roman", serif;
	    font-size: 0.65em;
	    color: #4F5050;
      text-transform: uppercase;
      text-decoration: none;
	  }
	  #footer .tags a:hover {
	    text-decoration: underline;
	  }
	   #footer .tags a.t1 {
	     color: #2E2F2F;
	   }
     #footer .tags a.t2 {
       font-size: 0.7em;
     }
     #footer .tags a.t3 {
       font-size: 1.15em;
       text-decoration: underline;
       color: #4F5050;
     }
     #footer .tags a.t4 {
       font-size: 1.4em;
       text-decoration: underline;
       color: #595A5A;
     }
     #footer .tags a.t5 {
       font-size: 1.9em;
       text-decoration: underline;
       color: #626363;
     }
     #footer .tags a.t6 {
       font-size: 2.35em;
       text-decoration: underline;
       color: #6E7070;
     }
  #footer .line {
    margin-top: 20px;
    border-top: solid 1px #252727;
    margin-bottom: 19px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
  }
  #footer .footnote {
    font-size: 0.85em;
  }
    #footer .footnote td {
      padding-top: 2px;
    }
    #footer .footnote p {
      margin: 0;
      margin-bottom: 5px;
    }
    #footer .footnote a.orange-link {
      color: #6C6C6C;
      text-decoration: none;
    }
      #footer .footnote a.orange-link u {
        color: white;
      }

/* @end Footer */

.moognify-waiter {
  background: black url(img/moognify-waiter.gif) no-repeat center center;
}
.moognify-overlay {
  background: black;
}
.moognify-border {
  border: none;
  background: none;
  padding: 4px;
  z-index: 300;
  cursor: pointer;
}
.moognify-border-zoomed {
  background: black;
}

/* @group Pagination */

.pagination {
  font-family: Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #3F3F3F;
	text-transform: uppercase;
}
  .pagination span {
    color: white;
    background: #919191;
  }
  .pagination span.disabled {
    color: #CCCCCC;
    background: #919191;
  }
  .pagination a {
    color: #3F3F3F !important;
    text-decoration: underline;
  }
  .pagination span,
  .pagination a {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 3px;
    margin-right: 3px;
  }
  .pagination a.prev,
  .pagination a.next {
    font-size: 1em;
    text-decoration: none;
  }
	  .pagination a.prev u,
	  .pagination a.next u {
	    font-weight: normal;
	    text-decoration: underline;
	  }
	.pagination a:hover u {
	  text-decoration: none;
	}

/* @end Pagination */

/* @group Calendar */

.calendar {
	margin-top: 18px;
	line-height: 1.6em;
	font-size: 0.9em;
}
  .calendar .years {
    padding-right: 8px;
    border-right: solid 1px #DCDCDC;
  }
  .calendar .monthes {
    padding-left: 8px;
  }
  #page .sidebar .inner .current a,
  .calendar .current a {
    color: #929292 !important;
    text-decoration: none;
  }

/* @end Calendar */

/* @group Popup form */

.popup-form {
  position: absolute;
  display: none;
  width: 280px;
  /*background: #303030;*/
  background: #000000;
  color: white;
  /*padding: 15px;*/
  padding: 10px;
  z-index: 200;
  font-size: 0.9em;
  margin-bottom: 20px;
  
  /*margin-top: 8px;*/
}
  .popup-form .popup-inner {
    display: block;
    /*background: #303030;*/
    background: #000000;
    color: white;
    width: auto;
  }
    .popup-form form {
      margin: 0;
    }

.popup-pointer {
  height: 7px;
  background: url(img/pointer.gif) no-repeat center top;
  
  /*margin-top: 8px;*/
}

/* @end Popup form */

/* @group PageView */

.pageview .tabs {
	padding-left: 21px;
  border-bottom: solid 1px #dcdcdc;
}
	.pageview .tabs .tab {
	  display: -moz-inline-block;
	  display: inline-block;
	  font-size: 0.8em;
	  margin-bottom: -1px;
	  margin-right: 2px;
	  padding-left: 14px;
    padding-right: 14px;
	  padding-top: 7px;
    padding-bottom: 9px;
    background: #dedede;
    border: solid 1px #dedede;
    border-bottom: none;
	}
	.pageview .tabs .current {
	  background: #f2f2f2;
	  text-decoration: none;
	}
.pageview .pages {
	background: #f2f2f2;
	border: solid 1px #dcdcdc;
	border-top: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 9px;
	font-size: 0.8em;
	margin-bottom: 19px;
}
  .pageview .pages .page {
    width: 100%;
    display: none;
  }
  .pageview .pages .current {
    display: block;
  }

.pageview-note {
	font-size: 0.75em;
	padding-left: 22px;
	margin-bottom: 30px;
}

.forum .pageview .pages {
	padding: 10px 10px 9px !important;
}

/* @end PageView */

/* @group Registration Form */

form.registration {
	font-size: 0.9em;
}
	form.registration td {
	  padding-top: 10px;
	  padding-right: 17px;
	}
	form.registration label {
		display: block;
		margin-bottom: 7px;
	}
  form.registration input.text {
    display: block;
    width: 174px;
  }
    form.registration .wide textarea,
	  form.registration .wide input.text {
	    display: block;
	    width: 295px;
	  }
  form.registration .note {
    font-size: 0.95em !important;
    padding-bottom: 4px;
    margin-bottom: 0 !important;
  }
    form.registration .note input {
      margin-left: 6px;
    }
  form.registration .overtext {
    color: #929292;
  }
  form.registration .checkboxes label {
    display: inline !important;
  }

/* @end Registration Form */

/* @group HtmlBox */

.htmlbox-overlay {
  background: black;
  z-index: 3000;
}

.htmlbox {
  background: white;
  z-index: 3001;
}

.htmlbox h1 {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: normal;
  margin: 10px;
  color: #273337;
}

.htmlbox .htmlbox-code {
  padding: 0;
  font-size: 0.8em;
  margin: 10px;
  margin-top: 0px;
  color: #474647;
  text-align: center;
}

.htmlbox .htmlbox-buttons {
  padding-bottom: 15px;
}

/* @end HtmlBox */

/* @group Albums/Video */

.albumlist {
  margin-top: 16px;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 30px;
  
  /*margin-right: -48px;*/
  
  width: 550px;
}
  .albumlist .album,
	.albumlist .video {
    /*display: -moz-inline-block;*/
    /*display: inline-block;*/
    width: 150px;
    vertical-align: top;
    /*margin-right: 48px;*/
    /*margin-bottom: 42px;*/
    padding-right: 48px;
    padding-bottom: 42px;
	}
  .albumlist .video {
    vertical-align: bottom;
  }
    .albumlist .album a,
	  .albumlist .video a {
	    text-decoration: none;
	    display: inline-block;
	  }
	    .albumlist .album a img,
	    .albumlist .video a img {
	      border: solid 4px white;
	    }
	    .albumlist .album a:hover,
      .albumlist .video a:hover {
        border: none;
      }
        .albumlist .album a:hover img,
	      .albumlist .video a:hover img {
	        border: solid 4px #303030;
	      }
        .albumlist .no-hover img {
          border: solid 4px white !important;
        }
    .albumlist .album .label {
		  width: 150px;
		  
		  float: left;
      padding-left: 4px;
		}
    .albumlist .video .label {
      width: 130px;
      
      float: left;
      padding-left: 4px;
    }
    .albumlist .album .label,
		.albumlist .video .label {
		  font-family: "Times New Roman", serif;
		  font-size: 0.85em;
		  color: #303030;
		  text-transform: uppercase;
		}
		  .albumlist .album .label a:hover,
		  .albumlist .video .label a:hover {
		    text-decoration: none;
		  }
  .albumlist .video {
    width: 130px;
  }
	  .albumlist .video .play-overlay {
	    display: block;
	    position: absolute;
	    left: 50px;
	    top: 35px;
	    width: 35px;
	    height: 35px;
	    background: url(img/play.png) no-repeat 0 0;
	    cursor: pointer;
	  }
	  .albumlist .album .image-wrapper,
	  .albumlist .video .image-wrapper {
	    position: relative;
	    float: left;
	  }
	  .albumlist .album .image-wrapper .actions,
	  .albumlist .video .image-wrapper .actions {
	    position: absolute;
	    right: 4px;
	    top: 4px;
	    visibility: hidden;
	  }
	    .albumlist .album .image-wrapper .actions img,
	    .albumlist .video .image-wrapper .actions img {
	      border: none !important;
	      margin-left: 0 !important;
	      cursor: pointer;
	    }
	    .albumlist .album a:hover .image-wrapper .actions,
	    .albumlist .video a:hover .image-wrapper .actions {
	      visibility: visible;
	    }
	  .albumlist .album .rolled,
	  .albumlist .video .rolled {
	    z-index: 5000;
	  }
	    .albumlist .album .rolled img,
	    .albumlist .video .rolled img {
	      border: solid 4px #303030;
	    }
	    .albumlist .album .rolled .actions,
	    .albumlist .video .rolled .actions {
	      visibility: hidden !important;
	    }

.add-album,
.add-video {
  background: white;
}
  .add-album a:hover img,
  .add-video a:hover img {
    border: solid 4px white !important;
  }

.albumlist .notice {
	font-size: 0.8em;
	text-align: left;
	padding-bottom: 30px;
	color: #555555;
}

.videobox {
  width: 100%;
  height: 344px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 19px;
}

.listview {
  margin-top: 16px;
}
  .listview .video {
    padding-bottom: 19px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 15px;
  }
    .listview .video h3 {
      line-height: 1.3em;
    }
	.listview .thumb {
	  padding-left: 12px;
    position: relative;
    width: 130px;
	}
    .listview .thumb .play-overlay {
      display: block;
      position: absolute;
      left: 57px;
      top: 31px;
      width: 35px;
      height: 35px;
      background: url(img/play.png) no-repeat 0 0;
    }
  .listview .info {
    margin-top: 3px;
    margin-bottom: 16px;
  }
  .listview .brief {
    font-size: 0.8em;
  }

.photos {
  padding-bottom: 16px;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 30px;
  
  /*margin-right: -40px;*/
}
  .photos .photo {
    display: -moz-inline-block;
    display: inline-block;
    vertical-align: top;
    width: 158px;
    margin-right: 40px;
    margin-bottom: 17px;
    
    position: relative;
  }
    .photos .photo a {
	    /*display: table-cell;*/
	    display: -moz-inline-block;
	    display: inline-block;
    	border: solid 4px white;
    	
    	position: relative;
    	padding: 0px;
      text-decoration: none;        
    }
      .photos .photo a img {
        float: left;
      }
    .photos .rolled a,
	  .photos .photo a:hover {
	    border: solid 4px #303030;
	  }
	    .photos .photo a .cover-overlay {
	      visibility: hidden;
        position: absolute;
        right: 0;
        top: 0;
	    	width: 17px;
	    	height: 17px;
	    	background: url(img/cover-overlay.gif) no-repeat 0 0;
	    }
	    .photos .cover a {
	      border: solid 4px #dcdcdc;
	    }
	    .photos .cover a .cover-overlay {
	      visibility: visible;
	    }
	    .photos .photo a .actions {
	      opacity: 0.01;
	      filter: Alpha(Opacity=0);
	      position: absolute;
	      right: 0;
	      top: 0;
	      background: #303030;
	      color: white;
	    }
	    .photos .rolled a .actions {
	      display: none;
	    }
	    .photos .photo a:hover .actions {
	      opacity: 1;
        filter: Alpha(Opacity=100);
	    }
        .photos .photo a .actions img {
          float: none;
          z-index: 500;
          cursor: pointer;
        }
  .photos .add-photo {
	  background: white;
	}
	  .photos .add-photo a:hover {
	    border: solid 4px white;
	  }

/* @end Albums/Video */

/* @group Designer Info */

.designer-info {
  margin-top: 14px;
  font-size: 0.8em;	

  padding-bottom: 19px;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 15px;
}
  .designer-info h3 {
    font-size: 1.4em;
  }
	.designer-info .date {
	  color: #3f3f3f;
	  margin-bottom: 10px; 
	}
	.designer-info .tags {
	  font-size: 1em !important;
	}

/* @end Designer Info */

.designer p {
  font-size: 0.8em;
  color: #303030;
  padding-bottom: 16px;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 30px;
}
	.designer .gray-block {
	  background: #F2F2F2;
	  padding: 18px;
	  border: solid 1px #dfdfdf;
	  font-size: 0.8em;
	}
	  .designer .gray-block p {
	    border: none;
	    padding: 0;
	    margin: 0;
	    margin-bottom: 15px;
	  }
	    .designer .gray-block p label {
	      font-size: 1.2em;
	      display: block;
	      margin-bottom: 3px;
	    }
	    .designer .gray-block p textarea {
	      width: 60%;
	    }
	.designer .divider {
	  margin-top: 20px;
	  border-top: solid 1px #dcdcdc;
	  height: 1px;
	  margin-bottom: 15px;
	  width: 61%;
	}

.overlay {
  background: black;
  z-index: 400;
}

/* @group ZoomBox */

.zb-loading {
	background: black url(img/zoombox/loading.gif) no-repeat center center !important;
}

.zoombox {
	position: relative;
	background: black;
	display: none;
	z-index: 500;
}
  .zoombox img {
    margin: 4px;
  }
  .zoombox .prev_btn,
  .zoombox .next_btn {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 47px;
  }
  .zoombox .prev_btn {
    left: 0;
    background: url(img/zoombox/prev.gif) no-repeat 0 0;
  }
  .zoombox .next_btn {
    right: 0;
    background: url(img/zoombox/next.gif) no-repeat 0 0;
  }
  .zoombox .prev_zone,
  .zoombox .next_zone {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
  }
  .zoombox .prev_zone {
    left: 0;
  }
  .zoombox .next_zone {
    right: 0;
  }
  .zoombox .close_btn {
    position: absolute;
    top: -24px;
    right: 16px;
    width: 79px;
    height: 24px;
    background: url(img/zoombox/close.gif) no-repeat 0 0;
    cursor: pointer;
    z-index: 501;
  }

/* @end ZoomBox */

/* @group PickerBox */

.pb-loading {
  background: black url(img/zoombox/loading.gif) no-repeat center center !important;
}

.pickerbox {
  position: relative;
  background: black;
  display: none;
  z-index: 500;
}
  .pickerbox .pb-wrapper {
    margin: 4px;
  }
  .pickerbox .close_btn {
    position: absolute;
    top: -24px;
    right: 16px;
    width: 79px;
    height: 24px;
    background: url(img/zoombox/close.gif) no-repeat 0 0;
    cursor: pointer;
    z-index: 501;
  }

/* @end PickerBox */

/* @group Search */

.search {
	margin-bottom: 30px;
}
	.search input.text {
	  width: 350px;
	  font-size: 0.8em;
	  color: #6C6C6C;
	}
	.search .entry {
	  margin-top: 10px;
	  padding-bottom: 18px;
	  border-bottom: solid 1px #dcdcdc;
	  margin-bottom: 18px;
	}
		.search .entry .info {
		  margin-top: 3px;
		  font-size: 0.75em;
		  color: #3f3f3f;
		}
		  .search .entry .info strong {
		    font-weight: normal;
		    color: black;
		  }
		  .search .entry .info .no-comments {
		   color: #929292;
		  }
		.search .entry .brief {
		  margin-top: 16px;
		  font-size: 0.75em;
		  color: #3f3f3f;
		}
	    .search .entry .brief strong {
	      color: black;
	    }
		  .search .entry .brief img {
		    margin-right: 16px;
		    margin-bottom: 16px;
		  }
  .search h2 {
	  display: inline;
	  font-family: "Times New Roman", serif;
	  text-transform: uppercase;
	  font-size: 1.25em;
	  font-weight: normal;  
	  color: #303030 !important;
	  margin: 0;
	  padding: 0;
  }
  .search h4 {
	  display: inline;
	  font-family: "Times New Roman", serif;
	  text-transform: uppercase;
	  font-size: 0.8em;
	  font-weight: normal;  
	  color: #303030 !important;
	  margin: 0;
	  padding: 0;
  }
  .search .thumb {
    padding-left: 12px;
    position: relative;
    width: 130px;
  }
    .search .thumb .play-overlay {
      display: block;
      position: absolute;
      left: 57px;
      top: 31px;
      width: 35px;
      height: 35px;
      background: url(img/play.png) no-repeat 0 0;
    }

.search .tags {
  margin-left: 12px;
  font-size: 0.8em;
  line-height: 1em;
}
  .search .tags a {
    padding: 3px;
    padding-top: 0;
    padding-bottom: 2px;
    margin-right: 8px;
    text-transform: lowercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    background: #929292;
    color: white !important;
  }

/* @end Search */

/* @group Profile Edit */

.profile-edit .note {
  font-size: 0.8em !important;
}
  .profile-edit .note em {
    font-style: normal;
    color: #929292;
  }

.profile-edit .service label {
	display: block;
	margin-bottom: 3px;
}
.profile-edit .note {
	color: #929292;
	margin-bottom: 15px;
}
.profile-edit .error {
  color: #ff0000;
  margin-bottom: 15px;
}

.profile-edit .designer-info {
	background: #F2F2F2;
	padding: 18px;
	border: solid 1px #dfdfdf;
}
	.profile-edit .designer-info p {
	  font-size: 1em;
	  padding: 0;
	  margin: 0;
	  border: 0;
	  margin-bottom: 10px;
	}
	  .profile-edit .designer-info p label {
	    display: block;
	    margin-bottom: 4px;
	  }
  .profile-edit .designer-info .divider {
    width: 12px;
    border: none;
    border-left: solid 1px #dcdcdc;
  }
    .profile-edit .designer-info .divider div {
      font-size: 1px;
      width: 12px;
    }
  .profile-edit .change-photo {
    position: relative;
	  border: solid 1px #dddddd;
	  width: 150px;
	  overflow: hidden;
	  background: white;
  }
    .profile-edit .change-photo .choose-file {
      display: block;
      height: 21px;
      background: url(img/choose-file.gif) no-repeat right center;
      padding: 2px;
      padding-bottom: 0;
      padding-right: 20px;
    }
      .profile-edit .change-photo .choose-file span {
        display: -moz-inline-block;
        display: inline-block;
        width: 125px;
        overflow: hidden;
      }
	  .profile-edit .change-photo input.file {
	    width: 224px;
	    position: absolute;
	    left: -75px;
	    /*top: 100px;*/
	    bottom: 0;
      opacity: 0;
      filter: Alpha(Opacity=0);
	  }
  .profile-edit .change-avatar {
    display: block;
    position: relative;
    border: solid 1px #dddddd;
    width: 50px;
    height: 50px;
    overflow: hidden;
    
    background: white url(img/choose-avatar.gif) no-repeat center center;
  }
    .profile-edit .change-avatar img {
      display: block;
    }
    .profile-edit .change-avatar input.file {
      width: 224px;
      position: absolute;
      left: -140px;
      top: 27px;
      top: expression('0');
      height: expression('35px');
      cursor: pointer;

      opacity: 0;
      filter: Alpha(Opacity=0);
    }
  .profile-edit .designer-info textarea {
	  width: 390px;
	}

.profile-edit .user-info {
  background: #F2F2F2;
  padding: 12px;
  border: solid 1px #dfdfdf;
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 0.8em;
}
  .profile-edit .user-info p {
    font-size: 1em;
    padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 10px;
  }
    .profile-edit .user-info p label {
      display: block;
      margin-bottom: 4px;
    }
  .profile-edit .user-info .divider {
    width: 12px;
    border: none;
    border-left: solid 1px #dcdcdc;
  }
    .profile-edit .user-info .divider div {
      font-size: 1px;
      width: 12px;
    }

.profile-edit .hdivider {
  margin-top: 20px;
  border-top: solid 1px #dcdcdc;
  height: 1px;
  margin-bottom: 15px;
}

/* @end Profile Edit */

/* @group Mini UserInfo */

.mini-userinfo .nickname {
  display: inline;
  color: white !important;
  text-decoration: none;
}
.mini-userinfo .tags {
  font-size: 0.85em;
  color: #929292;
  margin: 3px 0 10px 0;
}
.mini-userinfo .avatars {
  margin-top: 6px;
  margin-bottom: 12px;
}
.mini-userinfo .info {
  font-size: 0.85em;
  color: #929292;
}
  .mini-userinfo .info em {
    font-style: normal;
    color: #303030;
  }

/* @end Mini UserInfo */

/* @group Addresses */

.addresses {
	margin-bottom: 30px;
}
  .addresses div.note {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 0.75em;
  }
  .addresses h5 {
    margin: 0 0 15px 0;
    font-family: "Times New Roman", serif;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
  }
  .addresses .entry {
    padding-bottom: 8px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 18px;
  }
    .addresses .entry img {
      margin-top: 3px;
    }
    .addresses .entry h3 {
      margin: 0 0 15px 0;
      font-family: "Times New Roman", serif;
      font-size: 1.3em;
      font-weight: bold;
      text-transform: uppercase;
    }
    .addresses .entry h4 {
      display: block !important;
	    margin: 0 0 15px 0;
	    font-family: "Times New Roman", serif;
	    font-size: 1.4em;
	    font-weight: normal;
	    text-transform: uppercase;
	    text-decoration: underline;
	  }
    .addresses .entry p {
	    margin-top: 0;
	    font-size: 0.75em;
	  }
	.addresses .photos {
	  padding-bottom: 0;
	  margin-bottom: 10px;
  }
	  .addresses .photos .photo {
	    margin-right: 18px;
	    margin-bottom: 18px;
	    width: 170px;
	  }
	    .addresses .photos .photo a,
	    .addresses .photos .photo a:hover {
	      border: none;
	    }

  .addresses .back-to-list {
    margin-top: 0;
  }

/* @end Addresses */


/* @group Calendar */

.calendar-block {
	width: 160px;
	padding-bottom: 8px;
  border-bottom: 1px solid #DCDCDC;
}

.month-name {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #303030;
}

table.calendar-grid {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
  table.calendar-grid td {
    padding: 0 1px;
    color: #353839;
  }
  table.calendar-grid td div {
    padding: 0 4px;
    border-bottom: 1px solid #ffffff;
  }
  table.calendar-grid td.weekday div {
    text-transform: uppercase;
    color: #929292;
  }
  table.calendar-grid td.current-day div,
  table.calendar-grid td.current-day a {
    color: #ffffff !important;
    background: #303030 !important;
  }
  /*table.calendar-grid td.today div,
  table.calendar-grid td.today a {*/
  table.calendar-grid td.today div,
  table.calendar-grid td.today a {
    border: 1px solid #353839;
    padding: 0 4px;
  }
  table.calendar-grid td a {
    display: block;
    padding: 0 4px;
    text-decoration: none;
    color: #5F5F5F;
    background: #CFCFCF;
    border-bottom: 1px solid #ffffff;
  }
    table.calendar-grid td a:hover {
      color: #000000 !important;
    }

.calendar-action {
	width: 165px;
	margin-top: 5px;
	font-size: 0.9em;
}

/* @end Calendar */


form.payment {
	font-size: 0.75em;
}
  form.payment td {
    padding: 0 10px 7px 0;
  }
  form.payment label {
    color: #303030;
  }
  form.payment input.text {
    width: 95%;
  }
  form.payment .buttons {
    padding-top: 15px;
  }

.banner div {
  overflow: hidden;
}


.forum-flash {
	margin-right: -21px;
}
  .forum-flash .block {
    display: -moz-inline-box;
    display: inline-block;
    display: expression('inline');
    vertical-align: top;
  }
    .forum-flash .block h3 {
      font-weight: bold;
      text-decoration: none;
      padding-left: 3px;
      margin: 0 0 10px;
    }
  .forum-flash .flash {
    display: -moz-inline-box;
    display: inline-block;
    display: expression('inline');
    vertical-align: top;

  	width: 176px;
    height: 231px;
    background: url(img/forum-flash-bk.gif) no-repeat 0 0;
    margin: 0 20px 20px 0;
  }
    .forum-flash .flash .inner {
      margin: 3px;
    }
      .forum-flash .flash .inner a.image {
        display: block;
        width: 170px;
        height: 225px;
        overflow: hidden;
        
        position: relative;
        text-decoration: none;
      }
        .forum-flash .flash .inner .stub {
          cursor: pointer;
          background: #000000;
          opacity: 0.01;
          filter: Alpha(Opacity=01);
        }
        .forum-flash .flash .inner .count {
          position: absolute;
          left: 10px;
          top: 12px;
          width: auto;
          height: 31px;
          font-family: Tahoma, serif;
          font-size: 0.8em;
          background: url(img/forum-flash-count-right.gif) no-repeat right 0;
          cursor: pointer;
        }
          .forum-flash .flash .inner .count em {
            display: -moz-inline-box;
            display: inline-block;
            background: url(img/forum-flash-count-left.gif) no-repeat 0 0;
            margin-right: 9px;
            height: 31px;

            font-style: normal;
          }
	          .forum-flash .flash .inner .count em b {
	            display: -moz-inline-box;
	            display: inline-block;
	            margin-left: 9px;
	            padding: 5px 0;
	            height: 21px;
	            
	            font-weight: normal;
	          }
      .forum-flash .flash .inner .info-bk {
        background: #000000;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        
        position: relative;
        height: 90px;
        margin-top: -90px;
        overflow: hidden;
      }
      .forum-flash .flash .inner .info {
        position: relative;
        padding: 10px;
        height: 70px;
        margin-top: -90px;
        overflow: hidden;
      }
        .forum-flash .flash .inner .info a.title {
          display: block;
          width: 150px;
          height: 42px;
          overflow: hidden;
          
          font-family: "Times New Roman", serif;
          font-size: 0.8em;
          line-height: 1.1em;
          font-weight: bold;
          color: #ffffff !important;
          text-transform: uppercase;
          text-decoration: none;
        }
          .forum-flash .flash .inner .info a.title:hover span {
            color: #000000 !important;
            background-color: #ffffff;
          }
        .forum-flash .flash .inner .info .posted {
          margin-top: 5px;
          font-size: 0.71em;
          color: #A3A3A3;
        }
          .forum-flash .flash .inner .info .posted a {
            color: #ffffff !important;
          }
          .forum-flash .flash .inner .info .posted .date {
            
          }

.events-promo .flash .inner .info-bk {
  height: 65px;
  margin-top: -65px;
}
.events-promo .flash .inner .info {
  height: 45px;
  margin-top: -65px;
}
.events-promo-sep {
  padding-bottom: 5px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 23px;
}