/*** Basic css for the server side generated elements ***/
#farmigo-header-box {
	overflow: hidden;
}

/* Farm name text isn't shown */
#farmigo-header-box h1 {
	display: none;
}

#farmigo-header-box .logo {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 442px;
	height: 73px;
}

#farmigo-header-box .logo a {
	display: block;
	height: 73px;
}

#farmigo-header-box-bg {
	padding-top: 20px;
	height: 100px;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2) inset;
}

#farmigo-page {
	padding-top: 15px;
	position: relative;
}

.farmigo-content.centered {
	width: 980px;
	margin: 0 auto;
}

.farmigo-content.centered.background {
	width: 100%;
	margin: 0 auto;
}

.farmigo-content /* farmigo-content class is used in any pop up that is open by Farmigo app., since it's not a DOM descendant of the Farmigo app. root element*/,
.gwt-DatePicker /* gwt date picker style name can't be controlled, so need to add this here */{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/*** Header variation when the source is the markte place ***/
#farmigo-page-header {
	overflow: hidden;
	background: #dce8f5 url(/site/market/images/location-bg.png) repeat-x; 
	padding: 17px 0 15px;
	box-shadow: 0 2px 3px #AABBCC;
}

#farmigo-page-header.hidden {
	display: none;
}

.producer-logo {
	float: left;
	position: relative;
	width: 117px;
	height: 80px;
}

.producer-logo img {
	position: absolute;
	width: 117px;
	clip: rect(0pt 117px 80px 0pt);
}

#farmigo-page-header h1 {
	float: left;
	margin: 20px 0 0 20px;
	font-size: 36px;
    font-weight: 300;
    color: #59891E;
    text-shadow: 0 0 1px #88BB44;
    font-family: museo;
}

#farmigo-page-wrapper {
    /*box-shadow: 0 -2px 3px #AABBCC;*/
    overflow: hidden;
}

#farmigo-page-wrapper>#farmigo-page {
	padding-top: 20px;
}

/*** Background and layout for admin actions ***/
#admin-wrapper, #admin-wrapper2 {
	height: 860px;
	width: 100%;
}

#admin-wrapper {
	background: url(/site/common/images/bg_sky.jpg) no-repeat top center;
}

#admin-wrapper2 {
	background: url(/site/common/images/bg_farm.jpg) no-repeat bottom center;
}

#admin-wrapper #farmigo-page {
	padding-top: 30px;
}

#admin-wrapper .farmigo-content.centered {
	width: 860px;
}

/*** style the thank you static page - should be close as possible to the client side (GWT) thank you page ***/
#farmigo-thank-you .block {
    margin: 40px auto 0;
    padding: 20px 86px;
    width: 639px;
    min-height: 185px;
    background-color: #e5d1ab;
    position: relative;
    z-index: 0;
    text-align: center;
}
#farmigo-thank-you .title {
    margin: 0;
    font-size: 2.4em;
    color: #445f2e;
    text-shadow: 1px 1px 1px white;
}
#farmigo-thank-you .text {
    margin: 20px 0;
    padding: 35px 15px;
    background-color: white;
    border-radius: 6px;
    color: #404040;
}
#farmigo-thank-you p {
    font-size: 1.5em;
    word-spacing: 1px;
    color: #404040;
}
#farmigo-thank-you .links {
    margin: 10px 0 40px;
    text-align: center;
    font-size: 1.2em;
}
#farmigo-thank-you .links a+a {
    margin-left: 40px;
}
#farmigo-thank-you a {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    color: #3B6A00;
}