/*  
Theme Name: Webonautics
Theme URI: http://www.webonautics.com/
Description: Webonautics Official Site Theme.
Version: 1.0
Author: Suma Srinivas
Author URI: http://www.webonautics.com/


/* Blog Layout and Style */
#panelWrap{
	border-top: 3px double #b1d6ff;	
	margin-top: 30px;
	padding-top: 2px
}

#topPanel{
	padding: 5px 0px;
	font: 12px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #6a6a6a;
	margin: 0px 0px 10px 0px;
	background: url(gfx/widget-lines.gif) repeat-y center top;
	overflow: auto;
}

#bottomPanel{
	padding: 5px 0px;
	font: 12px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #6a6a6a;
	margin: 5px 0px 10px 0px;
	background: url(gfx/vertical-lines.gif) repeat-y center top;
	overflow: auto;
}

#searcharea{
	border-bottom: 3px double #b1d6ff;
/*	border-top: 1px solid #b1d6ff;*/
	padding: 2px 2px 2px 80px;
	background: url(gfx/icon-search.jpg) no-repeat 3px center;
	margin: 0px 0px 10px 0px;
	height: 40px;
	text-align: left;
}

#searcharea form {
	margin: 0px;
}

#searcharea #searchform #s{
	font: 11px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	background: #dfecf6;
	border: 0px;
	padding: 4px 5px;
	width: 180px;
	margin-right: 6px;
}

#searcharea #searchform #searchsubmit{
	background: #cdeb8b url(gfx/button.gif) repeat-y;
	border: 1px solid #aacf58;
	padding: 3px;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #000000;
	width: 60px;
}

#searcharea .searchtitle{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	display: inline;
}

#searcharea #registerToBlog{
	text-align: right;
	float:right;
	width: 400px;
}

#blogPath{
	text-align: right;
	padding: 4px 10px;
	margin-bottom: 20px;
	font-size: 11px;
}

#blogPath a{
	font-size: 11px;
}

/* ####################### blog css ############################## */

/* ----------------- typography -----------------  */	
.entry p {
	font: 12px/22px  "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;	
	color: #6a6a6a;	
	margin: 0px 0px 22px 0px;
	padding: 0px 10px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
small {
	font: 10px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;	}
	

small, .nocomments,  blockquote, strike {
	color: #7b7b7b;
	}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 11px;
	letter-spacing: .07em;
	}


	

/* End Typography & Colors */

/* ----------------- wordpress core structure elements -----------------  */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
/*	padding-left: 10px;
	text-indent: -10px; */
	} 

