@charset "utf-8";

/*@import url(http://fonts.googleapis.com/css?family=Economica);*/
/*font-family: 'Economica', sans-serif;*/

@import url(http://fonts.googleapis.com/css?family=Dosis:300,400);

html
{
	overflow-y: scroll;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0;
	padding: 0;
	/*background:#fefefc;*/	
/*	background:#fefefc url(../images/tear-linefade.png) repeat-x -100px 120px;*/
}
#tabcon
{
	background:#fefefe;
	border-left:1px solid #DBD7D7;
	border-right:1px solid #DBD7D7;
	box-shadow:0 0 25px #eee;
}
.BGG{
width:100%;
height:200px;
display:block;
z-index:-10000;
position:absolute;
background:#fefefc url(../images/tear-linefade.png) repeat-x -140px 120px;
}

p
{
	font-size: 13px;
	line-height: 17px;
}

#topic, #topic2, #topic3
{
	width: auto;
}

h2
{
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 10px;
	padding: 10px;
	font-weight: 100;
}

h4
{
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 100;
	margin: 0;
}

h5
{
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 32px;
	margin: 0;
	padding: 0px 0px 10px;
	font-weight: 100;
	text-transform: capitalize;
}

#wm:before {
	content:"Galleries:";
	text-align:left;
	font-size:10px;
	font-weight:bold;
}
#wm_main{width:100%;}
#wm_main td{text-align:center; font-size:11px;}
#wm
{
	width:90%;
	border-collapse:separate;
	border-spacing:5px;
}

#wm td
{
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	border:1px solid #E4D3BB;
	border-radius:5px;
	background:#F7F5F0;
	box-shadow:0 2px 2px #ccc;		
}
#wm td:hover{background-color:#fff;cursor:pointer;color: #FF9900;}

#wm_main img,
#wm img
{
	margin-bottom: 10px;
	-webkit-transition: ease-out 320ms;
	-moz-transition: ease-out 320ms;
	-ms-transition: ease-out 320ms;
	-o-transition: ease-out 320ms;
	transition: ease-out 320ms;
}
#wm_main img:hover,
#wm img:hover
{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);	
}

#wm a,
#wm a:link
{
	color: #333333;
	text-decoration: underline;
	padding:5px;
}

#wm a:visited
{
	color: #333333;
	text-decoration: underline;
}

#wm a:hover
{
	color: #FF9900;
	text-decoration: underline;	
}

/* MAIN MENU CODE */

#mb td
{
	width: auto;
}

.menu
{
	font-family: 'Dosis', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.menu a, .menu a:link
{
	text-decoration: none;
	width: 100px;
	color: #666;
	text-transform: lowercase;
}

.menu a:visited
{
	text-decoration: none;
	width: 100px;
	color: #666;
}

.menu a:hover
{
	color: #FF9900;
	text-decoration: underline;
}

.menu a:active
{
	text-decoration: none;
	width: 100px;
	color: #ff9900;
}

.menu a.select, .menu a.select:link
{
	color: #FF9900;
	text-decoration: underline;
	text-transform: lowercase;
}

#mb .select2
{
	color: #ff9900;
	text-decoration: underline;
	text-transform: lowercase;
}

.exhibition
{
	width:100%;
	height:auto;
}
.exhimg img
{
	margin:5px;
}

/* SPRY slides */

.SlidingPanels
{
	position: relative;
	width: 100%;
	height: 100px;
	padding: 0px;
	border: none;
	overflow: visible;
}

.SlidingPanelsContentGroup
{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	overflow: visible;
}

.SlidingPanelsContent
{
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0px;
	padding: 3px;
	border: none;
	background:#fff;
}
.SlidingPanelsContent img{
	padding:2px;
	width:auto;
	height:80px;
}
.SlidingPanelsContent a:link{
	border:2px solid #bbb;
	display:inline-block;
	margin:6px;
}

.SlidingPanelsAnimating *
{
	overflow: hidden !important;
}

.SlidingPanelsCurrentPanel
{
}

.SlidingPanelsFocused
{
}

/* SPRY gallery frame */
#mye, #mye2
{
	width: 510px;
	height: 100px;
	overflow: visible;
}

#mye.SlidingPanels, #mye2.SlidingPanels
{
	float: left;
}

/* change width to max width for horizontal scrolling panel */
#mye .SlidingPanelsContentGroup, #mye2 .SlidingPanelsContentGroup
{
	float: left;
	width: 10000px;
}

#mye .SlidingPanelsContent, #mye2 .SlidingPanelsContent
{
	float: left;
	width: 510px;
	height: 100px;
}

#mye img, #mye2 img
{
	border: 1px solid #fff;
}

#gal img .spec:hover
{
	border: 1px solid #ff00ff;
}

#gal img:hover, #gal2 img:hover, #gal3 img:hover, #gal4 img:hover, #gal5 img:hover
{
	opacity: 0.5;
}

#mye img:hover
{
	opacity: 0.3;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 300ms;
	-moz-transition: opacity;
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 256ms;
	-o-transition: opacity;
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 256ms;
}

.legal
{
	font-size: 12px;
}

.legal a:link
{
	color: #666666;
}

.legal a:visited
{
	color: #666666;
}

.cre
{
	font-size: 10px;
	color: #999999;
}

.cre a:link
{
	color: #999;
	text-decoration: none;
}

.cre a:hover
{
	text-decoration: underline;
}

#res
{
	top: 0;
	width: 800px;
}

#std img
{
/*border:8px solid #ccc;*/
}

h6
{
	/*background:#eee;*/
	color: #333;
	padding: 3px;
	font-size: 12px;
}

#user, #phone, #mail
{
	height: 25px;
	border: 1px dotted #333;
	width: 250px;
}

#msg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px dotted #333;
	width: 250px;
	height: 150px;
	resize: none;
	overflow-y: scroll;
}

#button, #button2
{
	width: 75px;
	height: 30px;
}

#map
{
	border: 1px dotted #333;
}

a, a:link
{
	color: #00f;	
}

a:visited
{
	color: #00f;
}

a:hover
{
	color: #900;
}

a:active
{
	color: #00f;
}

/* ------------------------------------------------------------------- */
/* news / event stuff */

/*
#flagmc
{
	width:309px;
	z-index:1;	
	position:fixed;
	left:10px;
	top:0px;	
}

#flagmc #title
{
	background:url(title.gif) no-repeat center top;
	height:50px;
}

#flagmc #news
{
	background:url(front.jpg) no-repeat left top;
	width:309px;
	height:800px;	
}

#flagmc #news2
{
	text-align:center;
}
*/