/*   
Theme Name: Found2
Theme URI: 
Description: Found In Ithaca
Author: Ken McKinney
Author URI: http://foundinithaca.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* original buff #ffdfac */
/* make header same size as body - set background */
/*#wrapper {background-color: #202020; } */

#wrapper {background-color: #3a3a3a; }
#header, #main, #footer {background-color: #f6dfac;}


#header {margin: 0 auto; width: 960px;
	/*background-color: #f6dfac; */
	}
#footer {margin: 0 auto; width: 960px; 
	/*background-color: #f6dfac; */ 
	border-right: 1px solid #000;
	border-left: 1px solid #000; 
	border-bottom: 1px solid #000;
	}

/* Menu overides */
/* menu attempt two 
----------------------------------------------------
*/
#access {
	background-color: #000;
    border-bottom:1px solid #000;
    height:32px;
    font-size:13px;
    font-family: "helvetica", "arial", "sans-serif";
    overflow:visible;
    z-index:100;
}

.sf-menu {
    border-right:1px solid #000;
	float:left;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:9px 13px;
	text-decoration:none;
}
.windows .sf-menu a {
    font-weight: bold;
	font-size: 12px;
	padding:9px 13px 10px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	color: #000;
	background-color: #f6dfac;
    border-bottom-color:#f6dfac;
}
.sf-menu li {
	background:		#000;
}
.sf-menu li li {
	background:		#000;
}
.sf-menu li li li {
	background:		#000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #f6dfac;
    background:     #f6dfac;
	outline:		0;
    border-bottom-color:#f6dfac;
}
.sf-menu ul {
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #000;
}


/* menu attempt one - works well on PC lousy on MAC
----------------------------------------------------
#access {
    background-color: #000;
    border-bottom: 1px solid #000;
    height: 37px;
}


.sf-menu {
	border-right: 1px solid #f6dfac;
}
.sf-menu ul, .sf-menu li{
    background: #000000;
}

.sf-menu a, .windows .sf-menu a {
	font: bold 14px "helvetica", "arial", "sans-serif"; color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #f6dfac;
	border-top: 1px solid #000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #F5EAD3;
	outline:		0;
	color:          #D2FF00;
    border-bottom-color:#F5EAD3;
}

/* Current - for some reason catagory items in the menu have a different class 
.current_page_item  a,
.current_page_item  a:visited,
.current-menu-item   a,
.current-menu-item   a:visited {
	background-color: #f6dfac;
	color: #000; 
	border-bottom-color: #f6dfac;
}
end of attempt one
----------------------------------------------------
*/

#blog-description { display: none;}
#blog-title { display: none;}
/* Header
*/
#branding {
 height: 210px; /* Change this to your images height */
 padding: 0;
 position:relative;
}
#header-image {
 background:url("images/ken-header1.png") no-repeat transparent; /* Change This to Your Image */
 height:100%;
 width:100%;
 position:absolute;
 cursor: pointer;
 top:10px;
} 

.aside {color: #000; }
/*font: bold 15/22px "helvetica", "arial", "sans-serif"; color: #000; }*/
.aside h3 { 
font-size:15px;
font-style: normal;
font-weight: bold;
line-height:22px;
font-family: "helvetica", "arial", "sans-serif";
}

/* Overides rule in layout. Make #content wider and 
   give it some left margin. */
#content {
    margin:0 0 0 20px;
    width: 600px;
    overflow:hidden;
}
/* On the home page move remove top padding on the entry content
   so that it moves up to the top of the div - making it even with the sidebar */
#post-4 .entry-content { padding:0;}

.entry-content h1, .entry-content h2, .entry-content h3 { font-family: Georgia, serif;}
.entry-title { font-family: Georgia, serif;}
/* on the found flea page, hide the title since we use an image title
div#post-2566 h1{ display: none;}
/* on the events page close up space between the current event - upcoming events 
* headers and the first event header
*/

/* On the entry attachment page centar the larger image link and make some space below it */
div.entry-attachment-caption a{margin: 0 0 0 175px;}
div.entry-attachment-caption{padding: 0 0 2em 0;}

h3.gpage-evt-header{padding: 28px 0 0 0;}
div.event-meta{ font-weight: bold; padding: 0 0 14px 0;}
