@charset "utf-8";
/* CSS Styles */

/* sections:

Main Styles

Typography

Forms

Media Queries 

*/



/* =================================================================
Main Styles
==================================================================*/

* {
	margin: 0;
	padding: 0;
}
html, body { font-size: 100%; vertical-align: baseline; }
html {
	height:100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
	background: rgb(102,102,204); /* blue background colour for page */
	background: rgb(30,90,130); /* teal background colour for page */
}
body {
	text-align: center;
	height:100%;
}
.siteWrapper {
	max-width: 1070px;
	margin: auto;
}
.contentBand {
	margin: 0 auto;
	text-align: center;
	max-width: 1070px;
	padding: 0px 0px 50px 0px;
}
.nav {
}
.header {
	max-width: 1170px;
}
.imageWrapper img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.imageWrapper {
	margin: auto;
	margin:5px;
}
.contentLeft{ /* left column */
	width: 50%;
	float: left;
	/*margin-top: 14px;*/
}
.contentRight{ /* right column */
	width: 50%;
	float: right;
	/*margin-top: 14px;*/
}
.contentLeft2{ /* left column */
	width: 38%;
	float: left;
}
.contentRight2{ /* right column */
	width: 58%;
	float: right;
}
.contentWide{ /* wide column */
	width: auto;
	margin: auto;
	/*margin-top: 14px;*/
}
.inner1 { /* pink */
	background: rgba(255,255,255,0.1);
	min-height: 100px;
	margin: 10px 5px 5px 5px;
	text-align:left;
	padding: 10px 5px 5px 5px;
	-webkit-box-shadow:inset 0 5px 0 0 rgb(255,0,255);
	box-shadow:inset 0 5px 0 0 rgb(255,0,255);
}
.inner2 { /* green */
	background: rgba(255,255,255,0.1);
	min-height: 100px;
	margin: 10px 5px 5px 5px;
	text-align:left;
	padding: 10px 5px 5px 5px;
	-webkit-box-shadow:inset 0 5px 0 0 rgb(153,255,0);
	box-shadow:inset 0 5px 0 0 rgb(153,255,0);
}
.inner3 { /* white */
	background: rgba(255,255,255,0.1);
	min-height: 100px;
	margin: 10px 5px 5px 5px;
	text-align:left;
	padding: 10px 5px 5px 5px;
	-webkit-box-shadow:inset 0 5px 0 0 rgb(255,255,255);
	box-shadow:inset 0 5px 0 0 rgb(255,255,255);
}
.inner4 { /* transparent background */
	margin: 5px;
	text-align:left;
	padding: 0px 5px 0px 5px;
}
.inner5 { /* blue */
	background: rgba(255,255,255,0.1);
	min-height: 100px;
	margin: 10px 5px 5px 5px;
	text-align:left;
	padding: 10px 5px 5px 5px;
	-webkit-box-shadow:inset 0 5px 0 0 rgb(0,184,255);
	box-shadow:inset 0 5px 0 0 rgb(0,184,255);
}
.artGallery {
	margin:auto;
	max-width: 1170px;
}
.imgMax {
	margin: auto;
	padding-bottom: 10px;
}
.imgMax img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.imgCenter {
	margin: auto;
	max-width: 400px;
}
.imgCenter img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
}

#fb-div {
	margin-right: 10px;
	margin-top: 2px;
	width: auto;
	text-align: right;
}
#gallery {
	/*background: rgb(50,100,200);*/
}
.alignLeft {
	text-align:left;
}
.spacer {
	height: 10px;
}
.back-to-top {
	z-index: 999;
	position: fixed;
	bottom: 50px;
	right: 50px;
	text-decoration: none;
	display: none;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	width: 50px;
	height: 50px;
	background-image:url(../images/top_big_hover.png);
	text-align: center;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=80);
 	-webkit-transition: opacity 0.1s linear;
}

.back-to-top:hover {
	background-image:url(../images/top_big_hover.png);
	opacity: 0.8;s
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 0.1s linear;
}

/* =================================================================
Typography
==================================================================*/

