/* 
	Theme Name: Channel	
	Theme URL: http://theme-junkie.com/
	Description: Just Another Premium Theme for Free
	Author: Roy Guan
	Author URI: http://theme-junkie.com/ 
	Version: 1.2
	Tags:  Fixed Width, Adsense Ready, Widget Ready, Advanced Theme Options
	
	Changelog:
	02/25/2011  v1.1  Fix bugs to compatible with WordPress 3.1 
	10/18/2009  v1.1  Fix bugs of blockquote and list in post content
	09/15/2009  v1.0  Initial Release to compatible with WordPress 2.8.4
*/

/*******************
*	RESET		   *
*******************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h15,h17,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:separate;}a {text-decoration:none;}

.clear{clear:both}
.right {float:right;}
.left {float:left;}

@import url(https://web.archive.org/web/20130403170421cs_/http://fonts.googleapis.com/css?family=Oswald);

/*******************
*	OVERALL		   *
********************/
body {
	background: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	magrin: 0;
	padding: 0;
}

#wrapper {
	background: #fff;
	width: 1068px;
	margin: 15px auto;
	padding: 10px 15px 15px 15px;
	border: 1px solid #ddd;
}

/*******************
*	HYPERLINKS	   *
********************/
a, a:visited {
	color: #123ce3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*******************
*	TOP			   *
********************/
#top {
	background: #fff;
	margin: 0;
	padding: 0;
}

#topnav {
	background: #fff;
	height: 28px;
	margin: 0;
	padding: 2px 0 1px 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 11px;
}

#topnav .current_page_item {
	background: #cc0000;
}

#topnav .current_page_item a {
	color: #fff !important;
}

#topnav ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#topnav ul li {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	border-right: 1px solid #045;
}

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #cc0000;
	display: block;
	margin: 0;
	padding: 8px 12px 7px 12px;
}

#topnav li a:hover, #topnav li a:active {
	background: #cc0000;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: none;
}

#topnav li li a, #topnav li li a:link, #topnav li li a:visited {
	background: #fff;
	width: 130px;
	color: #111;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#topnav li li a:hover, #topnav li li a:active {
	background: #cc0000;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#topnav li ul {
	z-index: 9999;
	width: 155px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	height: auto;
}

#topnav li li {
	border:none;
}

#topnav li ul a {
	width: 120px;
}

#topnav li ul a:hover, #topnav li ul a:active {
}

#topnav li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}

#topnav li:hover, #topnav li.sfhover {
	position: static;
}

#topnav .left a {
	margin: 0;
	padding: 0 5px 0 5px;
}

/*******************
*	SEARCH FORM	   *
********************/
form {
	margin: 0;
	padding: 0;
}

#searchform {
	margin: 0;
	padding: 0;
	line-height: 28px;
}

.searchinput {
	width: 160px;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 4px 4px 4px 5px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.searchinput:focus {
	border: 1px solid #191919;
}

.searchsubmit {
	width: 35px;
	background: #cc0000;
	border: 1px solid #ddd;
	margin: 0;
	padding: 1px 0 2px 0;
	color: #fff;
	font-weight: bold;
}

/*******************
*	HEADER		   *
********************/
#header {
	background: #fff;
	height: 120px;
	margin: 0;
	padding: 0;
}

.logo {
	background: #fff url(/wp-admin/images/logo.jpg) no-repeat;
	float: left;
	width: 220px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}

#fbgroup {
width: 510px;
padding-left: 0px;
height: 115px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/06/100_-EDITED23.png);
display: block;
float: right;
background-repeat: no-repeat;
}
#gadget{
width: 615px;
padding-right:30px;
height: 140px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/06/addn-ewwwwwwwwwwwww1.jpg);
display: block;
float: right;
background-repeat: no-repeat;
}
#ad123{
width: 530px;
padding-left: 0px;
height: 120px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/06/updates-add.png);
display: block;
float:left;
background-repeat: no-repeat;
}
#abbok{
width: 300px;
padding-left: 35px;
height: 65px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/06/abbok.png);
display: block;
float: right;
background-repeat: no-repeat;
}
#fbpage {
width: 459px;
padding-right: 50px;
height: 120px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/06/fb-fan-page1.jpg);
display: block;
float: right;
background-repeat: no-repeat;
}
#apps {
width: 543px;
padding-left: 10px;
height: 120px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/06/1201.jpg);
display: block;
float: left;
background-repeat: no-repeat;
}
#advertise {
width: 160px;
padding-left: 10px;
height: 100px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/05/new12.jpg);
display: block;
float: right;
background-repeat: no-repeat;
}
#advertise2 {
width: 489px;
padding-left: 10px;
height: 70px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/05/Screenshot_391.png);
display: block;
background-repeat: no-repeat;
}
#smsupdates {
width: 300px;
padding-left: 10px;
height: 100px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/04/sms.jpg);
display: block;

