/*   
 *   Theme Name: Starting From Scratch
 *   Description: A Child Theme of Thematicb
 *   Author: Drew Kime
 *   Template: thematicb
 *   Version: 1.0
 *   */
@import url('../thematicb/style.css');

/* Fix the header */

#header {
	background-color: #231f20;
	height: 120px;
	margin-bottom: 20px;
}

#branding {
	padding: 10px 0;
	margin: 0 140px;
	width: auto;
}

#logo-image-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#logo-image-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}

#blog-title {
	color: #8bc825;
}

#blog-title a {
	color: #8bc825;
}

#blog-description {
	background-color: #2a3f92;
	color: #ffffff;
}

#access {
	position: absolute;
	bottom: 0;
	height: auto;
	margin: 0 0 0 140px;
	border-bottom: 0;
}

.menu {
	width: auto;
}

.sf-menu {
	position: relative;
	float: none;
}

ul.sf-menu > li > a > span.sf-sub-indicator {
	visibility: hidden;
	margin-left: -0.8em;
}


/* Fix the body */

#main {
	padding: 0 0 22px;
	width: auto;
}

#container {
	position: relative;
	margin-left: 140px;
}

#content {
	margin: 0px;
}


/* Fix the sidebar */

.main-aside {
	float: left;
}

li.widgetcontainer {
	margin-bottom: 1em;
}


/*Fix the footer */

#footer {
	position: relative;
}

#siteinfo {
	width: auto;
	margin-left: 140px;
}


/* Photo credits */
.photocred {
	font-size: smaller;
	font-style: italic;
}


/* Style for mailing list submission forms */

.subform {
	border: 2px dashed #231F20;
	padding: 0px;
	background-color: #b2adae;
}
.subform form {
	margin: 0;
}
.subform fieldset {
	background-color: #ffffff;
	border: 1px solid #231F20;
	padding: 10px;
	margin: 10px;
}
.subform legend {
	color: #ffffff;
	font: bold 1em sans-serif;
	background: #2A3F92;
	border: 1px solid #231F20;
	padding: 2px 6px
}
.subform label {
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.subform input {
	color: #231F20;
	background: #b2adae;
	border: 1px solid #231F20;
}
.subform-submit {
	text-align: center;
}
.subform-submit input {
	color: #231F20;
	background: #8BC825;
	border: 2px outset #231F20;
}
.subform br {
	display: none;
}

