/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Your name here
Author URI:     http: //example.com/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

body
{
background: none repeat scroll 0 0 #6D6D6D;
}

.category-wl .entry-meta
{
display: none;
}
/*Take spacing off of wrapper div*/
#wrapper  
{
	margin-top:0px;
	padding:0 0px;
}

/*Change Width of wrapper*/

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper 
{
	width:960px;
}

#header {
padding:10px 0 0;
}

#site-title a
{
background:url("images/yh-logo.png") no-repeat scroll 0 0 transparent;
display:block;
height:75px;
width:365px;
}

#site-title span
{display: none;
}

/*Changes to the menu*/

#access 
{
	background:none repeat scroll 0 0 #FE792A;
	position: absolute;
	top: 95px;
	width:960px;

}

#access a 
{
	color:#FFFFFF;
	line-height:28px;
	padding:0 10px;
	text-transform:uppercase;
	font-weight: bold;
}

#access ul li.current_page_item > a:visited, #access ul li.current-menu-ancestor > a:visited, #access ul li.current-menu-item > a:visited, #access ul li.current-menu-parent > a:visited
{
	color:#Ffffff;
	
}

#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover, #access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover
{
	color:#FE792A;
	
}

#access li:hover > a,
#access ul ul :hover > a {
	color:#FE792A;
}

#access ul ul 
{
	top:28px;
}

/* Buttons------------------------------------------*/
#buttons
{
display:block;
position:absolute;
padding-left:790px;
top:145px;
width:165px}

#button1
{
  display: block;
  width: 170px;
  height: 54px;
  background: url("images/donate.png") no-repeat 0 0;
margin-bottom:10px;

}

#button1:hover
{ 
  background-position: 0 -54px;
}

#button1 span
{
  display: none;
}

#button2
{
  display: block;
  width: 170px;
  height: 54px;
  background: url("images/volunteer.png") no-repeat 0 0;
margin-bottom:10px;

}

#button2:hover
{ 
  background-position: 0 -54px;
}

#button2 span
{
  display: none;
}
#button3
{
  display: block;
  width: 170px;
  height: 54px;
  background: url("images/refer-child.png") no-repeat 0 0;

}

#button3:hover
{ 
  background-position: 0 -54px;
}

#button3:active
{ 
  background-position: 0 -54px;
}

#button3 span
{
  display: none;
}

/*End Buttons-------------------------- */

#logo
{
display: block;
width: 365px;
height: 75px;
background: url(images/yh-logo.png) no-repeat 0 0;
}

#logo span
{
display: none;
}

#site-title 
{
	float:left;
	font-size:30px;
	line-height:36px;
	margin:0 15px 15px;
	width:600px;
}

#site-description 
{
	margin:14px;
	width:300px;
	text-align: right;
}

#branding img 
{
	border-bottom:0px solid #000000;
	border-top:0px solid #000000;
	clear:both;
	display:block;
	padding-top: 23px;
}

/*Volunteer Page*/

ul#vol-buttons
{
padding: 0;
margin:0 0 0 30px;
list-style-type: none;
float: left;
color: #fff;

}

ul#vol-buttons li { display: inline;
 }

ul#vol-buttons li a
{
float: left;
color: #fff;
background-color: #FD7B25;
padding: 5px 1em;
text-decoration: none;
text-align=center;
border-right: 0px solid #fff;
margin:0 30px 10px 0;
}

ul#vol-buttons li a:hover
{
background-color: #270168;
color: #fff;
}

#wpmm select {
  width: 160px;
  margin-top: 4px;
}

#wlcount
{
	display: block;
	text-align: center;
	
}

#wlcount .boys,
#wlcount .girls
{
background-color:#FE792A;
border:1px solid #dadada;
color:white;
font-size:14pt;
line-height:40px;
padding:10px;
text-align:center;
width: 80px;
text-decoration: none;
display: inline;
}

#wlcount .girls
{margin-left: 10px;
}

#wlcount .boys:hover,
#wlcount .girls:hover
{background: orange;
}

#wlcount .wait
{
margin: 10px 0;
font-size:1.25em;
color: black;
}

#album
{float: left;
display: inline;
width: 150px;
}

#albumsample
{
margin: 0;
padding: 0 0 5px 170px;
}

#footer-widget-area {
margin-left:5px;
overflow:hidden;
}

#site-info {
font-weight:bold;
margin-left:20px;
}

/*hide cform link*/
.linklove 
{
display:none;
}

#colophon {
border-top:4px solid #FE792A;
}
