body {
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}
div#header {
	width: 940px;
	margin: 0 auto;
}
div#search {
	background: #000;
	width: 940px;
	margin: 0 auto;	
}
div.inner {

	text-align: left;
	padding: 25px 30px 25px 30px;
}
div#search div.inner {
	padding: 10px 0;
}

#author_pic {
	float:left;
	border:1px #aaa solid;
	width: 100px; height:100px; 
	margin-right: 15px;
}

div#header h1 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 80%;
	letter-spacing: -1px;
	line-height:23px;
}
div#header h2 {
	font-size: 13px;
	font-weight: normal;
	float: left;
	margin-top:25px;
	font-family: Arial;
	letter-spacing: 0px;
	width: 50%;
}

div#header h2 a {
	color: #0078C8;
}
div#header h2 a:hover {
	color: #0095f8;
}


div#header h1 a {
	color: #000;
	text-decoration: none;
}
ul#navigation {
	float: right;
	width: 50%;
	position: relative;
	top: 7px;
	text-align: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	color: #BFDCFE;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-shadow: 1px 0px #2B4462;
}
ul#navigation li.active a {
	color: #BFDCFE;
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}
div#search form {
	font-size: 14px;
	width: 40%;
	float: right;
	margin-right: 20px;
	text-align: right;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #f9c139!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #f9dc39!important;
	border-bottom: 1px solid #333;
}
div#wrapper {
	text-align: left;
	width: 920px;
	margin: auto;
	background: #fff url('../images/wrapper.gif') repeat-y right;
}
div#content {
	float: left;
	padding: 20px 280px 30px 30px;
}
ul#sidebar {
	display: block;
	width: 180px;
	float: left;
	margin-top:30px;
	font-size: 13px;
	margin-left:-200px;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 30px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 14px;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
p {
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 20px;
	color:#000;
}
ul li {
	margin-bottom: 8px;
	font-size: 15px;
}

img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #0078C8;
}
a:hover {
	color: #0095f8;
}
blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 10px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #222;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	clear: left;
	display: block;
	margin-bottom: 10px;
}
cite.comment-author span {
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
}
cite.comment-author a {
	color: #0078c8;
	text-decoration: none;
	font-weight: bold;	
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 0px;
	float:left;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 570px;
	float: left;
	padding: 0 0 0 0px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: #000;
	padding: 15px 10px 12px;
	display: block;
	width: 940px;
	margin: 0 auto 20px auto;
	border-right: 2px solid #242c34;
	border-left: 2px solid #242c34;
	text-align: left;
}
div#footer p {
	font-size: 10px;
	margin: 0 0 5px 20px;
	color: #555;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #222;
	font-weight: bold;
}
div#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #444;
}
div#footer p#blog-name {
	font-size: 12px;
	color: #aaa;
}
div#footer p#webrevolutionary-link {
	color: #333;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}

.inline_li li { float: left; }
.inline_li li a { margin-right: 10px; font-size: 10px; padding:4px; }
.inline_li li a:hover { background: #eee; }

.pushev_tags { padding:0; margin:-20px 0 0 0; font-size: 11px; color:#000;}
.pushev_tags a {color:#ccc;}
.pushev_tags a:hover { color:#999;}

.pushev_comments { font-size: 14px; 
  margin-left: 3px;
  letter-spacing: 0.5px;      
  padding: 0px 0 3px 33px;
  margin:2px 0 20px 0;
  background: #fff url("/i/comments.gif") 10px 50% no-repeat;
 }

#tweet_this { background: #f0f7ff url(/i/twi.jpg) right center no-repeat; padding: 10px; border-left: #228dff 0px solid; width: 600px; margin-top:15px; font-size: 1.2em; }
#tweet_this img { vertical-align: middle; margin-top:-4px; padding-right: 5px; }


.sub_rss {
	margin-right: 4px;
	padding-left: 8px;
}
.sub_rss a:link { color: #e55c12 !important; font-weight: bold; }

.left { float: left; background: #f6f6f6; border: 1px #eae9e7 solid; padding:15px; margin-left: 10px;}
.left a, .right a {text-decoration: none; }
.left a:hover, .right a:hover { text-decoration: underline; }
.right { float: right; background: #f6f6f6; border: 1px #eae9e7 solid; padding:15px; margin-right: 10px; }