
#container /*items in here apply to all sizes*/
{
	margin:0 auto;
}

body 
{
    font-family:  Verdana, Arial, sans-serif;
    font-size: 16px;
    margin-top: 0; /*header image to very top of page*/
    padding-top: 0; /*header image to very top of page*/
/*CHANGE*/
	color: #6e7b9a; 
	background: url("images/back2.gif");
	background-color: #fff;
}

/*  SECTIONS FOR COLUMNS */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 
{
	width: 100%;

}
.span_1_of_2 
{
	width: 49.2%;

}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.minimal li
{
		line-height: 80%;
		font-size: 16px;
}

.minimal2 li
{
		line-height: 80%;
		font-size: 16px;
}

a:link, a:visited 
{
	font-weight: bold;
	text-decoration: none;
/* CHANGE */ 
	color: #6e7b9a;

}

a:active, a:hover
{
	font-weight: bold;
	text-decoration: none;
/* CHANGE */ 
	color: #000;
} 

p
{
	/*text-align: justify;*/
	padding-bottom: 5px;
	margin: 5px;
}

dt
{
	color: #000; 
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
}

dd
{
	padding-bottom: 5px;
}

li 
{
	/*list-style-type: none;*/
	text-decoration: none;
	padding-bottom: 8px;
}

h6
{	
	text-align: left;
	font-size: 14px;
	padding-left: 5px;
/* CHANGE */ 
	color: #6e7b9a;
}

h5
{	
	font-size: 14px;
	text-align: center;
/* CHANGE */ 
	color: #6e7b9a;
}

h4
{	
	text-align: left;
	font-size: 16px;
	padding-left: 5px;
	margin: 10px;
/* CHANGE */ 
	color: #6e7b9a; 
}

h3
{	
	font-size: 16px;
	text-align: center;
/* CHANGE */ 
	color: #6e7b9a;
}

h2
{
	text-align: left;
	font-size: 18px;
	padding-left: 5px;
/* CHANGE */ 
	color: #6e7b9a; 
}

h1
{
	font-size: 18px;
	text-align: center;
/* CHANGE */ 
	color: #6e7b9a; 
}

#main
{
	padding: 0px;
	margin-bottom: 0px;
/* CHANGE */ 
	background-color: #000;  /*make same colour as menu background*/
	-moz-box-shadow: 
        0px 0px 15px -1px #333,
        0px 0px 15px -1px #333;
    -webkit-box-shadow:
        0px 0px 15px -1px #333,
        0px 0px 15px -1px #333;
    box-shadow:
         0px 0px 15px -1px #333,
         0px 0px 15px -1px #333;
}

#maincontent
{	
	background-color: #fff;	
	/*padding-bottom: 10px;*/
}
#content
{	
		background-color: #fff;	
		padding-left: 10px;
	padding-right: 10px;
}

#menu ul 
{
	border: none;
	padding-left: 0px;
	padding-right: 0px;

}
#menu li 
{
     list-style-type: none;
     display: inline;
     border: none;
     padding-left: 16px;
     padding-right: 16px;
     line-height: 2em;
     height: auto;
}

#menu 
{
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
/* CHANGE */ 
	background-color: #000;
	color: #859991;
	width:100%;
}

#menu a:link, #menu a:visited 
{
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
/* CHANGE */ 
	color: #ffffff;
}

#menu a:active, #menu a:hover
{
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
/* CHANGE */ 
	color: #DD7584;
} 

.img-responsive /*makes images resize*/
{
  display: block;
  max-width: 100%;
  height: auto;
   border: none;
}

.img-responsive2 /*makes images resize with border*/
{
  display: block;
  max-width: 100%;
  height: auto;
  border: solid 2px #666;
}

.imagesleft 
{
	border: solid 2px #666;
	padding: 3px;
	background-color: #d5d19a;
	margin: 7px;
	float: left;
}

.imagesright 
{
	border: solid 2px #666;
	padding: 3px;
	background-color: #d5d19a;
	margin: 7px;
	float: right;
}


.table 
{
	color: #000; 
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: solid 1px #902938;
	width: 90%;
}

.shadow 
{
    width: 300px;
    height: 300px;
    background-color: white;
    box-shadow: 8px 8px 3px #333;
		text-align: center;
}

.gallery
{
    float: left;
    width: 250px;
    height: 125px;
    margin: 5px;
}

.liz /*photo at bottom right - needs width */
{
	float: right;
	width: 125px; /*change photo width */
	display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}



.iframe /*FB feed*/
{
	padding-left: 5px;
	padding-right: 5px;
	width: 325px;
}

.merchandise
{
	width: 40%;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.quote
{
	font-size: 14px;
	color: #6e7b9a; 
	font-style: italic;
	text-align: left;
	padding: 15px;
}
.tiny
{
	font-size: 14px;
	color: #000;
	text-align: center;
}
.tiny2
{
	font-size: 14px;
	color: #000;
	text-align: left;
}

.collage
{
	border-top: 2px solid #902938;
	border-bottom: 2px solid #902938;
}


.copyright
{
	font-size: 14px;
	color: #000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright a:link, .copyright a:visited 
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.copyright a:active, .copyright a:hover
{
	color: #902938;
	font-weight: bold;
	text-decoration: none;
} 
.statcounter
{
	padding-top: 20px;
	text-align: center;
}
/* This form breaks at 600px and goes from a left-label form to a top-label form. At above 1200px, the labels align right.*/
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
/* BELOW ARE THE MEDIA QUERIES FOR THE DIFFERENT VIEWPORTS
Desktop CSS code:
No media tags around this code - can cause problems in some browsers. Keep above mobile and tablet CSS, so that on these devices our desktop styles are overwritten.
*/

#container 
{
	width: 800px;
}

/* MEDIA QUERIES: */

@media only screen and (max-width: 480px) { /*make this the size of the screen (website will fill it then) */
#container 
{
	width:460px;
}
}
@media only screen and (max-width: 480px) { /*need this to have images not go out of viewport */
img
{ 
	max-width: 90%; 
}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
.col 
{ 
	margin: 1% 0 1% 0%;
}
}
@media only screen and (max-width: 480px) {
.span_2_of_2, .span_1_of_2 
{ 
	width: 100%;
}
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*Cell phone CSS code*/
@media only screen and (max-width:750px) {
#container 
{
	width:300px; /*  keep at 300px */
}
}
/*Cell phone CSS code*/
@media only screen and (max-width:750px) { 
img 
{ 
max-width: 100%; 
}
}

/* Tablet CSS code.
Set the min/max-width for your tablet. Anything lower than the min-width will use cell phone layout and anything above the max-width will display desktop version.
*/

@media only screen and (min-width:750px) and (max-width: 980px) {
#container 
{
width:750px;
}
}

@media only screen and (min-width:750px) and (max-width: 980px) {
 img
{ 
	max-width: 100%; 
}
}

/* needed for responsive forms-*/
@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}


