/*  
Theme Name: Apricot Child
Description: Child theme for the Apricot theme
Author: Gabi Huiber
Template: apricot
Version: 0
*/

@import url("../apricot/style.css");

body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-color: #f6f6e6;
	color: #202020;
	font: 62.5% "Lucida Grande", Verdana, Arial, sans-serif; /* Resets 1em to 10px */
}
#page {
	margin: 0 auto 0;
	padding: 0;
	width: 900px;
}
#header {
	margin: 40px 0 0;
}
#header p.blogtitle {
	text-indent: 180px;
	font: 3em Georgia, "Times New Roman", Times, serif;
}
#header p.description {
	text-indent: 180px;
	font-size: 1.4em;
}
#content {
}
.narrowcolumn {
	width: 600px;
	margin: 0;
	padding: 0;
	float: right;
}
.post {
}
.multipost {
	padding: 0 0 80px;
}
.navigation {
	padding: 10px 0 60px;
	line-height: 1.5em;
}
#footer {
	width: 900px;
	margin: 0 auto 0;
	padding: 20px 0 25px 9px;
	clear: both;
}

					/* End Body and Major Structure */
					/* Begin Sidebar */
					
#sidebar #searchform #s {
	width: 220px;
	height: 22px;
	padding: 3px 0 3px 30px;
	border: none;
	color: #404040;
	font: 1.2em "Lucida Grande", Verdana, Arial, sans-serif;
	background: #f6f6e6 url(images/bg_search_full.png) no-repeat;
}
#sidebar #searchsubmit {
	padding: 1px;
}

					/* End Sidebar */					
					/* Begin Paragraphs and Fonts */

.entry p {
	margin: 0 0 10px 0;
	font: 1em/1.6 "Lucida Grande", Verdana, Arial, sans-serif;
	/* layout for paragraphs across all pages */
}
.postmetadata  {
	margin: 40px 0 30px;
	padding: 10px 10px 12px;
	color: #990000;
	font: 1.1em/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
}
pre {
	width: 95%;
	margin: 1em 0;
	padding: 1em 3em 1em 1em;
	color: #990000;
	font: 1.1em monospace;
	overflow: scroll;
	border: 1px solid #cacaca;
}
code {
	color: #990000;
	font: monospace;
}

					/* End Paragraphs and Fonts */
					/* Begin Comments */

					/* End Comments */
					/* Links */

.postmetadata a {
	color: #516015;
	border: none;
	text-decoration: underline;
}

					/* End Links */
					/* Begin Lists */
					
.entry ol, .entry ul {
	margin: 0 0 0 4px;
	padding: 0 0 8px 0;
	font: 1em/1.6 "Lucida Grande", Verdana, Arial, sans-serif;
	/* keep the same as .entry p */
}
					/* End Lists */
					/* Begin Forms */
					/* End Forms */
					/* Begin Calendar */
					/* End Calendar */


/* Captions */
/* End captions */

/* Begin .clearfix http://www.positioniseverything.net/easyclearing.html */
					
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

					/* End .clearfix */

