/* 4/28/15 CHANGE*/
/*CHANGE*/


#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: #000; 
	background-color: #e5e2b3; 
	background-image: url("images/back.jpg");
    /*background-size: contain; */ /*background image to sides of viewport*/
    /*background-repeat: repeat-y;
    background-position: center top;*/
	
	/*background: url(images/back.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

a:link, a:visited 
{
	font-weight: bold;
	background-color: #ffff00; 
		color: #315105; 

}

a:active, a:hover
{
	font-weight: bold;
	background-color: #ffff00; 
		color: #4c7637; 
} 

p {
	text-align: justify;
	padding-bottom: 5px;
	margin: 5px;
}



dt {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
/* CHANGE */ 
	color: #000; 
}

dd {
	padding-bottom: 8px;
}

li {
	/*list-style-type: none;*/
	/*list-style-image: url('***.gif');*/
	text-decoration: none;
	padding-bottom: 8px;
}

hr.gradient {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
margin-top: 15px;
margin-bottom: 15px;
clear: both;
}

h1 {
	font-size: 18px;
	text-align: center;
/* CHANGE */ 
	color: #315105; 
}

h2 {
	text-align: left;
	font-size: 18px;
	padding-left: 5px;
/* CHANGE */ 
	color: #315105; 
}

h3 {	
	font-size: 16px;
	text-align: center;
/* CHANGE */ 
	color: #315105; 
}
h4 {	
	text-align: left;
	font-size: 16px;
	padding-left: 5px;
	margin: 10px;
/* CHANGE */ 
	color: #315105; 
}

h5 {	
	font-size: 14px;
	text-align: center;
/* CHANGE */ 
	color: #315105;  
}

h6 {	
	text-align: left;
	font-size: 14px;
	padding-left: 5px;
/* CHANGE */ 
	color: #315105; 
}

.highlight {
	color: #ff3333;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

.splash {

	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
/* CHANGE */ 
	color: #000;
	background-color: #ffcc00;
	/*border-top: solid 2px #000;
	border-bottom: solid 2px #000;*/
}

.splash a:link, .splash a:visited 
{
	text-decoration: none;
/* CHANGE */ 	
	color: #649a40;
}

.splash a:active, .splash a:hover
{
	text-decoration: none;
/* CHANGE */ 	
	color: #000; 
} 


#main {
	padding: 0px;
	margin-bottom: 0px;
/* CHANGE */ 
	background-color: #000;  /*make same colour as menu background*/
	-moz-box-shadow: 
        0px 0px 15px -1px #333, /*shadow colour*/
        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 {	
	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: 2px;
	margin-bottom: 0px;
/* CHANGE */ 
	background-color: #000;
	color: #999;
}

#menu a:link, #menu a:visited {
	font-weight: bold;
	text-decoration: none;
/* CHANGE */ 
	color: #ffffff;
	background-color: #000; 
}

#menu a:active, #menu a:hover {
	font-weight: bold;
	text-decoration: none;
/* CHANGE */ 
	background-color: #000; 
	color: #d5d19a; 
} 

.left
{
    float:left;
}

.right
{
    float:right;
}

/*table with coloured borders*/
.table {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border: solid 1px #902938;
	width: 90%;
/*CHANGE*/		
	color: #000; 
}

/* ROUNDED CORNERED BOXES*/
/* box with background colour*/
.rcorners1 {
    border-radius: 25px;
    padding: 20px;
    width: 75%;
/*CHANGE*/	
	background: #315105;

}
/* box with NO background colour*/
.rcorners2 {
    border-radius: 25px;
    padding: 20px;
    width: 75%;
/*CHANGE*/	
    border: 2px solid #000;
		background-color: #ffff00; 
}

/* box with background image*/
.rcorners3 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    width: 75%;
} 

/* ?? */
.rcorners8 {
    border-radius: 15px/50px;
	padding: 20px; 
    width: 75%;
/*CHANGE*/
	background: #8AC007;
}

/*makes images resize*/
.img-responsive {
  	display: block;
  	max-width: 100%;
  	height: auto;
	 border: none;
	text-align: center;
}

/*makes images resize - floating left*/
.img-responsiveleft {
  	display: block;
  	max-width: 100%;
  	height: auto;
   	float:left;
/*CHANGE*/	
  	border: solid 2px #666;	
}

/*makes images resize - floating right*/
.img-responsiveright {
  	display: block;
  	max-width: 100%;
  	height: auto;
   	float:right;
}

/*makes images resize with border*/
.img-responsive2 {
  	display: block;
  	max-width: 100%;
  	height: auto;
	text-align: center;
/*CHANGE*/	
  	border: solid 2px #666;	
}

/*makes images resize with borders - floating left*/
.img-responsive2left {
  	display: block;
  	max-width: 100%;
  	height: auto;
  	float:left;
/*CHANGE*/	
  	border: solid 2px #666;	
}

/*makes images resize with borders - floating right*/
.img-responsive2right {
  	display: block;
  	max-width: 100%;
  	height: auto;
    float:right;
/*CHANGE*/	
  	border: solid 2px #666;	
}


/*photo at bottom right - needs width */
.liz {
	float: right;
	width: 325px;
	display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*borders for collage/photos at bottom of page */
.collage {
/*CHANGE*/	
	border-top: 2px solid #902938;
	border-bottom: 2px solid #902938;
}

/*FB feed*/
.iframe {
	padding-left: 5px;
	padding-right: 5px;
	width: 325px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.quote {
	font-size: 14px;
	font-style: italic;
	text-align: left;
	padding: 15px;
/*CHANGE*/	
	color: #be2026;	
}

.tiny {
	font-size: 14px;
	text-align: center;
/*CHANGE*/	
	color: #000;		
}

.tiny2 {
	font-size: 14px;
	text-align: left;
/*CHANGE*/	
	color: #000;	
}

.copyright {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
/*CHANGE*/	
	color: #000;

}

.copyright a:link, .copyright a:visited {
	font-weight: bold;
	text-decoration: none;
/*CHANGE*/	
	color: #000;
	background-color: #627c11;
}

.copyright a:active, .copyright a:hover {
	font-weight: bold;
	text-decoration: none;
/*CHANGE*/	
	color: #902938;
	background-color: #627c11;
} 

.statcounter {

	text-align: center;

}



/* COLUMN STUFF*/
/*  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%; }

/* FORM STUFF*/
/* 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 {
	margin-bottom: 12px;
}
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%;
}
form input:hover {
  background-color: #627c11;
  color: white;
}
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;
}
/* MEDIA QUERIES
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 FOR THE DIFFERENT VIEWPORTS: */

@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;
  }
}

@media (min-width: 750px) {

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 50%; 

  }
  }
