/*
Theme Name:     Twenty Ten Child
Theme URI:      http://www.phcp.org
Description:    Child theme for the Twenty Ten theme 
Author:         Nasser Salim
Author URI:     http://www.phcp.org
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/* = PHCP Customizations
-------------------------------------------------------------- */

#site-title a {
	color: #0cc;
}

#branding img {
	border: 0px;
}

.home .sticky {
	border-top: 4px solid #0cc;
}

#colophon {
	border-top: 4px solid #0cc;
}

#access {

	/* Old browsers */
	background: #00cccc;
	/* FF3.6+ */
	background: -moz-linear-gradient(top, #75ced4 0%, #fff 30%, #fff 70%, #75ced4 100%);

	/* Chrome,Safari4+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75ced4), color-stop(30%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#75ced4));

	/* Chrome10+,Safari5.1+ */
	background: -webkit-linear-gradient(top, #75ced4 0%, #fff 30%, #fff 70% ,#75ced4 100%);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #75ced4 0%, #fff 30%, #fff 70%, #75ced4 100%);

	/* IE10+ */
	background: -ms-linear-gradient(top, #75ced4 0%, #fff 30%, #fff 70%, #75ced4 100%);

	/* W3C */
	background: linear-gradient(top, #75ced4 0%, #fff 30%, #fff 70%, #75ced4 100%);

	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75ced4', endColorstr='#75ced4',GradientType=0 ); 

}

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: black;
}

#access a {
	color: black;
}

#access ul ul a {
	background: #eff;
	border: 1px solid #0cc;
}

#access li:hover > a,
#access ul ul :hover > a {
       background: #75ced4;
       color: black;
}

#site-description {
	width: 400px;
	text-align: right;
	margin: 10px;
	padding 10px;
	font-size: 10px;
}

#site-title {
	font-size: 0px;
	line-height: 0px;
	margin: 0 0 0 0;
	width: 0px;
}

#header {
	padding: 0 0 0 0;
}

#log-in-out-link {
	float: right;
}