/* Calendar icon (http://blog.krazyyak.com/a-fancy-calendar-icon-with-just-css-html) */
/* -------------- Cooking Party ------------ */
.ci_cal { width: 68px; font-size: 0.8em; 
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	box-shadow: 0 0 5px #05587e; -moz-box-shadow: 0 0 5px #05587e; -webkit-box-shadow: 0 0 5px #05587e;
	font-family: Helvetica, Arial;
	border: thin solid #ccc;
	margin: 8px 8px 2px 0px;
	}


.ci_cal > span { display: block; }

.ci_cal > .ci_day, .ci_cal > .ci_daySat, .ci_cal > .ci_daySun { text-align: right; padding: 2px 5px 2px 0; font-size: 1em; 
	color: #fff; font-weight: bold;
	-webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px;
	text-shadow: 0 1px #000;
    font-family: Helvetica, Arial;
}

.ci_cal > .ci_day { 
	background: #6086a6; 
	background: -webkit-gradient(linear, left top, left bottom, from(#acc0d1), to(#6086a6));
    background: -moz-linear-gradient(top, #acc0d1, #6086a6);
    background: linear-gradient(top, #acc0d1, #6086a6);
}

.ci_cal > .ci_daySat { 
	background-color: #86a3db;
	background: -webkit-gradient(linear, left top, left bottom, from(#acc0f1),to(#6086c6));
	background: -webkit-linear-gradient(top, #acc0f1, #6086c6);
	background: -moz-linear-gradient(top, #acc0f1, #6086c6);
	background: -o-linear-gradient(top, #acc0f1, #6086c6);
	background: -ms-linear-gradient(top, #acc0f1, #6086c6);
	background: linear-gradient(top, #acc0f1, #6086c6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#acc0f1', EndColorStr='#6086c6');
}

.ci_cal > .ci_daySun { 
	background-color: #6c7edb;
	background: -webkit-gradient(linear, left top, left bottom, from(#919df1),to(#4760c6));
	background: -webkit-linear-gradient(top, #919df1, #4760c6);
	background: -moz-linear-gradient(top, #919df1, #4760c6);
	background: -o-linear-gradient(top, #919df1, #4760c6);
	background: -ms-linear-gradient(top, #919df1, #4760c6);
	background: linear-gradient(top, #919df1, #4760c6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#919df1', EndColorStr='#4760c6');
}

.ci_cal > .ci_date { text-align: center; font-weight: bold; padding-top: 5px; font-size: 2.3em; 
	background: #fff;
/*	-webkit-border-bottom-left-radius:  5px;
	-moz-border-radius-bottomleft:      5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:     5px; */
	background: -webkit-gradient(linear, left top, left bottom, from(#405b72), to(#e6e6e6), color-stop(.08,#f9f9f9));
    background: -moz-linear-gradient(top, #f9f9f9, #e6e6e6);
    font-family: Helvetica, Arial;
}

.ci_cal > .ci_month { text-align: center; padding: 0 0 2px 0; font-size: 1em; 
	background: #fff;
	-webkit-border-bottom-left-radius: 5px; -moz-bottom-radius-topleft: 5px;
	-webkit-border-bottom-right-radius: 5px; -moz-bottom-radius-topright: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e1e1e1));
    background: -moz-linear-gradient(top, #e6e6e6, #e1e1e1);
    font-family: Helvetica, Arial;
}

.ci_time { text-align: center; font-weight: normal; font-size: 1.2em; 
    font-family: Helvetica, Arial;
    width: 76px;
}

/* Calendar icon (http://blog.krazyyak.com/a-fancy-calendar-icon-with-just-css-html) */
/* -------------- Weekend Workshops ------------ */
.wi_cal { width: 56px; font-size: 0.8em; 
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	box-shadow: 0 0 5px #999999; -moz-box-shadow: 0 0 5px #999999; -webkit-box-shadow: 0 0 5px #999999;
	font-family: Helvetica, Arial;
	margin: 8px 8px 8px 0px;
	}

.wi_cal > span { display: block; }

.wi_cal > .wi_month { text-align: right; padding: 2px 2px 2px 0; font-size: 0.9em; 
	background: #034778; color: #fff; /*font-weight: bold;*/
	-webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
	text-shadow: 0 1px #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#0067aa), to(#034778));
    background: -moz-linear-gradient(top, #0067aa, #034778);
    font-family: Helvetica, Arial;
}

.wi_cal > .wi_date { text-align: center; font-weight: bold; font-size: 2em; 
	padding: 3px 5px 3px 5px;
	background: #fff;
	-webkit-border-bottom-left-radius:  5px;
	-moz-border-radius-bottomleft:      5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright:     5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#405b72), to(#e6e6e6), color-stop(.08,#f9f9f9));
    background: -moz-linear-gradient(top, #f9f9f9, #e6e6e6);
    font-family: Helvetica, Arial;
}


.wi_time { font-weight: normal; font-size: 0.8em; 
    font-family: Helvetica, Arial;
}



/* ----------------------   Cooking Party    ----------------- */
.cp_title {
    /*text-align: center;*/
    font: normal normal normal 1.4em/1.5em ArchitectsDaughter, 'Handwriting-Dakota', 'Handwriting - Dakota', 'ComicSansMS', 'Comic Sans MS', 'Comic Sans', "Trebuchet MS", Helvetica, Arial, Sans-serif;
    color: #4b0082;
    text-shadow: white 1px 1px 0px;
    overflow:hidden;
}

.mp_info, .mp_info1, .cp_info, .cp_info1 {
	margin: 0px 5px 0px 80px;
	padding: 0px 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #e4ffba;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafff2), to(#ceff83));
	background: -moz-linear-gradient(-90deg, #fafff2, #ceff83);
	background: -ms-linear-gradient(-90deg, #fafff2, #ceff83);
	background: -o-linear-gradient(-90deg, #fafff2, #ceff83);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#fafff2', EndColorStr='#ceff83');
	font-weight: normal;
	color: #000;
	width: 380px;
}

.mp_info0, .cp_info0 { /* alternative colour */
	margin: 0px 5px 0px 80px;
	font-weight: normal;
	border-radius: 8px;
	padding: 0px 4px;
	background-color: #dff4fd;
	color: #000;
	width: 380px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7fbff), to(#c7eefb));
	background: -moz-linear-gradient(-90deg, #f7fbff, #c7eefb);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f7fbff', EndColorStr='#c7eefb');
	background: -ms-linear-gradient(-90deg, #f7fbff, #c7eefb);
	background: -o-linear-gradient(-90deg, #f7fbff, #c7eefb);
}

.mp_info, .mp_info1, .mp_info0 {
	line-height: 130%;
}

.cp_info_menu {
	padding: 5px;
	margin: 5px 10px 5px 5px;
	font-family: 'Lucida Grande', Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size:  1em;
	-webkit-border-radius: 100px 0px / 10px 0px;
	-moz-border-radius: 100px 0px / 10px 0px;
	border-radius: 100px 0px / 10px 0px;
	background-color: #f1f3a2;
	background-position: 0% 100%;	/* IE9 fix SVG trick */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(247,247,210,1)), to(rgba(240,242,155,1)));
	background: -moz-linear-gradient(top, rgba(247,247,210,1), rgba(240,242,155,1));
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f7f7d2', EndColorStr='#f0f29b')";
	background: -ms-linear-gradient(top, rgba(247,247,210,1), rgba(240,242,155,1));
	background: -o-linear-gradient(top, rgba(247,247,210,1), rgba(240,242,155,1));
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 12px rgba(0,0,0,0.5);
	box-shadow: 0 2px 12px rgba(0,0,0,0.5);
}


/* ----------------------   Weekend Workshop  (timetable)  ----------------- */
.ws_title {
    /*text-align: center;*/
    font: normal normal normal 1.4em/1.5em ArchitectsDaughter, 'Handwriting-Dakota', 'Handwriting - Dakota', 'ComicSansMS', 'Comic Sans MS', 'Comic Sans', "Trebuchet MS", Helvetica, Arial, Sans-serif;
    color: #4b0082;
    text-shadow: white 1px 1px 0px;
    overflow:hidden;
}

.ws_info, .ws_info1, .ws_info0 {
	min-height: 80px;
}



/* -------------- Weekend Workshop individual pages ------------ */
/* Calendar icon (http://blog.krazyyak.com/a-fancy-calendar-icon-with-just-css-html) */
/* -------------- Weekend Workshop individual pages ------------ */
.ws_cal { width: 68px; font-size: 0.8em; 
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	box-shadow: 0 0 5px #2c7925; -moz-box-shadow: 0 0 5px #2c7925; -webkit-box-shadow: 0 0 5px #2c7925;
	font-family: Helvetica, Arial;
	margin: 8px 8px 2px 0px;
	line-height: 160%;
	}


.ws_cal > span { display: block; }

.ws_cal > .ws_day, .ws_cal > .ws_daySatSun, .ws_cal > .ws_dayMtoF { text-align: right; padding: 2px 5px 2px 0; font-size: 1em; 
	color: #fff; font-weight: bold;
	-webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; border-top-right-radius: 5px;
	text-shadow: 0 1px #000;
    font-family: Helvetica, Arial;
}

.ws_cal > .ws_daySatSun { text-align: right; padding: 2px 5px 2px 0; font-size: 1em; 
	background-color: #86a3db;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#acc0f1),to(#6086c6));
	background-image: -webkit-linear-gradient(top, #acc0f1, #6086c6);
	background-image: -moz-linear-gradient(top, #acc0f1, #6086c6);
	background-image: -o-linear-gradient(top, #acc0f1, #6086c6);
	background-image: -ms-linear-gradient(top, #acc0f1, #6086c6);
	background-image: linear-gradient(top, #acc0f1, #6086c6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#acc0f1', EndColorStr='#6086c6');
}

.ws_cal > .ws_dayMtoF { text-align: right; padding: 2px 5px 2px 0; font-size: 1em; 
	background-color: #337cb5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4790c9),to(#1f68a1));
	background-image: -webkit-linear-gradient(top, #4790c9, #1f68a1);
	background-image: -moz-linear-gradient(top, #4790c9, #1f68a1);
	background-image: -o-linear-gradient(top, #4790c9, #1f68a1);
	background-image: -ms-linear-gradient(top, #4790c9, #1f68a1);
	background-image: linear-gradient(top, #4790c9, #1f68a1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4790c9', EndColorStr='#1f68a1');
}

.ws_cal > .ws_date { text-align: center; font-weight: bold; padding: 7px 0px 3px 0; font-size: 2.8em; 
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#405b72), to(#e6e6e6), color-stop(.08,#f9f9f9));
    background: -moz-linear-gradient(top, #f9f9f9, #e6e6e6);
    font-family: Helvetica, Arial;
}

.ws_cal > .ws_month { text-align: center; padding: 0 0 2px 0; font-size: 1em; 
	background: #fff;
	-webkit-border-bottom-left-radius: 5px; -moz-bottom-radius-topleft: 5px; border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px; -moz-bottom-radius-topright: 5px; border-bottom-right-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e1e1e1));
    background: -moz-linear-gradient(top, #e6e6e6, #e1e1e1);
    font-family: Helvetica, Arial;
}

.ws_time { text-align: center; font-weight: normal; font-size: 1.2em; 
    font-family: Helvetica, Arial;
    width: 76px;
}

.ws_detail, .ws_detail1, .ws_detail0 {
	min-height: 80px;
}


#contentContainer #content .ws_detail0, #contentContainer #content .ws_detail1 { /* use <div> */
	margin: 0px 5px 0px 80px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url('/site/style/border-radius.htc'); /* IE 6-8 hack */
	-webkit-box-shadow:  rgb(160, 160, 160) 0px 4px 7px;
	-moz-box-shadow:  rgb(160, 160, 160) 0px 4px 7px;
	box-shadow:  rgb(160, 160, 160) 0px 4px 7px;	
	display: block;
	position: relative;
}

#contentContainer #content .ws_detail0 {

	background-color: rgb(203, 222, 233);	/* old browser */
	background-position: 0 0;	/* IE9 fix SVG trick */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(223, 242, 253)), to(rgb(203, 222, 233)));
	background: -moz-linear-gradient(top, rgb(223, 242, 253), rgb(203, 222, 233));
/*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#dff2fd', EndColorStr='#cbdee9');
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#dff2fd', EndColorStr='#cbdee9')"; */
	background: -ms-linear-gradient(top, rgb(223, 242, 253), rgb(203, 222, 233));
	background: -o-linear-gradient(top, rgb(223, 242, 253), rgb(203, 222, 233));
	background: linear-gradient(top, rgb(223, 242, 253), rgb(203, 222, 233));
	color: #000;
}


#contentContainer #content .ws_detail1 {
	background-color: rgb(234, 245, 252);		/* old browser */
	background-position: 0 25%;	/* IE9 fix SVG trick */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(253, 254, 255)), to(rgb(234, 245, 252)));
	background: -moz-linear-gradient(top, rgb(253, 254, 255), rgb(234, 245, 252));
	background: -ms-linear-gradient(top, rgb(253, 254, 255), rgb(234, 245, 252));
	background: -o-linear-gradient(top, rgb(253, 254, 255), rgb(234, 245, 252));
	background: linear-gradient(top, rgb(253, 254, 255), rgb(234, 245, 252));
	color: #333333;
}

