﻿/*
Theme Name: Exhibit
Version: 1.6.1
Description: Designed by <a href="http://www.ghostpool.com">GhostPool Designs</a>.
Author: GhostPool Designs
Author URI: http://www.ghostpool.com
License:
License URI:
*/

/*************************** General Styling ***************************/

/* Page Styling */
body {
	position: relative;
	color: #333;
	margin: 0 auto;
	padding: 0 40px;
	font-family: Arial, Tahoma, "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	font-weight: normal;
}
/* Text Styling */
a {
	-webkit-transition:color 0.12s ease-out;
	-moz-transition:color 0.12s ease-out;
	-o-transition:color 0.12s ease-out;
	transition:color 0.12s ease-out;
	font-family:"Times New Roman";
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	font-family:"Times New Roman";
	font-size:12px;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000;
	text-decoration:underline;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 13px;
}
p {
	line-height: 19px;
	margin-bottom: 12px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
::selection {
	background: #A1C15B;
	color: #fff;
}
::-moz-selection {
background: #A1C15B;
color: #fff;
}
/* List Styling */
ol {
	padding: 0;
	margin: 0;
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 40px;
	line-height: 19px;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	padding: 0;
	margin: 0 0 10px 12px;
	list-style-type: square;
	line-height: 19px;
}
/* Form Styling */
input, textarea, select {
	background: #fff;
	color: #333;
	border: 1px solid #e2e2e2;
	font-family: Arial;
	font-size: 12px;
	padding: 7px;
	margin: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
textarea {
	resize: none;
}
input[type="submit"], input[type="reset"] {
	background: #f7f7f7;
	padding: 7px 20px;
	margin: 0;
	border: 1px solid #e2e2e2;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background: #fff;
}
input[type="radio"], input[type="checkbox"] {
	background: transparent;
	border: 0;
}
fieldset {
	margin: 0;
	padding: 20px;
}
legend {
	font-weight: bold;
}
label {
	font-weight: bold;
}
/* Table Styling */
th {
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
	padding: 10px 5px;
}
td {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 5px;
	font-size: 12px;
}
/* Other Styling */
cite {
	float: right;
	padding: 0 0 5px 0;
}
hr {
	background: #e2e2e2;
	clear: both;
	width: 100%;
	height: 2px;
	padding: 0 !important;
	margin: 20px 0;
	position: relative;
}
pre {
	border: 1px solid #e2e2e2;
	padding: 15px;
	line-height: 19px;
	font-family: "Courier New";
	overflow: auto;
	margin-top: 5px;
}
code {
	font-family: "Courier New";
	border: 1px solid #e2e2e2;
	clear: both;
	display: block;
	margin-top: 5px;
	line-height: 19px;
	padding: 5px 15px;
}
xmp {
	border: 1px solid #e2e2e2;
	padding: 15px;
	line-height: 19px;
	font-family: "Courier New";
	overflow: auto;
	margin-top: 5px;
}
.sticky {
}
/* Image Styling */
.aligncenter {
	position: relative;
	margin: 20px auto;
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
}
.alignleft {
	position: relative;
	float: left;
	margin: 0 20px 5px 0;
}
.alignright {
	float: right;
	position: relative;
	margin: 0 0 5px 20px;
}
.wp-caption {
	position: relative;
	padding: 12px 5px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption-text {
	margin: 5px 5px 0 5px;
	font-size: 11px;
}
.gallery-caption {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.gallery img {
	border: 0 !important;
	margin: 5px 0;
}
.pp_overlay {
	max-width:100%;
}
.overlay {
	display: none;
	background: #C9EB97 url(images/overlay.png) no-repeat center center;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	position: absolute;
	top: 10px;
	left: 10px;
}
a[rel^="prettyPhoto"]:hover .overlay {
	display: block;
}
/* Alignment Styling */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
	height: 0;
	display:block;
	font-size:0;
	width:100%;
}
/*************************** Content Areas ***************************/

/* Content Wrapper */
#content-wrapper {
	float: left;
	position: relative;
	width: 100%;
	min-width: 740px;
}
/* Main Content */
#main-content {
    float: left;
    left: 0;
    min-height: 720px;
    position: relative;
    top: 0;
    width: 600px;
}
.home #main-content, .archive #main-content, .search #main-content {
	float: none;
	width: auto;
}
/* Sidebar */
#sidebar {
	width: 160px;
	position: relative;
	top: 10px;
	right: 40px;
	z-index: 100;
	float: right;
}
#sidebar-right {
	float: right;
	width: 100%;
	margin-top: 20px;
}
/*************************** Header ***************************/