background-repeat: no-repeat;
}
#postjob {
width: 291px;
padding-right: 50px;
height: 74px;
background-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2012/04/post_a_job_now.png);
display: block;float: right;
background-repeat: no-repeat;
}
.ad468x60 {
	float: right;
	background: #fff;
	width: 468px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}

.ad468x60 img {
	border: none;
}

/*******************
*	MENU		   *
********************/
#menu {
	background: #e5f1fe;
	height: 28px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #6aaff9;
	border-bottom: 4px solid #6aaff9;
        
       
}

#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ddd;
}

#menu ul li {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
	border-right: 1px solid #045;
}

#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #000;
	display: block;
	font-size: 13px;
font-family: 'Oswald', sans-serif;
}

#menu li a:hover, #menu li a:active {
	background: #cc0000;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #fff;
	width: 130px;
	float: none;
	margin: 0;
	padding: 8px 12px 7px 12px;
	color: #000;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#menu li li a:hover, #menu li li a:active {
	background: #cc0000;
	color: #fff;
	padding: 8px 12px 7px 12px;
}

#menu li ul {
	z-index: 9999;
	position: absolute;
	height: auto;
	width: 155px;
	margin: 0;
	padding: 0;
	left: -999em;
}

#menu li li {
	border: none;
}

#menu li ul a {
	width: 120px;
}

#menu li ul a:hover, #menu li ul a:active {
}

#menu li ul ul {
	margin: -29px 0 0 156px;
	border: none;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	position: static;
}

/*******************
*	HOMEPAGE	   *
********************/
#col1 {
	background: #fff;
	float: left;
	width: 728px;
	margin: 15px 0 0 0;
	padding: 0 0 3px 0;
	clear: both;
}

.featuredline {
	margin: 0;
	padding: 10px 0 10px 0;
	background: #fff;
}

/*******************
*	POST BOX	   *
********************/
#post {
}

#postbox {
	float: right;
	background: #fff;
	width: 320px;
	height: 245px;
	margin: 0 10px 15px 0;
	padding: 10px;
	line-height: 16px;
	border: 1px solid #e6e6e6;
	color: #444;
}

#postbox h3 {
        float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	
}

#postbox h3 a:hover {
 	color: #2249e6;
}

#postbox span {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#postbox .header {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#postbox .thumbnail img {
	margin: 0;
	padding: 2px;
	background: #fff;
	width: 80px;
	height: 80px;
}

#postbox .info {
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
}

#postbox .info h4 {
	margin: 0;
	padding: 0 0 10px 0;
}

#postbox .meta {
	height: 20px;
	margin: 5px 0 5px 0;
	padding: 0;
	background: #fff;
	line-height: 20px;
	text-transform: uppercase;
}


#postbox .author {
	text-transform: uppercase;
}

#postbox .date {
	text-transform: uppercase;
}

#postbox .continue {
	margin: 0 7px 0 0;
	padding: 0 0 0 15px;
	background: url(/web/20130403170421im_/http://www.careerbuzz.in/wp-content/themes/channel/images/continue.gif) no-repeat 0 0;
}

#postbox .comment {
	padding: 0 0 0 17px;
	background: url(/web/20130403170421im_/http://www.careerbuzz.in/wp-content/themes/channel/images/comment.gif) no-repeat 0 -1px;
}

/*******************
*	CONTENT		   *
********************/
#content {
	float: left;
	width: 728px;
	margin: 0;
	padding: 0;
	color: #555;
}

#content h3 {
	font-size: 23px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
color: #123ce3;font-family: "Trebuchet MS";

}
#content h5 {
	font-size: 16px;
	font-weight: none;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
color: #123ce3;font-family: "Trebuchet MS";
}
#content h7 {
	font-size: 12px;
        color:#ff0000;
	font-weight: none;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;

}
#content h8 {
	font-size: 25px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
color: #ff0000;
}
#content h9 {
	font-size: 14px;
        color:#ff0000;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
line-height: 28px;
}
#content h10 {
	font-size: 21px;
        
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
          line-height: 28px;
}
#content h11 {
	font-size: 17px;
        margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
	font-weight: bold;
	
          line-height: 28px;
}

