html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
a{
	outline: none;
text-decoration:none;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;*/
	background:#E5ECF3;
	background:#4F4F4F;
	color:#000;
	margin: 0 auto;
	width:1020px;
	min-width:1000px;
	
	border:0 solid #FFFF00;
	
}
h2{
color: rgb(78, 70, 63);
display: block;

font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-family: arial, helvetica, sans-serif;
font-size: 17px;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: 17px;
letter-spacing: 0;
line-height: 16px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
white-space: nowrap;
}
#wrapper{
	min-width:1000px;
	width:100%;
	margin: 0 auto;
	text-align:left;
	border:0 solid #FF0000;
	
	
}

#content{
	/*font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;*/
	min-width:1000px;
	width:100%;
	background:#fff;
	float:left;
	/*margin-top:1px;
	magin-right:5%;
	magin-left:5%;*/
}

#footer{
	min-width:1000px;
	width:100%;
	margin: 0 auto;
	text-align:left;
	background:#424242;
	background:#000;
	position:relative;
	
}

#footerwrapper{
	min-width:1000px;
	width:100%;
	float:left;
	background:#222222;
	background:#000;

}


#disclaimer{
	min-width:1000px;
	width:100%;
	text-align:center;
	float:left;
	background:#222;
	background:#000;
	
}


/* header
-------------*/


#logo{
	height:45px;
	width:200px;
	float:left;
	color: #C0C0C0;
	padding-left:90px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
	padding-top: 26px;

}
#logo a h2{
	color: #D4D4D4;
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	/*font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;*/
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin:0px;
	
	
	
}
#logo a h2:hover{
color: #FFF;
}
#titlebar{
	background:#222;
	height:95px;
	position:relative;
	width:100%;
	min-width:1000px;
	background:#000 url('http://img.tutorboy.com/logo.png') 10px 10px no-repeat;
}

#rssbar{
	background:#31353D;
	height:32px;
}

#rssimage{
	position:relative;
	top:7px;
	margin-right:12px;
}

#navbar{
	background:#2468A6;
	height:33px;
}

#navbarleft{
/*	background:url('http://img.tutorboy.com/articles/images/navtableft.gif') no-repeat;
*/	float:left;
	width:8px;
	height:33px;
}

#navbarright{
/*	background:url('http://img.tutorboy.com/articles/images/navtabright.gif') no-repeat;
*/	float:right;
	width:8px;
	height:33px;
}

#searchform{
	width:114;
	text-align:right;
	position:absolute;
	top:95px;
	right:0px;


}

.searchbg{
	margin:0px;
	padding:2px 2px 0 2px;
	border:0px;
	width:200px;
	height:20px;
}

#searchmenu{
	position:absolute;
	right:80px;
	top:0px;
	padding:0px;
	margin:0px;
}
.searchsubmitbtn{
	background:#525252;
	border-top:1px solid #C4CDCC;
	border-right:1px solid #ACB5B5;
	border-left:1px solid #ACB5B5;
	border:1px solid #6F7777;
	color:#A4A4A4;	
	height:24px;
}
#searchsubmitbtn{
	position:absolute;
	right:10px;
	top:0px;
	
}
#searchbox{
	background:#525252;
	height:32px;
	border-top:1px solid #C4CDCC;
	border-right:1px solid #ACB5B5;
	border-left:1px solid #ACB5B5;
	border-bottom:1px solid #6F7777;
	color:#FFF;
}
/* ie6 hack --*/
* html #searchsubmitbtn{
	position:absolute;
	right:1px;
	top:1px;
}

/* Category bar
-------------*/

#categorybar{
	float:left;
}

#categorybar ul{
	margin-left:18px;
}

#categorybar li{
	float:left;
	margin-right:5px;
}

#categorybar a{
	color:#e2e2e2;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	float:left;
	padding:7px 7px 8px 7px;
}

#categorybar a:hover{
	color:#fff;
	/*background:#A4A4A4;*/
	padding:7px 7px 8px 7px;
}

/* navigation
-------------*/

.navbutton{
	float:left;
	margin-top:1px;
}

.navbutton ul{
	margin:4px 0 0 10px;
	
}

.navbutton li{
	float:left;
	margin-right:5px;
}

.navbutton a{
	color:#F5F5F5;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	padding:6px;
	background:#2468A6;
	float:left;
}

