/*
Theme Name: WordPress YahooExchangeBlog
Theme URI: 
Description: The WordPress theme.
Version: 1.0
Author: 
Author URI: 
Tags: 

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body{
	margin:0;
	font:14px/16px Arial, Verdana,sans-serif;
	background:#af95bc url(images/bg-body.gif) repeat-x;
	color:#000;
}
img{border:0;}
a{
	text-decoration:none;
	color:#a38fc5;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.accessibility{
	position:absolute;
	top:0;
	left:-9999px;
}
#wrapper{
	width:750px;
	margin:0 auto;
	overflow:hidden;
	background:url(images/bg-wrapper.png) repeat-y;
	padding:212px 14px 0 12px;
	position:relative;
}
#header{
	width:750px;
	height:225px;
	position:absolute;
	left:12px;
	top:0;
	background:#fff;
	z-index:10;
    background-color:#FFFFFF;
}
.f-right {float:right !important;}
.service {
	height:21px;
	color:#888;
	padding:0px 12px 0 12px;
	overflow:hidden;
	font:11px/24px Arial, Helvetica, sans-serif;
    background:url(images/img_topbar_bkgd.gif) repeat-x;
}
.service a {color:#888;}
.service ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.service ul li {
	float:left;
	margin:0 1px 0 -1px;
	padding:0 8px 0 9px;
}
.service p {
	margin:0;
	text-align:center;
}
#header .inner {
    width:750px;
    height:167px;
}
.logo, .banner {
    text-indent:-9999px;
    display:block;
}
.logo a, .banner a {
	display:block;
}
.logo{
	width:307px;
	height:39px;
    margin:27px 0px 15px 17px;
	background:url(images/img_blog_title.gif) no-repeat;
}
.banner {
    border:1px solid #d4d4d4;
    background:url(images/bg-header-home.jpg) no-repeat;
    width:748px;
    height:167px;
}
#nav{
	margin:0;
	padding:0;
	background:url(images/bg-nav.gif) repeat-x;
	list-style:none;
	font-size:13px;
	line-height:19px;
	width:100%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
}
#nav li{
	float:left;
	padding:0 2px 0 0;
	background:url(images/nav-separator.gif) no-repeat 100% 0;
    height:35px;
}

#nav li span{
	display:block;
	cursor:pointer;
}
#nav li a{
	display:block;
	color:#7b0099;
    font-weight:bold;
    text-decoration:none;
	text-align:center;
    width:85px;
}
#nav li a:hover{
	color:#7b0099;
	text-decoration:underline;
	font-weight:bold;
}
#nav li.active a{
	font-weight:bold;
	color:#ffffff;
	background:url(images/bg-nav-link.gif) repeat-x;
}

#nav li a.home{width:60px;}

#nav li a.archives{width:99px;}
#nav li a.about-the-blog, #nav li a.about {width:142px;}
#nav li .link-right{
	padding:7px 0 8px;
}
#nav li.active .link-left{background:url(images/bg-nav-link-l.gif) no-repeat;}
#nav li.active .link-right{background:url(images/bg-nav-link-r.gif) no-repeat;}
#main{
	width:100%;
	overflow:hidden;
}
.home_icon {
    width:60px;
    height:35px;
}
#nav li .home_icon { 
	background:url(images/img_icon_home_off.gif) no-repeat center top; 
}
#nav li.active .home_icon { 
	background:url(images/img_icon_home_on.gif) no-repeat center top; 
}
/*#nav li a:hover .home_icon { 
	background:url(images/img_icon_home_over.gif) no-repeat center top; 
}*/