content1
.browse {	
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #333;font-family: "Trebuchet MS";
	line-height: 18px;
}

.browse1 {	
	background: #fff;;
	border: 1px solid #fff;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #fff;;font-family: "Trebuchet MS";
	line-height: 18px;
}

.browse1 a {
	color: #fff;
}
.browse a {
	color: #333;
}

.postmeta {
	margin: 0;font-family: "Trebuchet MS";
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;font-size:14px;
font-weight:bold;
}

.postmeta a {
	color: #000;
}

/*******************
*	ENTRY		   *
********************/
.entry {
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0;font-size:12px;color:#2249e6; 

}

.entry  p {
	padding-bottom: 10px;font-family:Verdana;font-size:13px;
	}
.entry  b{
	font-weight: bold;
  font-size: 13px;color:#2249e6; 
text-decoration: underline;white-space:pre;
	}	
.entry strong {
	font-weight: bold;
  font-size: 13px;font-family:Verdana; color:#2249e6; 
text-decoration: underline;white-space:normal;
	}
	
.entry h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;font-family: "Trebuchet MS";
	}
	
.entry h2 {
	font-size: 18px;
         color: #e3123c;
	font-weight: bold;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 7px 0px !important;
	}
	
.entry h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
	
.entry h4 {
	font-size: 14px;
        color: #e3123c;
	font-weight: none;
	padding: 0px 0px 7px 0px;
	}
	
.entry h5 {
	font-size: 20px;
          color: #e3123c;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
	
.entry h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
.entry h7 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
.entry h5 {
	font-size: 14px;
          color: #e3123c;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
.entry h9 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	}
.entry h10 {
	font-size: 21px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
        color:#e3123c;
	}
.entry h11 {
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
        color:#e3123c;
	}
.entry a {
	color: #123ce3;font-family: "Trebuchet MS";
	}
	
.entry a:hover {
	text-decoration: underline;
	}
	
.entry a img {
	border: none;
	}
	
.entry ul {
	padding-bottom: 10px;
	list-style: square inside;
	}

.entry ol {
	padding-bottom: 10px;
	list-style: decimal inside;
	}
	
.entry li {
	padding: 2px 0px 2px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	}
	
.entry li a {
	color: #333333;
	}

.entry li ul {
	margin: 0px;
	padding: 0px;
}

blockquote {
	background: #F6F5F5;
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	color: #333333;
	clear: both;
	border-left: 3px solid #BFBBBB;
	}
	
code {
	color: #444444;
	font: 11px/17px tahoma, arial, sans-serif;
	display: block;
	}
	
blockquote p {
	margin: 5px 0px;
	padding: 5px 0px;
	font-size: 11px;
	line-height: 15px;
	}
	
blockquote li {
	padding: 2px 0px 2px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #369;
	}
	
blockquote a {
	color: #0080CA;
	text-decoration: underline;
	}
	
blockquote a:hover {
	color: #003399;
	}


.tag {
	padding: 10px;
	line-height: 15px;
}

/*******************
*	ARCHIVE		   *
********************/
#archive {
	margin: 0;
	padding: 0;font-family: "Trebuchet MS";
}

#archive h3 {
	margin: 0;
	padding: 0;font-family: "Trebuchet MS";
}

.archiveleft {
	float: right;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.archiveleft img{
 	width: 120px;
	height: 80px;
	margin: 0;
	padding: 0;
}

.archiveright {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

.archivebottom {
	background: #f8f8f8;
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #e6e6e6;font-family: "Trebuchet MS";
}
/*******************
*	IMAGES		   *
********************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
}

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

img.alignleft {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	background: #f7f7f7;
	text-align: center;
	padding: 4px 0 5px 0;
	border: 1px solid #e6e6e6;
}

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

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}


/*******************
*	SIDEBAR		   *
********************/
#sidebar {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0;
}

#sidebar .box {
	margin: 10px 0 10px 0;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 18px;
}

#sidebar .box a {	
	color: #333;
}

#sidebar .widget {
	margin: 0;
	padding: 0;
}

#sidebar .leftwidget {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0;
}

#sidebar .rightwidget {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0;
}


.widget ul, .leftwidget ul{
	margin: 0;
	padding: 0;
}

.widget ul li, .leftwidget ul li{
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar li ul {

}

#sidebar li li {

}

