/*
Theme Name: Codecake
Theme URI: http://www.codecake.com/
Description: The default Codecake theme created in June 2009.
Version: 1.0
Author: Mohammad R Islam
Author URI: http://www.reefat.com/
Tags: codecake, custom header, fixed width, two columns, widgets

	Codecake v1.0
	http://www.codecake.com/

	This theme was designed and built by Mohammad R Islam,
	whose blog you will find at http://www.reefat.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background: #18212d url(images/header_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #444;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.container {
	width: 980px;
	margin: 0 auto;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
a {
	color: #319bda;
}
p {
	margin: 0 0 10px 0;
}
a:hover {
	color: #0064a0;
}
img {
	border: 0;
}
.clear {
	clear: both;
	height: 1px;
}
.icon_worddoc {
	background: url(images/icon_worddoc.gif) no-repeat 0 8px;
	padding: 5px 5px 5px 20px;
}
a.view {
	background: url(images/searchicon.gif) no-repeat 0 0;
	padding-left: 20px;
}
a.download {
	background: url(images/downloadicon.gif) no-repeat 0 0;
	padding-left: 20px;
}
.col60 {
	float: left;
	width: 58%;
	padding: 0 5px 0 0;
}
.col40 {
	float: left;
	width: 39%;
	padding: 0 0 0 10px;
	background: url(images/dash.gif) repeat-y;
}
.center {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.right {
	float: right;
}
.floatleft {
	float: left;
}
.bordernone {
	border: none;
}
ul.listnone {
	list-style: none;
	margin: 0;
	padding: 0;
}
.col1-3 {
	width: 196px;
	float: left;
	margin-right: 5px;
}
.col2-3 {
	float: left;
	margin-right: 5px;
	width: 417px;
}
.col1-3 p, .col2-3 p, p {
	padding: 5px;
}
.col50 {
	width: 47%;
	float: left;
	margin: 0 0 0 2%;
}
ul.services {
	margin: 0 0 15px;
	padding: 0;
	float: left;
	width: 400px;
}
ul.services li{
	width: 172px;
	float: left;
	list-style: none;
	padding: 2px 0 2px 25px;
	background: url(images/icon_check2.gif) no-repeat 5px center;
}
ul.services li a, body #content .container ul.services li a:hover {
	color: #fff;
	text-decoration: none;
}
.kill_margin {
	margin: 0;
}
.bread {
	margin: 15px 5px 10px;
	display: block;
}
.hr{
	border-top: 1px solid #000;
	background: #2e3640;
	height: 1px;
	overflow: hidden;
	width: 100%;
	float: left;
	clear: both;
}
#home .hr {
	margin: 10px 0 20px;
}
h1, h2{
	text-indent: -99999px;
	display: block;
	height: 23px;
	margin: 0 0 5px 5px;
}

/*---------------------Header------------------------*/
#header {
	height: 239px;
}
#header a.logo {
	margin: 0;
	float: left;
	padding: 0;
	height:80px;
	overflow: hidden;
}
#header ul.topnav {
	float: right;
	/*width: 497px;*/
	width: 430px;
}
#header ul.topnav li {
	list-style: none;
	text-indent: -9999px;
	float: left;
	width: auto;
	padding:2px 0 8px 0;
}
#header ul.topnav li a{
	height: 70px;
	display: block;
}
body #header ul.topnav li a:hover {
	background-position: 0 -70px;
}
#home li.home a{
	background-position: bottom;
}
#header ul.topnav li.home a{
	width: 58px;
	background: url(images/a.home.gif) no-repeat;
}
#header ul.topnav li.about a{
	width: 67px;
	background: url(images/a.about.gif) no-repeat;
}
#header ul.topnav li.services a{
	width: 82px;
	background: url(images/a.services.gif) no-repeat;
}
#header ul.topnav li.portfolio a{
	width: 96px;
	background: url(images/a.portfolio.gif) no-repeat;
}
#header ul.topnav li.blog a{
	width: 56px;
	background: url(images/a.blog.gif) no-repeat;
}
#header ul.topnav li.contact a{
	width: 84px;
	background: url(images/a.contact.gif) no-repeat;
}
#header ul.topnav li.rss a{
	width: 54px;
	background: url(images/a.rss.gif) no-repeat;
}
html body#home ul.topnav li.home a, body#about ul.topnav li.about a, body#services ul.topnav li.services a, body#portfolio ul.topnav li.portfolio a, body#blog ul.topnav li.blog a, body#contact ul.topnav li.contact a{
	background-position: 0 bottom;
}
/*----------------------------------Banner-------------------------------*/
.banner {
	height: 159px;
	float: left;
	width: 960px;
	background: url(images/banner_city.gif) no-repeat right bottom;
}
/*----------------------------------Content-------------------------------*/
#content {
	width: 100%;
	float: left;
	background: #161f2a url(images/content_bg.gif) repeat-x;
	color: #fff;
}
#home #content .main {	background: url(images/main_top_bg_home.gif) no-repeat right top;}
#content .main {
	width: 630px;
	float: left;
	padding: 30px 20px 84px 10px;
	background: url(images/main_top_bg.jpg) no-repeat right top;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