/* Header */
#header {
	float: left;
	width: 100%;
	min-width: 940px;
	margin: 40px 0 70px 0;
}
#header-content {
	float: left;
	margin-bottom: 70px;
}
/* Logo */
#logo {
	float: left;
}
#logo h1 a {
	display: block;
	font-size: 37px;
	color: #A1C15B;
}
#logo h1 a:hover {
	color: #A1C15B;
}
#logo span {
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 170px;
	height: 45px;
	margin-top: -10px;
}
/* Tagline */
#tagline {
	float: left;
	font-weight: bold;
	margin: 10px 0 0 40px;
}
/*************************** Primary Navigation Menu ***************************/

/* Nav Wrapper */
#sidebar .menu {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar .menu li {
	list-style-type: none;
	font-weight: bold;
	color: #A1C15B;
	margin: 4px 0;
	padding: 1px 0;
}
#sidebar .menu li:first-child {
	border-top: 0;
	padding-top: 0;
}
#sidebar .menu li a {
	display: block;
	margin: 0 0 3px 0;
}
#sidebar .menu ul li {
	font-weight: normal;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 17px;
	border: 0;
}
#sidebar .menu ul li li {
	margin-left: 10px;
}
#sidebar .menu ul li a {
	color: #000;
	margin: 0;
}
#sidebar .menu ul li a:hover, #sidebar .menu .current-menu-item > a {
	text-decoration:underline;
}
/*************************** Social Icons ***************************/

#social {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#social a {
	float: left;
	width: 100%;
	height: 17px;
	padding: 2px 0 0 27px;
	margin-bottom: 10px;
	color: #333;
}
#social a:hover {
	color: #A1C15B;
}
.rss-icon {
	background: url(images/sprite.png) no-repeat -281px -2px;
}
.facebook-icon {
	background: url(images/sprite.png) no-repeat -281px -27px;
}
.vimeo-icon {
	background: url(images/sprite.png) no-repeat -281px -53px;
}
.twitter-icon {
	background: url(images/sprite.png) no-repeat -281px -78px;
}
.delicious-icon {
	background: url(images/sprite.png) no-repeat -281px -103px;
}
.youtube-icon {
	background: url(images/sprite.png) no-repeat -281px -127px;
}
.digg-icon {
	background: url(images/sprite.png) no-repeat -281px -152px;
}
.dribbble-icon {
	background: url(images/sprite.png) no-repeat -281px -176px;
}
/*************************** Single Page/Post Styling ***************************/

/* Title */
.page-title {
}
.attachment.single .page-title {
	margin-bottom: 40px;
}
/* Post Thumbnail */
.post-thumbnail {
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px #f7f7f7;
	-moz-box-shadow: 0 0 5px #f7f7f7;
	box-shadow: 0 0 5px #f7f7f7;
}
.post-thumbnail, .post-thumbnail img {
	max-width: 578px;
	height: auto;
}
/* Post Meta */
.post-meta {
	font-weight: bold;
	margin-bottom: 25px;
}
.post-meta a {
	color: #A1C15B;
}
.post-meta a:hover {
	color: #A1C15B;
}
.post-cats {
	color: #A1C15B;
	font-size:22px;
	font-weight:bold;
}
.view-project a {
	color: #A1C15B;
}
.view-project a:hover {
	color: #A1C15B;
}
.post-meta-divider {
	padding: 0 20px;
	font-weight: normal;
	text-align: center;
	color: #e2e2e2;
}
/* Post Panel */
#post-panel {
	float: left;
	position: relative;
	width: 100%;
}
/* Side Post Meta */
#side-post-meta {
	float: right;
	margin: 5px 0 0 30px;
	width: 160px;
	font-weight: bold;
}
.page #side-post-meta {
	margin-top: 0;
}
.meta-item {
	float: left;
	width: 120px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 30px;
	border-top: 1px solid #efefef;
}
.meta-item:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.meta-like {
	padding: 0;
	width: 150px;
}
.meta-like .likeThis {
	display: block;
	color: #333;
	padding: 0 0 0 30px;
	background: url(images/sprite.png) no-repeat 0 -79px;
}
.meta-like .likeThis:hover, .meta-like .likeThis.done {
	color: #A1C15B;
	background: url(images/sprite.png) no-repeat -45px -24px;
}
.meta-like .likeThis.done {
	cursor: text;
}
.meta-url {
	background: url(images/sprite.png) no-repeat 0 -102px;
}
.meta-url input {
	padding: 0;
	border: 0;
	width: 120px;
	background: transparent;
	font-weight: bold;
}
.meta-tags {
	background: url(images/sprite.png) no-repeat 0 -138px;
}
.meta-tag-links {
	border: 0;
	padding-left: 0;
	margin: 0;
	line-height: 19px;
	width: 100%;
	color: #A1C15B;
}
.meta-tag-links a {
	color: #A1C15B;
	font-size: 12px !important;
}
.meta-tag-links a:hover {
	color: #A1C15B;
}
/* Share Post */
#share-post a:first-child {
	margin-top: 0;
}
#share-post a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
}
/* Attachments */
.attachment img {
	max-width: 100%;
	height: auto;
}
/*************************** Categories/Portfolios ***************************/

