/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
#map{
	border: 4px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}
div.news {
	margin-left: 3px;
	margin-right: 3px;
}

div.news p{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-width:  2px;
	border-bottom-color: #605454;
	}
nav {
	height: 40px;
	width: 100%;
	background: #009933;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #291A10;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	width: 990px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #312218;
}
nav li a {
	border-right: 1px solid #009933;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #009933;
}
nav a#pull {
	display: none;
}
article.maincontent {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0px;
	margin-top: 0px;

}

article.sggrowth {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0px;
	margin-top: 0px;

}


article.maincontent  h1{
	border-bottom-style: dotted;
	border-bottom-width:  2px;
	border-bottom-color: #605454;
	border-top-style: dotted;
	border-top-width:  2px;
	border-top-color: #605454;
}

article.maincontent  h5{
	border-bottom-style: dotted;
	border-bottom-width:  1px;
	border-bottom-color: #605454;
	border-top-style: dotted;
	border-top-width:  1px;
	border-top-color: #605454;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight:normal;
}


article.sggrowth  h5{
	border-bottom-style: dotted;
	border-bottom-width:  1px;
	border-bottom-color: #605454;
	border-top-style: dotted;
	border-top-width:  1px;
	border-top-color: #605454;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#photoGallery{
	display: inline-block;
	margin: 5px;
	padding: 5px;
	font-size: 8px;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: #EADDCF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#nursery  h4{
	border-bottom-style: dotted;
	border-bottom-width:  1px;
	border-bottom-color: #605454;
	margin-top: 0px;
	padding-top: 0px;
}

article.maincontent p{
	background: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
}

article.maincontent ul li{
	list-style: none;
}

div.news {
	margin-left: 3px;
	margin-right: 3px;
}

div.news p{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-width:  2px;
	border-bottom-color: #605454;
	}

img.index-image{
	border: 3px dotted;
	border-color: #605454;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 5px;
	} 
	
section.indeximages{
	display: block;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 0px;
	white-space: nowrap;
}

article.sggrowth ul li{
	list-style: square;
}

#photoscaption {
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}

#photoscaption p{
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 13px;
 
}

#nursery  h4{
	border-bottom-style: dotted;
	border-bottom-width:  1px;
	border-bottom-color: #605454;
	margin-top: 0px;
	padding-top: 0px;
}

.mainNursery {
	border-style: solid;
	border-width: 2px;
	border-color: #291A10;
	margin: 5px;
	position: static;

}

.headerNursery{
	background-color: #291A10;
	color: #ffffff;
}

.nameNursery{
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

.statusNursery{
	display: inline;
	float: right;
	font-size: 16px;
	font-weight: bold;
}

.photoNursery {
	display: inline-block;
	background-color: #ffffff;
	width: 200px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	margin: 5px;	
	padding: 10px;
}
.buttonsNursery{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	text-align: center;
	width: 200px;
	text-align: center;
	margin: 5px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	
	background-color: #009933; 
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #291A10;
	margin: 5px;
	width: 150px;
}

.dataNursery {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	max-width: 350px;
}

#searchNursery{
	font-size: 16px;
}

#goback {
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
 
}

#buttons {
	display: block;
	text-align: center;
	margin-bottom: 10px;	
}

.buttonstyle {
	background-color: #009933; 
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #291A10;
	margin: 5px;
	width: 100px;
}

.buttonstyle2 {
	background-color: #009933; 
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #291A10;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	
	
}

a.buttonstyle3{
	-webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	
	background-color: #EADDCF; 
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid #D4CBC1;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 150px;
	margin-left: 0px;
	margin-right: 0px;
	pointer-events: none;	
}

#BreederBlock{
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	padding: 5px;
	
}

#PurchaserBlock{
	float: left;
	margin-bottom: 20px;
	padding: 5px;
	
}
#SgBlock{
	clear: both;
	float: left;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
}
#disclaimerBlock{
	display: block;
	float: left;
	margin-bottom: 10px;
}

#continuingBlock{
	clear: both;
	float: left;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

#paypalButton{
	margin-bottom: 20px;
	text-align: center;
	background-color: red;
}

#paypalsgName{
	clear: left;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	background-color: green;
}

#indexwrapper{
display: block;
width: 100%;
}

#texting{
display: inline-block;
margin-right: auto;
margin-left: auto;
}

#about{
display: inline;
vertical-align: top;
padding-left: 10px;
padding-right: 10px;
}

#about p{
padding-top: 0px;
margin-top: 0px;
font-weight: bold;
font-size: 14px;
}

#phonewrap{
display: block;
margin: 0 auto;
margin-top: 10px;
padding-top: 5px;
border-top: solid 2px black;
border-bottom: solid 2px black;
max-width: 400px;
min-height: 62px;
}

#phonegraphic img{
margin-right: 10px;
float: left;
}

#phonegraphic p{
margin-bottom: 5px;
}

fieldset { 
	border:1px solid #3F2616; 
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #3F2616;
  color: #3F2616;
  font-size:90%;
  text-align:right;
  }

fieldset.group  { 
  margin: 0; 
  padding: 0; 
  margin-bottom: 1.25em; 
  padding: .125em; 
} 

.fieldsetwrapper2{
	display: block;
	max-width: 500px;
	padding-bottom: 8px;
}

.fieldsetwrapper2 p{
	padding: 0px;
	margin: 0px;
}

input, select{
    margin-bottom: 8px;
	margin-top: 8px;
	display: inline-block;
}

@media screen and (min-width: 600px) {
#contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: #FFFFFF;
    margin-left: 160px;
    margin-right: 300px;
}
	