#content a {
	color: #fff;
}
#content a:hover {
	color: #ddd;
}
#home h1 {
	background: url(images/h1.sohwhat.png) no-repeat;
	height: 25px;
	margin-bottom: 15px;
}
#home h2.service {
	background: url(images/h3.services.gif) no-repeat;	
	height: 50px;
}
#home h2.resume {
	background: url(images/h3.resume.gif) no-repeat;	
	height: 50px;
}
#home h2.blog {
	background: url(images/h3.blog.gif) no-repeat;	
	height: 50px;
}
#home .main h2.featured {
	background: url(images/h2.featuredwork.png) no-repeat;
	margin: 0 0 15px 14px;
}
#home .main img.feat {margin: 10px 0 0 10px;}
.main h3 {
	margin: 25px 5px 10px;
	font-size: 1.5em;
	font-weight: normal;
	color: #eaffa4;
}
#about h1 {
	background: url(images/h1.aboutsohtanaka.png) no-repeat;
}
#services h1 {
	background: url(images/h1.services.png) no-repeat;
}
#portfolio h1 {
	background: url(images/h1.portfolio.png) no-repeat;
}	
#blog h1 {
	background: url(images/h1.blog.png) no-repeat;
	height: 30px;
}
#blog.search h1 {
	background: url(images/h1.search.png) no-repeat;
}
#contact h1 {
	background: url(images/h1.contact.png) no-repeat;
}	
/*----------------------------------Rightcolumn-------------------------------*/
#content .rightcol {
	width: 300px;
	float: left;
	padding: 30px 20px 94px 0;
	background: url(images/rightcol_top_bg.gif) no-repeat;
}
.rightcol h2 {
	height: 29px;
	margin-left: 15px;
}
#content .rightcol ul li h4{
	font-size: 1.1em;	
}
#content .rightcol ul li h4 a {
	text-decoration: none;
}
#home .rightcol h2 {
	background: url(images/h2.newsupdates.gif) no-repeat;
}
#about .rightcol h2 {
	background: url(images/h2.resume.gif) no-repeat;
}
#portfolio .rightcol h2 {
	background: url(images/h2.portfolio.gif) no-repeat;
}
#services .rightcol h2 {
	background: url(images/h2.myservices.gif) no-repeat;
}
#blog .rightcol h2 {
	background: url(images/h2.search.gif) no-repeat;
}
#contact .rightcol h2 {
	background: url(images/h2.question.gif) no-repeat;
}
body #content .rightcol h3 {
	background: url(images/rightcol_header_bg.gif) no-repeat left bottom;
	float: left;
	width: 279px;
	padding: 0 10px 15px;
	height: 15px;
	font-size: 1.5em;
	font-weight: normal;
}
body #content .rightcol h3 img {
	float: left;
	margin-right: 5px;
}
body #content .rightcol h3 small {
	font-size: 0.6em;
	color: #eaffa4;
}
#content .rightcol ul {
	float: left;
	margin: 0;
	padding: 0 10px 15px;
	background: #3ca4e2 url(images/rightcol_btm_bg.gif) no-repeat left bottom;
	list-style: none;
	width: 279px;
}
#content .rightcol ul li {
	padding: 10px 0 5px;
	width: 279px;
	background: url(images/sidebar_hr.gif) repeat-x left bottom;
	float: left;
}
#portfolio #content .rightcol ul li {
	background: none;
}
#content ul li.first, #footer .container .auxlinks ul.col3 li.first, html #services .rightcol ul.check li.first {
	border-top: none;
}
#content ul li.last, #footer .container .auxlinks ul.col3 li.last{
	border-bottom: none;
	background: none;
}
html #services .rightcol ul.check li.last {
	border-bottom: none; 
}
#content .rightcol ul.check li{
	padding: 5px 0 5px 25px;
	font-size: 1.1em;
	width: 254px;
	border-bottom: 1px solid #327dac;
	border-top: 1px solid #8ac8ee;
	background: url(images/icon_check.gif) no-repeat 5px center;
}
#home #content .rightcol ul li p , #home .rightcol ul li h4{
	padding: 0 0 0 65px;
	margin: 0 0 3px 0;
}
.bubbleInfo {
	z-index: 100;
	position: relative;
}
.bubbleInfo .date{
	margin-left: 45px;
	display: block;
}
#blog p.popup {
	padding: 7px 30px 5px 10px;
	width: 260px;
	height: 40px;
	background: url(images/link_bubble.png) no-repeat left top;
	position: absolute;
	display: none; 
}
#home #content .rightcol ul li div.calendar{
	width: 56px;
	height: 66px;
	float: left;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	display: block;
	padding: 2px 0;
}
#home #content .rightcol ul li div.calendar div.calaltext{
	background: url(images/calendar_bg.gif) no-repeat;
	width: 56px;
	height: 58px;
	float: left;
	text-align: center;
	font-size: 1.0em;
	color: #fff;
	display: block;
	padding: 2px 0;
}
#home #content .rightcol ul li div.calendar div.calaltext em {
	display: block;
	padding-top: 7px;
	font-size: 0.8em;
	font-style: normal;
}
/*------------------------------------Footer----------------------------*/
#footer {
	background: #3fa7e6;
	float: left;
	width: 100%;
}
#footer .container .auxlinks{
	background: url(images/content_bottom_bg.gif) no-repeat center top;
	float: left;
	width: 100%;
	padding-top: 84px;
	margin-top: -84px;
	color: #fff;
}
#footer .container .auxlinks ul.col3 {
	width: 280px;
	float: right;
	margin-right: 20px;
	padding: 20px 10px;
}
#footer .container .auxlinks ul.col3 li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 280px;
	border-bottom: 1px solid #327dac;
	border-top: 1px solid #8ac8ee;
}
#footer .container .auxlinks ul.fav li a, #blog .rightcol ul.links li a {
	color: #fff;
	float: left;
	width: 254px;
	text-decoration: none;
	padding: 5px 0 5px 25px;
	background: url(images/icon_bullet2.gif) no-repeat 5px 10px;
}
#footer .container .auxlinks ul.fav li a:hover, #blog .rightcol ul.links li a:hover {
	display: block;
	background: #318fc8 url(images/icon_bullet2.gif) no-repeat 5px 10px;
	padding: 5px 0 4px 25px;
	border-bottom: 1px solid #327dac;
}
#footer li.first p {
	padding: 0;
	margin-bottom: 10px;
}
#footer li.first p strong{
	font-size: 1.5em;
	font-weight: normal;
	display: block;
	text-align: center;
	background: #3096d3;
	padding: 5px 0;
	border: 1px solid #3784b3;
	border-bottom: 1px solid #2a77a6;
	border-right: 1px solid #2a77a6;
}
#footer ul.siteinfo p{
	line-height: 2em;
}
#footer .disclaimer {
	background: #18212d;
	border-top: 1px solid #85d1ff;
	padding: 10px 0;
	float: left;
	width: 100%;
	color: #ccc;
}
#footer .disclaimer a {
	text-decoration: none;
	color: #ccc;
}
.validation {
	background: url(images/about_bg.gif) no-repeat center top;
	float: left;
	margin: 0;
	padding: 18px 0 30px;
	text-align: center;
	width: 100%;
}
.validation img {
	margin: 0 5px 30px;
}
/*------------------About-------------------*/
#about .main .col2-3 h3 {
	margin: 15px 5px 10px;
}
#about .col1-3 {
	margin: 20px 0 0 10px;
	border: 1px solid #2f373f;
	padding: 10px;
	width: 176px;
	background: #11171f;
}
#about .col1-3 h3 {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 1.5em;
	font-weight: normal;
}
#about .col1-3 h3.first {
	margin: 0;
	border: none;
}
#about #content .rightcol ul li {
	margin: 0;
	padding: 0;
}
#content .rightcol ul.technical li span {
	width: 33%;
	float: left;
	text-align: center;
}