/* Box Details */
#box-details {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	margin: 0 0 30px 0;
	font-weight: bold;
	z-index: 10;
	display:none;
}
#box-details .page-title {
	float: left;
	font-size: 12px;
	margin: 0;
	color: #A1C15B;
}
#box-details .post-meta-divider {
	float: left;
}
.box-order-by {
	float: left;
	margin-right: 10px;
}
.box-order {
	float: left;
	margin-right: 10px;
}
#box-details form {
	float: left;
	margin-right: 0;
}
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 14px;
	float: left;
}
.jqTransformSelectWrapper div span {
	font-size: 12px;
	color: #A1C15B;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 14px;
	overflow: hidden;
	cursor: pointer;
}
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	top: 1px;
	right: 25px;
	background: url(images/sprite.png) no-repeat 0 -213px;
	width: 9px;
	height: 8px;
}
.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 20px;
	left: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	display: none;
	margin: 0;
	padding: 0;
	height: 200px;
	overflow: auto;
	overflow-y: auto;
	z-index: 10;
}
.jqTransformSelectWrapper ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jqTransformSelectWrapper ul a {
	display: block;
	color: #333;
	padding: 3px 10px;
	text-decoration: none;
	font-size: 12px;
}
.jqTransformSelectWrapper ul a.selected {
	color: #333;
}
.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#f7f7f7;
}
.jqTransformHidden {
	display: none;
}
#box-details-bottom {
	float: left;
	position: relative;
	width: 100%;
}
#box-details-bottom .wp-pagenavi {
	margin: 30px 0 0 0;
}
/* Box Container */
#box-container {
	position: relative;
	margin: 0 0 30px -20px;
	left: 0;
	z-index: 1;
}
#box-container .page-title-error {
	margin-left: 20px;
}
#box-container.box-shift {
	top: 0;
}
.box {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 10px;
	background: #cacaca;
	border: 5px solid #dbdbdb;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px #f7f7f7;
	-moz-box-shadow: 0 0 5px #f7f7f7;
	box-shadow: 0 0 5px #f7f7f7;
}
.box-thumbnail {
	margin-bottom: 10px;
	box-shadow: 0 0 3px 3px #C9EB97;
}
.box-text {
	font-size: 11px;
	color: #333;
}
.box-text h2 {
	font-size: 12px;
	color: #333;
	margin: 0;
}
.box-text h2 a {
	font-weight: normal;
	margin: 0;
}
.box-text p {
	margin: 7px 0 17px 0;
	line-height: 16px;
    max-height: 160px;}