html>body .entry li {
	margin: 7px 0 2px 10px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


/* End Entry Lists */


/* Begin Form Elements */
fieldset{
	border: 1px solid #dadada;	
	padding: 3px 10px;
	text-align:left;
}

legend{
	font: 10px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #6a6a6a;
	padding: 10px;	
}

.error{
	color:#f00;
	font: 14px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

#login_error{
	color:#f00;
	font: 14px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

.success{
	color:#000;
	font: 14px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

/*#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}*/
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Post styles  */
#blogPosts{
	margin-bottom: 20px;
}

.post {
	margin: 0px 0px 60px 0px;
	padding: 0px;
}

/* block 1 */
.postdate{
	border-bottom: 3px double #cacaca;	
	overflow: auto;
}

.dateDetails{
	float: left;	
	width: 180px;
	border-right: 1px solid #cacaca;	
	text-align: center; 
}

.dateDisplay{
	font: 28px Georgia, "Times New Roman", Times, serif;
	width: 70px;
	padding: 4px;
	margin: 0px 0px 0px 50px;
	border-bottom: 1px solid #e9e9e9;
	text-align: center; 	
}

.dateMonth{
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: 70px;
	padding: 4px;
	margin: 0px 0px 0px 50px;
	text-align: center; 	
}

.dateYear{
	float: left;	
	width: 719px;
	text-align: right;
	font: 24px Georgia, "Times New Roman", Times, serif;	
	padding: 30px 10px 4px 0px;
}

/* block 2 */
.weeknTitle{
	border-bottom: 1px solid #cacaca; 
	height: 50px;
}

.dateWeek{
	font: italic 12px/22px Georgia, "Times New Roman", Times, serif;
	text-align: center; 
	border-right: 1px solid #cacaca; 
	padding: 14px 0px;
	float: left;	
	width: 180px;	
}

.posttitles{
	padding: 10px 0px 10px 10px;
	background: #fff;
	float: left;	
	width: 709px;		
}

.posttitles h1{
	font: bold 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 5px 0px 0px;
	margin: 0px;
}

.posttitles h1 a{
	font: bold italic 14px/22px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	padding:0px;
	margin: 0px;
}

/* block 3 */
.postBlock{
	overflow: auto;
	background: url(gfx/blog-lines.gif) repeat center top;
	line-height: 22px;
	border-bottom: 3px double #cacaca;
}

.postMetaDetails{
	float: left;	
	width: 180px;
	border-right: 1px solid #cacaca;
	background: #fff;
	line-height: 22px;	
}

.postInfo{
	padding: 11px 8px;
	text-align: center;
	line-height: 22px;
}

.postInfo .filedin{
	margin: 0px 2px 5px 0px;
	text-align: left;
	padding-bottom: 22px;
	line-height: 22px;	
}

.postInfo .infoTitle{
	font: 10px/22px Georgia, "Times New Roman", Times, serif;
	color: #d0cdcd;
	border-top: 1px solid #e9e9e9;		
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 0px 4px 0px;
	padding: 2px;
	text-align: left;		
}

.postInfo .commentscount{
	font: 10px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #22b8cc;
	margin: 0px 0px 4px 25px;
	padding: 2px;
	text-align: center;
	width: 84px;
	height: 66px;
	background: url(gfx/comments.png) no-repeat center center;
}

.postInfo .commentscount a, .postInfo .commentscount span{
	font: 22px/22px Georgia, "Times New Roman", Times, serif;
	color: #22b8cc;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	display:block;
}

.postInfo .commentscnt{
	font: 22px/22px Georgia, "Times New Roman", Times, serif;
	color: #22b8cc;
	margin: 0px 0px 4px 25px;
	padding: 14px 2px 2px 2px;
	text-align: center;
	width: 84px;
	height: 66px;
	background: url(gfx/comments.png) no-repeat center center;	
	display:block;
}

.postInfo .authorName{
	color: #000;
	margin: 0px 0px 6px 0px;
	line-height: 22px;
}

.postDetails{
	float: left;	
	width: 729px;
	line-height: 22px;	
}

.entry {
	/*background: url(gfx/grey-lines.gif) repeat left top;	*/
}

.entry .postimage{
	float: left;
	height: 200px;
	margin: 10px;
}

#socialbookmark{
	padding: 4px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

#socialbookmark p{
  margin: 0px;
  padding: 0px;
}

.bookmarkicon{
	border:0px;
	padding: 0px;
	margin: 0px 6px 6px 3px;
	vertical-align: middle;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.titleforpage, h2{
	color: #00a0f4;
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 30px 0px;
	padding: 0px 10px;	
}
	
/* End Post styles  */

/* ----------------- Begin Comments styles -----------------  */	
#comments{
	padding:2px 2px 2px 8px;
}

#respond{
	padding:2px 2px 2px 8px;
	margin: 40px 0px;
}

.commentlist {
	padding:2px 2px 2px 8px;
	margin: 0px;
	text-align: left;
}
	
.commentlist ol{
	padding: 0px;
	margin: 0px;
}
	
.commentlist .alt{
	border: 0px;
	background: #fff;
	padding: 0px;
}	

.commentlist .odd{
	padding: 0px;
	margin-bottom: 20px;
}	

.commentlist .even{
	padding: 0px;
	margin-bottom: 20px;
}	

.commentlist li {
	margin: 15px 0px 3px;
	padding: 5px 0px;
	list-style: none;
}

.commentlist p {
	margin: 4px 4px 22px 4px;
	line-height: 22px;
}

#commentform p {
	margin: 5px 0;
	}

.children{
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


#commentform p {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

#commentform textarea {
	width: 97%;
}

.cmd-avatar{
	text-align:center;
	padding: 5px;
	margin:  5px 5px 0px 5px;
	border: 1px solid #e9e9e9;
}

.commentblocktitle{
	color: #6a6a6a;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	text-align:center;
}	

#commentform{
	background: #fff;
	border: #000 solid 1px;	
	padding: 10px;
	margin-top: 15px;
}

.vcard{
	font: 12px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #6a6a6a;
	margin-bottom: 30px;
}

/* webonautics comments block */
.regular{
	background: #b5b5b5 url(gfx/comment-grey-blocks.gif) repeat-y right top;
	overflow: auto;
}

.commentsDetails{
	float:left;
	width: 713px;
	background: #fff;	
}

