@charset "UTF-8";
/* CSS Document */

/*

Green #506b6a
Light Green #79a2a1
Grey #787777

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

font-family: 'danielblack';
font-family: 'danielbold';
font-family: 'danielregular';

*/

body {
	background: #fff;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Lato', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #4a5a4f;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
}

header#ShopNav {
	margin: 0 auto;
	width: 1200px;	
}

#ShopNav #logo { 
	float: left;
	width: 100%;
	margin: 15px 0 5px 0;
}

#ShopNav #logoLeft {
	float: left;
	width: 33%;
	height: 200px;	
	background: url(images/footerbackground.jpg);
}

#ShopNav #logoRight {
	float: right;
	width: 33%;
	height: 100%;
	height: 200px;	
	background: url(images/footerbackground.jpg);	
}

#ShopNav #logoMid {
	float: left;
	width: 33%;
	height: 100%;	
}

#ShopNav #logoMid img {
	margin-left: auto;
	margin-right: auto;
	display: block;	
}

#ShopNav #logoMid:hover {
	cursor: pointer;	
}


/*										Nav								*/


#ShopNav nav {
	float: left;
	width: 100%;
}

#ShopNav nav ul {
	list-style-type: none;
	padding: 8px 0 13px 0;
	margin: 20px 0 0 0;
	text-align: center;
	border-top: 1px dashed #79a2a1;
	border-bottom: 1px dashed #79a2a1;
}

#ShopNav nav li {
	display: inline;
	color: #506b6a;
	font-size: 150%;
	padding: 0;
	text-align: center;
	text-transform:capitalize;
    font-variant:small-caps;     
    font-weight:bold; 
}

#ShopNav nav li a {
	color: #506b6a;
	text-decoration: none;
	padding: 0 10px 5px 10px;
	border-bottom: 3px solid white;
	margin: 0 23px 0 23px;
}

#ShopNav nav li a:hover {
	color: #506b6a;
	text-decoration: none;
	border-bottom: 3px solid #506b6a;
}

#ShopNav nav li a.active {
	color: #506b6a;
	text-decoration: none;
	border-bottom: 3px solid #506b6a;
}

/*Mobile Menu*/

#accordionSection {
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: none;
	text-align: left;margin-right: 7px;
}

.accordionButton {
	padding: 5px 0 5px 0;
	background:url(images/nav.png) no-repeat; 
}

.accordionButton h4 {
	color: white;	
	margin: 0;
	padding: 10px;
	font-weight: normal;
	background-color: #506b6a;
	text-align: center;
	text-transform: uppercase;
	font-size: 100%;
}

.accordionContent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #506b6a;
}

.accordionContent ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align:center;
}

#accordionSection .accordionContent li a {
	margin: 0;
	padding: 5px;
	float: none;
	color: white;
	border-bottom: 3px solid #506b6a;
}

#accordionSection .accordionContent li a:hover {
	border-bottom: 3px solid white;
}

#accordionSection .accordionContent li a.active {
	border-bottom: 3px solid white;
}


/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background: url(images/footerbackground.jpg);
	padding: 30px 0 10px 0;
	margin-top: 15px;
}

#footerInner {
	float: left; 
	width: 100%;	
	background-color: #79a2a1;
	padding: 25px 0 25px 0;
}

#footer {
	margin: 0 auto;
	width: 1200px;	
}

#footer h3 {
	color: white;
	margin: 0;
	padding: 0;	
	font-family: 'danielregular';
	font-size: 150%;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	color: white;
	list-style-type: none;
	display: inline;	
	font-size: 80%;
	margin-right: 10px;
}

#footer li a {
	color: white;
	text-decoration: none;
}

#footer li a:hover {
	color: white;
	text-decoration: underline;
}

#footer p {
	color: white;
	font-size: 80%;
}

#footerLeft {
	float: left;
	width: 55%;	
}

#footerRight {
	float: left;
	width: 40%;	
}

#footerRight ul {
	margin-top: 10px;	
}

#copyright {
	margin: 0 auto;
	width: 1200px;
	text-transform: uppercase;
}

#copyright p {
	color: white;
	font-size: 90%;
	margin: 10px 0 0 0;
}

#copyright p a {
	color: white;
	text-decoration: none;
}

#copyright p a:hover {
	color: white;
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
	margin: 0;
}


.copyRight {
	float: right;	
}