.box-meta {
	float: left;
	width: 100%;
}
#box-container .likeThis {
	float: left;
	display: block;
	color: #333;
	background: url(images/sprite.png) no-repeat 0 -24px;
	height: 13px;
	padding: 1px 0 0 20px;
}
#box-container .likeThis:hover, #box-container .likeThis.done {
	color: #000;
	background: url(images/sprite.png) no-repeat -45px -24px;
}
#box-container .likeThis.done {
	cursor: text;
}
.box-comments {
	float: left;
	display: block;
	background: url(images/sprite.png) no-repeat 0 -54px;
	height: 13px;
	padding: 1px 0 0 23px;
	margin-left: 10px;
	color: #333;
}
.box-comments:hover {
	color: #000;
	background: url(images/sprite.png) no-repeat -45px -54px;
}
.masonry, .masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
/*************************** Shortcodes: Columns ***************************/

/* General */
.columns {
	float: left;
	position: relative;
	line-height: 19px;
}
/* Blank Columns */
.blank {
	margin-right: 8%;
}
.one.blank {
	width: 100%;
}
.two.blank {
	width: 46%;
}
.three.blank {
	width: 28%;
}
.four.blank {
	width: 19%;
}
.onethird.blank {
	width: 28%;
}
.twothirds.blank {
	width: 64%;
}
.onefourth.blank {
	width: 19%;
}
.threefourths.blank {
	width: 81%;
}
/* Separate Columns */
.separate > div {
	border: 1px solid #e2e2e2;
	position: relative;
	padding: 20px;
}
.separate {
	margin-right: 2%;
}
.one.separate {
	width: 100%;
}
.two.separate {
	width: 49%;
}
.three.separate {
	width: 32%;
}
.four.separate {
	width: 23.5%;
}
.onethird.separate {
	width: 32%;
}
.twothirds.separate {
	width: 66%;
}
.onefourth.separate {
	width: 23.5%;
}
.threefourths.separate {
	width: 74.5%;
}
/* Joint Columns */
.joint > div {
	border: 1px solid #e2e2e2;
	position: relative;
	padding: 20px;
}
.one.joint {
	width: 100%;
}
.two.joint {
	width: 50%;
}
.three.joint {
	width: 33.33%;
}
.four.joint {
	width: 25%;
}
.onethird.joint {
	width: 33.33%;
}
.twothirds.joint {
	width: 66.33%;
}
.onefourth.joint {
	width: 25%;
}
.threefourths.joint {
	width: 75%;
}
.last {
	clear: right;
	margin-right: 0;
}
/*************************** Shortcodes: Contact Form ***************************/

#contact-form {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
#contact-form label {
	margin-left: 10px;
}
#contact-form .contact-verify {
	float: left;
	margin-bottom: 12px;
}
#contact-form .contact-verify label {
	margin: 0;
}
#contact-form .contact-submit {
	float: left;
}
#contact-form textarea {
	width: 300px;
	max-width: 300px;
	height: 100px;
}
.input-error {
	border: 1px solid #A1C15B;
}
#contact-form .loader {
	display: none;
	background: url(images/loader-light.gif) no-repeat right bottom;
	float: left;
	padding: 3px 0 0 10px;
	width: 20px;
	height: 20px;
}
.contact-success, .contact-error {
	margin: 0 0 20px 0;
	display: block;
	text-shadow: none;
	font-weight: bold;
}
/*************************** Shortcodes: Dividers ***************************/

.divider {
	border-top: 1px solid #e2e2e2;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 40px 0;
	position: relative;
}
.divider.top a {
	color: #333;
	font-size: 8px;
	float: right;
	width: 20px;
	position: absolute;
	top: -15px;
	right: 0;
	text-align: right;
}
.divider.clear {
	background: none;
	height: 20px;
	border: 0;
	margin: 0;
}
/*************************** Slider ***************************/

/* Slider */
.slider-wrapper {
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px #f7f7f7;
	-moz-box-shadow: 0 0 5px #f7f7f7;
	box-shadow: 0 0 5px #f7f7f7;
}
.slider-wrapper, .slider-wrapper img {
	max-width: 578px;
	height: auto;
}
#slider, #slider .slide {
	float: left;
	position: relative;
}
#slider > div {
	display: none;
}
#slider > div:first-child {
	display: block;
}
/* Slide Caption */
.slide-caption {
	position: absolute;
	bottom: 2px;
	left: 0;
	line-height: 19px;
	background: #f5f5f5;
	padding: 10px 0;
	width: 100%;
	z-index: 499;
}
/* Slide Video */
.slide-video {
	position: relative;
	display: inline-block;
	background: transparent;
	cursor: pointer;
}
.slide-video > div {
	width: inherit !important;
	height: inherit !important;
}
/* Slider Nav */
#slider-nav {
	margin-top: 10px;
	float: right;
	position: relative;
}
.slider-button {
	float: left;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	background: url(images/sprite.png) -24px 0 no-repeat;
	cursor: pointer;
}
.slider-button.activeSlide {
	background: url(images/sprite.png) -33px 0 no-repeat;
}
/*************************** Shortcodes: Images ***************************/

