/*
Theme Name: OV Gallery Template
Theme URI: http://ovgallery.com/
Description: Custom theme for OV Gallery.
Version: 1.0
Author: Dao By Design
Author URI: http://daobydesign.com/
*/

/*
@import "http://www.ovgallery.com/wp-content/themes/ov/style/reset.css";
@import "http://www.ovgallery.com/wp-content/themes/ov/style/ie.css";
*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/18px Arial, sans-serif;
	text-align: center;
	color: #666;
}

body.lang-zh {
	font: 13px/18px 微软雅黑,黑体,FZHei-B01S,sans-serif;
}

a:link, a:visited {
	color: #29bbae;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a img {
	border: 0;
}

h1,h2 {
	margin: 18px 0;
	font-weight: bold;
	line-height: 36px;
	font-family: LaconicRegular, Georgia, "Times New Roman", Times, serif
}

h3,h4 {
	font-weight: bold;
	font-family: LaconicRegular, Georgia, "Times New Roman", Times, serif
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
	margin: 18px 0;
}

h4 {
	font-size: 14px;
	margin: 9px 0;
}

p {
	padding: 0;
	margin: 0 0 18px;
}

ul {
	list-style-position: outside;
	margin: 0 0 18px 40px;
	list-style-type: disc;
	padding: 0;
}

ol {
	list-style-position: outside;
	margin: 0 0 18px 40px;
	list-style-type: decimal;
	padding: 0;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 18px 0px 17px;
	clear: both;
}

.hr {
	clear: both;
	padding: 1px 0;
}

fieldset {
	border: none;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

/****** Header ******/

#header {
	padding: 18px 0;
	margin-bottom: 18px;
	position: relative;
}

#header #logo {
	margin: 0;
	padding: 0;
	float: left;
}

#header #logo a {
	display: block;
	width: 82px;
	height: 30px;
	background: url(images/ov-logo.png) no-repeat 0 0;
}

#header #qtranslate-chooser {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 78px;
}

#header #qtranslate-chooser li {
	float: left;
	margin-left: 5px;
}

#mainnav {
	width: 992px;
	margin: 0px auto 18px;
	font-family: LaconicRegular;
	text-align: left;
}

/****** Main ******/

#main {
	clear: both;
	margin-bottom: 18px;
}

#main .wrap {
	background: url(images/main-bg.png) repeat-y 0 0;
}

.page-id-7 #main .wrap, .page-id-11 #main .wrap {
	background: none;
}

/****** Content ******/

#content {
	
}

#content .title {
	margin-top: 0;
	color: #000;
}

.archive #content h2.title {
	margin-bottom: 0;
}

.dateline {
	font-size: 11px;
	color: #999;
}

.content-left {
	width: 220px;
	float: left;
	padding-right: 40px;
}

.content-right {
	float: right;
	width: 640px;
}

.content-left h4 {
	margin: 0 0 18px;
}

.content-left ul#ov-tabs, .content-left ul#ov-tabs li,
.content-left ul.content-left-list, .content-left ul.content-left-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content-left ul#ov-tabs li, .content-left ul.content-left-list li {
	padding: 0 0 8px;
	margin: 0 0 9px;
	border-bottom: 1px solid #ddd;
}

.content-left ul#ov-tabs a:link, .content-left ul#ov-tabs a:visited,
.content-left ul.content-left-list a:link, .content-left ul.content-left-list a:visited {
	background: url(images/arrow01.png) no-repeat 0px 2px;
	padding-left: 15px;
}

.content-left ul#ov-tabs a:hover, .content-left ul#ov-tabs a:active,
.content-left ul.content-left-list a:hover, .content-left ul.content-left-list a:active {
	color: #000;
}

.has-js .content-left ul.content-left-list ul {
	display: none;
}

.has-js .is-child .content-left ul.content-left-list ul {
	display: block;
}

.content-left ul#ov-tabs ul, .content-left ul.content-left-list ul {
	margin: 0 0 0 15px;
}

.content-left ul#ov-tabs ul li, .content-left ul.content-left-list ul li {
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: none;
}

.content-left ul#ov-tabs ul a:link, .content-left ul#ov-tabs ul a:visited,
.content-left ul.content-left-list ul a:link, .content-left ul.content-left-list ul a:visited {
	color: #666;
}

.content-left ul#ov-tabs ul a:hover, .content-left ul#ov-tabs ul a:active,
.content-left ul.content-left-list ul a:hover, .content-left ul.content-left-list ul a:active {
	color: #000;
}

.content-right .gallery-item {
	float: left;
	margin: 20px;
}

.content-left .gallery-item {
	float: left;
	margin: 0px 12px 12px 0px;
}

#content .gallery-item img {
	display: block;
}

.content-left .gallery-item img {
	width: 60px;
}

.image-fade {
	display: none;
	position: relative;
	float: left;
}

.image-fade img {
	max-width: 640px;
}

/*.image-fade p {display:none;background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);color: #FFFFFF; padding: 20px;position: absolute;right: 0;top: 0;width: 20%;}*/