.copyRight ul {
	padding: 0;
	margin: 5px 0 0 0;
}

.copyRight li {
	display: inline;
	font-size: 90%;
	color: white;
	margin-left: 10px;
}

.copyRight li a {
	color: white;
	text-decoration: none;
}

.copyRight li a {
	color: white;
	text-decoration: underline;
}

/*									Banner   */

#bannerOuter {
	float: left;
	width: 100%;	
	padding: 0;
}

#banner {
	margin: 0 auto;
	width: 1200px;	
	margin-top: 10px;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 170%;
	color: #506b6a;
	margin: 30px 0 10px 0;
	font-family: 'danielregular';
}

#mainBody h1 span {
	color: #79a2a1;	
}

#mainBody h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #79a2a1;	
}

#mainBody p {
	font-size: 110%;
	line-height: 28px;
	color: #787777;
}

#mainBody p span {
	color: #506b6a;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}	

#mainBody p a {
	color: #79a2a1;
	font-weight: bold;
	text-decoration: none;
}

#mainBody p a:hover {
	color: #79a2a1;
	text-decoration: underline;
}

#mainBody li {
	font-size: 110%;
	line-height: 30px;
	color: #787777;
}

#mainBody li span {
	font-weight: bold;
	color: #506b6a;
	font-size: 110%;
}

#mainBody li a {
	color: #79a2a1;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #79a2a1;
	text-decoration: underline;
}	

#banner img {
	float: none;
	margin: 0;
}	

img.aboutBanner {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	height: auto;
}	

/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 1200px;
	margin: 10px 0 20px 0;
}

.homeBox {
	float: left;
	width: 380px;	
	margin-right: 30px;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox h2 {
	float: left;
	color: white;
	width: 100%;
	background-color: #79a2a1;
	text-transform: none;
	font-weight: 400;
	text-align:center;
	padding: 10px 0 10px 0;
	margin: 0;
} 

#homeBoxes .homeBox img {
	float: left;	
	margin: 0;
}

#homeBoxes .homeBox:hover h2 {
	background-color: #506b6a;
	cursor: pointer;
} 

#homeBoxes .homeBox:hover {
	cursor: pointer;
} 


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #1b8e38;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: #8fc042;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #1b8e38;
	font-weight: bold;
}	

#contactFormArea input {
	color: #333333;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #333333;
}

#contactFormArea textarea {
	color: #333333;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #333333;
}

.iframe {
	float: right;	
	margin-left: 25px;
}




/*			Workshops			*/



#workshops {
	float: left;
	width: 100%;	
	margin: 10px 0 0 0;
}

.workshopBox {
	float: left;
	width: 380px;
	height: 300px;
	background-color: #506b6a;	
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.workshopBox.lastWorkshop {
	float: right;
	margin-right: 0;
}

#workshops .workshopBox h2 {
	background-color: #506b6a;
	color: white;
	padding: 10px 0 10px 0;
	text-align: center;
	margin: 0;
}

.workshopInfo {
	position: absolute;
	
	width: inherit;
	max-width: 100%;
	height: 260px;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;	
}

#workshops .workshopBox .workshopInfo  p {
	text-align: center;	
	color: white;
	font-size: 120%;
	color: white;
	padding: 0 20px 0 20px;
	margin-top: 0;
	background-color: #79a2a1;
	 position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.workshopBox:hover .workshopInfo {
	background-color: #79a2a1;
}

.workshopBox:focus .workshopInfo {
	background-color: #79a2a1;
}

.workshopBox:active  .workshopInfo{
	background-color: #79a2a1;
}

.workshopBox:hover .workshopInfo {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.workshopBox:hover {
	cursor: pointer;	
}

.workshopBox:focus .workshopInfo {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.workshopBox:focus {
	cursor: pointer;	
}

.workshopBox:active .workshopInfo {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.workshopBox.jewellery {
	background: url(images/jewellery.jpg) no-repeat center;
}

.workshopBox.cake {
	background: url(images/cake.jpg) no-repeat center;
}

.workshopBox.silk {
	background: url(images/silk.jpg) no-repeat center;
}

.workshopBox.sculpture {
	background: url(images/scuplture.png) no-repeat center;
}

.workshopBox.pottery {
	background: url(images/pottery.jpg) no-repeat center;
}

.workshopBox.deco {
	background: url(images/decopatch.png) no-repeat center;
}

.workshopBox.choc {
	background: url(images/chocolate.jpg) no-repeat center;
}

.workshopBox.candle {
	background: url(images/candle.jpg) no-repeat center;
}

.workshopBox.knit {
	background: url(images/knitting.jpg) no-repeat center;
}


/*	About Page	*/

#aboutLeft {
	float: left;
	width: 60%;	
}

#aboutLeft img {
	 float: left; 
	 margin: 10px 20px 10px 0;
}

#aboutRight {
	float: right;
	width: 35%;	
}

