@import url("tinymce.css");

/*______________________________
FORMATTING HTML ELEMENTS
________________________________*/
h1 {

}
h2 {

}
#whatshot h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 227px;
	font-size: 200%;
}
h4 {
	padding-bottom: 0px;
	padding-top: 5px;
}

#whatshot h5 {
	font-size: 65%;
	font-weight: bold;
	color: #86858a;
	margin-left: 227px;
	padding-top: 0px;
	text-transform: uppercase;
}

#whatshot-form {
}

#whatshot-form div {
  margin-top: 10px;
  clear:both;
}

#whatshot-title {
  width: 465px;
}

#whatshot-main-content {
  padding-bottom: 10px;
  overflow: auto;
}

#whatshot-main-content div {
  float: left;
  clear: none;
}

#whatshot-main-content label {
  float: none;
}

#whatshot-content {
  width: 465px;
  height: 360px;
}

#current-image {
  display: block;
  width: 275px;
  height: 295px;
  border: 1px solid black;
  margin-bottom: 10px;
}

#whatshot-submit-buttons {
  padding-top: 10px;
}

label {
  display:block;
  font-weight: bold;
  font-size: 10px;
}

/* Viewer */

#whatshot-viewer {
  overflow: hidden;
  width: 745px;
}

#whatshot-viewer-nav {
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
  height: 35px;
}
#whatshot-viewer-nav-inner {
  display: none;
}

#whatshot-viewer-nav-inner span {
  vertical-align: middle;
}

#whatshot-viewer-nav-inner img {
  vertical-align: middle;
}

#whatshot-next {
  cursor: pointer;
  margin-left: 10px;
}

#whatshot-next:hover {
  color: blue;
}

#whatshot-previous {
  cursor: pointer;
  margin-right: 10px;
}

#whatshot-previous:hover {
  color: blue;
}

#whatshot-viewer-loading {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 295px;
  width: 743px;
  z-index: 1000;
  background: #fff url('../images/loader.gif') no-repeat 50% 50%;
}

#whatshot-viewer-articles {
  position: relative;
  height: 295px;
  width: 733px;
  border: 1px solid black;
  margin-left: 10px;
}

#whatshot-viewer-articles .article-current {
  display: block;
}

#whatshot-viewer-articles .article-hidden {
  display: none;
}

.whatshot-article {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 295px;
  width: 733px;
  background: #fff;
}
.whatshot-article-inner {
  position: relative;
}

.whatshot-article .whatshot-article-image {
  width: 275px;
  height: 295px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.whatshot-article .whatshot-article-image img {
  display: block;
  width: 275px;
  height: 295px;
}

.whatshot-article .whatshot-title {
  color: #19a0e2;
  text-transform: uppercase;
}

.whatshot-article .whatshot-text {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 445px;
}
