/*
 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;*/
	/*background: #fff url(images/page-bg.png) repeat-x; */
	color: #666;
	margin: 0 auto;
	/*padding: 0 40px;*/
	font-family: Arial, Tahoma, "Lucida Sans Unicode", "Lucida Grande";
	/*font-size: 12px;*/
	/*font-weight: normal;*/
}

/* Text Styling */
a {
	color: #2d67a8;
	-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;
	text-decoration: none;
}
a:hover {
	color: #22AD23;
	text-decoration: underline;
}

h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 13px;
}
p {

}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
::selection {
	background: #d14836;
	color: #fff;
}
::-moz-selection {
	background: #d14836;
	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: #666;
	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: #666;
 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;
}

/* 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: 940px;
	background-color: #fff;
}

/* Main Content */
#main-content {
	float: left;
	position: relative;
	top: 20px;
	left: 0;
	margin-left: -20px;
	width: 100%;
}

.home #main-content, .archive #main-content, .category #main-content, .search #main-content, .author #main-content {
	float: none;
	width: auto;
	/*margin-left: 140px;*/
}

/* Sidebar */
/*#sidebar {
 width: 100px;
 position: relative;
 top: -4px;
 left: 0;
 z-index: 100;
 float: left;
 }
 #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: #d14836;
}
#logo h1 a:hover {
	color: #d14836;
}
#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 {
	border-top: 1px solid #efefef;
	list-style-type: none;
	font-weight: bold;
	color: #2d67a8;
	margin: 0;
	padding: 20px 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: #666;
	margin: 0;
}
#sidebar .menu ul li a:hover, #sidebar .menu .current-menu-item > a {
	color: #d14836;
}

/*************************** Social Icons ***************************/

#social {
	float: left;
	width: 100%;
	border-top: 1px solid #efefef;
	padding-top: 20px;
}
#social a {
	float: left;
	width: 100%;
	height: 17px;
	padding: 2px 0 0 27px;
	margin-bottom: 10px;
	color: #666;
}
#social a:hover {
	color: #d14836;
}
.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 {
	margin-bottom: 20px;
}
.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: #d14836;
}
.post-meta a:hover {
	color: #2d67a8;
}
.post-cats {
	color: #d14836;
}
.view-project a {
	color: #2d67a8;
}
.view-project a:hover {
	color: #d14836;
}
.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: left;
	margin: 80px 0 0 30px;
	width: 150px;
	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: #666;
	padding: 0 0 0 30px;
	background: url(images/sprite.png) no-repeat 0 -79px;
}
.meta-like .likeThis:hover, .meta-like .likeThis.done {
	color: #d14836;
	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: #d14836;
}
.meta-tag-links a {
	color: #d14836;
	font-size: 12px !important;
}
.meta-tag-links a:hover {
	color: #2d67a8;
}

/* 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: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	font-weight: bold;
	z-index: 10;
}
#box-details .page-title {
	float: left;
	font-size: 12px;
	margin: 0;
	color: #2D67A8;
}
#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: #22AD23;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 18px;
	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: #666;
	padding: 3px 10px;
	text-decoration: none;
	font-size: 12px;
}
.jqTransformSelectWrapper ul a.selected {
	color: #666;
}
.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 auto;
	top: 60px;
	left: 0;
	z-index: 1;
	background: #e8e8e8;
}
#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 20px;
	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;
}
.box-thumbnail {
	margin-bottom: 10px;
}
.box-text {
	font-size: 11px;
	color: #666;
}
.box-text h2 {
	font-size: 12px;
	color: #666;
	margin: 0;
}
.box-text h2 a {
	font-weight: normal;
	margin: 0;
}
.box-text p {
	margin: 7px 0 17px 0;
	line-height: 16px;
	font-size: 10pt;
	font-family: "Segoe UI", Arial, Helvetica, "Meiryo", sans-serif;
}
.box-meta {
	float: left;
	width: 100%;
}
#box-container .likeThis {
	float: left;
	display: block;
	color: #999;
	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: #d14836;
	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: #999;
}
.box-comments:hover {
	color: #666;
	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: 358px;
	max-width: 300px;
	height: 100px;
}
.input-error {
	border: 1px solid #d14836;
}
#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: #999;
	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: #2D67A8;
	font-size: 12px;
	margin: 0 0 3px 0;
}
.widget a {
	color: #666;
}
.widget a:hover {
	color: #d14836;
}
.widget li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}
.textwidget {
	line-height: 19px;
}
.recentcomments a {
	color: #2d67a8;
}
.recentcomments a:hover {
	color: #d14836;
}

/* Search Widget */
#searchform {
	float: right;
}
.widget #searchform {
	float: left;
	margin-top: 3px;
}
#searchbar {
	width: 177px;
	padding-right: 30px;
}
.widget #searchbar {
	width: 60px;
}
#searchsubmit {
	background: url(images/sprite.png) 0 0 no-repeat;
	width: 15px;
	height: 15px;
	padding: 0;
	border: 0;
	position: absolute;
	right: -12px;
	top: 8px;
}