/*-----------------------Blog Comments------------------------*/
#blog .rightcol ul.search li{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
ul.search fieldset, #glossary fieldset{
	border: none;
	width: 249px;
	background: url(images/searchform_bg.gif) no-repeat;
	padding: 6px 0 0 30px;
	overflow: hidden;
	margin: 0;
	display: inline;
}
ul.search #searchform fieldset input#s, #glossary #searchform fieldset input#s{
	border: none;
	background: none;
	width: 175px;
	padding: 5px;
	float: left;
}
#blog ul.search #searchform fieldset input.btn, #glossary #searchform fieldset input.btn {
	width:58px;
	border: none;
	margin: -4px 0 0 5px;
	float: left;
	height: 31px;
}
#blog .rightcol ul.links li {
	margin: 0;
	padding: 0;
}

#commentform input{
	border: 1px solid #444;
	padding: 5px;
}
textarea#comment{
	width: 100%;
	background: #f0f0f0;
}
body #content .main input.btn, #blog #searchform input.btn,  #contact #searchform input.btn{
	border: none;
	width: 118px;
	height: 55px;
	padding: 0;
}
#blog #searchform input.btn {
	width: 78px;
	height: 23px;
}
#blog .noresult {
	background: url(images/rightcol_btm_bg.gif) no-repeat left bottom;
	padding: 10px;
	margin: 10px 0 20px;
}
#blog #glossary.main .post {
	padding: 10px 0; 
	float: left; 
	width: 630px; 
	clear: both;
	background: url(images/hor_hr.gif) repeat-x left bottom;
}
#blog #glossary.main .post img.thumb{
	float: left; 
	margin: 0 10px 0 0;
}
#blog #glossary.main .post h3 {
	padding: 0; 
	margin: 10px 0;
}
#blog #glossary.main small.date {
	padding: 0;
}
#blog .mainpost small.date {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 5px;
	width: 590px;
}
#blog .mainpost small.date img.print {
	position: absolute; 
	right: 0; 
	top: -15px;
}
#blog .main h3 a {
	color: #eaffa4;
}
#blog small.date {
	padding: 5px;
	color: #999;
	font-size: 1em;
}
#blog p.disclaimer, #blog p.disclaimer a {
	line-height: normal;
	color: #999;
}
/*----------Main Post Styels------------*/
.mainpost {
	font-size: 1.2em;
	background: #11171f;
	padding: 0 10px 15px;
	float: left;
	margin: 0 0 10px;
	border: 1px solid #2f373f;
	line-height: 1.8em;
}
.mainpost ol, .mainpost ul {
	margin: 5px 0 15px 40px;
}
.mainpost h4 {
	font-size: 1.4em;
	padding: 5px;
	margin: 30px 0 10px;
	font-weight: normal;
	color: #eaffa4;
	background: url(images/hor_hr_dash.gif) repeat-x left bottom;
}
.mainpost h4 small {
	font-size: 0.8em;
}
.mainpost .highlight{
	margin: 10px 0 20px;
	display: block;
}
.mainpost .highlight p{
	border: 1px solid #364a65;
	background: #273649;
	text-align: center;
}
.mainpost .flashunit {
	padding: 4px;
	background: #fff;
	border: 4px solid #ddd;
	margin: 10px auto;
	width: 575px;
}
.mainpost object.flashvideo {
	width: 100%;
	height:350px;
	margin: 0 auto;
	display: block;
}
html #blog .mainpost .flashunit h3 {
	border: 1px solid #ddd;
	background: #f0f0f0;
	margin: 0;
	padding: 5px 10px;
	color: #111;
	text-align: center;
	font-size: 1.3em;
}
html #blog .mainpost .flashunit h3 a {
	color: #004d8f;
}
html #blog .mainpost .flashunit p {
	padding: 10px;
	margin: 0;
	font-size: 0.8em;
	border: 1px solid #ddd;
	border-top: none;
	background: #f0f0f0;
	color: #111;
	line-height: 1.5em;
}
.mainpost img.center {
	border: 4px solid #ddd;
	background: #fff;
	padding: 4px;
	margin: 10px auto 0;
}
.mainpost pre {
	width: 585px;
	display: block;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace;
	background: #fff url(images/pre_bg.gif) top left repeat;
	display: block;
	font-size: 13px;
	color: #000;
	padding: 18px 10px 17px 10px;
	line-height: 18px;
	border: 1px solid #e2e2e2;
	overflow: auto;
}
#blog .main .mainpost h3 {
	font-size: 1.7em;
}
#blog .mainpost blockquote {
	color: #ccc;
	font-style: italic;
	margin: 20px 0;
	padding: 10px 0 0 35px;
	background: url(images/blockquote.gif) no-repeat left top;
}
.mainpost ul li {
	padding-left: 15px;
	list-style: none;
	background: url(images/mainpost_bullet.gif) no-repeat left 8px;
}
.mainpost li strong {
	color: #eaffa4;
	font-size: 1.1em;
	padding: 0 0 10px 0;
}	
.main .mainpost ol li ul.nested {
	margin: 0;
	padding: 0;
}
.main .mainpost ol li ul.nested li{
	line-height: 1.4em;
	padding: 5px 0 5px 15px;
	list-style: none;
	background: url(images/mainpost_bullet.gif) no-repeat left 11px;
}
#blog .main ol.commentlist {
	margin: 5px 0;
	padding: 5px 0;
}
#blog .main ol.commentlist li{
	margin: 10px 10px 0 5px;
	padding: 10px;
	width: 603px;
	background: #212b36;
	border: 1px solid #2f373f;
	list-style: none;
	float: left;
}
#blog .main ol.commentlist li .eg-image {
	float: left;
	margin: 3px 10px 0 0;
	background: #fff;
	padding:3px;
	border: 3px solid #ccc;
}
#blog .main ol.commentlist li p {
	margin-top: 5px;
}
.comment_copy {
	margin: 5px 0 0 72px;
	padding-top: 5px;
	border-top: 1px solid #666;
}
.authcomment .comment_copy {border-top: 1px solid #ccc;}
.comment_copy p {
	padding: 0;
}
body #content .container .main #commentform {
	background: url(images/comment_textarea_bg.gif) no-repeat 5px bottom;
	width: 610px;
	padding: 10px;
	float: left;
	position: relative;
}
.main #commentform textarea#comment{
	border: none;
	background: none;
	margin: 30px 0;
	padding-top: 20px;
	height: 150px;
	width: 610px;
	overflow: auto;
}
.main #commentform p {
	margin: 5px;
	padding: 0;
}
.main #commentform label {
	width: 45px;
	float: left;
	text-align: right;
	padding: 5px 10px 0 0;
}
form#commentform .toolbox {
	position: absolute;
	width: 230px;
	top: 20px;
	right: 0;
	color: #ddd;
	border-left: 1px dashed #666;
	padding-left: 10px;
}
ol.commentlist cite {
	font-weight: normal;
	font-size: 1.5em;
	font-style: normal;
}
#blog ol.commentlist small.commentmetadata { float: right; }
#blog ol.commentlist small.commentmetadata img {margin: 0 0 -3px 5px;}
#blog .main ol.commentlist li.alt { background: #363c42; border: 1px solid #444;}
#blog .main ol.commentlist li.authcomment { background: #4693c1; }
#blog .main ol.commentlist li.authcomment .commentmetadata a{ color: #f0f0f0; }
/*------------------Contact-------------------*/
#contact .main #commentform label {
	width:55px;
}
/*----------------Portfolio------------------*/
#portfolio #content .rightcol ul {
	padding-bottom: 25px;
}
#portfolio #content .rightcol ul.thumbnails li {
	float: left;
	width: 93px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	border: none;
}
#portfolio #content .rightcol ul.thumbnails li a img {
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
img.preview {
	border: 5px solid #fff;
}
.previewblock {
	margin: 0;
	padding: 10px 0 0;
}
#portfolio .col2-3 ul, #portfolio .col2-3 p{
	padding-left: 10px;
}
#portfolio .col2-3 h3 {
	padding-left: 5px;
}
#portfolio .col1-3 {
	background: url(images/vert_hr.gif) repeat-y right top;
}
#portfolio #content .container .main .col1-3 p{
	padding-right: 10px;
}
#portfolio .sociable, #portfolio .similar {
	display: none;
}
/*----------Accordion-------------*/
#basic-accordian {
	padding-top: 5px;
}
body#about .header_highlight{
	background: url(images/accordion_bg.gif) left top;
	cursor: text;
	margin-bottom: 5px;
}
.accordion_headings {
	padding: 6px 10px 0 36px;
	font-size: 1.1em;
	color: #fff;
	height: 25px;
	background: url(images/accordion_bg.gif) left 62px;
}
.accordion_headings:hover {
	background: url(images/accordion_bg.gif) left bottom;
	cursor: pointer;
}
/*---------------Tables---------------*/
table {
	width: 590px;
	padding: 0;
	margin: 10px;
	border-collapse: collapse;
	color: #222;
}
th {
	color: #4f6b72;
	border: 1px solid #b8d6ea;
	text-align: left;
	padding: 2px 2px 2px 12px;
	font-size: 1.1em;
	background: #dff1fd url(images/table_bg_header.gif) repeat-x;
}
td {
	border-right: 1px solid #b8d6ea;
	border-bottom: 1px solid #b8d6ea;
	background: #fff;
	padding: 2px 2px 2px 12px;
	color: #4f6b72;
}
table td a, html #blog #content table th a{
	color: #0077c6;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
