#view {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #191919;
	height: 50em;
	z-index: 99;
	width: 100%;
}

#view .image-container {
	width: 500px;
	margin-right: 2em;
	margin-bottom: 2em;
	text-align: right;
}
#view .image-container img {
	border: 0;
}

#view .image-text {
	position: absolute;
	top: 0;
	left: 515px;
	width: 385px;
}


#view .view-body .description {
	width: 100%;
	display: block;
	padding: 0.5em 0;
}

#view h2 {
}

#view .info {
	margin-bottom: 2em;
}

#view .info ul {
	font-size: 1.1em;
	display: block;
	margin-top: 1em;
}

#view .info label {
	padding-right: 0.5em;
	color: #444;
}

#view .info span {

}

#view .tags {
	padding-bottom: 2em;
}

#view .tags li {
	display: inline;
	white-space: nowrap;
}
#view .tags li .sep {
	color: #666;
	padding: 0 0.5em;
}


#view-close,
#view-prev,
#view-next {
	position: absolute;
	display: block;
	font-size: 3em;
	font-weight: bold;
	color: #333;
	top: -1.35em; 
  	-webkit-transition: color 0.25s linear;
}
#view-close:hover,
#view-prev:hover,
#view-next:hover {
	color: #eee;
}

#view-close {
	left: 0;
}
#view-close span {
	position: relative;
	top: -0.35em;
	left: -0.5em;
	color: #444;
	font-size: 0.4em;
	font-weight: normal;
  	-webkit-transition: color 0.25s linear;
}
#view-close:hover span {
	color: #eee;
}

#view-prev {
	right: 500px;
	margin-right: 1em;
	padding: 0 0.5em;
}
#view-next {
	padding: 0 0.5em;
	margin-right: -0.5em;
	right: 500px;
}

#view .view-body-tab-bar {
	border-bottom: 1px solid #333;
	padding-top: 1em;
	margin-bottom: 1em;
}
#view .view-body-tab-bar li {
	display: inline;
	display:inline-block;
	zoom:1;
	*display:inline;

	white-space: nowrap;
	
	cursor: pointer;
	color: #ccc;
	padding: 0.5em 0.5em 0.4em 0.5em;
	text-align: center;
}


#view .view-body-tab-bar li:hover {
	color: #ccc;
}

#view .view-body-tab-bar li.selected {
	background-color: #333;
	color: #ccc;
}

#view .comment p {
	padding: 0.5em 0;
	border-bottom: 1px dashed #333;
}

#view .comment-form {
	margin-top: 2em;
}

#view .comment-form textarea {
	margin: 0.5em 0;
	border: 1px solid #444;
	background-color: #222;
	color: #fff;
}

#view .comment-form h3 {
	font-size: 1.3em;
	padding: 0.5em 0;
}

#view .comment-form a {
	color: #9FBD31;
}