/* CSS Document */

#inside-page {
	font-family:Verdana, Geneva, sans-serif !important;
	font-size:0.8em !important;
	line-height:17px;
	padding: 11px 0 !important;
}

.breadcrumbs {
	font-size:0.85em !important;
	font-family:Verdana, Geneva, sans-serif;

}

.breadcrumbs a {
	color:#a99683;
	padding: 0 1px;
	font-family:Verdana, Geneva, sans-serif !important;
}

.breadcrumbs a:hover {
	color:#000;
}

.-------------------- {}

#exhibition-menu #menu {
	padding: 23px 0 0 0 !important;
	list-style: none;
}

#exhibition-menu #menu li {
	display: inline;
 	/*float: left;*/
}

#exhibition-menu #menu a {
	color:#a99683;
	font-family:circe_bold !important;
	font-size:0.9em !important;
	line-height: 15px;
	text-transform:uppercase;
	padding: 0 25px 0 1px;
	display: block;
}

#exhibition-menu #menu a:hover {
	color:#000;
}

#exhibition-menu .current-menu-item a,
#exhibition-menu .current_page_item a {
	color:#000 !important;
	font-family:circe_bold !important;
	font-size:0.9em !important;
	text-transform:uppercase;
	padding: 0 25px 0 1px;
	display: block;
	cursor:text;
}

#exhibition-menu .current-menu-item a:hover,
#exhibition-menu .current_page_item a:hover {
	color:#000 !important;
}

.-------------------- {}

#inside-page h1 {
	font-family:circe_bold !important;
	font-size:2.0em !important;
	padding: 55px 0 15px 0;
	line-height:1.5em;
}

#inside-page img {
	padding: 26px 0;
	/*display: block;*/
	max-width: 760px;
    height: auto;
}

#inside-page div > p {
	width:762px !important;
}

#inside-page td{
	border: 1px solid black;
}

#inside-page #subheader {
	color: #a99683;
	font-family: circe !important;
	font-size: 1.5em !important;
	line-height:20px;
	padding-bottom:20px;
}

#inside-page #category-name {
	color: #000;
	font-family: circe !important;
	font-size: 1.2em !important;
}

#inside-page #work-time,
#inside-page #ticket-cost,
#inside-page #phone-space  {
	font-family: circe !important;
	font-size: 1.3em !important;
	font-weight: bold;

	padding: 3px 0;
}

#category-exhibition .out-content {
	margin-left:106px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.-------------------- {}

#inside-page .banner {
	text-align: center;
	width: 800px;
	margin:50px 0 50px 0;
	background:#fff !important;
}

.l-u {
	float:left;
	left:-8px;
	top:-8px;
}

.r-u {
	float:left;
	left:686px;
	top:-112px;
}

.l-d {
	float:left;
	left:-30px;
	top:105px;
}

.r-d {
	float:right;
	left:-92px;
	top:0px;
}

#inside-page .banner i {
	background-color: #000;
	width:22px;
	height: 22px;
	display: block;
	z-index: 0;
	position: relative;
}

#inside-page .banner .content {
	padding-right: 11px;
	padding-left: 11px;
	margin-top: -15px;
	margin-bottom: -15px;
	margin-right:2px;
	margin-left:0px;
	position: relative;
	z-index: 9999;
	background:url(../images/banner-inside.jpg) no-repeat;
	width:700px;
	height:119px;

}

.arrow a {
	margin-top:53px;
	width: 6px;
	height:10px;
	border: none !important;
	display: block;
	position: relative;
	z-index: 100000;
}

.arrow-left a {
	float:left;
	margin-left:-15px;
	background:url(../images/arrow.png) no-repeat 0% 0%;
}

.arrow-left a:hover {
	float:left;
	background:url(../images/arrow.png) no-repeat 0% 100%;
}

.arrow-right a {
	float:right;
	margin-right:80px;
	background:url(../images/arrow.png) no-repeat 100% 0%;
}

.arrow-right a:hover {
	float:right;
	background:url(../images/arrow.png) no-repeat 100% 100%;
}

/*Archive page START*/

#year_chzn {
	width: 185px !important;
}
#year_chzn .chzn-drop {
	width: 183px !important;
}
#year_chzn .chzn-search input {
	width: 160px !important;
}

#cat_chzn {
	width: 185px !important;
}
#cat_chzn .chzn-drop {
	width: 183px !important;
}
#cat_chzn .chzn-search input {
	width: 160px !important;
}

#platform_chzn .chzn-drop {
	width: 183px !important;
}
#platform_chzn .chzn-drop input[type="text"] {
	width: 160px !important;
}

div.archive-form input[type="text"] {
	width: 174px;
	height: 25px;
	padding: 0 5px;
	font-family: circe;
	font-size: 0.8em;
	color: #999;
	border: 0;
	background: #E8E7D5;
	margin-left: 3px;
	outline: none;
}
/* WebKit browsers */
input::-webkit-input-placeholder {
    color:    #999;
}
/* Mozilla Firefox 4 to 18 */
input::-moz-placeholder {
    color:    #999;
}
/* Mozilla Firefox 19+ */
input:-moz-placeholder {
    color:    #999;
}
/* Internet Explorer 10+ */
input::-ms-input-placeholder {
    color:    #999;
}

div.archive-form input[type="submit"] {
	width:  15px;
	height: 15px;
	position:absolute;
	margin-left: 782px;
	margin-top: -19px;
	padding: 0;
	border: 0;
	background: url(../images/search-icon3.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
	cursor: hand;
	outline: none;

}

.page-navigation {
	margin-top:20px;
}
/*Archive page END*/