/*
Theme Name: Little Bird Press Custom Theme
Template: twentyten
Author: John B. Fakorede
Author URI: http://studioanino.com/

Version: 1.0
*/

@import url("../twentyten/style.css");

/* Resets */
a, :focus { outline: none; }
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }

/* General */
body { background: url(images/header_rule.png) no-repeat center 224px scroll #fff; }
body, input, textarea, .page-title span, .pingback a.url { font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif; }
#wrapper { background-color: transparent; min-height: 1200px; }
a:link, a:visited { color: #F37D12; }
a:active, a:hover { color: #C0610A; }
					

/* Header */
#header { padding-top: 0; margin-bottom: 30px; }
	#site-title, #site-description { display: none; }
	#branding img { border: none; }
	
/* Navigation */
#access { background-color: #fff; }
	#access, #access .menu-header, div.menu { width: 220px; }
	#access .menu-header, div.menu  { margin-left: 0; }
	#access .menu-header li, div.menu li { float: none; background: url(images/nav_selected_asterisk.png) left center no-repeat transparent; line-height: 38px; }
	#access a {
		color: #F37D12; background-color: #fff; font-size: 17px; text-transform: lowercase; padding: 0 15px; line-height: 38px;
 		/*width: -moz-fit-content;*/ /* Not cross-browser yet */
		display: -moz-inline-box; -moz-box-orient: horizontal; /* For FF<3 */
		display: inline-block; vertical-align: middle; /* Now inline-block */
	}

	#access ul ul a { background-color: #fff; }
	#access li:hover > a, #access ul ul :hover > a { color: #F37D12; background: url(images/nav_selected_asterisk.png) right center no-repeat transparent; }
	#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,
	* html #access ul li.current_page_item a,
	* html #access ul li.current-menu-ancestor a,
	* html #access ul li.current-menu-item a,
	* html #access ul li.current-menu-parent a,
	* html #access ul li a:hover {
		color: #F37D12; background: url(images/nav_selected_asterisk.png) right center no-repeat transparent;
	}

/* Main: Content */
#main { clear: none; margin-left: 240px; padding-top: 0; width: 700px; overflow: visible; }
	#container { margin-right: 0; }
	#content { margin-right: 20px; }
		#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { color: #666; }
		#content, #content input, #content textarea { color: #666; font-size: 13px; line-height: 20px; }
		#content p, #content ul, #content ol, #content dd, #content pre, #content hr { margin-bottom: 18px; }
	.page-title a:active, .page-title a:hover {	color: #F37D12; }
	.page .entry-title { display: none; }
	#content .entry-title { color: #666; font-size: 16px; }
	.page .entry-content { padding-top: 5px; }
	/*.entry-title a:active, .entry-title a:hover { color: #F37D12; }
	.page-link a:active, .page-link a:hover { color: #F37D12; }
	.entry-meta a:hover, .entry-utility a:hover { color: #F37D12; }*/
	.search-results {}
	#facebook-news { margin-left: 0; }
		#facebook-news li { background: url(images/facebook-16x16.png) 0 2px no-repeat transparent; list-style: none; padding-left: 30px; }
		#facebook-news .news-link { font-size: 90%; text-transform: uppercase; }

/* Footer */
#colophon { display: none; }


