/* view */
#viewItem {
  padding: 0 5px 10px;
  width: 900px;
  min-height: 1250px;
}
#viewItem #adminLinks {
  background-color: rgba(170, 30, 30, .3);
  border: 1px solid #c33;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #000;
  padding: 2px 3px 3px;
  position: absolute;
  top: 55px;
  z-index: 999;
}
#viewItem .topBar {
  font-size: 18px;
  height: 65px;
  padding: 0 0 3px;
  position: relative;
  width: 900px;
}
#viewItem .topBar .title {
  color: #4b700f;
  float: left;
  margin: 10px 5px 0 0;
  max-width: 520px;
}
#viewItem .topBar .title a {
  color: #4b700f;
  text-decoration: none;
}
#viewItem .topBar .voteButton {
  color: #000;
  float: left;
  margin-top: 10px;
}
#viewItem .topBar .votes span {
  display: block;
  font-size: 9px;
  line-height: 10px;
  margin: 0 auto;
  padding: 0;
}
#viewItem .topBar .right {
  height: 38px;
  position: absolute;
  right: 0;
}
#viewItem .topBar .share {
  float: left;
  padding-top: 0;
}
#viewItem .topBar .share div {
  float: left;
  padding: 0;
}
#viewItem .topBar .share .fbLike, #viewItem .topBar .share .gPlus {
  padding-top: 0;
}
#viewItem .topBar .share .fbLikeXFbml {
  padding-top: 3px;
}
#viewItem .topBar .share .gPlus .st_plusone_vcount div {
  margin-top: 4px;
}
#viewItem .topBar .share .buttons {
  padding-top: 5px;
  text-align: center;
}
#viewItem .topBar .share .buttons .small {
  display: block;
  padding: 8px 0;
}
#viewItem .topBar .share .buttons .small .stButton {
  margin-right: 4px;
  margin-left: 4px;
}
#viewItem .image {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  min-height: 300px;
  text-align: center;
  width: 900px;
}
#viewItem .bottomBar {
  font-size: 16px;
  margin: 5px auto 10px;
  position: relative;
  width: 900px;
}
#viewItem .bottomBar span, #viewItem .bottomBar label {
  margin-right: 8px;
}
#viewItem .bottomBar .user {
  position: absolute;
  top: 0;
  right: 0;
}
#viewItem .bottomBar .user a {
  color: #4b700f;
}
#viewItem .bottomBar .stats {
  margin-bottom: 5px;
}
#viewItem .bottomBar .links {
  font-size: 12px;
}
#viewItem .bottomBar .links.left {
  float: left;
  text-align: left;
}
#viewItem .bottomBar .googleplus.center {
	position: absolute;
	left: 250px;
}
#viewItem .bottomBar .links.right {
  float: right;
  text-align: right;
}
#viewItem .bottomBar .links span {
  margin-right: 0;
  margin-left: 2px;
}
#viewItem #report {
  width: 600px;
  margin: 5px auto 15px;
}
#viewItem #report div.error, #viewItem #report div.success {
  font-size: 18px;
  text-align: center;
  background-color: #ddd;
}
#viewItem #report div.error {
}
#viewItem #report div.success {
}

