/*
THEME NAME: Londonderry
THEME URI: http://www.londonderrynh.net/
VERSION: 1.1
DESCRIPTION: A child theme for http://www.londonderrynh.net/
TAGS: child theme, dkret3
AUTHOR: Joern Kretzschmar
AUTHOR URI: http://diekretzschmars.de/
TEMPLATE: dkret3
*/

/* Import the style.css of the dkret3 base theme */
@import url('../dkret3/style.css');


/* Make your changes to the default layout below */

/*
LAYOUT: Londonderry Two-Column Layout
DESCRIPTION: Two-column layout with sidebars #primary and #secondary right to the content
*/
div#wrapper {
    width: 960px;
}
div#header {
	height: 225px;
}
div#container {
    margin: 0 -385px 50px 0;
}
div#content {
    margin: 30px 385px 0 0;
    padding: 0 20px;
}
div#content.widecolumn {
    margin: 30px 0 0 0;
}
div.main-sidebar {
    padding: 0 10px;
    width: 365px;
}
.sidebar-column {
    padding: 15px 2px 0;
    width: 172px;
}
.sub-sidebar {
    margin: 0 5px;
    width: 285px;
}

/* Header - You can still change the header image in the Settings panel*/
#header {
    background: #fff url(library/images/bg_header.jpg) repeat-x scroll 0 0;
	text-align: left;
}
#blog-title {
	font-size: 2.3em;
	font-weight: normal;
	padding: 5px 40px 0;
    text-align: left;
}
#blog-description {
	font-size: 1.1em;
	padding: 0px 75px 0;
}
div#access {
    height: 52px;
}
.sf-menu {
    float: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #c8e4c8;
}
/* content */
#content {
	border-right: 1px dotted #ccc;
	line-height: 1.3em;
	text-align: left;
}

/* footer */
#footer {
    font-style: italic;
}