/* ============================== */
/* = HOW TO CUSTOMIZE PAGELINES = */
/* ============================== */

/*

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the 
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme. 

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}
		
To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS. 
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp
*/
/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */



/* ---TO HIDE THE POST CREATED BY USER,DATE,TIME, COMMENT etc below POST TITLE---*/
.metabar {display: none;}

/*-----------------------------------------------------------------*/

/*------------Main Menu Background color Black-----*/
/*#nav .content-pad { background-color: #000000;}*/

/*------------Main Menu text color White ---*/
/*.main_nav li a { color: #FFFFFF; }*/

/*------------Main Menu text color Black ---*/
.main_nav li a { color: #000000; }


/* ----------Remove the Line at the bottom of the Main menu items--------*/
.navigation_wrap { border-bottom: 0 none !important; }


/* -------- Set the color of background and text when hovering --------*/
.main-nav li a:hover,
.main-nav .current-menu-ancestor .current_page_item a:hover,
.main-nav li.current-menu-ancestor ul a:hover { background-color: #282828; color: #ccc; }


/*-------------------------------------------------*/

/*----TO HIDE THE POST TITLE OF ALL SEMINAR PAGES
      WHICH BELONGS TO CATEGORY cde-seminars ----------*/
.category-cde-seminar .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF AMES 2012 POST WITH SLUG ames-2012 ----------*/
.category-ames-2012 .entry-title {
display: none;
}

/*-------------MENU PROBLEM - NOT FIXED BY THIS ONE-----------------
.sf-menu li li, .sf-menu li li li {
background-color: #000000;
}

ul.sf-menu ul li {
border-bottom: 1px solid #333;
}

ul.sf-menu ul li a {
color: #FFFFFF;
}


ul.sf-menu ul li a:hover {
background-color: #252525;
color: #888;
}

ul.sf-menu ul li a:hover,  ul.sf-menu ul li a:active {
color: #888;
background: #444;
}

--------------------------------------------------------*/

/* ----------TO CHANGE THE CAROUSEL BAND COLOR----------*/

.thecarousel {
background: #FFFFFF;
}

main-nav li.current-menu-item a {
background-color: #d9346e;
}
/* ---------How to remove the PageLines logo at the bottom of the Theme----*/
#cred{display:none}


/*----TO HIDE THE POST TITLE OF Assistant Professor job POST WITH SLUG jobs ----------*/
.category-jobs .entry-title {
display: none;
}

/* --- TO SET THE BACKGROUND COLOUR OF ENTIRE SECONDARY NAV MENU BAND -----*/
#secondnav .content-pad {
    background-color:#2C5E96;
 }

/* --- TO SET THE BACKGROUND COLOUR OF SECONDARY NAV MENU ITEMS -----*/
#secondnav li a { 
    background-color:#2C5E96;
color: #FFFFFF;}

/*----TO HIDE THE POST TITLE OF INDIVIDUAL FACULTY PAGES ----------*/
.category-about-page .entry-title {
display: none;
}

.category-research .entry-title {
display: none;
}

.category-supervision .entry-title {
display: none;
}

.category-teaching .entry-title {
display: none;
}

.category-miscellaneous .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF COURSE PAGES ----------*/
.category-course .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF HANDBOOK PAGES ----------*/
.category-handbook .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF COURSE SYLLABUS ----------*/
.category-syllabus .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF COURSE LECTURE NOTES ----------*/
.category-lecture-notes .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF COURSE READINGS ----------*/
.category-readings .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF COURSE READINGS ----------*/
.category-assignments .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF VITA ----------*/
.category-vita .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF NOTICES AND ANNOUNCEMENTS ----------*/
.category-notices-and-announcements .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF TEST POSTS ----------*/
.category-test .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF ADMISSION RELATED POSTS ----------*/
.category-admission .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF TENDER POSTS ----------*/
.category-tenders .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF TENDER POSTS ----------*/
.category-conference .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF CDE-WORKING-PAPERS ----------*/
.category-cde-working-papers .entry-title {
display: none;
}

/*----TO HIDE THE POST TITLE OF WINTER SCHOOL CATEGORY POSTS ----------*/
.category-winter-school .entry-title {
display: none;
}