.instgramBox {
	float: right;
	height: 300px;
	width: 100%;
	background-color: #efefef;	
	margin: 0 0 20px 0;
}

#aboutBannerArea {
	float: left;	
	width: 270px; 
	height: 400px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#bookNow {
	float: right;	
	width: 200px;
	height: 100px;
	background: url(images/booknow.jpg);
	margin: 10px 0 10px 20px;
	border: 5px solid #679290;
}

#bookNow:hover {
	border: 5px solid #506b6a;
}

#bookNowWorkshop {
	float: right;
	width: 200px;
	height: 100px;
	background: url(images/booknow.jpg);
	border: 5px solid #679290;
	margin: 10px 90px 20px 20px;
}

#bookNowWorkshop:hover {
	border: 5px solid #506b6a;
}

#bookNowAbout {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 100px;
	background: url(images/booknow.jpg);
	border: 5px solid #679290;
	margin-bottom: 20px;
}

#bookNowAbout:hover {
	border: 5px solid #506b6a;
}


/* 1200*/
@media only screen 
and (max-width : 1200px) 
				 {
			
header#ShopNav {
	width: 100%;	
}
		
	
#banner {
	width: 100%;	
}

#mainBody {
	width: 95%;	
	padding: 1%;
}
				
#footer {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

#homeBoxes {
	width: 100%;	
}

.homeBox {
	float: left;
	width: 30%;	
	margin-right: 5%;
}

#homeBoxes .homeBox img {
	width: 100%;
	height: auto;
}

.iframe {
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;	
}


#workshops {
	width: 100%;	
}

.workshopBox {
	float: left;
	width: 30%;	
	margin-right: 5%;
}


}










/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header#ShopNav {
	width: 100%;	
}
			
#accordionSection {
	display: block;
	margin-left: 10px;
}

#ShopNav nav ul.mainNav {
	display: none;
}	

#ShopNav nav {
	float: left;
	width: 100%;
	background-color: #79a2a1;
}	

#social {
	float:right;
	margin: 15px 10px 0 0 ;
}	

#contact {
	margin-right: 10px;	
}
	
		
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

#homeBoxes {
	width: 95%;	
	padding: 1%;
}

.homeBox {
	float: left;
	width: 30%;	
	margin-right: 5%;
}

#homeBoxes .homeBox img {
	width: 100%;
	height: auto;
}

.iframe {
	float: left;	
}
					 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
					
		
header#ShopNav {
	width: 100%;	
}

#ShopNav #logoLeft {
	display: none;
}

#ShopNav #logoRight {
	display: none;
}

#ShopNav #logoMid {
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;	
}

#ShopNav #logoMid img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

		
#accordionSection {
	display: block;
	margin-left: 10px;
}

#ShopNav nav ul.mainNav {
	display: none;
}	

#ShopNav nav {
	float: left;
	width: 100%;
	background-color: #79a2a1;
}	
			
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBody h1 {
	width: 100%;
	text-align: center;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

#homeBoxes {
	width: 95%;	
	padding: 1%;
}

.homeBox {
	float: left;
	width: 55%;	
	margin-right: 0;
	margin-bottom: 30px;
}

#homeBoxes .homeBox img {
	width: 100%;
	height: auto;
}

.homeBox.lastBox {
	float: left;	
}

#workshops {
	width: 95%;	
	padding: 1%;
}

.workshopBox {
	float: left;
	width: 55%;	
	margin-right: 0;
	margin-bottom: 30px;
}	

.workshopBox.lastWorkshop {
	float: left;
	margin-right: 0;	
}
		

#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}
	
	
#footerLeft {
	float: left;
	width: 95%;	
}

#footerRight {
	float: left;
	width: 95%;	margin-top: 15px;
}


/*	About Page	*/

#aboutLeft {
	float: left;
	width: 100%;	
}

