@charset "UTF-8";
/* CSS Document */

/*   
Theme Name: yafletheme
Description: A Child Theme of thematic
Template: thematic
*/
@import url('../thematic/style.css');




/* Overriding styles from the Parent Theme */


body {
    min-width:750px;
}

body, input, textarea {
    font: 11px arial,sans-serif;
    line-height:18px;
	background-color: #ffffff;
	color: gray;
}

#blog-title a {
	background:url(http://www.yafle.co.uk/img/yf.gif) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 190px;
	height: 91px;
}

#branding {
    width:750px;
    margin:0 auto;
	 padding: 60px 0 70px;
}


#access {
   
    /*height:32px;*/
    font-size:13px;
    overflow:visible;
    z-index:100;
    border-bottom:0 none;
    width:750px;
    padding:0 93px;
    background:url(http://www.yafle.co.uk/img/portfolio.gif) left top no-repeat;
    margin: 0 auto;
}

.menu {
    width:750px;
    margin:0 auto;
}

.sf-menu li ul {
    display:none;
}

.sf-menu {
    
	border-right:0 none;
}
.sf-menu a {
	text-decoration:none;
	padding-top: 9px;
	padding-right: 13px;
	padding-left: 0px;
	padding-bottom: 9px;
	background-color: #ffffff;
	border-bottom:0px;
	border-left:0px;
	border-top:0px;
	
}

.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    
}


.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: black;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sf-menu a:hover{	
	color: #797979;
	background-color: #ffffff;
}

#container {
    width:750px;
    float:left;
}
#content {
    width:750px;
    overflow:hidden;
	margin: 0;
}


#nav-above,#nav-below {
		float: left;
}


#main {
    width:750px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    padding: 40px 0 22px;
}

.entry-title {
    font-family:Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
	color: gray;
}

.entry-title a {
    color: gray;
    text-decoration:none;
}


.entry-meta abbr {
   
    text-transform: none;
	
}


.aside h3 {
    
    font-style: normal;
   

}


.aside ul ul {
	list-style:none;
	margin-left: 0;
}

#subsidiary {
    width:750px;
    margin:0 auto;
    overflow:hidden;
}

#footer {
    margin-top:0px;
	border-top-style: none;
	visibility: hidden;
}
/* added by sean the meddler on 2009-06-19
ul.sf-menu{
	float:none;
	line-height:2em;
	border:1px solid #FF00FF;
}
ul.sf-menu li{
	float:none;
	display:inline;
	position:static;	
}
ul.sf-menu li a{
	display: inline;
	padding:0.5em 0.6em 0.5em 0;
	position:static;
}
div.menu{	
	border:1px solid #000000;
	padding:0 93px;
	background:url(http://www.yafle.co.uk/img/portfolio.gif) left top no-repeat;
}
 */
