/*
BASE (MOBILE) SCREENS
These base styles apply to all screen sizes, but may be overridden on larger screns by the media query-driven styles that appear later in this file.
*/

#sidebar {
	padding-bottom: 0;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

img.sidebar_badge {
	margin-bottom: 5%;
}

#sidebar_gadget {
	max-width: 300px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#sidebar_gadget h2 {
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	color: #215b24;
	line-height: 1em;
	margin: 0;
	padding: 0.25em;
	background: #cc9900;
	background: linear-gradient(to right, #cc9900 0%,#ffcc33 47%,#d3a31a 100%);
}

#sidebar_gadget h3 {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: white;
	line-height: 1em;
	margin: 0;
}

#sidebar_gadget p {
	text-align: center;
	font-size: 14px;
    line-height: 1.5em;
	color: white;
}

#sidebar_gadget form {
	background: #215b24;
	color: white;
	text-align: center;
	font-size: 14px;
	padding: 1em 2em .5em 2em;
	margin-bottom: 40px;
}

#current_location {
	max-width: 100%;
}

input.fancy_button {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1em;
    text-decoration: none;
    color: #215b24;
    margin: 0;
    padding: .5em 20%;
    background: #cc9900;
    background: linear-gradient(to right, #cc9900 0%,#ffcc33 47%,#d3a31a 100%);
    box-shadow: 0px 5px 7px 0px rgba(31, 28, 29, 0.45);
	border: none;
	position: relative;
	bottom: -24px;
}

div.green_box {
    background: #215b24;
	padding: 10% 5%;
}

div.style_2 {
	padding: 2% 10% 7% 10%;
}

div.style_2 p {
}

div.style_2 a {
	font-size: 12px !important;
	text-align: left !important;
	color: white !important;
}

div.fancy_button a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
	font-weight: normal;
    line-height: 1em;
	text-align: center;
    text-decoration: none;
    color: #215b24;
	width: 150px;
    margin: auto;
    padding: .5em 0;
    background: #cc9900;
    background: linear-gradient(to right, #cc9900 0%,#ffcc33 47%,#d3a31a 100%);
    box-shadow: 0px 5px 7px 0px rgba(31, 28, 29, 0.45);
	border: none;
	position: relative;
	bottom: 18px;
}

div.fancy_button a:hover {
    color: white;
	background:  #215b24;
    text-decoration: none;
}



/*
PHONES in LANDSCAPE ORIENTATION
*/
@media only screen and (min-width: 500px) {

#sidebar {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4.5%;
	max-width: none;
}

img.sidebar_badge {
	float: left;
	width: 30.5%;
	margin-right: 2%;
}

}




/*
TABLETS in PORTRAIT ORIENTATION
*/
@media only screen and (min-width: 700px) {

#main {
	float: left;
	width: 73%;
}

#sidebar {
	float: right;
	width: 27%;
	padding-top: 40px;
	padding-right: 1.2%;
	padding-bottom: 0 !important;
	padding-left: .2%;
}

/*
#sidebar_gadget {
	margin-bottom: 35px;
}
*/

img.sidebar_badge {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

} 




/*
TABLETS in LANDSCAPE & SMALLER LAPTOPS
This is the first appearance of the "desktop layout"
*/
@media only screen and (min-width: 964px) {

#sidebar {
	padding-top: 12px;
}

}