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

/* Fonts */
h1 {
	font-size:1.3em;
}
h2 {
	font-size:1.2em;
}

.humans { display: none; }
/* Links */

a.first:link {color: rgb(255,255,255); text-decoration:none;}
a.first:visited {color: rgb(255,255,255); text-decoration:none;}
a.first:hover {color: rgb(255,255,255); text-decoration:none;}
a.first:active {color: rgb(255,255,255); text-decoration:none;}

a.second:link {color: rgb(93,127,166); text-decoration:none;}
a.second:visited {color: rgb(93,127,166); text-decoration:none;}
a.second:hover {color: rgb(93,127,166); text-decoration:none;}
a.second:active {color: rgb(93,127,166); text-decoration:none;}

/* Navigation */
ul.a {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li.a {
	float:left;
	width:20%;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:20px 0;
	display:block;
	border-right: 1px dotted rgb(58,84,119);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
}
li.a:last-child, li.a:last-child a {
  border-right:0;
}
li.a a {
    color: rgb(58,84,119);
	text-decoration: none;
	-webkit-transition: font-size 0.2s ease, color 0.2s ease;
  	-moz-transition: font-size 0.2s ease, color 0.2s ease;
 	-o-transition: font-size 0.2s ease, color 0.2s ease;
 	-ms-transition: font-size 0.2s ease, color 0.2s ease;
 	transition: font-size 0.2s ease, color 0.2s ease;
}
li.a a:visited {
  color:rgb(92,121,160);
}

/* Structure */
body {
	margin:0;
	font-family: 'Oxygen', sans-serif;
	text-align:center;
	background-color:rgb(159,182,214);
}
.container {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
.header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
}
.logobox {
	position: relative;
	width: 100%;
	height: auto;
	text-align:center;
	z-index: 3;
}
.navigation {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 3;
}
.navblock {
	display:inline-block;
	position:relative;
	width:auto;
	padding:1%;
	text-align:center;
	font-size:1em;
	text-transform:uppercase;
	font-weight:500;
}
.contentcontainer {
	position: relative;
	width: 100%;
	height: auto;
	background-color:rgb(255,255,255);
	text-align:left;
	z-index: 2;
}
.content {
	position: relative;
	width: 100%;
	max-width:1400px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	z-index: 3;
}
.bborder {
	border-bottom: 1px dotted rgb(58,84,119);
}
.gallerycontent {
	position: relative;
	width: 100%;
	max-width:1400px;
	height: auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	z-index: 3;
}
.figure {
	position: relative;
	display:block;
	width: 100%;
	height: auto;
	z-index: 3;
}
.leftarticle {
	position:relative;
	width:33%;
	height:auto;
	padding:1%;
	float:left;
	z-index:4;
}
.rightarticle {
	position:relative;
	width:33%;
	height:auto;
	padding:1%;
	float:left;
	z-index:4;
}
.article {
	position:relative;
	width:46%;
	height:auto;
	padding:1% 2%;
	float:left;
	z-index:4;
}
.sidebar {
	position:relative;
	width:28%;
	height:auto;
	padding:1%;
	float:left;
	z-index:5;
}
.footer {
	position: relative;
	font-size:.8em;
	width: 100%;
	height: auto;
	z-index: 2;
	padding:10px 0;
	color:rgb(255,255,255);
	background-color:rgb(58,84,119);
}
.footerlft {
	position:relative;
	width:48%;
	height:auto;
	padding:1%;
	float:left;
	text-align:right;
	z-index:3;
}
.footerrt {
	position:relative;
	width:48%;
	height:auto;
	padding:1%;
	float:left;
	text-align:left;
	z-index:3;

}
.gallerybox {
	font-size:.9em;
	position:relative;
	display:inline-block;
	width:46%;
	height:auto;
	text-align:center;
	background:rgb(224,224,224); /*fallback*/
	background: linear-gradient(#ffffff, #e4e0e0);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 2px solid rgb(58,84,119);
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:1%;
	margin:1%;
}

/* Shopping Cart */
.productbox {
	position:relative;
	width:100%;
	height:auto;
	border-bottom: 1px dotted rgb(58,84,119);
}
.productnamebox {
	position:relative;
	display:inline-block;
	font-weight:bold;
	width:78%;
	height:auto;
	padding:1%;
}
.productskubox {
	position:relative;
	display:inline-block;
	font-size:.9em;
	text-transform:uppercase;
	width:78%;
	height:auto;
	padding:1%;
}
.pricebox {
	position:relative;
	display:inline-block;
	width:18%;
	height:auto;
	padding:1%;
	text-align:right;
	font-weight:bold;
	color:rgb(204,0,0);
	text-decoration:underline;
}
.cartbox {
	position:relative;
	display:inline-block;
	width:18%;
	height:auto;
	padding:1%;
	text-align:right;
}





/* Image Control */
.responsivelogo {
	width:100%;
	max-width:250px;
	height:auto;
}
.responsiveimage {
	width:100%;
	max-width:1920px;
	height:auto;
	display:block;
}
.responsivehomeimage {
	width:100%;
	max-width:600px;
	height:auto;
		box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*border: 1px dotted rgb(1,0,1);*/
	border-top: 1px solid rgb(58,84,119);
	border-bottom: 3px solid rgb(58,84,119);
	background:rgb(159,182,214); /*fallback*/
	background: linear-gradient(#c3d0e1, #9fb6d6);
	-webkit-border-radius:10px;
	border-radius:10px;
}
.responsivegalleryimage {
	width:100%;
	max-width:650px;
	height:auto;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-top: 1px solid rgb(58,84,119);
	border-bottom: 3px solid rgb(58,84,119);
}
img.center {
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}

/* Contact Form */
form {
	font-family: 'Oxygen', sans-serif;
	background-color:rgb(240,240,240);
	padding:10px;
	border: 1px dotted rgb(1,0,1);
	text-align:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-size:.9em;
	width:100%;
}
textarea {
	font-family: 'Oxygen', sans-serif;
	font-size:.9em;
	color:rgb(100,100,100);
	background:rgb(250,250,250);
	border:none;
	padding:1%;
	width:98%;
}
input {
	font-family: 'Oxygen', sans-serif;
	color:rgb(100,100,100);
	background:rgb(250,250,250);
	padding:10px 1%;
	width:98%;
	border:none;
}
.button {
	color:rgb(50,50,50);
	padding:10px;
	font-weight:bold;
	background:rgb(159,182,214); /*fallback*/
	background: linear-gradient(#c3d0e1, #9fb6d6);
	border-style:none;
	border-color:none;
	border: 1px dotted rgb(1,0,1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}


/* Calendar Structure */
.eventbox {
	position:relative;
	width:98%;
	max-width:600px;
	height:auto;
	padding:5px;
	margin:10px 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*border: 1px dotted rgb(1,0,1);*/
	border-top: 1px solid rgb(58,84,119);
	border-bottom: 3px solid rgb(58,84,119);
	background:rgb(159,182,214); /*fallback*/
	background: linear-gradient(#c3d0e1, #9fb6d6);
	-webkit-border-radius:10px;
	border-radius:10px;
}
.datecontainer {
	position:relative;
	display:inline-block;
	width:25%;
	height:auto;
	float:left;
	text-align:center;
	background-color: rgb(240,240,240);
	-webkit-border-radius:10px;
	border-radius:10px;
}
.monthbox {
	position:relative;
	width:100%;
	height:auto;
	padding:5px 0;
	font-size:.9em;
	font-weight:bold;
}
.datebox {
	position:relative;
	width:100%;
	height:auto;
	font-size:1.5em;
	color:rgb(255,255,255);
	background-color: rgb(58,84,119);
}
.daybox {
	position:relative;
	width:100%;
	height:auto;
	padding:5px 0;
	font-size:.9em;
	text-transform:uppercase;
}
.outerdescriptionbox {
	position:relative;
	display:inline-block;
	width:75%;
	height:auto;
	float: left;
}
.titlebox {
	position:relative;
	width:96%;
	height:auto;
	padding:1% 2%;
	font-size:.9em;
	font-weight:bold;
	color: rgb(58,84,119);
	text-transform:uppercase;
}
.descriptionbox {
	position:relative;
	width:96%;
	height:auto;
	padding:1% 2%;
	font-size:.9em;
	color: rgb(58,84,119);
}
.spacer {
	width:100%;
	height:auto;
	clear:both;
}
/*Styles for screen 640px and lower*/
@media only screen and (max-width : 640px) {
.responsivelogo {
	max-width:200px;
}
li.a {
	padding:10px 0;
}
.leftarticle {
	width:98%;
}
.rightarticle {
	width:98%;
}
.article {
	width:98%;
}
.sidebar {
	width:98%;
}
.gallerybox {
	width:96%;
	text-align:center;
}
.footerlft {
	width:98%;
	text-align:center;
}
.footerrt {
	width:98%;
	text-align:center;
}
}



/*---------------------------------------------- ADMIN PAGES ----------------------------*/

.adminContent table {
	width:100%;
	font-size:1em;
	color:rgb(110,92,70);
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-collapse:separate;
	text-align:left;
}
.adminContent th, td {
	padding: 5px 5px 5px 5px;
	width:20%;
	border-bottom: 2px solid rgb(255,255,255);
	text-align:left;
}
.adminContent tr {
	font-size:.9em;
	text-align:left;
}

.adminContent .article {
	display: contents;
}

.adminContent {
	width:800px;
	height:auto;
	display: inline-block;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:rgb(240,240,240);
	padding:20px;
	z-index:2;
}
.adminContent h1 {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}
.adminContent .imageposition {
	padding:15px;
	display:inline-block;
	text-align:center;
	font-size:.9em;
}
.adminContent .adminimage {
	width:auto;
	height:auto;
	max-height:200px;
	border: 2px solid rgb(150,150,150);
}
.adminContent .productthumb {
	width:auto;
	max-width:150px;
	height:auto;
	max-height:150px;
}
.adminContent img.center {
	display: block;   
	margin-left: auto;   
	margin-right: auto; 
}
.adminContent a.edittext:link {color: rgb(65,102,196); text-decoration: none; }
.adminContent a.edittext:visited {color: rgb(65,102,196); }
.adminContent a.edittext:hover {color: rgb(65,102,196); }
.adminContent a.edittext:active {color: rgb(65,102,196); }

.adminContent a.deletetext:link {color: rgb(255,0,0); text-decoration: none; }
.adminContent a.deletetext:visited {color: rgb(255,0,0); }
.adminContent a.deletetext:hover {color: rgb(255,0,0); }
.adminContent a.deletetext:active {color: rgb(255,0,0); }