#aboutLeft img {
	 float: left; 
	 margin: 10px 20px 10px 0;
}

#aboutRight {
	float: left;
	width: 100%;	
	margin-top: 10px;
}

.instgramBox {
	float: left;
	height: 300px;
	max-width: 300px;
	margin: 0 0 20px 0;
}

#bookNow {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;	
}

			
					
 }
 
 
 
 /*@media only screen 
and (max-device-width : 480px)
and (orientation : landscape) {*/
	
@media only screen 
and (max-device-width : 480px)
and (orientation : landscape) {
	

		
header#ShopNav {
	width: 100%;	
}

#ShopNav #logoLeft {
	display: none;
}

#ShopNav #logoRight {
	display: none;
}

#ShopNav #logoMid {
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;	
}

#ShopNav #logoMid img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

			
#accordionSection {
	display: block;
	margin-left: 10px;
}

#ShopNav nav ul.mainNav {
	display: none;
}	

#ShopNav nav {
	float: left;
	width: 100%;
	background-color: #79a2a1;
}	

#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBody img {
	float: none;
	margin: 10px 0 10px 0;
	clear: both;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

#homeBoxes {
	width: 95%;	
	padding: 1%;
}

.homeBox {
	float: left;
	width: 80%;	
	margin-right: 0;
	margin-bottom: 30px;
}

#homeBoxes .homeBox img {
	width: 100%;
	height: auto;
}

.homeBox.lastBox {
	float: left;	
}

#workshops {
	width: 95%;	
	padding: 1%;
}

.workshopBox {
	float: left;
	width: 80%;	
	margin-right: 0;
	margin-bottom: 30px;
}	

.workshopBox.lastWorkshop {
	float: left;
	margin-right: 0;	
}
		


#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#aboutBannerArea {
	float: none;	clear: both;
}

	
	
}





/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
		
header#ShopNav {
	width: 100%;	
}

#ShopNav #logoLeft {
	display: none;
}

#ShopNav #logoRight {
	display: none;
}

#ShopNav #logoMid {
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;	
}

#logoMid img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

			
#accordionSection {
	display: block;
	margin-left: 10px;
}

#ShopNav nav ul.mainNav {
	display: none;
}	

#ShopNav nav {
	float: left;
	width: 100%;
	background-color: #79a2a1;
}	

			
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#mainBody img {
	float: none;
	margin: 10px 0 10px 0;
	clear: both;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

#homeBoxes {
	width: 95%;	
	padding: 1%;
}

.homeBox {
	float: left;
	width: 80%;	
	margin-right: 0;
	margin-bottom: 20px;
}

#homeBoxes .homeBox img {
	width: 100%;
	height: auto;
}

.homeBox.lastBox {
	float: left;	
}


#workshops {
	width: 95%;	
	padding: 1%;
}

.workshopBox {
	float: left;
	width: 80%;	
	margin-right: 0;
	margin-bottom: 30px;
}	

.workshopBox.lastWorkshop {
	float: left;
	margin-right: 0;	
}
		


#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


	#aboutBannerArea {
	float: none;	clear: both;
}
					 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
		
header#ShopNav {
	width: 100%;	
}

#ShopNav #logoLeft {
	display: none;
}

#ShopNav #logoRight {
	display: none;
}

#ShopNav #logoMid {
	float: left;
	margin: 10px 0 5px 0;
	width: 100%;	
}

#ShopNav #logoMid img { 
	display: block;
    margin-left: auto;
    margin-right: auto;
}

			
#accordionSection {
	display: block;
	margin-left: 10px;
}

#ShopNav nav ul.mainNav {
	display: none;
}	

#ShopNav nav {
	float: left;
	width: 100%;
	background-color: #79a2a1;
}
			
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

#mainBody img {
	float: none;
	margin: 10px 0 10px 0;
	clear: both;
	max-width: 100%;
	height: auto;
}


#copyright {
	width: 95%;	
	padding: 1%;
}

#homeBoxes {
	width: 95%;	
	padding: 1%;
}

.homeBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
}

#homeBoxes .homeBox img {
	width: 100%;
	height: auto;
}

.homeBox.lastBox {
	float: left;	
}

#workshops {
	width: 95%;	
	padding: 1%;
}

.workshopBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 30px;
}	

.workshopBox.lastWorkshop {
	float: left;
	margin-right: 0;	
}
		


#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


	
}
				 