/*
Theme Name: Bloggkonsult
Version: 1.0
Author: Joakim Green
*/



body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	background-color: #000000;
	color: #999999;
	font-size: 16px;
}
header#logo {
	position: fixed;
	top: 0;
	left: 0;
}
header#logo h1, header#logo p {
	text-indent: -9999px;
}
header#logo a {
	margin: 35px 0px 0px 35px;
	display: block;
	background-image: url(images/logo-wordpress.png);
	height: 120px;
	width: 120px;
}
nav#level-1 {
	position: fixed;
	top: 190px;
	left: 0;
	padding-left: 50px;
}
nav#level-1 li {
	margin-bottom: 12px;
}
nav#level-1 a {
	color: #cccccc;
	text-decoration: none;
}
nav#level-1 a:hover {
	border-bottom: 2px solid #cccccc;
}
article#content {
	margin-left: 240px;
	width: 700px;
	font-size: 13px;
	line-height: 1.3em;
}
#content {
	padding-top: 40px;
}

#content .quote {
	font-size: 42px;
	font-family: "Georgia","Times New Roman","Times",serif;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	margin: 12px 0px 15px -30px;
	padding: 5px;
	line-height: 1.2em;
	width: 760px;
}
#content .quote span {
	color: #ccc;
	margin: 0px 0px 0px 3px;
	padding-right: 3px;
}
#content .quote .begin {
	color: #ccc;
	margin: 0px 3px 0px -0.5em;
}
#content .title {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	color: #555555;
	font-size: 25px;
	padding-top: 20px;
}
#content p {
	margin-bottom: 18px;
}
#content img {
	margin-bottom: 18px;
}
#content p img {
	margin-bottom: 0px;
}
#content h2, #content h3, #content h5 {
	line-height: 1.2em;
	font-size: 12px;
	margin-bottom: 1px;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#content a {
	color: #999;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: #ccc;
}
#content ul {
	margin-top: 10px;
	margin-bottom: 18px;
	margin-left: 18px;
	list-style: square;
	color: #ccc;
}
#content li {
	margin-bottom: 5px;
	color: #999;
}

#topinfo {
	margin-top: 35px;
	margin-left: 500px;
	margin-bottom: 60px;
}
#topinfo p {
	margin: 0px;
	color: #999999;
}
#topinfo a {
	color: #ccc;
}
#topinfo a:hover {
	color: #fff;
}
#details {
	border-top: 1px solid #999;
	padding-top: 18px;
	margin-bottom: 50px;
}
#details b, #content b {
	color: #ccc;
}
.columns {
	margin-left: -20px;
	margin-bottom: -18px;
}
.columns .column {
	float: left;
	margin-left: 20px;
}
.columns .n3  {
	width: 220px;
}
.columns .n2  {
	width: 340px;
}
.columns p  {
	margin-bottom: 0px;
}
.clearer {
	clear: both;
	font-size: 1px;
	text-indent: -9999px;
}
.big-font {
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
}
.contact {
	padding-top: 20px;
	font-size: 1.2em;
}
.contact .left {
	float: left;
	padding-left: 90px;
}
.contact .right {
	float: right;
	padding-right: 100px;
	padding-top: 20px;
}
