/*
Theme Name: Miller Nursery Custom Theme
Author: Andrew Cox
Author URI: https://solventweb.com
Description: This is a custom theme developed for millernursery.com
Version: 1.03
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =Document
-------------------------------------------------------------- */
body {
	background-color:#c5cdc8; 
	background-attachment: fixed; 
	background-image: url(https://millernursery.com/mni/main_background.png); 
	background-repeat: repeat-x;
	font-size:12px; font-family: Arial, Helvetica, sans-serif;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
.space-break{
	border-top:dotted 10px #333;
	height:40px;
	margin: 20px 45% 0;
	width:10%;
}
.upper{
	text-transform:capitalize;
}
#maincontainer{
	margin:0px auto;
	width:960px;
}
#leaves{
	background-image: url(https://millernursery.com/mni/leaves.gif); background-repeat: no-repeat; background-position: 50% 0%;
	height:500px;
	left: 0px;
	position:absolute;  
	top: 0px;
	min-width:960px; width:100% !important; width:960px;
	z-index:-1;
}


/* =Banner
-------------------------------------------------------------- */

#banner {  
	height: 175px; 
	width: 100%; 
	position: relative;
}
#bannerlinks {  
	font-weight: bold;
	height: 50px; 
	left: 800px;
	line-height: 14px;  
	position: absolute;
	top: 30px; 
	text-align: right; 
	width: 150px; 
}
#bannerlinks a{
	color: #FFFFFF; 
	text-decoration:none;
	text-shadow: 2px 2px 5px #000;
}
#bannerlinks a:hover{
	text-decoration:underline;
}
#bannertagline {  
	font-size: 18px; 
	font-style: italic; 
	color: #FFFFFF; 
	left: 380px; top: 120px;
	position: absolute; 
	width: 23em;
}
#bannertagline p{
	text-shadow: 2px 2px 3px #000;	
}
#logo{
	position:absolute;
	left:0px;
	top:10px;
}
#social-icons{
	position:absolute;
	left:850px;
	top:125px; 
}

/* =Navigation
-------------------------------------------------------------- */

nav{
	background-image:url(https://millernursery.com/mni/header.gif);
	min-height:31px; height:auto !important; height:31px;
	width:100%;
}
nav a.assistive-text{
	display:none;
}
nav li {
	display:block;
	float:left;
	height:31px;
}
nav li a {
	color:#fff;
	display:block;
	font-weight:bold;
	height:23px;
	padding:8px 35px 0px;
	text-decoration:none;
}
nav li a:hover{
	color:#EDDFC2;
}
nav li ul{
	background-color:#EDDFC2;
	height:0px;
	overflow:hidden;
	position:absolute;
	transition: height 2s; -moz-transition: height 2s; -webkit-transition: height 2s; o-transition: height 2s;
	width:160px;
	z-index:1000;
}
nav li:hover ul{
	height:auto;
}
nav li li{
	border-top:1px solid #fff;
	display:block;
	padding:0px;
	width:160px;
}
nav li li a{
	color:#000;
	padding:8px 0px 0px 15px;
	text-align:left;
}
nav li li a:hover{
	background-color:#F5EFE0;
	color:#000;
}

/* =Content
-------------------------------------------------------------- */
img{
	max-width:100%;
	height:auto;	
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.alignnone{
	margin-left:auto;
	margin-right:auto;
}
.article-date{
	font-style:italic;
	padding-bottom:1em;
}
.caption-pic,
.caption-pic-right{
	border: 1px solid black; 
	float:left;
	margin: 15px 15px 15px 0; 
	padding: 15px; 
	text-align:center;
}
.caption-pic-right{
	float:right;
	margin: 15px 0 15px 15px;
}
.wp-caption{
	background-color:#CCCCCC;
	border: 1px solid #999;
	border-radius:5px;
	margin-bottom:10px;
	margin-top:10px;
	max-width:100%;
	padding:5px;
	text-align:center;
}
.wp-caption p{
	text-align:center;	
}
#current-hours{
	padding-bottom:10px;
}
#current-hours td{
	font-weight:bold;
	padding:5px;
}
#maincontentcontainer {
	border: white 1px solid;
	position:relative;
	overflow:hidden;
	width: 958px;
}
#transparency {
	position: absolute; 
	background-color: #899990;
	bottom:0;
	filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75;
	left: 0px;
	opacity: 0.75;
	top: 0px; 
	width:958px; 
	z-index:-1;
}
#maincontent {
	padding:50px;
	text-align: left;
	position:relative;
}
#maincontent h1{
	border-bottom:dotted 1px #000;
	font-size: 2em;
	font-weight: bold;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}