#sidebar h3 {
	margin: 15px 0 0 0;
	padding: 13px;
	background: #123CE3;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
}
#sidebar h15 {
	margin: 15px 0 0 0;
	padding: 13px;
	background: #e3126c;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
#sidebar h17 {
	margin: 15px 0 0 0;
	padding: 3px;
	background: #fce8e8;
	color: #fff;
  
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #fff;

}
.ad300x250 {
	background: #f0f0f0;
	width: 300px;
	height: 250px;
	margin: 15px 0 0 0;
	padding: 10px;
}

.ad300x250 img {
	border: none;
}

/************
side bpage
***********/

#sidepage {
	float: left;
	width: 330px;
	margin: 0px;
	padding: 0px;
        border: 4px solid #e6e6e6;
       
}

#sidepage .box {
	margin: 10px 0 10px 0;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 18px;
}

#sidepage .box a {	
	color: #333;
}

#sidebar .rightwidget {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}


#sidepage li ul {

}

#sidepage li li {

}

#sidepage h3 {
	margin: 15px 0 0 0;
	padding: 13px;
	background: #123CE3;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
}#sidepage h1 {
	margin: 15px 0 0 0;
	padding: 13px;
	background: #123CE3;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #e6e6e6;
}
/******************
 *	SUBSCRIBE	  *
 ******************/ 
#subscribeform {
	line-height: 20px;
}

.subscribeinput {
	width: 180px;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 3px 3px 3px 3px;
	border: 1px solid #e6e6e6;
}

.subscribeinput:focus {
	border: 1px solid #191919;
}

.subscribesubmit {
	width: 60px;
	background: #ccc;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 0 1px 0;
	color: #fff;
	font-weight: bold;
}

.rss {
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 11px;
}

.postsfeed {
	background: url(/web/20130403170421im_/http://www.careerbuzz.in/wp-content/themes/channel/images/rss.gif) no-repeat 0 0;
	padding: 0 0 0 18px;
}

.commentsfeed {
	margin: 0 0 0 10px;
	padding: 0 0 0 18px;
	background: url(/web/20130403170421im_/http://www.careerbuzz.in/wp-content/themes/channel/images/rss.gif) no-repeat 0 0;
}

/*******************
*	FLICKR		   *
********************/
.flickr img {
	margin: 0;
	padding: 2px;
	border: none;
}

/*******************
*	COMMENTS	   *
********************/
.comments-box {
	zoom: 1;
	margin: 30px 0 0 0;
}

.comments-box img {
	vertical-align: middle;
}

.comments-box h3 {
	color: #333;
	font-size: 1.4em;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

#respond {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 5px;
}

#respond p {
	color: #777;
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

.cancel-comment-reply {
	padding: 5px 0 0 0;
}

.cancel-comment-reply a {
	color: #000;
}

.text {
	border: 1px solid #ddd;
	padding: 2px;
	color: #777;
	width: 200px;
}

/************************
*	COMMENT FRAMEWORK	*
*************************/
ol.commentlist a:link {
	text-decoration: none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	text-decoration: none;
}

ol.commentlist {
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}

ol.commentlist li {
	margin: 10px 0 10px 0;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #e9e9e9;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor p {
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment {
}

ol.commentlist li div.comment-author {
}

ol.commentlist li div.vcard {
}

ol.commentlist li div.vcard cite.fn {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #222;
}

ol.commentlist li div.vcard img.avatar {
	float: right;
}

ol.commentlist li div.vcard img.avatar-32 {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard img.photo {
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
ol.commentlist li div.vcard span.says {
	color: #888;
}

ol.commentlist li div.commentmetadata {
}

ol.commentlist li div.comment-meta {
	margin: 3px 0 0 0;
	font-size: 0.9em;
}

ol.commentlist li div.comment-meta a {
	color: #aaa;
	text-decoration:none;
}

ol.commentlist li p {
	margin: 15px 0 0 0;
	line-height: 1.4em;
}

ol.commentlist li ul {
}

ol.commentlist li div.reply {
	background: #f8f8f8;
	color: #333;
	width: 33px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	line-height: 16px;
	border: 1px solid #e9e9e9;
}

ol.commentlist li div.reply a {
	color: #333 !important;
}

ol.commentlist li div.reply a:hover {
	color: #333 !important;
	text-decoration: none;
}

ol.commentlist li ul.children {
}

ol.commentlist li ul.children li {
	margin: 10px 0 0 0;
	background: #fff;
	border: 1px solid #e9e9e9;
}

ol.commentlist li ul.children li li.alt {
	background: #fff;
}

ol.commentlist li ul.children li.bypostauthor {
}

ol.commentlist li ul.children li.byuser {
}

ol.commentlist li ul.children li.comment {
}

ol.commentlist li ul.children li.comment-author-admin {
}

ol.commentlist li ul.children li.depth-2 {
}

ol.commentlist li ul.children li.depth-3 {
}

ol.commentlist li ul.children li.depth-4 {
}

ol.commentlist li ul.children li.depth-5 {
}

ol.commentlist li ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.pingback {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

/*******************
*	COMMENT FORM   *
********************/
#commentform {
	margin-top: 5px;
}
#commentform input {
	width: 210px;
	margin: 5px 5px 1px 0;
	padding: 5px;
	border: 1px solid #ddd;
}
#commentform input:focus {
	border: 1px solid #191919;
}

#commentform .author {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .email {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform .url {
	padding: 3px 3px 3px 5px;
	background: fff;
	color: #333;
}

#commentform textarea {
	width: 75%;
	height: 100px;
	padding: 2px;
	border: 1px solid #ddd;
}

#commentform textarea:focus {
	border: 1px solid #191919;
}