/* 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: #999;
}
.comment-reply-link {
	color: #999;
}
.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: #666;
 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: #d14836;
 }
 .wp-pagenavi .pages {
 color: #666;
 margin-right: 11px;
 }*/

/*************************** WP Admin Bar ***************************/

#wpadminbar ul li {
	border-bottom: 0;
	border-top: 0;
}
/*************************** Fix Incompatibilities for Product Page ***************************/
#wrapper {
	min-height: 0;
}

.wp-pagenavi span, .wp-pagenavi .page-link, .wp-pagenavi.post-navi a span {
	font-weight: normal;
}

.search #pagination {
	padding-top: 100px;
	background-color: #e8e8e8;
}
#pagination, .category #pagination {
	padding-top: 100px;
	background-color: #e8e8e8;
}
#pagination a {
	background-color: #FFF;
}
#pagination div.wp-pagenavi span.pages {
	background-color: #FFF;
}
.home, .search, .category {
	line-height: normal !important;
}

a:hover {
	text-decoration: underline;
	/*color: #22AD23 !important;*/
}

.box-order-by, .box-order {
	font-size: 12px;
}

.box-meta a {

}

.box-meta div.left a {
	font-family: "Segoe UI", Arial, Helvetica, "Meiryo", sans-serif;
}
.box-meta div.right a {
	text-decoration: none;
	color: #999999;
}

.box-text h2 a {
	font-family: "Segoe UI", Arial, Helvetica, "Meiryo", sans-serif;
	font-size: 13px;
	color: #888888 !important;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	text-decoration: none;
	letter-spacing: normal;
}
body.home {
	background: none;
}
.box {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	border: 1px solid #FFF;
}
.box:hover {
	/*background: none repeat scroll 0 0 #EEEEEE;*/
	box-shadow: 0 0 10px rgba(154, 196, 146, 1);
	border: 1px solid #9AC492;
}

/*************************** Use for div ***************************/
.slideDownbox, .slideUpbox, .slideTogglebox {
	display: block;
	/*	float:left; */
	/*	width:100%; */
	white-space: nowrap;
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

.clear {
	clear: both;
}

/**** send requset form ***/
section.sendrequest input, section.sendrequest select, section.sendrequest textarea {
	border: 1px solid #CCC;
	border-top: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	font-size: 18px;
	height: 25px;
	margin: 0 auto 15px;
	padding: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	width: 358px;
}
section.sendrequest textarea {
	height: 100px;
	font-size: 14px !important;
	resize: both;
}
section.sendrequest select {
	width: 370px;
	height: 37px;
}
section.sendrequest input:focus, section.sendrequest select:focus, section.sendrequest textarea:focus {
	background-color: white;
	border: 1px solid #393;
	box-shadow: #393 0px 0px 5px;
	-moz-box-shadow: #393 0px 0px 5px;
	-webkit-box-shadow: #393 0px 0px 5px;
	outline: none;
}
.requestform {
	width: 370px;
	float: left;
}
section.sendrequest label.input span.formlabel {
	color: #A9A9A9;
	cursor: text;
	font-size: 18px;
	margin-left: 10px;
	margin-top: 8px;
	position: absolute;
	text-align: left;
	z-index: 1;
	font-weight: normal;
}

label.search span.formlabel {
	color: #A9A9A9;
	cursor: text;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 8px;
	position: absolute;
	text-align: left;
	z-index: 1;
	font-weight: normal;
}

.shadow_select:focus {
	box-shadow: #393 0px 0px 5px;
	-moz-box-shadow: #393 0px 0px 5px;
	-webkit-box-shadow: #393 0px 0px 5px;
}

/****** header *****/
h3.main {
	/*font-family: "minion-pro",serif;*/
	font-family: myriad, arial, helvetica !important;
	font-size: 42px;
	color: #000;
	line-height: 48px;
	margin-top: 60px;
	margin-bottom: 11px;
	font-weight: normal !important;
}

div.main-sub a.requestformtoggle {

	/*font-family: "minion-pro",serif;*/
	font-family: myriad, arial, helvetica !important;
	font-size: 20px !important;
	color: #838383 !important;
	text-decoration: none !important;
	font-weight: normal !important;
	padding: 10px 50px 10px 0 !important;
	text-indent: 0;
	background: url("../images/home/arrows.png") right 0 no-repeat;
	background-size: 40px 100px;
}

.div.main-sub {
	height: 40px;
	overflow: hidden;
	padding: 30px 0 0;
	position: relative;
}

div.main-sub a.requestformtoggle:hover {
	background: url("../images/home/arrows.png") right -50px no-repeat;
	background-size: 40px 100px;
}

div.main_message {
	height: 130px;
	text-align: center !important;
	margin-top: 120px;
}

div.center-wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 800px;
	display: none;
}