th.spec {
	border-left: 1px solid #b8d6ea;
	border-top: 0;
	background: #fff;
	font-size: 0.8em;
}
th.specalt {
	border-left: 1px solid #b8d6ea;
	border-top: 0;
	background: #f5fafa;
	color: #797268;
}
/*-------------Contact Form-------------*/
div.wpcf7-mail-sent-ok {
	border: 1px solid #aacf9b;
	background: #e5f0e0 url(images/icon_checkmark.gif) no-repeat 5px 12px;
	color: #222;
	padding: 10px 10px 10px 25px;
	clear: both;
}
div.wpcf7-mail-sent-ng {
	border: 1px solid #aacf9b;
	background: #e5f0e0 url(images/icon_checkmark.gif) no-repeat 5px 12px;
	color: #222;
	padding: 10px 10px 10px 25px;
	clear: both;
}
div.wpcf7-validation-errors {
	color: #000;
	border: 1px solid #c22b2b;
	background: #ffa6a6;
	padding: 10px;
}
span.wpcf7-not-valid-tip-no-ajax, span.wpcf7-not-valid-tip {
	color: #000;
	border: 1px solid #c22b2b;
	background: #ffa6a6;
	padding: 5px;
	margin-left: 10px;
}
img.ajax-loader{
	background: #fff;
	margin: -50px 0 0 -118px;
	position: absolute;
}
/*-----Sociable Styles------*/
div.sociable { margin: 10px 5px 5px; text-align: center; padding: 10px; border: 1px solid #333; background: #111;}
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable img {
	float: none;
	border: 0;
	margin: 5px;
	padding: 0;
}
/*-----------Similar Posts------------------*/
.mainpost .similar {
	font-size: 0.8em;
	padding-top: 15px;
	background: url(images/hor_hr.gif) repeat-x left top;
}
#blog .mainpost .similar h3{
	color: #fff;
	margin: 0 5px;
	font-size: 1.6em;
}
#blog .mainpost .similar ul {
	padding: 0;
	margin: 0;
}
#blog .mainpost .similar ul li{
	margin: 0 0 0 5px; 
	padding: 0 0 0 12px;
	background: url(images/mainpost_bullet.gif) no-repeat left 10px;
	list-style: none;
}
html #blog .mainpost .similar ul li a{
	color: #ccc;
}
/*-------Recent Comments----------------*/
#blog .rightcol ul.recentcomment li a img{
	float: left;
	padding: 3px;
	background: #fff;
	margin:  0 5px 5px 0;
}
#blog .rightcol ul.recentcomment li a{
	padding: 0;
	margin: 5px 0;
	display: block;
	line-height: 1.2em;
	display: block;
}
#blog .rightcol ul.recentcomment li .date {
	color: #ddd;
}
/*-------WP-Navi----------------*/
.wp-pagenavi {
	font-size: 1.2em;
	padding-top:20px;
	display: block;
	float: left;
	width: 100%;
}
.wp-pagenavi .pages {
	font-weight: 700;
	padding: 0;
	margin: 2px;
	float: left;
	text-align: center;
	height: 28px;
	line-height: 28px;
}
.wp-pagenavi .current {
	padding: 0;
	background: url(images/pagination_a.gif) left top;
	margin: 2px;
	font-weight: 700;
	color: #111;
	float: left;
	text-align: center;
	width: 32px;
	height: 28px;
	line-height: 28px;
}
html #blog .wp-pagenavi a{
	padding: 0;
	margin: 2px;
	background: url(images/pagination_a.gif) left 56px;
	color: #334200;
	text-decoration: none;
	float: left;
	width: 32px;
	height: 28px;
	line-height: 28px;
	text-align:  center;
}
html #blog .wp-pagenavi a:hover {
	background: url(images/pagination_a.gif) left 28px;
	color: #222;
}
.recentcomments a{
	display:inline !important;
	padding: 0 !important;
	margin: 0 !important;
}