.navbutton a:hover{
	
	color:#FFF;
}

.navlinkpos{
	margin-top:7px;
}


/* content
-------------*/

#contentleft{
	float:left;
	width:73%;
	margin-bottom:20px;
	border:0 solid #FF00FF;
	padding-right:0;


}

#contentright{
	float:right;
	width:25%;
	padding-top:16px;
	margin-bottom:20px;	
	border:0 solid #00FF00;

}


#contenttitle{
	background:url('http://img.tutorboy.com/articles/images/line.gif') repeat-x;
	background-position:0% 70%;
	width:100%;
	float:left;
	margin-top:5px;
		text-decoration:none;

}
#title{
margin-left:60px;
}
#contenttitle #title{
	padding: 8px 0 0 0;
	float:left;
	background:#fff;
		text-decoration:none;

}

#contenttitle #title h1{
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	clear: left;
	color: #4E463F;
	padding-right:0;
	text-decoration:none;

}

#contentalign{
	margin:7px 5px 12px 0;
}


#contenttitle #recent{
	float:right;
	margin-top:12px;
	padding-left:5px;
	background:#fff;
	text-decoration:none;

}

#mostrecentleft{
	float:left;
	background:url('http://img.tutorboy.com/articles/images/mostrecentleft.gif');
	width:4px;
	height:20px;
}

#mostrecentright{
	float:left;
	background:url('http://img.tutorboy.com/articles/images/mostrecentright.gif');
	width:4px;
	height:20px;	
}

#mostrecentcentre{
	float:left;
	height:20px;
	background:#E37400;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

#mostrecenttxt{
	margin:2px;
}


/* rounded corners
------------*/

.contentcurvestop{
	float:left;
	min-width:1000px;
	width:100%;
	background:#fff;
}
.footercontentcurvestop{
	float:left;
	min-width:1000px;
	width:100%;
	background:#222222;
	background:#000;
}

.contentlefttoptab{
	/*background:url('http://img.tutorboy.com/articles/images/contentlefttoptab.gif') no-repeat;
	*/float:left;
	width:13px;
	height:11px;
}

.contentrighttoptab{
/*	background:url('http://img.tutorboy.com/articles/images/contentrighttoptab.gif') no-repeat;
*/	float:right;
	width:13px;
	height:11px;
}

.footercontentlefttoptab{
/*	background:url('http://img.tutorboy.com/articles/images/footercontentlefttoptab.gif') no-repeat;
*/  float:left;
	width:13px;
	height:11px;
}

.footercontentrighttoptab{
/*	background:url('http://img.tutorboy.com/articles/images/footercontentrighttoptab.gif') no-repeat;
*/	float:right;
	width:13px;
	height:11px;
}

.contentcurvesbottom{
	float:left;
	min-width:1000px;
	width:100%;
	background:#fff;
}
.footercontentcurvesbottom{
	float:left;
	min-width:1000px;
	width:100%;
	background:#222222;
	background:#000;
}


.contentleftbottomtab{
/*	background:url('http://img.tutorboy.com/articles/images/contentleftbottomtab.gif') no-repeat bottom;
*/	float:left;
	width:13px;
	height:11px;
}

.contentrightbottomtab{
/*	background:url('http://img.tutorboy.com/articles/images/contentrightbottomtab.gif') no-repeat bottom;
*/	float:right;
	width:13px;
	height:11px;
}

.footercontentleftbottomtab{
/*	background:url('http://img.tutorboy.com/articles/images/footercontentleftbottomtab.gif') no-repeat bottom;
*/	float:left;
	width:13px;
	height:11px;
}

.footercontentrightbottomtab{
/*	background:url('http://img.tutorboy.com/articles/images/footercontentrightbottomtab.gif') no-repeat bottom;
*/ 	float:right;
	width:13px;
	height:11px;
}
/* sidebar
-----------------------------------------------------------------------*/

#adverts{
	display:block;
}

#video{
	margin-bottom:10px;
}

#video h3 a{
	color:#105CB6;
}

#video h3 a:hover{
	color:#000;
}

#contentright h3{
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.2px;
}


.sidebartitle{
	margin-bottom:10px;
}

.categories{
	float:left;
	margin-top:25px;
}

/* flickr
------------*/
.clr{
clear:both;
}
.flickrimg{
	float:left;
	padding:10px;
}

