/* Farm Information Elements */

/* Attributes Table */

#farm-info h2 {
  float: left;
}
#farm-image {
 width: 322px;
 height:238px;
 border: #ccc solid 1px;
 text-align: center;
 margin: 10px 20px 15px 0;
 float: left;
 clear: left;
 padding-top: 5px;
}
#farm-details {
 height: auto;
 width: 390px;
 float: left;
 padding-bottom: 10px;
 margin-top: 10px;
}
#farm-info .attribute {
  margin-bottom: 3px;
}
#farm-info .key {
  color: #eaa250;
}
#farm-profile {
  margin-top: 25px;
}
#farm-description {
  float: left;
  clear: both;
  margin-top: 10px;
}

/* The customized farm form */

#farm-form-wrapper.form-wrapper {
  max-width: 640px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0px 3px 10px 0px #888;
  -webkit-box-shadow: 0px 3px 10px 0px #888;
  box-shadow: 0px 3px 10px 0px #888; 
  margin: 0 auto;
}

#farm-form-wrapper .form-error {
  float: left;
  clear: left;
  color: #cc0000;
  padding-left: 15px;
  font-size: 0.85em;
}
#farm-form-wrapper .form-title, #farm-form-wrapper .subtitle {
  font-size: 1.2em;
}
#farm-form p {
  margin: 0 0 1em 0;
}
#farm-form h2 {
  line-height: 1.1em;
}
#farm-form h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  /*padding-left: 5px;*/
  text-decoration: underline;
}
#farm-form h5 {
  clear : left;	
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 25px;
}
#farm-form-wrapper label {
  font-size: 1em;
}
#farm-form input, #farm-form textarea, #farm-form select {
  font-size: .92em;
}
#farm-form input.unrequired {
  width: 252px;
}
#farm-form-wrapper input[type="submit"] {
  font-size: 1em!important;
}
#farm-form .col1 {
  float: left;
  width: 285px;
  margin-bottom: 30px;
}
#farm-form .profile-section {
  float: left;
  clear: both;
  width: 600px;
  margin-top: 15px;
}
#farm-form .col2 {
  float: left;
  width: 285px;
  padding: 0 0 0 20px;
  overflow: hidden;
  border-left: 1px solid #cccccc;  
  margin-bottom: 30px;
}
#farm-form .section {
  width: 150px;
  float: left;
  padding-left: 25px;
  font-size: 1em;
  margin: 0 20px 20px 0;
}
#farm-form .section label {
  display: block;
  float: left;
  width: 135px;
  padding: 2px 0 2px 0;
  margin: 0;
}
#farm-form .profile-section .section .form-row {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}
#farm-form .profile-section input[type="checkbox"] {
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 2px!important;
  float: right!important;
}
#farm-form .profile-section input[type="text"] {
  margin-top: 3px;
  width: 135px!important;
}
#farm-form .form-row {
  width: 150px;
}
#farm-form .col1 .form-row {
  width: 210px;
}
#farm-form .section .form-row:hover {
  background-color: #fffef9;
}
#farm-form .section .form-row:last-child:hover {
  background-color: transparent;
}
#farm_photo {
  width: 254px;
  border: 2px solid #ccc;
}
#farm_photo_img {
  float: left;
  clear: both;
  border: none;
}
.titlebar {
  overflow: hidden;
  margin-bottom: 10px;
}
.titlebar h2 {
  width: 200px;
  float: left;
  font-size: 1.3em;
}
.titlebar em {
  display: block;
  float: right;
  font-style: italic;
  color: #666666;
}
#farm-form-wrapper .cancel {
  font-size: 1em!important;
}
/* End farm form */
