/*
Theme Name: Canyon 4-H Foundation Child 
Author: Ann Tanaka
Description: The WordPress theme that has been styled for the Wyoming 4-H Foundation including the accounts display.
Version: 1.0
Template: canyon
*/

/* -------------------------------------------------------------- */
@import url("../canyon/style.css");

/**
|------------------------
| =Accounts
|------------------------
*/

/** body { background-image: url('images/background.jpg'); background-repeat: repeat; background-position: top left; background-attachment: scroll; } **/

#content { 
	background-color: #ffffff;
	padding: 15px;
}

#secondary { text-align: right; }
#footer { text-align: center; padding-top: 50px;}

#post-5 .entry-title { display: none; } /** Turned off homepage title **/
#masthead { background-color: #00664e; }
button, input[type="button"], input[type="reset"], input[type="submit"], .search-form .search-submit { background-color: #00664e; border: 1px solid #00664e; border-bottom: 1px solid #00664e; }



#head-wrap { background-image: url('images/header2.jpg'); background-repeat: no-repeat; background-position: top left; }

#select-county {
	width: 96%;
	border: solid 1px #888888;
	background-color: #e5e5e7;
	padding: 10px 0 0 10px;
	}
	
#select-county-top {
	float: right;
	width: 50%;
	border: solid 1px #888888;
	background-color: #e5e5e7;
	padding: 10px 0 0 10px;
	/* margin-top: -70px; */
	}	
	
#search-title	{
	float: left;
	width: 40%;
	}

#search-form	{
	float: left;
	width: 60%;
	}	

#educator_box {
	/* width: 96%; */
	width: 100%;
	border: solid 1px #888888;
	padding: 10px;
	}
	
#educator_box .column {
	float: left; 
	width: 48%;
	padding-bottom: 10px;
	}

.top { 
	font-weight: bold;}

.top td {
 	background-color: #888888; 
	}
	
.clear {
	clear: both;
	}
	
#comments {
	display: none;
	}
	
	
@media print {
   body {
   background-image: none;	 
   background-color: #FFFFFF;
   }
   
   .menu1, 	#select-county-top , #sidebar {
	display: none;
	}
	
	#content {
	width: 100%;
	}
		
}