.children .commentsDetails{
	float:left;
	width: 693px;
	margin-left: 20px;
	background: #fff;
} 

.children .children .commentsDetails{
	float:left;
	width: 673px;
	margin-left: 40px;
	background: #fff;
} 

.commentsMeta{
	float:left;
	text-align: center;
	width: 185px;
}

.regular .wrapper{
	background: url(gfx/comment-grey-foot.gif) no-repeat right bottom;
	overflow: auto;	
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #dadada;
}

.regular .commentsDetails{
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;	
}

.regular .commentsMeta{
	border-top: 1px solid #dadada;
	background: url(gfx/white-arrow.png) no-repeat 0px 10px;
}

.postAuthor{
	background: #96bbd8 url(gfx/comment-blue-blocks.gif) repeat-y right top;
	overflow: auto;
}

.postAuthor .wrapper{
	background: url(gfx/comment-blue-foot.gif) no-repeat right bottom;
	overflow: auto;	
	border-left: 1px solid #96bbd8;	
	border-right: 1px solid #b5daf7;
}

.postAuthor .commentsDetails{
	border-top: 1px solid #96bbd8;
	border-bottom: 1px solid #96bbd8;	
}

.postAuthor .commentsMeta{
	border-top: 1px solid #b5daf7;
	background: url(gfx/blue-arrow.png) no-repeat 0px 10px;
}

.otherAuthors{
	background: #a7c663 url(gfx/comment-green-blocks.gif) repeat-y right top;
	overflow: auto;
}

.otherAuthors .wrapper{
	background: url(gfx/comment-green-foot.gif) no-repeat right bottom;
	overflow: auto;	
	border-left: 1px solid #a7c663;	
	border-right: 1px solid #b3d36b;
}

.otherAuthors .commentsDetails{
	border-top: 1px solid #a7c663;
	border-bottom: 1px solid #a7c663;	
}

.otherAuthors .commentsMeta{
	border-top: 1px solid #b3d36b;
	background: url(gfx/green-arrow.png) no-repeat 0px 10px;
}

.commentsRef{
	border-bottom: 3px double #b5b5b5;
	padding: 10px;
	background: #fff;
}

.reply{
	padding: 4px;
	float: right;
}

.reply a{
	font-size: 11px;
}

.comment_counter{
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #cfcdcd;
	display: inline;
} 

.cmtDate{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	width: 70px;
	padding: 0px;
	margin: 0px 0px 0px 50px;
	border-bottom: 1px solid #fff;
	text-align: center; 	
}

.cmtMonth{
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: 70px;
	padding: 0px;
	margin: 0px 0px 0px 50px;
	text-align: center; 	
}

.cmtYear{
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	width: 70px;	
	margin: 0px 0px 0px 50px;
	text-align: center; 	
}

.cmtWeek{
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-align: center; 
	margin: 3px 10px 10px 10px;
	border-bottom: 1px solid #fff; 
	padding: 0px;
}

.cmtContents{
	background: url(gfx/grey-lines.gif) repeat 0px 22px;
	margin: 0px 10px;
	line-height: 22px;
 	min-height: 132px;	
}

/* ----------------- End Comments styles -----------------  */	

/* form elements */
label{
	display:block;
}

#loginform, #searchform, #lostpass{
	margin-bottom: 20px;
	padding: 12px;	
}

#loginform a {
	color:#ec5502;
	font: 12px/1.8em "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	text-decoration: none;;
}

#loginform a:hover {
	text-decoration: underline;
}


#registerform{
	padding: 12px;
	margin-bottom: 20px;	
}

#submit, #user_email, #user_login, #log, #pwd, #login_password, #email, #code, #cimy_uef_1, #cimy_uef_2, #author, #url, #securitycode, #comment, #addcommentbutton, #captchatext{
	background: #dfecf6;
	border: 1px solid #dfecf6;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #000000;
	padding: 3px;
	width: 200px;
}

#submit{
	background: #cdeb8b url(gfx/button.gif) repeat-y;
	border: 1px solid #aacf58;
	padding: 3px;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #000000;
	width: 100px;
}

#search{
	margin-bottom:10px;
}

#searchform input
{
	background: #ececec;
	border: 1px solid #aeaeae;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #000000;
}

#captchacode{
	font: bold 20px/22px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#00a0f4;
}

.button{
	background: #cdeb8b url(gfx/button.gif) repeat-y;
	border: 1px solid #aacf58;
	padding: 3px;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #000000;
	width: 60px;
}


