/*
	Minimaxing 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}

	body {
		font-size: 13.5pt;
		font-family: sans-serif;
		background-color: #e3e9dc;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #878e83;
		letter-spacing: -1px;
	}

	h1,h2,h3,h4 {
		color: #007897;
		font-weight: normal;
	}

	article {
		text-transform: lowercase;
	}

	h1 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: .7em;
	}

	h3,h4 {
		color: #283121;
	}

	h2, h3 {
		font-size: 1.2em;
		margin-bottom: 0.1em;

	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.4em;
	}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #5d93a2;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}


/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}

	ul.link-list {
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}
		
		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		display: inline-block;
		padding: 5px 15px 5px 15px;
		background-color: #397249;
		background-image: -moz-linear-gradient(top, #478f5b, #397249);
		background-image: -webkit-linear-gradient(top, #478f5b, #397249);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#478f5b), to(#397249));
		background-image: -ms-linear-gradient(top, #478f5b, #397249);
		background-image: -o-linear-gradient(top, #478f5b, #397249);
		background-image: linear-gradient(top, #478f5b, #397249);
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #305e3d;
		box-shadow: inset 0px 0px 0px 1px #305e3d;
        margin-top: 20px;

	}

	.button:hover {
				background-color: #397249;
				background-image: -moz-linear-gradient(top, #346943, #346943);
				background-image: -webkit-linear-gradient(top, #346943, #346943);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#346943), to(#346943));
				background-image: -ms-linear-gradient(top, #346943, #346943);
				background-image: -o-linear-gradient(top, #346943, #346943);
				background-image: linear-gradient(top, #346943, #346943);
		box-shadow: inset 0px 0px 0px 1px #305e3d;
	}


	.smallbutton {
		display: inline-block;
		padding: 5px 10px 5px 10px;
		background-color: #397249;
		background-image: -moz-linear-gradient(top, #478f5b, #397249);
		background-image: -webkit-linear-gradient(top, #478f5b, #397249);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#478f5b), to(#397249));
		background-image: -ms-linear-gradient(top, #478f5b, #397249);
		background-image: -o-linear-gradient(top, #478f5b, #397249);
		background-image: linear-gradient(top, #478f5b, #397249);
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: .9em;
		letter-spacing: -1px;
		border: solid 1px #305e3d;
		box-shadow: inset 0px 0px 0px 1px #305e3d;


	}

	.smallbutton:hover {
				background-color: #397249;
				background-image: -moz-linear-gradient(top, #346943, #346943);
				background-image: -webkit-linear-gradient(top, #346943, #346943);
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#346943), to(#346943));
				background-image: -ms-linear-gradient(top, #346943, #346943);
				background-image: -o-linear-gradient(top, #346943, #346943);
				background-image: linear-gradient(top, #346943, #346943);
		box-shadow: inset 0px 0px 0px 1px #305e3d;
	}

	
	/* SHINA ADDED */
	.dropdown 
	{
		font-size: 13.5pt;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #878e83;
		letter-spacing: -1px;
		margin:7px;    
	}
	
    .boxed
    {
        -moz-border-radius: 15px; 
        border-radius: 15px;
        border: solid 2px #ced0b7;
        padding: 10px 10px 15px 10px
    }
    .valfail
    {
		color: #ff0000;
		font-size:12pt;
	}
	.byline
	{
	    font-size: 1.1em;

	}
    .centerit
    {
        text-align:center;
    }
    .topspace
    {
        padding-top:15px;
    }
    div.bannerplantname 
    {
        margin:3px;
        text-align:center;
    }
    div.bannerbuybutt 
    {
        position:absolute;
        top:60px;
        left:130px;
    }
    div.bannerprice
    {
        position:absolute;
        top:63px;
        left:70px;
        font-weight:bold;
    }
        .wtb-box
    {
        -moz-border-radius: 15px;
        border-radius: 15px;
        border: solid 2px #ced0b7;
        padding: 10px 10px 15px 10px;
        width: 275px;
        margin-top:20px;
        text-align:center;        
    }
         #permsearchres {
            position: fixed;
            z-index: 10000; 
            bottom: 0; 
            left: 50%;
            width: 130px;        
            height: 70px;        
            text-align:center;
            padding: 10px 10px 0 10px;
            background-color:#397249;
            border-top:  solid 1px #000000;    
            border-right:  solid 1px #000000;    
            border-left:  solid 1px #000000;
            opacity:0.85;
            -moz-border-radius: 10px 10px 0 0;
            border-radius:  10px 10px 0 0;
            color:#ffffff;
            display:none;
         }
         #permsearchres a {
            color:#ffffff;
            font-size:1.1em;
         }    