/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*Dropdown menu background and hover colors*/
.navbar-inner {
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom,white,#F2F2F2);
	background-repeat: repeat-x;
	border: 1px solid lightgray;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.067);
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

* START OF Change the Background Color of the 3-Bar Menu dropdown */
/* Change 3-bar Menu background color  */
.nav-collapse .nav .nav-header {
	color: #fafafa;
/* Adjust Text Color Level 1 */
	text-shadow: none;
}

.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
	font-weight: bold;
	color: #fafafa;
/* Adjust Text Color Level 2 */
	text-shadow: none;
}

.nav-collapse .nav > li > a,
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a,
.nav-collapse .dropdown-menu a {
	background-color: green;
/* Adjust Background Color Level 2 */
}

.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
	background-color: pink;
/* Adjust Background Hover Color Level 2 */
}

.nav-collapse .dropdown-menu > li.current-menu-item > a, 
.nav-collapse .dropdown-menu > li.current-menu-ancestor > a {
	background-color: #666366;
/* Adjust Background Color Current Item */
	color: #fafafa;
/* Adjust Text Color Current Item */
	text-decoration: none;
}

/* Remove the surrounding background */
.nav-collapse.tc-hover-menu-wrapper.in.collapse {
	background-color: #666366;
/* Adjust Background Color Level 2 */
	background-color: none;
/* Remove this line if setting different background color */
}

/* Remove the separator bars */
.tc-hover-menu.nav a {
	border-bottom: 1px solid #EEEEEE;
	border-bottom: none;
/* Remove this line if setting different separator color */
/* END OF Change the Background Color of the 3-Bar Menu dropdown */
}

h1 {
	font-size: 40px;
	color: Orange;
}

h2 {
	font-size: 30px;
	color: blue;
}

p {
	font-size: 20px;
	color: Black;
}

.round-div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.entry-meta {
	display: none;
}

footer#footer {
	background: none repeat scroll 0 0 #2F4F4F
}

body {
	background: none repeat scroll 0 0 #f1f3ed;
/* Change pink */
	color: #5A5A5A;
/* Default Text Color */
	padding-bottom: 0;
}

/* Change the central wrapper background */
#main-wrapper {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #f1f3ed;
/* Change pink */
/* Delete if no border needed */
}

.container[role="main"] {
	background-color: #f1f3ed;
/* Change pink */
}

/* END OF Adjust Sitewide Background & Text Color/Size */
.tc-header {
	border-bottom: none;
}

/* END OF Adjust Sitewide Background & Text Color/Size */
.round-div, [class*=span] .widget-front .round-div {
	border-color: #f1f3ed;
/* Change pink */
}

/* END OF Adjust Sitewide Background & Text Color/Size */