.sc-image a {
	display: block;
	margin: 0 auto;
}
.sc-image .overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*************************** Shortcodes: Video ***************************/

.sc-video {
	text-shadow: none;
}
.sc-video.aligncenter object, .sc-video.aligncenter div {
	margin: 0 auto;
	display: block;
}
.hide-icons > div > div > div > div > div {
	background-image: none !important;
}
/*************************** Footer ***************************/

/* Footer Wrapper */
#footer {
	position: relative;
	width: 100%;
	font-size: 11px;
	position: relative;
	padding: 20px 0 40px 0;
	margin: 40px 0 40px 0;
	border-top: 1px solid #efefef;
}
/* Footer Nav */
#footer .menu {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
#footer .menu li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 10px 0 0;
}
/* Footer Left */
#footer-left {
	float: left;
	width: 50%;
}
/* Footer Right */
#footer-right {
	float: right;
	width: 50%;
	text-align: right;
}
/*************************** Widgets ***************************/

/* General Widget Styling */
.widget {
	float: left;
	text-align: left;
	width: 100%;
	border-top: 1px solid #efefef;
	padding: 20px 0;
	font-weight: normal;
}
.page .widget:first-child {
	border-top: 0;
	padding-top: 0;
}
.widget h3 {
	font-weight: bold;
	color: #A1C15B;
	font-size: 12px;
	margin: 0 0 3px 0;
}
.widget a {
	color: #333;
}
.widget a:hover {
	color: #A1C15B;
}
.widget li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}
.textwidget {
	line-height: 19px;
}
.recentcomments a {
	color: #A1C15B;
}
.recentcomments a:hover {
	color: #A1C15B;
}
/* Search Widget */
#searchform {
	float: right;
}
.widget #searchform {
	float: left;
	margin-top: 3px;
}
#searchbar {
	float: left;
	width: 185px;
	padding-right: 30px;
}
.widget #searchbar {
	width: 60px;
}
#searchsubmit {
	float: left;
	background: url(images/sprite.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 0;
	margin: 7px 0 0 -25px;
}
/* Calendar Widget */
#wp-calendar {
	float: left;
}
#wp-calendar caption {
	text-align: left;
	font-size: 11px;
	margin: 10px 0 5px 0;
}
#wp-calendar td, #wp-calendar th {
	padding: 5px 2px;
	font-size: 9px;
}
/* Most Liked Widgets */
.most-liked-title {
	font-size: 11px;
}
.most-liked-title a {
	font-weight: bold;
	font-size: 12px;
}
/*************************** Comments Section ***************************/

/* Comment List */
#comments {
	float: left;
	width: 100%;
	margin-top: 18px;
	padding-top: 30px;
	border-top: 1px solid #efefef;
}
h3.comments {
	font-size: 12px;
	margin: 0 0 25px 0;
}
#commentlist {
	list-style: none;
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 0;
}
#commentlist li {
	float: left;
	list-style: none;
	list-style-type: none;
	background: none;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px dotted #efefef;
}
#commentlist > li:first-child {
	margin: 0;
}
/* Comment Box */
.comment-avatar {
	float: left;
	margin: 5px 10px 0 0;
}
.comment-text {
	float: left;
	width: 558px;
}
.comment-author {
	float: left;
	margin-right: 6px;
	line-height: 19px;
}
.comment-hypen {
	float: left;
	line-height: 19px;
}
.post-author {
	float: left;
	display: none;
	margin-right: 6px;
	line-height: 19px;
}
.bypostauthor .post-author {
	display: block;
}
.comment-date {
	color: #333;
}
.comment-reply-link {
	color: #333;
}
.moderation {
	margin: 0 0 12px 0;
	font-weight: bold;
}
/* Child Comments */
#commentlist .children .comment {
	margin-left: 20px;
}
#commentlist .children .comment-text {
	width: 538px;
}
/* Comment Form */
#commentform {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px dotted #efefef;
}
#respond {
	float: left;
	margin: 10px 0 0 0;
}
#commentlist #respond {
	margin: 20px 0 0 0;
}
#respond h3 {
	float: left;
	font-size: 12px;
	margin: 0 6px 20px 0;
}
#respond p {
	width: 100%;
	margin: 0 0 5px 0;
}
#respond label {
	float: left;
	display: block;
	width: 95px;
	line-height: 30px;
	text-align: right;
	margin: 0 10px 0 0;
}
#respond input[type="text"] {
	width: 330px;
}
#respond input[type="submit"] {
	margin-left: 105px;
}
#respond textarea {
	width: 330px;
	max-width: 330px;
	margin-left: 1px;
	height: 150px;
}
#cancel-comment-reply-link {
	display: block;
	margin: 10px 0 0 105px;
}
/*************************** Page Navigation ***************************/