#social {
 display:block;
 position: absolute;
 top: 166px;
 background: #fff;
 font-size: 12pxpx;
 padding-top: 2px;
 opacity: 0.5;
 filter: alpha(opacity=50);
}

#leftcolumn {
    background: #FFFFFF;
    width: 150px;
    float: left;
    margin-left:-100%;
    margin-top: 5px;
    padding-left: 2px;
	padding-right: 5px;
    border-right:solid 2px #3F2616;       
}

#rightcolumn {
    background: #F6F6F6;
    width: 300px;
    float: left;
    margin-left: -300px;
}
#wrapper {
	width: 100%;
	min-width:1000px;
    max-width: 2000px;
    margin: 0 auto;
     border:solid 0px #3F2616;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
    }

#header {
    float: left;
    height: 150px;
    width: 100%;
    background: #FFFFFF;
    border-top:solid 2px #3F2616;
    border-bottom:solid 2px #3F2616;
	background-image: url("header.jpg");
    background-repeat: repeat-x;
    
}

#header2 {
    float: left;
    height: 300px;
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
    background: #FFFFFF;
    
}

#navigation {
    float: left;
    height: 30px;
    width: 100%;
    background: #BD7140}

footer {
    width: 100%;
	padding: 5px;
    background: #FFFFFF;
    border-top:solid 1px #605454;
    border-bottom:solid 1px #605454;
    clear: both;
}

footer ul li {
	list-style: none;
}

footer>section{
	float: left;
	width:33%;
}

footer:after{
	content: "";
	display: block;
	clear: both;
}	

#footersmall{
	display: none;
	width: 100%;
}
#footermain{
	border-top:solid 1px #3F2616;
    border-bottom:solid 1px #3F2616;}		

#back{
 display:none;
}

.leftlinks ul{
    margin: 2px;
	list-style:none;
    padding-left:0px;
}

.leftlinks ul li{
    margin: 5px;
	list-style:none;
    padding: 2px;
}

.leftlinks a:link, .leftlinks a:visited {
    background-color: #009933;
    color: white;
	display: block;
    text-decoration: none;
	padding: 3px;
}

.leftlinks a:hover, .leftlinks a:active {
    background-color: #009933;
}

#indexwrapper{
display: block;
width: 100%;
}

#texting{
display: inline-block;
float: left;
width: 50%;
margin-right: auto;
margin-left: auto;
}

#about{
display: inline;
float: left;
width: 45%;
vertical-align: top;
padding-left: 10px;
padding-right: 10px;
}

#about p{
padding-top: 0px;
margin-top: 0px;
font-weight: bold;
font-size: 14px;
}

#phonewrap{
display: block;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 5px;
border-top: solid 2px black;
border-bottom: solid 2px black;
max-width: 400px;
}

#phonegraphic img{
margin-right: 10px;
float: left;
}

#phonegraphic p{
margin-bottom: 5px;
}

}


/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	#header{
	display: none;
	}
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #009933;
		border-right: 1px solid #009933;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	footer {
    display: none;
}

footer ul li {
	list-style: none;
}

footer>section{
	float: left;
	width: 50%;
	padding: 20px;
	text-align: center-left;
}

footer:after{
	content: "";
	display: block;
	clear: both;
}	

#footermain{
	display: none;
	width: 100%;
}
#footersmall{
	border-top:solid 1px #3F2616;
    border-bottom:solid 1px #3F2616;}	

#back{
 display:block;
 position: fixed;
 float: left;
 bottom: 0;
 left: 0;
 text-align: center;
 background: #311E11;
 font-size: 12pxpx;
 padding: 5px;
 opacity: 0.5;
 filter: alpha(opacity=50);
}

#back a{
text-decoration: none;
color: white;
}

.leftlinks ul{
    margin: 2px;
	list-style:none;
    padding-left:0px;
}

.leftlinks ul li{
    margin: 5px;
	list-style:none;
    padding: 2px;
}

.leftlinks a:link, .leftlinks a:visited {
    background-color: #009933;
    color: white;
	display: block;
    text-decoration: none;
	padding: 3px;
}

.leftlinks a:hover, .leftlinks a:active {
    background-color: #7C4A2A;

}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	
	#header{
	display: none;
	}
	section.indeximages{
	display: none;
	}
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #311E11;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	#indexwrapper{
display: block;
width: 100%;
}

#texting{
display: inline-block;
margin-right: auto;
margin-left: auto;
}

#about{
display: inline;
vertical-align: top;
padding-left: 10px;
padding-right: 10px;
}

#about p{
padding-top: 0px;
margin-top: 0px;
font-weight: bold;
font-size: 14px;
}

#phonewrap{
display: block;
margin: 0 auto;
margin-top: 10px;
padding-top: 5px;
border-top: solid 2px black;
border-bottom: solid 2px black;
max-width: 400px;
}

#phonegraphic img{
margin-right: 10px;
float: left;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #009933;
	}
	
#indexwrapper{
display: block;
width: 100%;
}

#texting{
display: inline-block;
margin-right: auto;
margin-left: auto;
}

#about{
display: inline;
vertical-align: top;
padding-left: 10px;
padding-right: 10px;
}

#about p{
padding-top: 0px;
margin-top: 0px;
font-weight: bold;
font-size: 14px; 
}

#phonewrap{
display: block;
margin: 0 auto;
margin-top: 10px;
padding-top: 5px;
border-top: solid 2px black;
border-bottom: solid 2px black;
max-width: 400px;
}

#phonegraphic img{
margin-right: 10px;
float: left;
}

#phonegraphic p{
margin-bottom: 5px;
}

}
}
}