.flickrimg img{
	border:1px solid #999;
	padding:6px;
	background:#fff;
}

#flickrwrapper{
	background:#eee;	
	width:245px;
	border:1px dashed #999;
	float:left;
}

#flickrpos{
	float:left;
	padding:12px;
}



/* results
------------*/

.contentresults{
	float:left;
	margin-top:20px;
	/*width:650px;*/
	
}

.contentdate{
	/*width:51px;*/
	background:url('http://img.tutorboy.com/articles/images/datebg.gif') no-repeat;
	float:left;
	border:0px solid #FF0000;
	width:7%;
	height:80px;
	margin-left:4px;

}

.contentright{
	float:right;
	width:92%;
	border:0px solid #FF0000;
}

.contenttitle{
	margin: 0;

	float:left;
	width:100%;
}

.contenttitle a h1{
	font-size:26px;
	color:#105CB6;
	font-weight:normal;
	text-decoration:none;
	font-family: Georgia, 'Times New Roman', Times, serif;
	width:100%;
	text-decoration:none;
}

.contenttitle a h1:hover{
	color:#000033;
}

.contentsummary{
	text-align:justify;
	float:left;
	/*width:660px;*/
	width:100%;
	display:block;
	margin-left:0;
	line-height:23px;
}

.contentdetails{
	float:left;
}

.contentauthor{
	font-size:11px;
	color:#666666;
	float:left;
	background:#EEEEEE;
	width:100%;
	padding-left:5px;
	border-top:1px #BDBDBD solid;
}

.contentsummarydefine{
	float:left;
	padding: 0 ;
}

.contentsummarydefine{
	font-size:13px;
}

.contentsummarydefine a{
	color:#105CB6;
	text-decoration:none;
}

.contentsummarydefine a:hover{
	color:#105CB6;
	text-decoration:underline;
}


.contentdetails{
	margin: 8px 0 0 7px;
}

.contentdetails a{
	font-size:11px;
	text-decoration:none;
	color:#578CCA;
	
}

.contentdetails a:hover{
	color:#000000;
}

.contentcomments{
	float:left;
	margin-right:7px;
	background:url('http://img.tutorboy.com/articles/images/commenticon.gif') no-repeat left;
	padding-left:18px;
	font-size:11px;
	color:#578CCA;
}

.contenttags{
	font-size:11px;
	margin-left:8px;
	margin-bottom:5px;
}

.contenttags a{
	color:#578CCA;
}

.nocomments{
	float:left;
	font-size:12px;
}

.contentreadmore{
	float:left;
	background:url('http://img.tutorboy.com/articles/images/readmoreicon.gif') no-repeat left;
	padding-left:18px;
}

.contentcategory{
	float:left;
	background:url('http://img.tutorboy.com/articles/images/readmoreicon.gif') no-repeat left;
	padding-left:18px;
	margin-left:7px;
}

#categorylist{
	margin-top:10px;
}

#categorylist a{
	color:#105CB6;
	font-size:12px;
	text-decoration:none;
}

#categorylist li{
	border-top: 1px solid #DDD;
	background:url('http://img.tutorboy.com/articles/images/minishield.gif') no-repeat left;
	padding-left:45px;
	margin-bottom:7px;
	height:55px;
}


/* comments
------------
*/
#commentwrap, #commentreplies{
	float:left;
	margin:20px 0 0 0;
	position:relative;
	left:60px;
}

#commentwrap textarea{
	width:640px;
}

.commentitle{
	border-bottom:#A4A4A4 solid 2px;
	float:left;
	
}

#commentwrap h3, #commentreplies h3{
	background:#A4A4A4;
	float:left;
	padding: 8px;
	font-size:13px;
	color:#fff;
}

#commentform{
	float:left;
	background:#EEEEEE;
	width:100%;
}
/*
ul.commentlist{
	float:left;
	width:667px;
	margin:10px 0 0 0;
}

ul.commentlist li{
	float:left;
	width:667px;
	margin:10px 0 10px 0;
	border-bottom:1px solid #999;
	padding-bottom:10px;
	
}
*/
.commentleft{
	float:left;
	width:100%;

}

.commentright{
	float:left;

}

.commentright p{
	
}

.commentsavatar{
	border:#c0c0c0 solid 1px;
	float:left;
	padding:4px;
	margin-right:5px;
}

