/* Theme Name: XeBee Theme
Theme URI: http://xebee.com
Description: Specially designed theme for XeBee blog
Version: 1.0.0
Author: Xebia India (Hem and Jyoti)
Author URI: http://xebee.com*/
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	line-height:18px;
	color: #fff;
	background-color:#e2dfde;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 16px;
}
a {
	text-decoration: underline;
	color: #f09021;
	outline:none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
abbr, acronym {
	border: 0;
}
address, dl, p {
	padding: 10px 0 0;
}
blockquote {
	margin: 10px 10px 0;
	background: #fffada url(images/bg_blockquote.gif) no-repeat 5px 7px;
	color: #736926;
}
blockquote p {
	padding: 10px 10px 10px 20px;
}
blockquote blockquote {
	margin: 10px 20px;
	background: #fff;
	color: #333;
}
blockquote blockquote p {
	padding: 10px;
}
code {
	background: #f9f9f9;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0 0 5px 15px;
}
hr {
	clear: both;
	margin: 15px 0 5px;
	width: 100%;
	border: 0;
	height: 1px;
	text-align: left;
	background: transparent url(images/bg_comment_bottom.gif) no-repeat;
}
small {
	font-size: 10px;
}
input, textarea {
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}
input#author, input#email, input#url, textarea#comment {
	border: 1px solid #9D91A1;
	background-color: #F1DFF6;
	padding: 3px;
}
input#author, input#email, input#url {
	margin: 0 5px 0 0;
}
#container, #header, #menu, #menu ul li, #menu ul li a, #pagetitle, h1, #syndication, .pagewrapper, .page, .wrapper, .narrowcolumnwrapper, .narrowcolumn, .content, .post, .entry, .browse, sidebar {
	text-align: left;
	vertical-align: top;
}
#container {
	margin: 0 auto;
	width: 1004px;
	padding: 10px 0 0;
	background-color:#FFF;
}
#header {
	margin: 0 0 0 0;
	float: left;
	width: 1002px;
	height: 114px;
	background:transparent url(images/xebiablogheader.png) no-repeat left bottom;
	color: #333;
}
#logo{	
width:145px;
height:106px;
float:left;
background:url(images/xebiabloglogo.png) no-repeat 0 0; 
margin-left:20px; margin-top:17px; cursor:pointer;
}
#menu {
 float:right}