#commentform .submit {
	margin: 0;
	padding: 4px;
	color: #999;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #f8f8f8;
	width: 155px;
}

#commentform .submit :hover {
	background: #333;
	border: 1px solid #191919;
	text-decoration: underline;
	color: #fff;
}

/*******************
*	NAVIGATION	   *
********************/
.navigation {
	margin: 5px 0 5px 0;
	padding: 5px;
}

/******************
*	FOOTER		  *
*******************/ 
#footer {
	background: #fff;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	color: #333;
	line-height: 20px;
	list-style: none;
	border-top: 1px solid #e6e6e6;
}

#footer ul li {
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #f0f0f0;
}

#footer .box {
	width: 291px;
	margin: 0 15px 0 0;
}
#footer h3 {
	margin: 15px 0 5px 0;
	padding: 0 10px 0 0;
	background: #fff;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#footer ul ul {
	display: none;
}
#footer img {
	padding: 5px;
}

/******************
*	BOTTOM		  *
*******************/ 
#bottom {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #333;
	line-height: 15px;
	border-top: 1px solid #e6e6e6;font-family: "Trebuchet MS";
}

#bottom a {
	color: #cc0000;
	border-bottom: 1px dotted #333;
}

#bottom a:hover {
	border-bottom: none;
}

.pagenumbers{
	margin-bottom: 10px;
}
 
.pagenumbers a, .pagenumbers a:link {
	padding: 4px 6px 4px 6px;
	margin: 1px;
	text-decoration: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color:#fbf4aa;
}
.pagenumbers a:visited {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	text-decoration: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #fbf4aa;
}
.pagenumbers a:hover {
	border: 1px solid #3b3b3b;
	color: #3b3b3b;
	background-color: #FFFFFF;
}
.pagenumbers a:active {
	padding: 4px 6px 4px 6px;
	margin: 2px;
	text-decoration: bold;
	border: 1px solid #f50e0e;
	color: #e56100;
	background-color: #f50e0e;
}

style11 {font-size:25 px; color: #0033FF; font-weight: bold; font-family: "Trebuchet MS";}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
style12 {font-size:25 px; color: #0033FF; font-weight: bold; font-family: "Trebuchet MS";}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.children
{display: none;font-size:9 px; color: #0033FF; font-weight: bold; font-family: "Trebuchet MS";}
.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children
{display: block;  }

.current_page_item a,
.current_page_item a:visited {

	font-weight:bold;font-size:12 px; color: #610B38;
}
.current_page_ancestor a:visited {

	font-weight:bold;font-size:12 px; color: #610B38;
}
.page_item ul li a,
.page_item ul li a:visited {
font-weight:normal;
}

.page_item .current_page_item a{font-weight:bold;font-size:14px; color: #610B38;},
.page_item .current_page_item a:visited {
	font-weight:bold;font-size:14px; color: #610B38;
}
.page_item .current_page_item a:hover {
	font-weight:bold;font-size:14px; color: #46d22e;
}
#s1
{list-style: none;
}
#s1 ul
{list-style-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2013/02/icon_bullet1.png);
font-weight:bold;font-size:17px;font-family: Verdana,helvetica,arial,sans-serif;
color: #610B38;
padding-left: 29px;
margin-top: 5px;
}
#s1 ul li li{
list-style-image: url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2013/02/arrowbullet1.png) ;
font: 15px Verdana;
width: 240px;
margin-left: 6px;
margin-top: 2px;
float: none;color: #0033FF;
color: black;padding-left: 10px;
text-decoration: none;
 }
#content1 {
	float: right;
	width: 728px;
	margin: 0;
	padding: 0;font-size: 13px;font-family:verdana;
	color: #000000;
}

