/*
Theme name: FabulaTech
Theme URI: http://www.fabulatech.com/
Description: Wordpress theme designed for company blog.
Version: 0.1a
Author: FabulaTech LLP
Author URI: http://www.fabulatech.com/
Tags: blue, variable width, two columns, widgets
*/



/* Begin Typography & Colors */

.alignleft {
	float:left;
	margin:0 20px 15px 0;
}
.alignright {
	float:right;
	margin:0 0 15px 20px;
}


.widget {
	list-style: none;
	list-style-image: none;
	margin:30px 0 !important;
	font-size:11px;
	padding:13px;
	background:#FFF;
	border:#D2D8E1 1px solid;
	background:#FFF url(http://www.fabulatech.com/img/main/sidebar-block-bg.gif) top left repeat-x;
}
h2.widgettitle {
	margin:0 0 10px 0;
	font: bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
}
.widget form,
.widget div,
li#search {
	padding:0 !important;
	margin:0 !important;
	background: none;
	border: none;
}
.widget form br {
	display: none;
}
li#search input {
	margin-top: 15px;
	width: 61px;
	padding: 3px 5px;
	font: bold 12px/15px Verdana, Arial, Helvetica, sans-serif !important;
}
li#search input#s {
	width: auto;
	margin-right: 5px;
	padding: 5px;
	border:#D2D8E1 1px solid;
}
.widget_tag_cloud a {
/*	font-size: 100% !important; */
}

form p {
	margin: 5px 0;
}
form label {
	vertical-align:middle !important;
}
textarea {
	width: 100%;
	font:normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
input {
	font:normal 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
input#submit {
	width: 12em;
	height: 3em;
}
#searchform {
	background: none;
	border: none;
	padding: 0;
}
#searchform input {
	width: 61px;
	padding: 3px 5px;
	font: bold 12px/15px Verdana, Arial, Helvetica, sans-serif !important;
}
#searchform input#s {
	width: auto;
	margin-right: 5px;
	padding: 5px;
	border:#D2D8E1 1px solid;
}

.navigation {
	height: 1.5em;
	color: #999;
}
.post {
	margin: 0 0 60px 0;
}
.post h1 {
	line-height: 1.2em;
}
.post h2 {
	font-size: 22px;
	line-height: 1.2em;
}
.postmetadata {
	color: #999;
}
ol.commentlist {
	margin:0;
	padding:0;
}
ol.commentlist li {
	list-style: none;
	margin: 30px 0;
	padding: 10px 10px 1px 10px;
}
ol.commentlist li.alt {
	background: #F1F6FB;
}
ol.commentlist li .avatar {
	float: left;
	padding: 0 10px 10px 0;
}
ol.commentlist li cite {
	font-size: 1.2em;
	font-weight: bold;
}
.commentmetadata,
.commentmetadata a {
	color: #999;
}


p.bookmark-me {
	display: block !important;
	width: auto; /* older IE versions don't respect importance */
	height: 22px;
	line-height: 20px !important;
	overflow: hidden;
	margin: 40px 0 20px 0;
	padding: 2px 0 0 110px;
	background: url(http://fabulatech.com/img/icons/bookmark.gif) top left no-repeat;
}
