/*   
Theme Name: Matthew Wrather
Theme URI: http://www.matthewwrather.com
Description: Custom Theme for matthewwrather.com based on Thematic.
Author: Matthew Wrather
Author URI: http://www.wrathercreative.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Get default Thematic styles */

@import url('thematic.css');

/* HOMEPAGE */
.home #header, .home #primary, .home #secondary, .home h1.entry-title {	display: none; }
.home #container, .home #container #content {	width: 960px;	margin: 0; }
.home .entry-content p.logline { font-size: 30px; line-height: 44px; }

/* HEADER */

#header {
	background-color: #DDD;
}

/* NAV */

.sf-menu {
	border-right: none;
}

.sf-menu li {
	margin-right: 10px;
}

.sf-menu li li,
.sf-menu li li li {
	margin-right: 0;
}

.sf-menu a {
	border-right: 1px solid #ccc;
}

.sf-menu li.current_page_item:hover,
.sf-menu li.current_page_item.sfHover,
.sf-menu .current_page_item a:focus,
.sf-menu .current_page_item a:hover,
.sf-menu .current_page_item a:active,

.sf-menu li.current_page_ancestor:hover,
.sf-menu li.current_page_ancestor.sfHover,
.sf-menu .current_page_ancestor a:focus,
.sf-menu .current_page_ancestor a:hover,
.sf-menu .current_page_ancestor a:active,

.sf-menu li.current_page_parent:hover,
.sf-menu li.current_page_parent.sfHover,
.sf-menu .current_page_parent a:focus,
.sf-menu .current_page_parent a:hover,
.sf-menu .current_page_parent a:active {
	border-bottom-color: #fff;
	cursor: default;
}

/* FOOTER */

#footer {
	background-color: #DDF;
}

/* ENTRY */
.entry-title { font-family: georgia, times, serif; }

/* UTILITY */
img.border { border: 2px solid black; }

ul.horiz-panel-list {
	list-style-type: none;
}

ul.horiz-panel-list li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

ul.horiz-panel-list li a,
ul.horiz-panel-list li a:visited {
	color: #333;
	background-color: #CCC;
	text-decoration: none;
	padding: 2px 5px 3px;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 0.8em;
}

ul.horiz-panel-list li a:hover {
	color: white;
	background-color: #666;
}