@charset "utf-8";
/* CSS Document 
 border:1px solid red; 	*/

img{border:none;}
ul li{margin:0px 0 0px;}



.hori_grey_line{width:100%; height:1px; margin:25px; padding:0px; float:left; background-color:#E1D9D3;}

#index{ width:837px; height:450px; padding:0px; position:absolute; margin:215px 0 0 0; z-index:10; background-image:url(../images/homepatchbg.gif); background-repeat:repeat-x;}

.intro{width:380px; height:111px; margin-right:46px; float:left; border:0px solid red;}

.tagline{width:332px; height:111px; float:left;}

.quicklink{width:130px; height:auto; float:left; border:0px solid red;}
.quicklink ul{	margin:0px; padding:0px; list-style:none;	}
.quicklink a:hover{color:#ffffff;}

#main{width:999px; height:auto; margin:0px auto; padding:0px;} 

#menu{width:1200px; margin:12px 0px 14px 48px; float:left; border:0px solid red;margin-left:-96px;}

.left_col{width:213px; height:auto; float:left; padding:0 22px 0 0;}

.right_col{width:720px; height:auto; float:left; margin:0px 0px; min-height:400px;}

.right_col p{font-family:'Arvo', serif; font-size:14px; color:#000000; font-style:normal; margin:5px 0;}

.right_col a{font-family:'Arvo', serif; font-size:12px; color:#d13026; text-decoration:underline;}

.right_col ol{margin:0px; margin-left:20px; padding:0px;}
.right_col ol li{margin:0px; padding:0px;}

.box{width:auto; height:auto; margin:0px; padding:0px; float:left;}

.next{ background-image:url(../images/arrow.png);}
.next:hover{ background-image:url(../images/arrow_ro.png);}

.name{float:left; width:158px; margin:50px 0 36px; text-align:center; border:0px solid red;}
.name1{float:left; width:158px; margin:60px 0 46px; text-align:center; border:0px solid red;}
.year{width:311px; float:left; padding:4px 0; background-image:url(../images/workshopicon.gif); background-repeat:no-repeat; text-align:right; border:0px solid red; margin-left:7px;}
.year_exh{width:130px; float:left; padding:4px 0; background-image:url(../images/exhibitionicon.gif); background-repeat:no-repeat; text-align:right; border:0px solid red; margin-left:7px;}
.year_pub{width:131px; float:left; padding:4px 0; background-image:url(../images/bookicon.gif); background-repeat:no-repeat; text-align:right; border:0px solid red; margin-left:7px;}
.year_award{width:132px; float:left; padding:4px 0; background-image:url(../images/awardicon.gif); background-repeat:no-repeat; text-align:right; border:0px solid red; margin-left:7px;}
.workshop_name{float:left; width:338px; margin:70px 0 49px; text-align:center; border:0px solid red;}

/* button */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
	
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}	

@media screen and (max-width:840px)
{
.first
{
display:none;
}
}

@media screen and (min-width:841px)
{
.second
{
display:none;
}
}