/* definition */
@font-face {
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight-webfont.eot');
    src: url('../fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight-webfont.woff') format('woff'),
         url('../fonts/geosanslight-webfont.ttf') format('truetype'),
         url('../fonts/geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'geosanslightmedium_italic';
    src: url('../fonts/geosanslight-oblique-webfont.eot');
    src: url('../fonts/geosanslight-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight-oblique-webfont.woff') format('woff'),
         url('../fonts/geosanslight-oblique-webfont.ttf') format('truetype'),
         url('../fonts/geosanslight-oblique-webfont.svg#geosanslightmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'geosanslightregular', calibri, sans-serif;
}


h1, h2, p { margin-bottom: 12px }
body { color: #212121; }
h1 { font-size: 28px; font-weight: 400; color: #FFF; }
h2 { font-size: 24px; font-weight: 400; color: #FFF; }
h3 { font-size: 20px; font-weight: 400; }
p { font-size: 20px; font-weight: 200; line-height: 24px; }

.italic { font-family: 'geosanslightmedium_italic'; font-size: 18px; color: rgb(255,255,255);}

/* #Links
================================================== */
	a, a:visited { color: #3CF; text-decoration: none; outline: 0; opacity: 0.9; -webkit-transition: opacity 0.1s linear; }
	a:hover, a:focus { color: #0FF; opacity: 1; }
	p a, p a:visited { line-height: inherit; }



/* =================================================================
FORMS
==================================================================*/
/* Contact form styles
================================================== */
.contactWrapper {
	margin: 0px 5px;
}
.noOutline{
	border: none;
}
#contact p {
	color: rgb(255,100,255);
	font-size: 18px;
	font-weight:200;
}
#contact {
	max-width: 600px;
	height: auto;
	margin: 20px auto;
	overflow: hidden;
	padding: 20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 0.4);
	background: rgb(51,51,51);
}
#contact .formblock {
	display: block;
	margin-bottom: 10px;
}
#contact .formblock label {
	display: block;
	font-style: italic;
	color: #CCC;
	padding: 4px 10px;
}

#contact .formblock .txt {
	width:90%;
	color: #333;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding: 10px;
}

input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:140px;
	height:40px;
	border:none;
	margin-top:10px;
	cursor:pointer;
	color: #fff; 
	font-size:16px;
	letter-spacing:1px;
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	background: rgb(172,0,178);

background: -moz-linear-gradient(top,  rgba(172,0,178,1) 0%, rgba(173,0,170,1) 52%, rgba(109,0,109,1) 53%, rgba(168,0,145,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,0,178,1)), color-stop(52%,rgba(173,0,170,1)), color-stop(53%,rgba(109,0,109,1)), color-stop(100%,rgba(168,0,145,1)));

background: -webkit-linear-gradient(top,  rgba(172,0,178,1) 0%,rgba(173,0,170,1) 52%,rgba(109,0,109,1) 53%,rgba(168,0,145,1) 100%);

background: -o-linear-gradient(top,  rgba(172,0,178,1) 0%,rgba(173,0,170,1) 52%,rgba(109,0,109,1) 53%,rgba(168,0,145,1) 100%);

background: -ms-linear-gradient(top,  rgba(172,0,178,1) 0%,rgba(173,0,170,1) 52%,rgba(109,0,109,1) 53%,rgba(168,0,145,1) 100%);

background: linear-gradient(to bottom,  rgba(172,0,178,1) 0%,rgba(173,0,170,1) 52%,rgba(109,0,109,1) 53%,rgba(168,0,145,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac00b2', endColorstr='#a80091',GradientType=0 );



}
input[type="submit"]:hover {
		-webkit-transition: opacity 0.2s linear;
		opacity: 0.8;
		color: #fff; 
}
.submitButton {
	margin-left: 20px;
	text-align: center;
}


/* =================================================================
Media Queries
==================================================================*/

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.back-to-top {
	bottom: 10px;
	right: 10px;
}
		
}

@media screen and (max-width: 480px) {
p { font-size: 22px; color rgb(0,0,0); }	
	
.contentLeft { 
	float: none;
	width:auto;   
}
.contentRight { 
	float: none;
	width:auto;   
}
.contentLeft2 { 
	float: none;
	width:auto;   
}
.contentRight2 { 
	float: none;
	width:auto;   
}
#contact p {
	color: rgb(255,100,255);
	font-size: 18px;
	font-weight:400;
}
  
}
