/* @override http://symphony.local:8888/workspace/css/styles.css */

/******* LAYOUT *******/

#metanav		{display: none;}
#mainheader		{display: none;}
#navigation 	{display: none;}
#maincontent	{}
#post-comment	{display: none;}
#fill			{display: none;}
#mainfooter		{display: none;}


a.goto, a.function {display: none;}

/******* BASICS *******/

hr {
	height: 1px;
	background: transparent;
	border: 0px;
	border-bottom: 1px dashed #5a4d44;
	color: transparent;
	margin: 40px 0px;
	padding: 0px;
	display: none;
}
	hr.hide {display: none;}

.blog_body {
	page-break-after: always;
}

/******* TYPO *******/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 1.65em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: -1px;
	color: #31493f;
}

a {
	color: #e36014;
	text-decoration: none;
}

.format {
	font-family: 'Courier New';
	font-size: 0.8em;
	line-height: 1.4em;
}

	.format h1, .format h2, .format h3, .format h4, .format h5, .format h6	{
		font: 1em 'Arial';
		font-weight: bold;
		margin-bottom: 1em;
	}
.meta {
}

ul {
	display: block; 
	position: relative;
	list-style-type: disc;
	margin-left: 2em;
	padding: 0;
}


/******* BLOG ENTRY *******/

.itemhead {
	margin-bottom: 2em;
}

.itemhead .date {
	display: inline;
	font: 1.65em Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: -1px;
	color: #8e4d00; 
}
.itemhead .date a {color: #8e4d00; }
.itemhead .date {margin-right: 2px;}

.itemhead h2 {
	display: inline;
	font: 1.65em Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}

.itemhead h2 a {
	color: #e36014;
}

a.affix {display: none;}

.itemhead .subhead {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	display: block;
	margin-bottom: 25px;
}

/******* BLOG ENTRY *******/

.com_body {
	font-family: 'Courier New';
	font-size: 0.75em;
	line-height: 1.3em;
}
.com_meta {
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 20px;
}

	.com_meta em.meta {
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-size: 0.7em;
	}
	.com_meta .author {font-weight: bold; color: #e36014;}
	
	
/******* IMAGES *******/

#slideshow {
	display: none;
}

.image {
	display: block;
	position: relative;
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 1.5em;
}

.image img {
	width: 100%;
	margin: 0;
}

p.caption {
		margin: 0;
		font-family: Georgia, serif;
		font-style: italic;
		font-weight: normal;
		font-size: 0.7em;
		color: #888;
	}