/*  
Theme Name: Nichejobs v1
Theme URI: http://www.nichejobs.co.in/
Version : 1.0
Author: Niche Jobs
Author URI: http://www.nichejobs.co.in/
Description: Custom theme for Nichejobs.co.in . The Design, CSS, XHTML and content (otherwise stated) is copyright of Nichejobs.co.in (www.nichejobs.co.in).
*/

body {
	margin: 0;
	padding: 0;
	font-size: .8em;
	background: repeat-x url(images/head.gif);
	font-family: Trebuchet MS, Tahoma;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
.topbar {
	height: 10px;

}
.container {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 30px 0 0 10px;
	width: 273px;
	height: 46px;	
}
.logo a {
	width: 273px;
	height: 46px;
	display: block;
	background: none;
}
.topright {
	float: right;
	width: 280px;
}
.topnav {
	margin: 10px 0 0 0;
	padding: 0;
	float: right;
}
.topnav a{
	color: #968645;
}
.pgnav {
	text-align: center;margin: 10px 0 10px 0;

	}
.pgnav a {
	color: #968645;
}
.rssfeed {
	clear: both;
	margin: 0;
	padding: 0 0 0 25px;
	background: no-repeat url(images/rss.gif);
	height: 20px;
}
.rssfeed a {
	color: #968645;
}
.gtop {
	background: no-repeat url(images/gtop.gif);
	width: 980px;
	height: 10px;
	margin: 20px 0 0 0;
}
.greenbox {
	width: 980px;
	margin: 0 auto;	
}
.gmid {
	background: repeat-y url(images/gmid.gif);
	width: 980px;
	padding: 5px 0 5px 15px;
}
.gbot {
	background: no-repeat url(images/gbot.gif);
	width: 980px;
	height: 10px;
}
.searchbar {
	background: no-repeat url(images/searchbar.gif);
	height: 45px;
	width: 278px;
	border: none;
	padding: 10px 20px 10px 10px;
	font-size: 1.4em;
	color: #d9e7e9;
}
.searchbar:hover, .searchbar:focus {
	color: #8dbec6;
}
.postnew {
	padding: 7px 30px 0 0;
	float: right;
	width: 204px;
}
/* Menu */

.menu-top {
	float: left;
	text-align: left;
	width: 980px;
	margin: 10px 0 0 0;
	border-top: 4px solid #a85b4b;
}
.menu-top ul {
	list-style: none;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}
.menu-top li {
	display: inline;
	float: left;
	margin: 0 7px 0 0;
}
.menu-top li a {
	float: left;
	background:url(images/navactivehoverleft.gif) no-repeat left top;
	margin:0;
	height: 26px;	
	padding:0 0 0 8px;
	text-decoration:none;
	line-height: 1.3em;
}
.menu-top li a span {
	background: transparent url(images/navactivehoverright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #7a1701;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}
.menu-top li a:hover { background-position:0% -27px; }
.menu-top li a:hover span { color: #fafafa;	background-position:100% -27px; }
.menu-top li.active {
	margin: 0 7px 0 0;
	padding: 0 0 0 0;
}
.menu-top li.active a {
	background-position:0% -26px;
	padding: 0 0 0 6px;
}
.menu-top li.active a span {
	background-position:100% -26px;
	margin: 0;
	color: #fafafa;
}
/* End */

/*Content*/
.leftside {
	float: left;
	width: 560px;
	margin: 10px 0 0 0;
	padding: 10px;
}
.leftside h2 {
	margin: 0;
	padding: 0 0 7px 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 2em;
	border-bottom: 3px solid #f4f4f4;
}
.rightside {
	float: right;
	width: 360px;
	margin: 10px 0 0 0;
	padding: 10px;
}
.stop {
	background: no-repeat url(images/stop.gif);
	height: 7px;
}
.sbot {
	background: no-repeat url(images/sbot.gif);
	height: 7px;
	margin: 0 0 15px 0;
}
.smid {
	padding: 7px 20px 2px 15px;
	background: repeat-y url(images/smid.gif);
}
.smid p {
	font-style: italic;
	color: #6a605e;
	font-size: 1.1em;
}
.rightside h3 {
	font-family: Georgia;
	margin: 0;
	padding: 0;
	color: #872b17;
	font-size: 1.5em;
	font-weight: normal;
}
.rightside ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 1.1em;
}
.rightside ul li {
	background: no-repeat 0 4px url(images/li.gif);
	padding: 0 0 0 15px;
}
.rightside ul li a {
	color: #15464e;
}
.date {
	float: right;
	color: #6b6b6b;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px; 
	background: no-repeat url(images/date.gif);
}
.date2 {
	float: none;
}
.p1 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}
.p2 {
	border: none;
}
.p1 div span {
	color: #80210c;
}

.p1 h2 {
	border: none;
		margin: 10px 0 0 0;
	font-size: 1.5em;
}
.p1 h2 a {
	color: #15464e;
}
.p1 div {
	color: #b7b7b7;
}
.p2 h2 {
	font-size: 2em;
}
.p2 div {
	color: #6b6b6b;
}
/*Footer*/
.mfooter {
	margin: 10px 0 0 0;
	border-top: 3px solid #e1edef;
	clear: both;
	background: #f4fafb;
}
.footer {
	width: 980px;
	margin: 10px auto;
	color: #6a605e;
	padding: 0 0 10px 0;
}
.copy2 {
	float: right;
	line-height: 1.5em;
	color: #90aaae;
	text-align: right;
}
.copy2 a {
	color: #8d3724;
}
.copy {
	margin: 15px 0 0 0;
	font-size: 1.2em;
	font-style: italic;
}
.gblock {
	background: #f9f9f9;
	padding: 10px;
}
.item {
	font-size: 1.1em;
}