#content-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 25px;
}
#content{
	width:525px;
	float:left;
	padding:18px 18px 0 17px;
}
#content h1 a, #content h2 a {
	margin:0 0 10px 0;
	color:#a38fc5;
	font:bold 24px/28px Arial, Verdana, sans-serif;
}
#content h1 a:hover, #content h2 a:hover  {
	text-decoration:none;
}
#content h2{
	margin:0 0 10px;
	color:#007aaa;
	font:bold 21px/24px Arial, Verdana, sans-serif;
}
#content h3{
	margin:0 0 7px;
	font:bold 16px/18px Arial, Verdana, sans-serif;
	color:#4d4f53;
}
#content p{
	margin:0 0 11px;
}
#content .author {
 	text-align:right!important;
    font-style:italic;
}
.right-image, .alignright {
	float:right;
	margin:6px 0 0 15px;
}
.left-image, . alignleft {
	float:left;
	margin:6px 15px 0 0;
}
.post{
	height:1%;
	background:#fff;
	padding:14px 19px 15px 17px;
}
.post-info ul{
	margin:0;
	padding:0;
	list-style:none;
}
.post-info ul li{
	display:inline;
	padding:0 4px 0 0;
}
.post-info ul li img{
	margin:0 4px 0 0;
	position:relative;
	top:2px;
}
.post-info ul li a:hover{
	text-decoration:none;
	position:relative;
}
.post-info ul li a:hover span{
	text-decoration:underline;
}
.date{
	color:#606060;
	display:block;
	font-size:11px;
	margin:0 0 8px;
}
.author{
	display:block;
	text-align:right;
	margin:16px 0 0;
}
.post-info{
	width:100%;
	overflow:hidden;
	font-size:11px;
	color:#989898;
	line-height:17px;
	padding:12px 0 0;
}
#content .post-info p{margin:0;}
.posted{
	display:block;
	margin:0 0 7px;
}
.switch{
	width:100%;
	overflow:hidden;
	font-size:13px;
	padding:16px 0;
}
.switch .alignleft a{
	float:left;
	padding:0 0 0 12px;
	background:url(images/arrow-left.gif) no-repeat 0 50%;
}
.switch .alignright a{
	float:right;
	padding:0 12px 0 0;
	background:url(images/arrow.gif) no-repeat 100% 50%;
}
#sidebar{
	width:190px;
	float:left;
	color:#606060;
	font-size:11px;
	line-height:13px;
}
#sidebar a{
	color:#7b0099;
}
#sidebar p{
	margin:0;
}
.yahoo-search{
	background:#f3f3f3 url(images/bg-yahoo-search.gif) repeat-x 0 100%;
	height:1%;
	overflow:hidden;
	padding:15px 10px 6px;
	margin:0 0 2px;
}
.yahoo-logo{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:24px;
	width:169px;
	margin:0 0 10px;
	background:url(images/yahoo_search.gif) no-repeat;
}
.yahoo-search .input-text{
	float:left;
	width:110px;
	background:url(images/bg-input-text.gif) no-repeat;
	margin:0 1px 0 0;
	display:inline;
}
.yahoo-search .input-text input{
	border:0;
	float:left;
	width:100px;
	padding:3px 5px;
	font:12px/14px Arial, Verdana, sans-serif;
	background:none;
}
.yahoo-search .button{
	float:left;
}
.yahoo-search ul{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:10px 0;
	font-size:14px;
	color:#4b4a46;
	clear:both;
	list-style:none;
}
.yahoo-search ul li{
	float:left;
	padding:0 5px;
}
.yahoo-search .check{
	float:left;
	margin:0 4px 0 0;
	position:relative;
	width:16px;
	height:15px;
}
.yahoo-search label{
	float:left;
	line-height:14px;
	padding:0 0 2px;
}
.box{
	width:188px;
	overflow:hidden;
	border:1px solid #bfbfbf;
	background:#fff;
	margin:0 0 2px;
}
.big{background:#fff url(images/bg-box-big.gif) repeat-x 0 100%;}
.calendar{background:#fff url(images/bg-calendar.gif) repeat-x 0 100%;}
.box ul{
	list-style:none;
	padding:0;
	overflow:hidden;
	margin:-3px 0 -9px;
	line-height:16px;
}
.box ul li{
	padding:0 0 0 14px;
	background:url(images/bullet.gif) no-repeat 0 6px;
}
.box h3{
	margin:0;
	font:bold 13px/17px Arial, Verdana, sasn-serif;
	color:#4d4f53;
}
.box .title{
	background:#d2c4db url(images/bg-title2.gif) repeat-x;
	padding:6px 9px 10px;
}
.box-content{
	min-height:40px;
	overflow:hidden;
	padding:11px 9px 14px;
}
.box-content ul {
	padding-bottom:8px;
}
.follow-us {
    min-height:123px;
	overflow:hidden;
	padding:1px;
    position:relative;
}

.follow-us .link-box {
    position:absolute; 
    padding:12px 0px 0px 0px;
    width:62px;
    height:50px;
    text-align:center;
    line-height:9px;
}
.follow-us .link-box a {
    text-decoration:none;
	color:#a38fc5;
}
.follow-us .link-box a:hover {
    text-decoration:underline;
	color:#a38fc5;
}
.follow-us .link-box:Hover {
    background:url(images/img_bkgd_follow_on.gif) repeat-x;
    cursor:pointer;
}
.twitter {
    top:0;
    left:0px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.facebook {
    
    top:0;
    left:63px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.linkedin {
    top:0;
    left:126px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.rss {
    top:63px;
    left:0px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.my-yahoo {
    top:63px;
    left:63px;
    border-right: 1px solid #dedede;
}
.email {
    top:63px;
    left:126px;
    border-right: 1px solid #dedede;
    visible:hidden;
}

.follow-us .link-box:hover {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;
background:transparent url(images/img_bkgd_follow_on.gif) repeat-x scroll 0 0;cursor:pointer;}



.big .box-content{
	background:url(images/bg-box-big-top.gif) repeat-x;
	min-height:130px;
}
.calendar .box-content{
	background:url(images/bg-calendar-top.gif) repeat-x;
	min-height:220px;
	padding:11px 9px 10px;
}
* html .box-content{
	height:40px;
	overflow:visible;
}
* html .big .box-content{height:130px;}
* html .calendar .box-content{
	height:220px;
}

.box .text{
	border-bottom:1px solid #bababa;
	width:100%;
	overflow:hidden;
	padding:0 0 12px 1px;
	margin:0 0 13px;
}
.calendar table{
	width:100%;
	border-collapse:collapse;
	color:#a38fc5;
	font-size:13px;
}
.calendar caption{
	font:bold 16px/18px Arial, Verdana, sans-serif;
	color:#790292;
	padding:5px 0 12px;
	text-transform:uppercase;
}	
.calendar table td{
	padding:8px 5px;
}
.calendar table th{
	padding:4px 5px;
}
.calendar table th{
	font-size:16px;
}
#today{
	color:#7b0099;
}
.getblog{
	background:url(images/bg-getblog.gif) no-repeat;
	display:block;
	height:24px;
	width:164px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 8px;
}
.links{
	margin:12px 0 4px 0;
    padding: 12px 0 0 0;
}
.links-top {
	width:100%;
	text-align:right;
	margin:-24px 0 12px 0;
    padding: 0px;
}
.links li{
	background:none;
	padding:0px;
    list-style:none;
	float:left;
}
.links-top li {
	padding:3px;
}
#footer{
	height:1%;
	padding:10px 18px;
	overflow:hidden;
	font:italic 12px/14px Arial, Verdana, sans-serif;
}
#footer p{
	margin:0;
}
#footer .copy{
	float:left;
	margin:0 5px 0 0;
}
#footer p a{font-weight:bold;}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
	display:inline;
	padding:0 4px 0 7px;
	background:url(images/separator01.gif) no-repeat 0 50%;
}

#comments { padding-top: 15px; }