.commentauthor{
	font-size:11px;
	color:#333;
	font-weight:bold;
	margin-left:5px;
	
}

.commentdate{
	font-size:11px;
	color:#999;
	margin-left:5px;
	
}

.commentcomment{
	/*float:left;*/
	font-size:13px;
}

#commentwrap input{
	padding:0px;
	border:0px;
	margin:10px;
	border:1px solid #666;
	
}

#commentwrap textarea{
	padding:0px;
	border:0px;
	margin:10px;
	border:1px solid #666;
}


#commentwrap label{
	color:#758656;
	font-weight:bold;
	position:relative;
	bottom:8px;
}

#commentloggedin{
	color:#758656;
	font-weight:bold;
	float:left;
	font-size:12px;
	margin:10px;
}

#commentloggedin a{
	color:#758656;
}

#commentloggedin a:hover{
	text-decoration:none;
}

/* midhun */
#comments_body{
	padding-left:50px;
}
/*
.commentlist .even {
background: #6D84B4;

}

.commentlist .odd {
background: #2468A6;

}


*/
#commentform input, #commentform textarea {
	border:1px solid #000;
	margin-top:5px;
	
	}
/*
.commentlist li{
border:0
}
.commentlist li ul li {
	
	margin-left:20px;
	background: none;
}

.commentlist li {
	margin-top:5px;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding:5px;

	}
*/
.commentlist cite, .commentlist cite a {
	/*font-weight: bold;
	
	font-size: 1.1em;*/
font-style: normal;
	}


.commentlist p {
	/*font-weight: normal;
	line-height: 1.5em;
	text-transform: none;*/
	}

#comment-body p {
font-size:8px;
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	/*font-weight: normal;*/
	}
/*
.comment-body{
	background:#ECEFF5;
}
.comment-author{
	float:left;

width:10%;
}
.comment-right{
	float:right;
	
	width:88%;
}
*/
/* pages
------------*/

.entry{
	font-size:13px;
	margin:10px;
	width:650px;
	width:100%;
}


.contentsummary p{
	padding-bottom:15px;
}


.contentthumbnail{
	float:right;
}

.contentthumbnail img{
	border:1px #666 solid;
	padding:2px;
}

.contentcontent{
	width:450px;
	float:left;
	padding-right:10px;
}

.pageaction{
	float:left;
	background:url('http://img.tutorboy.com/articles/images/readmoreicon.gif') no-repeat left;
	padding-left:18px;
}

.pageaction a{
	font-size:11px;
	color:#666;
}




/* paging
------------*/

#paging{
	float:left;
	margin:50px 0 40px 0;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* required
------------*/

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* dates
------------*/

.day{
	margin-top:6px;
	font-size:18px;
	color:#FFF;
	width:100%;
	text-align:center;
}

.month{
	font-size:11px;
	width:100%;
	text-align:center;
	color:#D4D4D4;	
}

.year{
	width:100%;
	text-align:center;
	color:#105CB6;
	font-size:12px;
	font-weight:bold;
	margin-top:18px;
}

/* footer
--------------*/

#footercontent{
	float:left;
}

.footerbox{
	float:left;
	width:250px;
	border-right:#DDD solid 1px;
}

.footerboxright{
	float:left;
	width:150px;
	color:#105CB6;
	font-size:10px;	
}

.footerboxdetails{
	margin:10px;
}

#footer h2{
	font-size:14px;
	font-weight:bold;
	color:#d9d9d9;
}

.footerboxdetails a{
	display:block;
	/*text-transform: uppercase;*/
	color:#999999;
	font-size:12px;
	line-height:1.4em;
	text-decoration:none;
}

.footerboxdetails a:hover{	
	color:#FFF;
		text-decoration: underline;
	border:#105CB6;
}

.footerlinks{
	margin-top:6px;
}

.footerlinks li{
	float:left;
	display:block;
	width:230px;
	line-height:1.2em;
}

.footerboxright li{
	float:left;
	display:block;
	width:150px;
	line-height:1.4em;
}	

#disclaimercontent{
	color:#D9D9D9;
	font-size:12px;
	margin-bottom:10px;
	background:#222;
	background:#000;
}