.artist-list-item {
	float: left;
	width: 33%;
	padding: 3px 0;
}

.artist-list-item a {
	padding: 0px 10px 0px 30px;
}

.has-js .ov-pane, .has-js .content-left .gallery-pane {
	display: none;
}

.has-js .content-left .gallery-pane.gallery-pane-single {
	display: block;
}

#gallery-wrap {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 18px;
}

#ov-gallery-tabs {
	clear: both;
	list-style-type: none;
	float: left;
	width: 100%;
	margin: 0 0 4px;
}

#ov-gallery-tabs li {
	float: left;
}

#ov-gallery-tabs a:link, #ov-gallery-tabs a:visited {
	font-size: 10px;
	background: #999;
	color: #fff;
	border-radius: 5px;
	padding: 2px 4px;
	margin-right: 5px;
}

#ov-gallery-tabs a:hover, #ov-gallery-tabs a:active, #ov-gallery-tabs a.current {
	background: #29bbae;
}

.exhibdate {
	font-size: 10px;
	display: block;
	color: #666;
}

/** Exhibition Listing **/

.ex-year {
	margin: 0 0 18px;
	clear: both;
}

.ex-item {
	display: block;
	float: left;
	margin: 0 18px 18px 0;
	width: 200px;
	font-size: 14px;
}

.ex-item img {
	width: 200px;
}

.ex-item-3 {
	margin-right: 0;
}

.ex-item-1 {
	clear: both;
}

.ex-statement {
	clear: both;
	padding-bottom: 17px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	float: left;
}

/****** Sidebar ******/

#sidebar {
	clear: both;
	padding-top: 18px;
}

/****** Footer ******/

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #999;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	color: #666;
}

#footer a:hover, #footer a:active {
	color: #29bbae;
}

/****** Comments ******/

#commentarea {
	padding: 10px;
	margin-top: 20px;
	border-top: 3px solid #333;
	text-decoration: none;
}

#commentarea ul, #commentarea ol {
	list-style-type: none;
	margin: 0;
}

.commentlist {
	list-style-type: none;
	margin: 0;
}

.commentlist li.comment {
	padding: 5px;
}

.commentlist li, #commentform input {
	font-size: 0.9em;
}

.commentlist li.depth-1 {
	border: 1px solid #eee;
	background-color: #fff;
	padding-top: 4px;
	margin: 0px 0px 10px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .vcard {
	height: 34px;
	line-height: 34px;
	background: #E5ECF9;
	color: #666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
}

.commentlist li .avatar {
	margin: 0px 5px 0px 0px;
	border: 1px solid #ccc;
	float: left;
}

.commentlist cite {
	font-style: normal;
}

.commentlist cite a:link, .commentlist cite a:visited {
	font-weight: bold;
	color: #fff;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	clear: left;
}

.commentmetadata {
	font-weight: normal;
	color: #999;
	font-size: .8em;
	text-align: right;
}

#commentarea .commentmetadata a:link, #commentarea .commentmetadata a:visited {
	color: #666;
}

#commentarea .commentmetadata a:hover, #commentarea .commentmetadata a:active {
	color: #7eaf36;
}

#commentarea .children {
	border: 1px solid #ccc;
	background-color: #f2f5fb;
	padding-top: 4px;
	margin: 10px 10px 10px 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#commentarea .children .children {
	background-color: #fff;
	margin-left: 10px;
}

#commentarea .reply {
	text-align: right;
}

#commentarea .reply a:link, #commentarea .reply a:visited {
	padding: 3px;
	border: 1px solid #cbdbfa;
	background-color: #E5ECF9;
	margin: 0px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: .8em;
	color: #666;
}

#commentarea .reply a:hover, #commentarea .reply a:active {
	border-color: #7cb723;
	color: #000;
	background: #BDDC8E;
}

#commentform #respond {
	padding-top: 20px;
	clear: both;
}

#commentform label {
	color: #666;
	font-size: 1.3em;
}

#commentform #author, #commentform #email, #commentform #url {
	padding: 5px;
	width: 300px;
	border: 1px solid #ccc;
	font-size: 1em;
	color: #666;
}

#commentform textarea {
	border: 1px solid #ccc;
	padding: 5px;
	width: 98%;
	color: #666;
}

#commentform #author:focus, #commentform #email:focus, #commentform #url:focus, #commentform textarea:focus {
	border: 1px solid #0066cc;
	color: #222
}

#commentform #submit {
	padding: 3px;
	border: 1px solid #cbdbfa;
	background-color: #E5ECF9;
	margin: 0px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: .8em;
	color: #666;
}

#commentform #submit:hover {
	cursor: pointer;
	border-color: #7cb723;
	color: #000;
	background: #BDDC8E;
}

/****** Images ******/

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignright {
	margin: 0 0 5px 20px;
	display: inline;
}

img.alignleft {
	margin: 0 20px 5px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/****** Misc Styles ******/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.tagcloud a {
	font-size: 12px !important;
}



#share{
	
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	
}