/*   
Theme Name: Streammountain
Theme URI: http://www.internetimperiet.com/theme/streammountain/
Description: A simple two-column theme where content and readability is king.
Author: Andreas Aberg
Author URI: http://blog.streammountain.se
Version: 0.1
.
Share and use as you like, but please keep the footer link as a thank you. :)

You're also very welcome to edit the theme as you see fit, but please keep a link back in the footer unless you've edited it until recognition. ;D

.
*/
@import url('reset.css');
@import url('wp.css');

body {
	background: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 14px;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 10px;
	line-height: 1.4;
	clear: both;
}

h3 {
	font-family: Verdana, Arial;
	font-size: 16px;
	padding-top: 15px;
	clear: both;
}

h4 {
	font-family: Verdana, Arial;
	font-size: 14px;
	clear: both;
}

A:link
{
	color: #000000;
	text-decoration: underline;
}

A:visited
{
	color: #000000;
	text-decoration: underline;
}

A:active
{
	color: #000000;
	text-decoration: underline;
}

A:hover
{
	color: #000000;
	text-decoration: underline;
}

A.entry-title:link
{
	color: #1c1d60;
	text-decoration: none;
}

A.entry-title:visited
{
	color: #1c1d60;
	text-decoration: none;
}

A.entry-title:active
{
	color: #1c1d60;
	text-decoration: none;
}

A.entry-title:hover
{
	color: #1c1d60;
	text-decoration: underline;
}


hr {
  background-color: #999;
  border:0;
  height: 1px;
	margin-bottom: 1.5em;
}

/* Text */
p {
	margin-bottom: 1.5em;
}


#container
{
	width: 880px;
	margin-left: auto ;
	margin-right: auto ;
}

#content
{
	width: 860px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
}

#content_left
{
	width: 640px;
	float: left;
}

#content_right
{
	width: 220px;
	float: right;
}

#byline
{
	width: 635px;
	background: #898bca;
	height: 20px;
	font-family: Verdana, Arial;
	font-size: 10px;
	padding-left: 5px;
	vertical-align: middle;
	display: table-cell;
}

.meta-sep
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
}