#content1 h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
color: #123ce3;
}
#content1 h5 {
	font-size: 16px;
	font-weight: none;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
color: #123ce3;
}
#content1 h7 {
	font-size: 12px;
        color:#ff0000;
	font-weight: none;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;

}
#content1 h8 {
	font-size: 25px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
color: #ff0000;
}
#content1 h9 {
	font-size: 14px;
        color:#ff0000;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
line-height: 28px;
}
#content1 h10 {
	font-size: 21px;
        
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
          line-height: 28px;
}
#content1 h11 {
	font-size: 17px;
        margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
	font-weight: bold;
	
          line-height: 28px;
}

#content1 pre {
background: #fce7d6;
color:#141414;
margin-left: 38px;
margin-right: 18px;
margin-top: 15px;
font-family: monospace;font-size: 13px;
margin-bottom: 5px;padding: 0px 0px 0px 0px;
border: 1px solid #d5ddc6;
-moz-box-shadow: 8px 3px 10px #d4d4d4;
-webkit-box-shadow: 8px 3px 10px #d4d4d4;
box-shadow: 5px 3px 10px #d4d4d4;
}
#cssmenu{ height:37px; display:block; padding:0; margin:2px auto;  border:1px solid; border-radius:5px; } 
#cssmenu > ul {list-style:inside none; padding:0; margin:0;} 
#cssmenu > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;} 
#cssmenu > ul > li > a{ outline:none; display:block; position:relative; padding:12px 11px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); } 
#cssmenu > ul > li:first-child > a{border-radius:5px 0 0 5px;} 
#cssmenu > ul > li > a:after{ content:''; position:absolute; border-right:1px solid; top:-1px; bottom:-1px; right:-2px; z-index:99; } 
#cssmenu ul li.has-sub:hover > a:after{top:0; bottom:0;} 
#cssmenu > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; } 
#cssmenu > ul > li.has-sub:hover > a:before{top:19px;} 
#cssmenu ul li.has-sub:hover > a{ background:#3f3f3f; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; } 
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{display:block;} 
#cssmenu ul li.has-sub > a:hover{background:#3f3f3f; border-color:#3f3f3f;} 
#cssmenu ul li > ul, #cssmenu ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#3f3f3f; border-radius:0 0 5px 5px; z-index:999; } 
#cssmenu ul li > ul{width:200px;} 
#cssmenu ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;} 
#cssmenu ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); } 


#cssmenu, #cssmenu > ul > li > ul > li a:hover{ background:#60a318; background:-moz-linear-gradient(top,  #60a318 0%, #588514 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#60a318), color-stop(100%,#588514)); background:-webkit-linear-gradient(top,  #60a318 0%,#588514 100%); background:-o-linear-gradient(top,  #60a318 0%,#588514 100%); background:-ms-linear-gradient(top,  #60a318 0%,#588514 100%); background:linear-gradient(top,  #60a318 0%,#588514 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a318', endColorstr='#588514',GradientType=0 ); } 
#cssmenu{border-color:#39540d;} 
#cssmenu > ul > li > a{border-right:1px solid #39540d; color:#fff;} 
#cssmenu > ul > li > a:after{border-color:#87d435;} 
#cssmenu > ul > li > a:hover{background:#6aa613;} 


#cssmenu1{ height:37px; display:block; padding:0; margin:7px auto;  border:1px solid; border-radius:5px; } 
#cssmenu1 > ul {list-style:inside none; padding:0; margin:0;} 
#cssmenu1 > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;} 
#cssmenu1 > ul > li > a{ outline:none; display:block; position:relative; padding:12px 19px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); } 
#cssmenu1 > ul > li:first-child > a{border-radius:5px 0 0 5px;} 
#cssmenu1 > ul > li > a:after{ content:''; position:absolute; border-right:1px solid; top:-1px; bottom:-1px; right:-2px; z-index:99; } 
#cssmenu1 ul li.has-sub:hover > a:after{top:0; bottom:0;} 
#cssmenu1 > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; } 
#cssmenu1 > ul > li.has-sub:hover > a:before{top:19px;} 
#cssmenu1 ul li.has-sub:hover > a{ background:#3f3f3f; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; } 
#cssmenu1 ul li.has-sub:hover > ul, #cssmenu1 ul li.has-sub:hover > div{display:block;} 
#cssmenu1 ul li.has-sub > a:hover{background:#3f3f3f; border-color:#3f3f3f;} 
#cssmenu1 ul li > ul, #cssmenu1 ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#3f3f3f; border-radius:0 0 5px 5px; z-index:999; } 
#cssmenu1 ul li > ul{width:200px;} 
#cssmenu1 ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;} 
#cssmenu1 ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); } 