/* Page & Comments Navigation */
.wp-pagenavi {
	float: right;
}
.wp-pagenavi span, .wp-pagenavi .page-link, .wp-pagenavi.post-navi a span {
	color: #333;
	font-weight: bold;
	padding: 0 4px;
	display: block;
	float: left;
	text-align: center;
}
.wp-pagenavi .current, .wp-pagenavi .page-link:hover, .wp-pagenavi.post-navi span, .wp-pagenavi.post-navi a:hover span {
	color: #A1C15B;
}
.wp-pagenavi .pages {
	color: #333;
	margin-right: 11px;
}
/*************************** WP Admin Bar ***************************/

#wpadminbar ul li {
	border-bottom: 0;
	border-top: 0;
}
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
	margin:0 !important;
}
body {
	background:url('images/background.jpg') no-repeat top center #FFFFFF;
	border-top:2px solid #C9EB97;
	font-family:"Times New Roman";
	font-size:12px;
	color:#333333;
	font-weight:normal;
}
div, p, ul, h1, h2, h3, h4, h5, img {
	padding:0px;
	margin:0px;
}
h1 {
	font-family:"Times New Roman";
	font-size:25px;
	text-align:left;
	color: #333333;
	font-weight:normal;
	text-align:center;
	padding:20px;
}
hr {
	border: 1px solid #EAEAEA;
}
ul {
}
li {
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
#container {
	width:1080px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -0px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 0px; /* .push must be the same height as .footer */
}
#clear {
	clear:both;
}
/* ------- LEFT ------- */
#left {
	width:198px;
	float:left;
	margin-top:87px;
	height:186px;
	text-align:right;
	background:url(images/oklepaj1.gif) top right no-repeat;
}
#left ul {
	padding-right:28px;
	padding-top:9px;
}
#left ul li {
	list-style:none;
	padding-top:7px;
}
#prijava {
	width:170px;
	float:left;
	padding-top:60px;
	text-align:right;
	padding-right:28px;
}
input {
	width:80px;
	height:14px;
	font-family:"Times New Roman";
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-align:right;
}
/* ------- MAIN ------- */

#main {
	width:839px;
	float:left;
	background:url('images/napis.png') top right no-repeat;
}
#mainTop {
	width:707px;
	height:17px;
	float:left;
	background: url(images/list1.jpg) center bottom no-repeat;
	padding-top:12px;
	padding-left:21px;
}
#mainTop img {
	padding-left:8px;
}
#glava {
	width:728px;
	height:58px;
	float:left;
	background: url(images/kot.gif) #FFFFFF bottom right no-repeat;
}
#scena {
    background: url("images/oklepaj2.gif") no-repeat scroll left top #FFFFFF;
    float: left;
    padding: 29px 77px 0;
    text-align: center;
    width: 574px;
}
#scena p {
    font-size: 14px;
	text-align:justify;
	padding-bottom:30px;
}
#scena p img {
	text-align:right;
}
/* ------- RIGHT ------- */

/* ------- NOGA ------- */
#noga {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    float: left;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    width: 728px;
}
#noga a {
	color:#D9E0CF;
	text-decoration:none;
}
#footer a:hover {
	color:#BFCAAE;
	text-decoration:underline;
}