#menu ul {
	margin: 0;
	padding: 86px 14px 0 0;
	list-style: none;
}
#menu ul li {
	width:79px;
	float: left;
	margin: 0 5px 0 0;
	font-size: 12px;
	background: transparent url(images/toplinkbg.png) no-repeat right top;
	color: #fff;
}
#menu ul li a {
	display: block;
	padding: 5px 14px 20px 20px;
	text-decoration: none;
	color: #ffffff;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#pagetitle {
	clear: both;
	width: 1004px !important;
	height: 114px;
}
#pagetitle h1 {
	padding: 36px 28px 0;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	display: none;
}
#pagetitle h1 a {
	text-decoration: none;
	color: #fff;
}
#syndication {
	margin-top:20px;
	padding: 4px 0 0 13px;
	color: #3e3e3e;
	background: transparent url(images/feed_icon.png) no-repeat 13px 0px;
	height:24px;
}
#syndication a {
	color: #3e3e3e;
}
#syndication a.feed {
	padding: 10px 0 0 40px;
}
#searchbox {
	float: right;
	padding: 10px 31px 0;
}
#searchbox input#s {
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}
#searchbox input#searchsubmit {
	height: 24px;
}
.pagewrapper {
	margin: 0;
	float: left;
	width: 1004px;
	color: #3e3e3e;
	margin-bottom:10px;
	background:url(images/contentbg_repeat.gif) repeat-y scroll bottom right;
}
.page {

}
.wrapper { /* This wrapper class appears only on Page and Single Post pages. */
	float: left;
	width: 500px;
}
.narrowcolumnwrapper {
	margin: 5px 0 0;
	float: left;
	width: 728px;/*background: #fff url(images/bg_narrowcol.gif) repeat-y;*/
}
.narrowcolumn {
	float: left;
	width: 728px;/*	background: url(images/bg_narrowcol_bottom.gif) no-repeat left bottom;
*/
}
.content {
	float: left;
	width: 728px;/*	background: url(images/bg_narrowcol_top.gif) no-repeat left top;
*/
}
.post {
	padding: 0px 0 21px 0px;
	line-height: 18px;
	margin:8px 20px 17px 21px;
	border-bottom:1px #969696 dotted;
}
.post h2, h3 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 27px;
}
.post h2 a, h3 a {
	color: #653a71;
	text-decoration:underline;
	line-height: 27px;
}
.post img {
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.post img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
}
.post img.alignright {
	float: right;
	margin: 5px 0 0 10px;
}
.post img.wp-smiley {
	padding: 0;
	border: 0;
	background: none;
}
.entry {
	padding-top:20px;
}
.entry p img {
	float:right;
	padding:5px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	padding: 9px 0 0;
}
.entry h1 {
	font-size: 20px;
	line-height: 30px;
}
.entry h2 {
	line-height: 18px;
}
.entry h3 {
	font-size: 14px;
}
.entry h4 {
	font-size: 12px;
}
.entry h5 {
	font-size: 11px;
}
.entry h6 {
	font-size: 10px;
}
.postinfo {
	font-size: 12px;
	color: #898686;
	position:relative;
}
p.postinfo {
	color:#3e3e3e
}
p.postinfo a {
	font-size: 12px;
}
.postinfo a {
	color: #F09021;
	font-weight:bold;
}
.postdate {
	font-size:12px;
	font-style:italic
}
.browse {
	padding: 15px 16px;
	line-height: 18px;
}

.browse a {
	color:#653a71;
	font-weight:bold
}
.sidebar {
	margin: 0;
	float: right;
	line-height: 18px;
	width:276px;
}
.obar {
	margin: 0 5px 0 0;
	float: left;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul ul {
	background:none;
}
.sidebar ul li {
	margin: 10px 0 0;
	padding: 5px 10px 5px 13px;
}
.sidebar ul li.widget_search {
	padding: 17px 13px;
	background: transparent url(images/searchbg.png) no-repeat 13px 0;
}
.sidebar ul li.widget_search form input#s {
	margin-left:11px;
	border:1px #653a71 solid
}
.sidebar ul li.widget_search form input#searchsubmit {
	color:#fff;
	background-color:#653a71;
	border:1px #fff solid;
}
.sidebar ul li h2, .obar ul li h2 {
	background-color:#653A71;
	border:1px solid #402648;
	color:white;
	font-size:11pt;
	font-weight:normal;
	margin:0;
	padding:5px;
	text-decoration:none;
}
.sidebar ul ul li, .obar ul ul li {
	margin: 0;
	background: none;
	width:215px;
	border-bottom: 1px #3e3e3e dotted;
	background:transparent url(images/bullets_arrow.png) no-repeat 0px 12px;
	font-size:9pt;
}
.sidebar ul li a {
	color:#3e3e3e;
	text-decoration:none;  
}
.sidebar ul ul ul, .obar ul ul ul {
	padding: 3px 0 0;
}
.sidebar ul ul ul li, .obar ul ul ul li {
	padding: 6px 0px 3px 15px;
	background: url(images/bg_arrow_right.gif) no-repeat 0px 8px;
}
.sidebar ul ul ul ul li, .obar ul ul ul li {
	background: transparent url(images/bg_arrow_right_2.gif) no-repeat 0px 8px;
}
.sidebar ul li div.aktt_tweets ul li {
	color:#3e3e3e
}
.sidebar ul li div.aktt_tweets ul li a {
	color:#f09021;
	text-decoration:underline;
}
.sidebar ul li div.aktt_tweets ul li a:hover {
	color:#f09021;
	text-decoration:none;
}
/* COMMENTS TEMPLATE */

