/*
Theme Name: Viba IT
Theme URI: http://www.vibait.se/
Description: Design för Viba IT företagshemsida.
Version: 1.0
Author: Anders Lundgren
Author URI: http://www.vibait.se/
Text Domain: vibait

*/



* {
	font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #0066cc;
}

a img {
	border: none;
}

body {
	text-align: center;
}

div {
	text-align: left;
}

.clr {
	clear: both;
}

.contents,
.footer,
.header .al,
.sole {
	margin: 0 auto;
	width: 1000px;
}

.contents h3,
.contents h4,
.contents p {
	margin: 1em 0 .5em 0;
}

.footer {
	background: #f1faff;
	border-top: 2px solid #d8ecf7;
	color: #1f89c7;
	clear: both;
	margin: 1em auto;
	padding: 1em 0;
}

.footer .box {
	float: left;
	margin: 0 16px;
	width: 300px;
}

.footer address,
.footer p {
	color: #999;
	margin-left: .3em;
}

.footer a {
	color: #999;
	text-decoration: none;
}

.footer a:hover {
	color: #eeb07b;
}

.footer address {
	font: inherit;
	font-size: 16px;
	font-style: inherit;
	line-height: 18px;
	text-decoration: none;
	font-variant: normal;
}

.footer strong {
	color: #888;
	display: block;
	padding: 0 0 0.8em 0;
}

.header {
	margin-top: 100px;
}

.header h1 {
	font-family: times, serif;
	font-size: 2.5em;
}

.header h1 a {
	font-family: inherit;
	color: #000;
	text-decoration: none;
}

.header h2 {
	color: #aaa;
	font-size: medium;
	margin-top: .4em;
}

.header .container {
	margin-left: 80px;
}

.header .logo {
	float: left;
	width: 60px;
}

.header .logo_b {
	background: #09c;
	color: #fff;
	padding: 0 .2em;
}

.header .logo_o {
	background: #f18400;
	color: #fff;
	padding: 0 .2em;
}

.header .menu {
	background: #f1faff;
	border-top: 2px solid #d8ecf7;
	border-bottom: 2px solid #d8ecf7;
	clear: both;
	height: 32px;
	margin: 1em 0;
	overflow: hidden;
}

.header .menu a {
	background: transparent;
	line-height: 32px;
	padding: 0.5em 1em;
	height: 32px;
	text-decoration: none;
}

.header .menu a:hover {
	text-decoration: none;
	background: #d8ecf7;
	border-top: 2px solid #f1faff;
	border-bottom: 2px solid #f1faff;
}

.header .menu .login {
	float: right;
	line-height: 17px;
}

.sole {
	color: #aaa;
	font-size: 12px;
	text-align: center;
}


/*
 Wordpress related classes
 */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alt {
	background: #F1FAFF;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */

.comment {
	margin-bottom: 1.5em;
	padding: 5px;
}

.comment-meta {
	float: right;
}

.comment-author {
	float: left;
}

.news > h4,
.news > small {
	float: left;
}

.news h4 {
	color: #000;
	display: inline;
	line-height: 30px;
}
.news h4 * {
	color: inherit;
	text-decoration: none;
}

.news small {
	color: #999;
	font-size: 12px;
	font-variant: small-caps;
	margin: 31px 0 0 2em;
}

.news .entry {
	clear: both;
}

.news-meta {
	color: #aaa;
	font-size: small;
}

.newsinpage {
	float: right;
	margin-bottom: 1.5em;
	width: 300px;
}

.newsinpage ul {
	list-style: none;
}

.post {
	clear: both;
	padding: 0 80px 1em 80px;
}

.post img {
	border: 1px solid #ccc;
	padding: 5px;
}

.post ul,
.post ol {
	margin-left: 2em;
}

.postmetadata {
	background: #f1faff;
	border: 1px dashed #d8ecf7;
	color: #1f89c7;
	clear: both;
	padding: .5em;
}

.postmetadata a {
	color: #1f89c7;
	text-decoration: underline;
}

.postwithnews {
	float: left;
	padding: 0 0 0 80px;
	width: 550px;
}

