/*
Theme Name: Augur Marknadsanalys
Description: Ett skräddarsytt tema som passar layoutmässigt med augur.se.
Version: 1.0
Author: Daniel Eneström
Author URI: http://www.enestrom.com/
*/

.postmetadata {
	display: none;
}

#sidebar {
	background: transparent url(images/sidebar_bg.gif) repeat-y;
	float: right;
	width: 207px;
	padding: 0;
	margin-left: 15px;
}
#sidebar .top {
	background: transparent url(images/sidebar_bg_top.gif) no-repeat;
	width: 207px;
	height: 10px;
	display: block;
}
#sidebar .content {
	width: 172px;
	padding: 0 20px 15px 15px;
	display: block;
}
#sidebar .bottom {
	background: transparent url(images/sidebar_bg_bottom.gif) no-repeat;
	width: 207px;
	height: 8px;
	display: block;
}

#sidebar h2 {
	font-family: 'Trebuchet MS',arial;
	font-size: 13px;
	font-weight: bold;
}

#sidebar ul a {
	display: inline;
	color: #8B8F90;
}
#sidebar ul a:hover {
	color: #363636;
}
#sidebar ul li {
	display: block;
}

.narrowcolumn {
	width: 350px;
	float: left;
}
.widecolumn {
	margin-right: 25px;
}

.onecol {
	width: 575px;
}

.navigation {
	display: none;
}

h2 a {
	color: #363636;
	text-decoration: none;
}
h2 a:hover {
	color: #8B8F90;
}
h3 a {
	color: #363636;
	text-decoration: none;
}
h3 a:hover {
	color: #8B8F90;
}
p {
	margin-bottom: 10px;
}
small {
	margin-bottom: 10px;
	display:block;
}
.entry {
	border-bottom: 1px dashed #8b8f90;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.nocomments {
	display: none;
}
#commentform textarea {
	width: 346px;
	height: 130px;
	float: left;
}
#commentform p {
	overflow: hidden;
	margin: 2px 0;
}
#commentform #author,#commentform #email,#commentform #url {
	float: left;
	width: 150px;
}
#commentform label {
	background-color: white;
	padding: 0 0 0 5px;
	margin: 0;
	width: 180px;
}
#commentform label small {
	padding: 4px;
	margin: 0;
	width: 100%;
}
.pagetitle {
	margin-bottom: 20px;
}