#disclaimercontent a{
	color:#D9D9D9;	
}
#sidebar_ads{
	border:1px solid #FF9900;
	width:49%;
	float:right;
}
.wp_related_posts{
font-size:12px;
}
#sidebar ul,#sidebar ul ol{margin:0;padding:0;}
#sidebar ul li{list-style-type: none;list-style-image: none;margin-bottom: 15px;}
ul.related_post li a{padding:5px; font-size:12px;}
ul.related_post li{margin-top: 5px;}
ul.related_post li a:hover{color:#FF6D06;text-decoration:none;}
#sidebar ul p, #sidebar ul select {margin: 5px 0 8px;}
#sidebar ul ul, #sidebar ul ol {margin: 5px 0 0 10px;}
#sidebar ul ul ul, #sidebar ul ol {margin: 0 0 0 10px;}
ol li, #sidebar ul ol li {list-style: decimal outside;}
#sidebar ul ul li, #sidebar ul ol li {margin: 3px 0 0;padding: 0;}
#sidebar a{margin: 3px 0 0;padding: 0;	font-size:12px;text-decoration:none}
#sidebar a:hover{color:#152F5F; text-decoration:underline;}
.widget{padding:0;background:none;}
.widget .widgettitle{padding:0;margin:0; width:100%;}
.widgettitle,#respond{}
#sidebar ul li.widget{padding:0;color:#105CB6; font-size:12px;}
.widget ul li{border-bottom:0px solid #EEE; width:100%; clear:both;}
.widget ul li a{color:#105CB6;}
#sidebar h2{padding-left:5px;font-weight:bold;color:#4E463F;width:100%;}
#sidebar{margin-top:-3px;width:100%;float:left;}
#sidebar form {margin:0;}
#searchbox{
border:1px solid #666666;
height:20px;
}
#post-tags a,#posted-in a{color:#3E6D8E;background:#F7F7F7;padding:2px 5px;border-bottom:#3E6D8E solid 1px;border-right:#7F9FB6 solid 1px;}
#post-tags{margin-top:0;margin-bottom:10px;}
#post-tags  a:hover,#posted-in  a:hover{text-decoration:none;color:#FFF;background:#6D84B4;padding:2px 5px;border-bottom:#3E6D8E solid 1px;border-right:#7F9FB6 solid 1px;}
.wp-pagenavi a, .wp-pagenavi a:link {padding: 2px 4px 2px 4px;margin: 2px;text-decoration: none;border: 1px solid #6D84B4;color: #3B5998;background-color: #F7F7F7;}
.wp-pagenavi a:visited{padding: 2px 4px 2px 4px;margin: 2px;text-decoration: none;color: #3B5998;background-color: #F7F7F7;	}
.wp-pagenavi a:hover {border: 1px solid #FF6D06;color: #3B5998;background-color: #FFF;}
.wp-pagenavi a:active {padding: 2px 4px 2px 4px;margin: 2px;text-decoration: none;border: 1px solid #990000;color: #3B5998;background-color: #FFF;}
.wp-pagenavi span.pages {padding: 2px 4px 2px 4px;margin: 2px 2px 2px 2px;color: #3B5998;border: 1px solid #6D84B4;	background-color: #F7F7F7;}
.wp-pagenavi span.current {	padding: 2px 4px 2px 4px;margin: 2px;font-weight: bold;border: 1px solid #3B5998;color: #FFF;background-color: #6D84B4;}
.wp-pagenavi span.extend {padding: 2px 4px 2px 4px;margin: 2px;border: 1px solid #6D84B4;color: #3B5998;background-color: #F7F7F7;}

#gototop{display:none;font-weight:bold;font-size:10px;width:100px;color:#000;font-size:11px;text-decoration:none;position:fixed;right:5px;bottom:5px;padding:7px 7px 0 0;}
#gototop:hover{text-decoration:underline;}
.bluebutton .bluebutton_a{margin:0px;padding:3px 10px 3px 12px;background:transparent url(http://img.tutorboy.com/articles/Button_Blue.png) top left no-repeat;border:0px;height:22px;color:white;font-size:11px;font-weight:bold;position:relative;cursor:pointer;float:left;}
.greenbutton .greenbutton_a{margin:0px;padding:3px 10px 3px 12px;/* @noflip */background:transparent url(http://img.tutorboy.com/articles/Button_Green.png) top left no-repeat;border:0px;height:27px;color:white;font-size:11px;font-weight:bold;position:relative;cursor:pointer;/* @noflip */float:left;}
.ie6 .bluebutton .bluebutton_a,.ie7 .bluebutton .bluebutton_a,.ie6 .greenbutton .greenbutton_a,.ie7 .greenbutton .greenbutton_a{padding:3px 3px 3px 5px;}
.ff2 .bluebutton .bluebutton_a,.ff2 .greenbutton .greenbutton_a{padding:3px 6px 3px 8px;}
.ff3 .bluebutton .bluebutton_a,.ff3 .greenbutton .greenbutton_a{padding:2px 6px 4px 8px;}
.bluebutton .bluebutton_r,.greenbutton .greenbutton_r{right:0px;top:0px;width:2px;height:27px;position:absolute;}
.bluebutton .bluebutton_r{background:transparent url(http://img.tutorboy.com/articles/Button_Blue.png) -248px 0px no-repeat;}
.greenbutton .greenbutton_r{background:transparent url(http://img.tutorboy.com/articles/Button_Green.png) -248px 0px no-repeat;}
.bluebutton .bluebutton_rw{width:2px;height:22px;overflow:hidden;position:relative;/* @noflip */float:left;}
.greenbutton .greenbutton_rw{width:2px;height:27px;overflow:hidden;position:relative;/* @noflip */float:left;}
#sidebar-tag{line-height:28px;color:#343434;border:0px solid #000;}
#sidebar-tag a{color:#FFF;background:#2468A6;padding:4px;border-bottom:#424242 solid 1px;border-right:#424242 solid 1px;margin-left:10px;}
#sidebar-tag  a:hover{text-decoration:none;color:#FFF;background:#868686;padding:4px;border-bottom:#424242 solid 1px;border-right:#424242 solid 1px;margin-left:10px;}
blockquote{
color:#000; margin:10px 5px;padding-left: 25px;border-left: 0  solid #105CB6;background:#F8F8F8;padding-right:10px;padding-top:0;width:80%;
background:url('http://img.tutorboy.com/articles/images/Open-quotes-icon.png') top left no-repeat;}
blockquote .red{margin:15px 30px 0 10px;padding-left: 30px;border-left: 8px solid RED;background:#F8F8F8;padding-right:10px;padding-top:0;padding-bottom:5px;}
blockquote cite{margin:5px 0 0;display:block;}

h1							{ font-size:28px; }
	h2							{ font-size:22px; padding:10px 0 0 0; clear:both; }
		h1, h2					{ font-weight:normal; }
		h1, h2, h5				{ font-family:Cambria,Georgia,Palatino,"Palatino Linotype",Myriad Pro,Serif; }
	h3							{ color:#3b5998; margin:10px 0 0 0; }
	h4							{ margin:0 0 3px 0; }
	h5							{ margin:0 0 20px 0; font-size:20px; background:#fffea1; padding:10px 20px; color:#000; }
		h5 em					{ color:green; }
	h4							{ color:#fff; padding:5px; font-size:14px; }
	h6							{ font-family:tahoma,arial; font-weight:bold; font-size:13px; }
h1,h2,h3,h4,h5,h6{color:#000;margin-bottom:5px;	text-decoration:none;
}

.download-link{
font-size:22px; 
margin-top:30px;
padding: 5px  0 0 30px; 
background:url('http://img.tutorboy.com/articles/images/download.png') top left no-repeat;
width:100%;
}

/*
###################### Source code pre tag. #################################
*/
blockquote ol {padding-left:15px;}
code.code{
margin:5px 0;
padding:5px;
width:100%;
border:1px dashed #000066;
height:auto;
}
pre{
margin:3px 0;
padding:5px;
width:656px;
border:1px dashed #BDBEBF;
height:auto;
background:#F8F8F8;

}
._page h1, ._page h2,._page h3, ._page h4,._page h5,._page h6{color:#105CB6;}
/*
###################### end Source code pre tag. #################################
*/
#page { background:border: none; }
	img{border:none;}
	@media all {
		.fadein	{ visibility:hidden; }
		#searchform	{  }
		
	}
	@media handheld {
		.fadein	{ visibility:visible; }
	}


.thread-alt {
		background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;

}
.commentlist li, #commentform input, #commentform textarea {
font-size: 12px;
	}
.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

font-size: 11px;
	}

.commentmetadata {
	font-weight: normal;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

