@import "style-cor.css";
@font-face {
	font-family: Myriad;
	src: url('fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*SITE STYLES*/
h1, h2, h3, h4, h5, h6, .title {
	font-family: "Calisto MT";
}
body {
	background:#fff url(image/art-bg.png) repeat-x bottom;
	font-size:18px;
	font-family: Myriad;
	color: #35312d;
}
#page {
	width:1024px;
	margin:0 auto;
}
#logo {
	float:left;
	position: absolute;
	z-index: 999;
	top: 0;
}
.art-item h2 {
	display: none;
}
#artslider {
	z-index:-3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.art-item {
	width: 100%;
}
#artslide {
	width: 100%;
}
.art-item .img-center {
	width: 100%;
	height: 700px;
}
#footer {
	/*position: absolute;
	bottom: 0;
	z-index: 999;*/
	margin-top: 30px;
}
#main {
	margin: 678px 0 0;
	padding-top:50px;
	padding-bottom: 50px;
}
#slider-nav {
	margin-top: -48px;
}
.page-id-10 #slider-nav {
	margin-top: -75px;
}
.pager-crop {
	width: 310px;
	height: 130px;
	overflow: hidden;
}
.pager-crop img {
	margin-left: -90px;
}
.home-page {
	float: left;
}
.crop-bg {
	position: relative;
	width: 310px;
	height: 130px;
	font-family: "Calisto MT";
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff; 
	display: none;
	z-index: 22;
	background: #668082;
	text-align: center;
	vertical-align: bottom;
}
.pager-crop:hover .crop-bg {
	display: table-cell;
}
.td, .tr {
	position: relative;
}
.jcarousel-item a {
	text-decoration: none;
}
#footer {
	border-top: #e1e1e1 solid 2px;
	padding-top: 20px;
	color: #a6a6a6;
	font-family: "Calisto MT";
	font-size: 12px;
	padding-bottom: 30px;
	width: 1024px;
	margin: 0 auto;
}
#menu-art-menu li {
	float: left;
	margin-left: 15px;
}
#menu-art-menu li a {
	color: #a6a6a6;
	text-decoration: none;
}
#menu-art-menu li a:hover, #menu-art-menu li.current-menu-item a {
	color: #000;
}
.page_image {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 700px;
	z-index: -9;
}
.art-posts {
	width: 620px;
	float: right;
}
.blog-entry {
	width: 380px;
	float: left;
}
.art-thumb {
	float: left;
}
.art-thumb img {
	width: 330px !important;
	height: auto;
}
.art-post {
	background: url(image/art-post-ex.png) repeat-x bottom;
	overflow: hidden;
	margin-bottom: 25px;
}
.in-art-post {
	width: 265px;
	float: right;
	padding: 10px 0 0 ;
}
.art-post h2 {
	font-size: 30px;
}
.in-art-post a {
	color: #35312d;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.home-page2 {
	position: absolute;
	top: 681px;
	left: 15%;
}
.in-art-post-entry {
	font-size: 18px;
	line-height: 22px;
	padding: 15px 0 15px 10px;
}

.box {
	margin-right:30px;
	width: 315px;
	float: left;
	overflow: hidden;
	border-radius: 20px;
	border: #f3f2f0 solid 3px;
	height: 205px;
}
.box.last {
	margin-right: 0;
}
#boxes {
	overflow: hidden;
	margin-bottom: 40px;
	clear: both;
}
.gallery-images {
	float: right;
	width: 600px;
}
.event-link, .post-link {
	display: block;
	text-decoration: none;
	height: 209px;
}
.post-link {
	padding: 136px 0 0;
	height: 73px;
}
.event-link > span, .post-link > span {
	font-family: "Calisto MT";
	font-size: 21px;
	color: #35312d;
	background: url(image/event-bg.png) repeat;
	text-transform: uppercase;
	display: block;
	padding: 10px 10px 10px 0;
	text-align: right;
	width: 305px;
}
.event-link span span, .post-link span span {
	font-size: 28px;
	font-weight: bold;
	display: block;
}
.post-link > span {
	background: url(image/grey-bg.png) repeat;
	color: #fff;
}
.post-link span span {
	color: #fff;
}
/* WordPress WYSIWYG default syles */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* coments */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
/* Eric Meyer's CSS Reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Begin Form Elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */
.entry {
	overflow: hidden;
	line-height: 24px;
}
.entry p {
	margin-top: 12px;
	color: #adadad;
	font-size: 20px;
}
.entry ul {
	margin: 15px 0 15px 30px;
	list-style-image: url(image/list-type.png);
	font-size: 15px;
}
.entry ul li {
	margin: 10px 0;
}
.entry h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 15px;
	font-weight: normal;
	color: #35312d;
}

.entry h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 15px 0;
	font-weight: normal;
	text-transform: uppercase;
}
.entry h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0;
}
.entry h4 {
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0;
}
.entry blockquote {
	margin: 10px 30px;
	border: #ccc solid 1px;
	font-style: italic;
	padding:10px;
}
.entry table tr td {
	padding: 0 15px 0 0;
}
.entry table tr td:last-child {
	padding: 0 10px 0 0;
}

.jcarousel-item {
		width: 310px !important;
	}

.td {
		font-size: 26px;
	}