@charset "utf-8";
/* 
Last Modified: September 30th, 2007
(c) Copyright 2007 Ayan Ray. All Rights Reserved.
Credits: None
*/

/**************************
	General
**************************/

#sidebar{ 
	float: right;
	background: #fff;
	width: 250px;
	font-size: 12px;
	text-align: center;
	padding-top: 0px;
}
#sidebar h1 { 
	font-size: 10px;
	text-align: center;
	width: 100%;
	color: #333;
	background: #aed1ec;
	padding: 6px 0px;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
}

/**************************
	Galleries Box
**************************/

#sidebar #galleriesBox a .galleryPreview {
	position: relative;
	display: block;
	text-align: left;
	margin-left: 10px;
	width: 230px;
	padding: 5px;
	text-decoration: none;
}
#sidebar #galleriesBox a .galleryPreview p{
	display: inline;
	padding-left: 0px;
	position: absolute;
	top: 10px;
	left: 80px;
	font-weight: bold;
	font-size: 11px;
}
#sidebar #galleriesBox a .galleryPreview p i{
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#sidebar #galleriesBox a:hover .galleryPreview {
	background: #FFFF33;
	color: #660066;
}

/**************************
	About Me
**************************/

#sidebar #aboutMeBox p {
	text-align: justify;
	padding: 4px 20px;
	line-height: 18px;
	text-indent: 20px;
}
#sidebar #aboutMeBox img {
	border: 1px solid #CCC;
}

/**************************
	More from this Series
**************************/

#sidebar #moreBox { 
	margin: 0px;
	margin-bottom: 5px;
}
#sidebar #moreBox select {
	font-size: 10px;
	padding-top: 5px;
	vertical-align:middle;
}
#sidebar #moreBox select option {
	font-size: 10px;
	width: 220px;
	height: 20px;
	padding-top: 5px;
}
#sidebar #moreBox .more_links {
	font-size: 12px;
}

/**************************
	Geek Box
**************************/

#sidebar #geekBox a .rss {
	width: 223px;
	text-align: left;
	padding-left: 13px;
	margin-left: 14px;
	height: 42px;
	overflow: hidden;
}
#sidebar #geekBox a .rss { 
	text-decoration: none;
}
#sidebar #geekBox a:hover .rss { 
	background: #FFFF33;
	color: #660066;
}
#sidebar #geekBox .rss .rssText { 
	position: relative;
	top: -17px;
	left: 18px;
}
#sidebar #geekBox .poweredBy { 
	font-size: 9px;
}
#sidebar #geekBox .poweredBy img { 
	position: relative;
	top: 4px;
}


/**************************
	Common
**************************/

#sidebar #galleryBox h1,
#sidebar #galleriesBox h1,
#sidebar #blogBox h1,
#sidebar #geekBox h1
#sidebar .subscribeHeader h1 { 
	margin-top: 10px;
}
#sidebar .date{
	font-weight: bold;
}
#sidebar #galleryBox .date,
#sidebar #galleryBox .location,
#sidebar #blogBox .date,
#sidebar #blogBox .series,
#sidebar #blogBox .category,
#sidebar #blogBox .tags,
#sidebar #blogBox .comments
{
	position: relative;
	top: 0px;
	left: 0px;
	float: none;
	width: 100%;
	height: 16px;
	color: #666;
	font-size: 10px;
	display: block;
	text-align: center;
	padding: 0px;
	background: none;
	border: none;
	line-height: 16px;
}