#cssmenu1, #cssmenu1 > ul > li > ul > li a:hover{ background:#c75bc5; background:-moz-linear-gradient(top,  #c75bc5 0%, #a14da8 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#c75bc5), color-stop(100%,#a14da8)); background:-webkit-linear-gradient(top, #c75bc5 0%,#a14da8 100%); background:-o-linear-gradient(top, #c75bc5 0%,#a14da8 100%); background:-ms-linear-gradient(top, #c75bc5 0%,#a14da8 100%); background:linear-gradient(top, #c75bc5 0%,#a14da8 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c75bc5', endColorstr='#a14da8',GradientType=0); } 
#cssmenu1{border-color:#723778;} 
#cssmenu1 > ul > li > a{border-right:1px solid #723778; color:#fff;} 
#cssmenu1 > ul > li > a:after{border-color:#f68bf6;} 
#cssmenu1 > ul > li > a:hover{background:#9d489d;} 

#cssmenu3{ height:37px; display:block; padding:0; margin:5px auto;  border:1px solid; border-radius:5px; } 
#cssmenu3 > ul {list-style:inside none; padding:0; margin:0;} 
#cssmenu3 > ul > li {list-style:inside none; padding:0; margin:0; float:left; display:block; position:relative;} 
#cssmenu3 > ul > li > a{ outline:none; display:block; position:relative; padding:12px 4px; font:bold 13px/100% Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.4); } 
#cssmenu3 > ul > li:first-child > a{border-radius:5px 0 0 5px;} 
#cssmenu3 > ul > li > a:after{ content:''; position:absolute; border-right:1px solid; top:-1px; bottom:-1px; right:-2px; z-index:99; } 
#cssmenu3 ul li.has-sub:hover > a:after{top:0; bottom:0;} 
#cssmenu3 > ul > li.has-sub > a:before{ content:''; position:absolute; top:18px; right:6px; border:5px solid transparent; border-top:5px solid #fff; } 
#cssmenu3 > ul > li.has-sub:hover > a:before{top:19px;} 
#cssmenu3 ul li.has-sub:hover > a{ background:#3f3f3f; border-color:#3f3f3f; padding-bottom:13px; padding-top:13px; top:-1px; z-index:999; } 
#cssmenu3 ul li.has-sub:hover > ul, #cssmenu3 ul li.has-sub:hover > div{display:block;} 
#cssmenu3 ul li.has-sub > a:hover{background:#3f3f3f; border-color:#3f3f3f;} 
#cssmenu3 ul li > ul, #cssmenu3 ul li > div{ display:none; width:auto; position:absolute; top:38px; padding:10px 0; background:#3f3f3f; border-radius:0 0 5px 5px; z-index:999; } 
#cssmenu3 ul li > ul{width:200px;} 
#cssmenu3 ul li > ul li{display:block; list-style:inside none; padding:0; margin:0; position:relative;} 
#cssmenu3 ul li > ul li a{ outline:none; display:block; position:relative; margin:0; padding:8px 20px; font:10pt Arial, Helvetica, sans-serif; color:#fff; text-decoration:none; text-shadow:1px 1px 0 rgba(0,0,0, 0.5); } 


#cssmenu3, #cssmenu3 > ul > li > ul > li a:hover{ background:#e0541d; background:-moz-linear-gradient(top,  #e0541d 0%, #c23919 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0541d), color-stop(100%,#c23919)); background:-webkit-linear-gradient(top,  #e0541d 0%,#c23919 100%); background:-o-linear-gradient(top,  #e0541d 0%,#c23919 100%); background:-ms-linear-gradient(top,  #e0541d 0%,#c23919 100%); background:linear-gradient(top,  #e0541d 0%,#c23919 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0541d', endColorstr='#c23919',GradientType=0 ); } 
#cssmenu3{border-color:#912b14;} 
#cssmenu3 > ul > li > a{border-right:1px solid #912b14; color:#fff;} 
#cssmenu3 > ul > li > a:after{border-color:#ff723b;} 
#cssmenu3 > ul > li > a:hover{background:#b03d18;} 