.post h3#comments, .post h3#respond {
	line-height: 27px;
	color: #e45b00;
}
.post h3#respond {
	color:#9D91A1;
	font-size:16pt;
	font-weight:normal;
	line-height:26px;
}
ol.commentlist {
	margin: 0 0 11px;
	padding:0;
	list-style: none;
}
ol.commentlist li {
	padding: 13px 0;
	background: transparent url(images/bg_comment_bottom.gif) no-repeat left bottom;
}
ol.commentlist li .commentmetadata {
	font-size: 11px;
	color: #546477;
}
ol.commentlist li .commentmetadata a {
	color: #546477;
}
form#commentform small {
	font-size: 11px;
}
div.sociable {
	margin-top:40px;
}
div.sociable ul {
	margin:20px 0 0 0;
	padding:0;
}
div.sociable ul li {
	list-style-type:none;
	display:inline;
}
div.sociable ul li img {
	border:none;   /* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}
.footer {
	clear:both;
	padding:0;
	background: transparent url(images/footer_bg.png) no-repeat 10px;
	height:105px;
	margin:0 auto;
	padding-left:450px;
}
.footer ul {
	margin:0;
	padding:0;
	text-align:left;
	padding-top:29px;
	color:#3f2347!important;
	font-size:11px;
	width:180px;
	display:inline;
	float:left;
}
.footer ul li {
	list-style-type:none;
	height:20px;
	margin-bottom:10px;
	width:140px;
}
.footer ul li a {
	color:#3f2347!important;
	background-image:none;
	text-decoration:none;
	display:block;
	padding-left:5px;
	padding-top:2px;
}
.footer ul li a:hover {
	background: transparent url(images/footer_link_hover.png) no-repeat;
	height:20px;
	background-position:0 0;
}
.footer_alrights {
	background-color:#653a71;
	height:21px;
	text-align:center;
	clear:both;
}
.footer_alrights p {
	margin-top:0;
	padding-top:3px;
}
.footer_alrights a {
	color:#FFF;
}

li.widget_flickrRSS h2 {
	margin-bottom:10px!important;
}
li#flickrrss img {
	margin-right:4px;
}
input#submit {
	color:#fff;
	background-color:#653a71;
	border:1px #412549 solid;
	font-size:11px;
	padding:3px 4px;
}
li.aktt_more_updates {
	text-align:right;
	background: transparent url(images/bullets_arrow.png) no-repeat right 13px !important;
	border-bottom:none!important;
}
.comments {
	background: transparent url(images/comments_icons.png) no-repeat 2px 3px;
	padding-left:24px;
	float:right;
	color:#653a71;
	font-size:11px;
	position:absolute;
	right:0;
	padding-right:15px;
	vertical-align:baseline;
}
.comments a {
	color:#653a71!important;
}
.comments a:active {
	color:#653a71!important;
}
.comments a:hover {
	text-decoration:none
}
/*Auther page CSS*/
#profilepic_profile {
	margin:10px 15px 15px;
	background-color:#fcf8fd;
	border:1px #f3eef5 solid;
	padding: 0 5px 5px;
	vertical-align:top;
	min-height:127px;
}
#profilepic_profile p {
	padding-top:0!important;
	line-height:18px;
}
#content.narrowcolumn h2 {
	background-color:#653a71;
	color:#FFF;
	display:inline;
	margin-left:18px;
	padding:2px 4px 2px 6px;
	margin-bottom:20px;
	margin-top:20px;
}
#content.narrowcolumn ul {
	margin:0;
	padding:0 10px 0 0;
}
.postinfo >p {
	padding-top:0;
}
#authorpic {
	margin:7px 0 0 5px;
}
div.entry > img#authorpic {
	border:1px solid #CCBDCF;
	margin:13px 8px 0 0;
	padding:5px;
}
.sociable_tagline {
	clear:both
}
li#tag_cloud-3> div {
	margin-top:10px;
}
li#tag_cloud-3> div a {
	line-height:22px;
}