/* ----------------- Sidebar styles -----------------  */	
/* Begin Sidebar */
#topPanel div ul li a{
	color:#ef4423;
	font: 11px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	text-decoration: none;
}

#topPanel div ul li a:hover{
	text-decoration: underline;	
}

#topPanel div ul, #topPanel div ol {
	margin: 0;
	padding: 0;
}

#topPanel div {
	margin: 0px 3px 20px 7px;
	width: 22.7%;
	padding: 0px 5px;
	float: left;
	font-size: 11px;
	line-height: 22px;
}

#topPanel .widget_categories ul{
	background: url(gfx/red-lines.gif) repeat left 2px;
	line-height: 22px;
	margin: 5px 20px;
}

#topPanel .widget_categories li a{
	line-height: 22px;
}

#topPanel div div{
	border: 0px;	
	margin: 0px;
	padding: 0px;
	width: 90%;
	text-align: center;
}

#topPanel div ul{
	margin: 0px;
	padding: 4px;
}

#topPanel div ul li{
	list-style-type: none;
	list-style-image: none;
	margin:0px;
}

#topPanel div #loginform{
	border: 0px;	
	padding: 5px 10px 0px 10px;
	width: 70%;
	font-size: 11px;
}

#topPanel div #loginform label{
	font: 11px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	margin-bottom: 3px;
}

#topPanel div #loginform #log{
	font: 11px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	margin-bottom: 8px;
	background: #dfecf6 url(gfx/username.png) no-repeat 4px center;
	border: 0px;
	padding: 6px 6px 6px 22px;
	width: 140px;
}

#topPanel div #loginform #pwd{
	font: 11px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	margin-bottom: 8px;
	background: #dfecf6 url(gfx/password.png) no-repeat 4px center;
	border: 0px;
	padding: 6px 6px 6px 22px;
	width: 140px;
}

#topPanel div #loginform a{
	font: 11px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	line-height: 22px;!important;
}

#topPanel div #topPanel fieldset{
	border: 0px;	
	padding: 3px;
}

#topPanel h2, #bottomPanel h2{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin:0px;	
	text-align:center;
	text-decoration: underline;
	padding: 50px 4px 0px 4px;
	height: 20px;
}

#topPanel .paraTweetstime{
	margin: 0px 0px 0px 8px;
	padding: 0px 10px;
	font: bold italic 10px/12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#topPanel .paraTweets{
	margin: 0px 0px 22px 8px;
	padding: 0px 10px;
	color: #000;
	text-align: left;
	width: 170px;
}

.widget_categories h2{
	background: url(gfx/icon-categories.jpg) no-repeat center top;		
}

.widget_calendar h2{
	background: url(gfx/icon-archives.jpg) no-repeat center top;
}

.widgets_login h2{
	background: url(gfx/icon-account.jpg) no-repeat center top;
}

.widget_tweets h2{
	background: url(gfx/icon-tweets.jpg) no-repeat center top;
}

.widget_recent_comments h2{
	background: url(gfx/icon-comments.jpg) no-repeat center top;
}

.widget_links h2{
	background: url(gfx/icon-links.jpg) no-repeat center top;
}
	
/* Begin Sidebar 2 */
#bottomPanel div {
	margin: 0px 3px 10px 7px;
	width: 280px;
	padding: 0px 5px;
	float: left;
	font-size: 11px;
	line-height: 22px;
}

#bottomPanel .widget_recent_comments ul, #bottomPanel .widget_links ul {
	background: url(gfx/red-lines.gif) repeat left 2px;
	line-height: 22px;
	margin: 5px 20px;
}

#bottomPanel div ul li a{
	color:#ef4423;
	font: 11px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	text-decoration: none;
}

#bottomPanel div ul li a:hover{
	text-decoration: underline;	
}

#bottomPanel div div{
	border: 0px;	
	margin: 0px;
	padding: 0px;
	width: 90%;
	text-align: center;
}

#bottomPanel div ul{
	margin: 0px;
	padding: 4px;
}

#bottomPanel div ul li{
	list-style-type: none;
	list-style-image: none;
	margin:0px;
	padding: 0px 0px 0px 2px;
}


#bottomPanel .paraTweetstime{
	margin: 0px 0px 0px 8px;
	padding: 0px 10px;
	font: bold italic 10px/12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#bottomPanel .paraTweets{
	margin: 0px 0px 22px 8px;
	padding: 0px 10px;
	color: #000;
	text-align: left;
	width: 240px;
}


/* ----------------- end sidebar styles -----------------  */	