div.column {
	display: inline;
	float: right;
}

div#instructions {
	float: left;
	text-align: left;
	width: 358px;
}

.searchfrm {
	margin: 0px auto;
	width: 196px;
}

.orderby {
	float: right;
	padding-right: 30px;
}
select.sortByDropdown {
	width: 93px;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.sortByLabel {
	font-size: 10px;
}
.doyoumean {
	text-align: center;
	font-size: 16px;
}
.doyoumean a {
	color: #379D2C;
}
.doyoumean p {
	margin-top: 20px !important;
}

.toplogo {
	/*width: auto;*/
}

/* fix tab box */
ul.tabs {
	border-bottom: 1px solid #DDDDDD;
	-moz-box-sizing: border-box;
}
ul.tabs li {
	height: 31px !important;
}

#request_form {
	height: 460px;
}

<!
--tabs-- >
/*first just fix the border-box stuff*/
ul.tabs {
	margin: 0;
}
ul.tabs li {
	position: relative;
	top: 1px;
}

ul.tabs li a.active {
	height: 34px;
	/*	background: url(../images/bg_main.png);*/
}

.tabs-content li {
	padding: 35px 20px 20px 20px;
	border: 1px solid #DDD;
	border-top: none;
}



ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 14px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}

ul.tabs-content {
	margin: 0;
	display: block;
}
ul.tabs-content > li {
	display: none;
}
ul.tabs-content > li.active {
	display: block;
}

ul.tabs-content li {
	font-size: 10pt;
	margin-bottom: 1em;
}

ul.tabs-content li p.heading {
	margin-bottom: .1em;
	color: #379D2C;
	font-size: 13pt;
	font-weight: normal;
}

ul.tabs-content li p {
	line-height: 120%;
}

ul.tabs-content li p.footer {
	/*	font-size: 13pt;*/
}

ul.tabs-content li A:link {
	color: #379D2C;
	clear: both;
	text-decoration: underline;
}
ul.tabs-content li A:visited {
	color: #379D2C;
	clear: both;
	text-decoration: underline;
}
ul.tabs-content li A:active {
	color: #379D2C;
	clear: both;
	text-decoration: underline;
}
ul.tabs-content li A:hover {
	color: #379D2C;
	clear: both;
	text-decoration: none;
}

div.tabs-footer {
	clear: both;
	position: absolute;
	bottom: 0;
	z-index: 0;
}

ul.tabs-footer {
	margin: 0;
	bottom: 25px;
	color: #379D2C;
	font-family: myriad, arial, helvetica !important;
	font-size: 18px;
	height: 47px;
	position: absolute;
	text-align: center;
	width: 358px;
}

ul.tabs-footer > li {
	display: none;
}
ul.tabs-footer > li.active {
	display: block;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}

#loadingDiv {
	background: url('/images/loading_34px.gif.gif') no-repeat scroll 0 0 transparent;
	height: 34px;
	width: 34px;
	margin: 50px auto 50px auto;
}


/* Masonry fix for no search results */

.search-no-results #main-content {
	width: 1170px !important;
	margin: 0px auto !important;
}

.search-no-results #main-content #box-container {
	width: 100% !important;
}

.search-no-results #main-content #box-container .masonry-brick .doyoumean {
	margin: 0 auto;
}

.search-no-results #main-content #box-container .masonry-brick {
	cursor: inherit;
}