#viewItem #report h2 {
  border-bottom: 1px solid #333;
  display: block;
}
#viewItem #report form {
  margin: 0 0 0 15px;
}
#viewItem #report label.error {
  display: inline;
}
#viewItem .scribol {
  text-align: center;
}
#viewItem #description {
  margin: 10px 0 15px;
}
#viewItem #description b {
  border-bottom: 2px solid #d3d3d3;
  display: block;
}
#viewItem #description span {
  margin: 5px 0 5px 10px;
}
#viewItem .comments {
  min-height: 200px;
}
#viewItem .pastComments h3 {
  margin: 5px 0 10px;
}
#viewItem .pastComments .oldComment {
  border-top: 1px solid #aaa;
  margin: 0;
  position: relative;
}
#viewItem .pastComments .oldComment:first-child {
  border-top: none;
}
#viewItem .pastComments .oldComment .side {
  background-color: #eee;
  border-right: 1px solid #aaa;
  bottom: 0;
  position: absolute;
  width: 150px;
  padding: 5px 5px 0 5px;
  top: 0;
}
#viewItem .pastComments .oldComment .side .date {
  font-size: 10px;
}
#viewItem .pastComments .oldComment .commentBody {
  font-size: 14px;
  padding: 5px 10px 5px 170px;
  min-height: 30px;
}
#viewRelatedItems {
  width: 300px;
  margin: 0 auto;
}
#viewRelatedItems b, #viewTags b {
  display: block;
  color: #888;
  font-weight: 500;
  margin: 10px 0 5px;
  text-align: left;
}
#viewRelatedItems .buttons {
  margin: 10px 0 0;
  text-align: center;
}
#viewRelatedItems .buttons a.button {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  margin: 0 5px;
}
#viewRelatedItems #relatedItems {
  padding: 0;
  width: 300px;
}
#viewTags .tags a.button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
 display: block;
 float: left;
 margin: 2px 1px 2px 0;
 padding: 2px 4px 2px 6px;
}
#viewTags .tags a.button span {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: rgba(250, 250, 250, .5);
  font-size: 10px;
  padding: 2px 3px;
  margin: 0 0 0 2px;
}
#viewItem #bottomBanner {
  bottom: 5px;
  height: 90px;
  padding: 0;
  overflow: hidden;
  margin-left: 90px;
  width: 728px;
}

/* tags */
#tags {
  padding: 10px;
  width: 900px;
}

/* tagCloud */
#tagCloud {
  padding: 10px;
  width: 900px;
}
#tagCloud .tag {
  display: inline;
  margin: 0 5px;
}

/* index */
#frontPage {
  /* width: 920px; /* /* turn down website */
  padding: 5px;
  display: flex;
  justify-content: center;
}
#frontPage .firstItem {
  margin: 0 auto;
  text-align: center;
  width: 800px;
}
#frontPage .firstItem .item {
  margin: 0 auto;
  height: 600px;
  width: 800px;
  text-align: center;
  overflow: hidden;
}
#frontPage .mediumItem {
  width: 400px;
  margin: 5px 30px;
  float: left;
}

/* add pics */
#addPics {
  padding: 10px;
  width: 1000px;
}
#addPics p {
  margin-left: 10px;
  font-size: 16px;
}
#addPics .addPicsForm {
  font-size: 18px;
  margin: 0 auto;
}
#addPics .addPicsForm div.row {
  margin: 2px 0 4px;
}
#addPics .addPicsForm div.ui-tabs-panel {
  padding: 10px 20px;
}
#addPics .addPicsForm label {
  float: left;
  margin-right: 10px;
  text-align: right;
  width: 180px;
}
#addPics .addPicsForm label.error {
  color: red;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 200px;
  text-align: left;
  width: auto;
}
#addPics .addPicsForm label.checkbox {
  width: auto;
  font-size: 14px;
}
#addPics .addPicsForm input.text, #addPics .addPicsForm input.file {
  width: 550px;
}
#addPics .addPicsForm textarea {
  width: 548px;
  height: 100px;
}
#addPics .addPicsForm input.file {
  padding-top: 1px;
  font-size: 18px;
}
#addPics .addPicsForm ul.tagit {
  width: 542px;
  display: inline-block;
  border: 1px solid #aaa;
  border-color: #aaa #999 #999 #aaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#addPics .addPicsForm .hint {
  font-size: 12px;
}
#addPics .addPicsForm .buttons {
  text-align: right;
  width: 780px;
}

/* add pics */
#addSuccess {
  padding: 10px;
  text-align: center;
}
#addSuccess .item {
  margin: 20px auto 5px;
  max-height: 2500px;
  float: none;
}
#addDuplicate {
  padding: 10px;
  text-align: center;
}
#addDuplicate #compare {
  margin: 30px auto;
  text-align: center;
}
#addDuplicate #compare div {
  display: inline-block;
}
#addDuplicate #compare .equal {
  font-size: 100px;
  font-weight: bolder;
  vertical-align: top;
  margin: 100px 10px 0;
}
#addDuplicate #compare .dupe h3 {
  color: #f44;
}
#addDuplicate .item {
  margin: 5px auto 5px;
  max-height: 2500px;
  float: none;
}