/* ----------------- begin links -----------------  */
#linksdisplay{
	padding:2px 2px 2px 8px;
	margin: 0px;
	text-align: left;
}

#linksdisplay ul{
	margin: 0px;
	padding: 4px;
}

#linksdisplay ul li{
	list-style-type: none;
	list-style-image: none;
	margin:0px;
}

/* ----------------- end links -----------------  */


/* ----------------- end sidebar styles -----------------  */

/* ----------------- calendar/archives -----------------  */	
/* Begin Calendar */
#calendar_wrap{	
	border: 0px;
	text-align:center;
	font-size: 10px;
}

#wp-calendar {
	empty-cells: show;
	margin: 5px 5px 5px 20px;
	width: 90%;
	text-align:center;	
	border-collapse:collapse;		
}

#wp-calendar table{
	padding: 0px;
	margin: 0px;
}

#wp-calendar #next a {
	margin-right: 10px;
	text-align: right;
	/*border: solid 1px #f6f6e4;*/
	}

#wp-calendar #prev a {
	margin-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	font-size: 10px;	
}

#wp-calendar caption {
	text-align: right;
	/*width: 100%;*/
	}

#wp-calendar td {
	padding: 2px 0px;
	text-align: center;
	margin: 0px;
	border-collapse: collapse;
	font-size: 10px;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 10px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	text-align: right;
	margin: 4px 0px 4px 0px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	border-bottom: 1px solid #b1d6ff;
	border-top: 1px solid #b1d6ff;	
}

#wp-calendar tfoot {
	border-top: 1px solid #b1d6ff;	
}
	
#wp-calendar caption, cite {
	text-decoration: none;
}		
	
/* End Calendar */	


/* ----------------- end calendar/archives -----------------  */	

/* ----------------- end prev/next posts -----------------  */
.nextprevPosts{
	display: block;
	margin-bottom: 5px;	
}

.nextPost{
	float:right;
	width: 48%;
	text-align: right;
}

.prevPost{
	float:left;
	width: 48%;
}

.nextprevPosts .icons{
	vertical-align:middle;
	padding: 0px 4px;
	margin: 0px;
	border: 0px;
}

/* ----------------- end prev/next posts -----------------  */

/* ----------------- various links -----------------  */	
.authorlinks, a.authorlinks, a.authorlinks:visited, a.authorlinks:active{
	color: #fe0000;
	text-decoration: none;
	font: 14px/1.8em Tahoma, Geneva, Arial;
}

a.authorlinks:hover{
	text-decoration: none;
	color: #900202
}

.authorstitle{
	color: #000000;
	text-decoration: none;
	font: 14px/1.8em Tahoma, Geneva, Arial;
}

.category{
	margin-left: 35px;
} 

/* ----------------- end various links -----------------  */

/* ----------------- pagination -----------------  */
/* comments pagination */

.commentsPages{
	padding: 5px 0px;
	text-align:center;
	margin: 0px;
/*	background: #f7f5f5;*/
}

.commentsPages a, .commentsPages a:link, .commentsPages a:visited{
	padding: 8px 10px;
	margin: 2px;
	text-decoration: none;
	color: #ec5502;
	font: bold 10px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	background: url(gfx/comment-pagination-link.png) no-repeat center center;
}

.commentsPages a.next, .commentsPages a.next:link, .commentsPages a.prev, .commentsPages a.prev:link{
	padding: 8px 25px;
	margin: 2px;
	text-decoration: none;
	color: #ec5502;
	font: bold 10px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	background: url(gfx/comment-pagination-text.png) no-repeat center center;
}

.commentsPages a:hover, .commentsPages a.next:hover, .commentsPages a.prev:hover{
	text-decoration:underline;
}

.commentsPages .current {
	padding: 10px;
	margin: 2px;
	text-decoration: none;
	color: #000;
	font: bold 10px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	background: url(gfx/comment-pagination.png) no-repeat center center;
}


/* post pagination */
#postPages{
	text-align: right;
	font: 12px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	color: #000;
	margin-bottom: 20px;
}

#postPages a, #postPages a:link, #postPages:visited{
	margin: 0px 11px;
	text-decoration: none; 
	color: #ef4423;
	font: 12px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
}

#postPages a:hover{
	color: #ef4423;
	font: 12px/22px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, Verdana, Arial;
	text-decoration: underline;
}

/* ----------------- theme login -----------------  */

#login{
	padding:0px;
}

#login h4{
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #00c700;
	margin:0px;	
	padding: 4px;
}