.styled-button-10 {
	background:#5CCD00;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
	padding:10px 15px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button a:hover {color:#fff;
	text-decoration: none;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;


}
.button a,button a:visited{color:#fff;
	text-decoration: none;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;

}
.button a:active {color:#fff;
	position: relative;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;

	top: 1px;
}.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.white {
	color: #000000;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;color:#fff;
	border-radius: 2em;text-decoration: none;font-weight: bold;font-family: "Trebuchet MS";font-size: 17px;
}
.blue {
	color: #fff;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.pink {
	color: #fff;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
} .red {
	color: #fff;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.button1 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: bold;
        font-size:12px;
	font-family: "Verdana";
	padding: .5em 2em .55em;
	
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button1 a:hover {color:#fff;
	text-decoration: none;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;


}
.button1 a,button a:visited{color:#fff;
	text-decoration: none;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;

}
.button1 a:active {color:#fff;
	position: relative;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;

	top: 1px;
}
.white1 {
	color: #000000;
	
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white1:hover {
background: #ffe98f;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffe98f));
	background: -moz-linear-gradient(top,  #ffffff,  #ffe98f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.white1:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

.button3 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: bold;
        font-size:12px;
	font-family: "Verdana";
	padding: .5em 2em .55em;
float:right;
	
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button3 a:hover {color:#fff;
	text-decoration: none;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;


}
.button3 a,button a:visited{color:#fff;
	text-decoration: none;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;

}
.button3 a:active {color:#fff;
	position: relative;font-weight: bold;font-family: "Trebuchet MS";font-size: 16px;

	top: 1px;
}
#Subscribe{background:#D00 url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2013/03/email.png) no-repeat 98% center;border-radius:5px;box-shadow:0 0 30px #600 inset;height:100px;margin:5px auto 0;padding:10px}
#Subscribe .Arrow{background:url(/web/20130403170421im_/http://www.careerbuzz.in/wp-content/themes/channel/style.css) no-repeat;float:left;height:70px;margin:0 0 0 10px;width:80px}
#Subscribe form input.Text{background:#FFF;border:1px solid #800;border-radius:5px;box-shadow:0 0 5px #600 inset;color:#333;float:left;padding:5px 10px;width:145px}
#Subscribe .headline{color:#FFF;font-size:24px;margin:5px 0 0 60px}
#Subscribe table{margin:10px 0 0 100px;}
#Subscribe form input.Button{background-color:#148314;background-image:url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2013/03/Subscribe.png);border:1px solid #7a7a7a;border-radius:5px;color:#fff;padding:5px 10px;position:relative;width:125px}

#singlesubscribe {padding:10px; border-radius:5px; margin:5px auto 0; background: #d00 url(https://web.archive.org/web/20130403170421im_/http://www.careerbuzz.in/wp-content/uploads/2013/03/email.png) no-repeat 98% center; box-shadow:0 0 30px #600 inset;}
    div#singlesubscribe .headline{ color: #FFF; font-size: 24px; margin: 5px 0 0 60px;}
    div#singlesubscribe .arrow{background: url("/web/20130403170421im_/http://www.careerbuzz.in/wp-content/themes/channel/style.css") no-repeat; width:60px; height:60px; float:left; margin:0 0 0 20px;}
    div#singlesubscribe form input.txt{background:#FFF; border: 1px solid #800; border-radius: 5px; box-shadow: 0 0 5px #600 inset; color: #333; float:left; margin: 25px 10px 0 0; padding: 5px 10px; width: 145px;}
        div#singlesubscribe form input.feedburner{width: 250px;}
    div#singlesubscribe form input.btn{ background:#222; border: 0; border-radius: 10px; box-shadow: 0 0 5px #000 inset; color: #FFF; float: left; font-weight: bold; margin: 25px 0 0; padding: 5px 10px; width: 100px;}
        div#singlesubscribe form input.btn:hover{ background:#111;}
		
-->
/*
     FILE ARCHIVED ON 17:04:21 Apr 03, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:58:20 Feb 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.444
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.009
  cdx.remote: 24.996
  LoadShardBlock: 3477.676 (3)
  PetaboxLoader3.datanode: 4145.109 (4)
  PetaboxLoader3.resolve: 2095.67 (2)
  load_resource: 3195.667
*/