/*  
Theme Name: mobbbi blog
Theme URI: http://blog.mobbbi.com
Description: Based on Kubrick v1.5 (by Michael Heilemann) Wordpress's default theme.
Version: 2.0
Author: mobbbi
Author URI: http://mobbbi.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}

a:link {
	color: #225fff;
}

a:visited {
	color: #225fff;
}

a:hover {
	color: #225fff;
}

a:active {
	color: #225fff;
}

img {
	border: 0;
}

#application {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
}

#top,
#middle,
#bottom {
	width: 1000px;
	overflow: auto;
	margin: 0 auto;
	height: auto;
}

#top {
	overflow: hidden;
	height: 195px;
	position: relative;
}

#top .logo {
	position: absolute;
	width: 286px;
	height: 107px;
	background-image: url(/images/logo-blog.png);
	top: 64px;
	left: 111px;
	background-repeat: no-repeat;
}

#top .blog {
	position: absolute;
	background-image: url(/images/blog.png);
	width: 131px;
	height: 102px;
	top: 43px;
	left: 427px;
	background-repeat: no-repeat;
}

#middle {
	padding-bottom: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#main {
	float: left;
	width: 527px;
	text-align: left;
	margin: 0 30px 0 91px;
}

.post {
	margin-bottom: 14px;
}

.entry {
	margin: 0 25px;
	padding-top: 14px;
}

.entry h3 {
	font-size: 26px;
	font-weight: bold;
}

.entry h3 a {
	text-decoration: none;
	color: #000;
}

.entry p {
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 16px;
	font-family: "Trebuchet MS";
}

.entry .date {
	padding-bottom: 27px;
	color: #555;
}

.entry pre {
	padding-bottom: 16px;
}

.entry ul {
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 16px;
	padding-left: 19px;
}

.entry li {
	list-style-type: disc;
	padding-bottom: 4px;
}

.entry-footer p {
	font-size: 12px;
	padding-bottom: 0;
	padding-top: 10px;
}

.entry-footer img {
	vertical-align: middle;
	margin-top: -3px;
}

p img {
	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;
}

#comments {
	margin-top: 21px;
}

#comments h3 {
	font-size: 17px;
	padding: 15px 0;
}

.comment-default-style {
	border-bottom: 1px dotted #ccc;
	overflow: auto; /* cf */
	margin: 20px 0;
	padding-bottom: 5px;
}

#comment-author {
	float: left;
	width: 127px;
	text-align: left;
	padding-bottom: 10px;
	line-height: 16px;
}

#comment-author img {
	padding-bottom: 5px;
}

#comment-author cite {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#comment-author cite a {
	color: #333;
}

#comment-author em {
	font-size: 10px;
	font-style: normal;
}

#comment-author em a {
	color: #989898;
}

#comment-itself {
	float: right;
	text-align: left;
	width: 350px;
}

#comment-itself p {
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 7px;
	font-family: Arial;
}

#sidebar {
	float: left;
	width: 339px;
	text-align: left;
	padding-top: 21px;
}

#sidebar-content {
	padding-bottom: 10px;
}

#sidebar-content h4 {
	font-size: 23px;
	padding-bottom: 5px;
}

#sidebar-content ul {
	padding-bottom: 19px;
	margin-bottom: 16px;
}

#sidebar-content li {
	list-style-type: none;
	line-height: 22px;
	color: #6d6b6b;
	font-size: 16px;
	margin-left: 5px;
	font-family: "Trebuchet MS";
}

.cse {
	margin-bottom: 40px;
}

#footer {
	clear: both;
	width: 1000px;
	padding: 30px 0;
	text-align: center;
}

#footer p {
	font-size: 12px;
	color: #222;
}

#footer a {
	margin-left: 10px;
	text-decoration: none;
}

/* Knock, knock, Neo. */