#maincontent h2{
	font-size: 1.75em;
	font-weight: bold;
	padding-bottom:1em;
}	
#maincontent h3{
	font-size: 1.5em;
	font-weight: bold;
	font-style:italic;
	padding-bottom:1em;
}
#maincontent h4{
	font-size: 1.25em;
	font-style:italic;
	padding-bottom:1em;
}
#maincontent h5{
	font-weight: bold;
	padding-bottom:1em;
}
#maincontent h6{
	font-style:italic;
	padding-bottom:1em;
}
#maincontent li{
	line-height:1.75em;
}
#maincontent ol,
#maincontent ul{
	list-style:inside;
	margin-left:25px;
	padding-bottom: 1em;
}
#maincontent ol {
	list-style:decimal;
}
#maincontent p{
	line-height:1.75em;
	padding-bottom: 1em;
	text-align:justify;
}
#maincontent a{  
	color: #ffffff; 
	text-decoration: none; 
}
#maincontent a:hover{
	text-decoration:underline;
}
#maincontent-left{
	float:left;
	width:600px;
}


/* =Sidebar
-------------------------------------------------------------- */
ul#related-pages,
ul#related-pages ul{
	margin:0;
	padding:0;
	list-style:none;
}
ul#related-pages ul li a{
	background-color:#EDDFC2;
	color:#000;
	display:block;
	font-size:1.25em;
	font-weight:bold;
	padding:1em;
}
ul#related-pages ul li a:hover{
	background-color:#F5EFE0;
	text-decoration:none;
}
ul#related-pages ul ul li{
	border-top:1px solid white;
}
#blog-sidebar label{
	display:none;
}
#blog-sidebar ul{
	margin:0;
	padding:0 0 20px;
	list-style:none;
}
#blog-sidebar ul ul li{
	font-size:1.2em;
	padding:10px 0 0 15px;
}
#maincontent-right{
	float:left;
	padding-left:33px;
	width:225px;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 10px; 
	color: #ffffff;
	padding:25px 0px;
}
#footer a {  
	color: #ffffff; 
	text-decoration: none; 
}
#footer a:hover {  
	text-decoration: underline; 
}
#footer-left{
	float:left;
	width:550px;
}
#footer-left div{
	padding-bottom:25px;
}
#footer-left li{
	border-left: 1px solid #fff;
	display:block;
	float:left;
	padding:0px 10px;
}
#footer-left li:first-child{
	border:none;
	padding-left:0px;
}
#footer-right{
	float:right;
}
#toppic{
	text-align:center; 
	padding-bottom: 15px; padding-top: 15px;
}
	
/* =Encyclopedia
-------------------------------------------------------------- */

#plant-desc{
	font-size:1.25em;
	padding-top:30px;
}
#plant-desc table{
	border-bottom:1px #555 solid;
	width:100%;
}
#plant-desc td,
#plant-desc th{
	border-top:1px #555 solid;
	height:40px;
	padding-top:10px;
}
#plant-desc th{
	font-weight:bold;
	font-style:italic;
	width:200px;
}

#single-pic{
	text-align:center;
}
#single-pic img{
	border:1px solid #fff;
	-moz-box-shadow: 0px 0px 5px 6px #000; -webkit-box-shadow: 0px 0px 5px 6px #000; box-shadow:0px 0px 5px 6px #000;
}

@media print {
	#access,
	#banner,
	#footer,
	#transparency,
	#mn-covid-banner,
	.mn-print-hide{
		display:none;
	}
}




