/**
 * Your Inspiration Themes
 * 
 * In this files the framework register default metaboxes.
 * 
 * @package WordPress
 * @subpackage Your Inspiration Themes
 * @author Your Inspiration Themes Team <info@yourinspirationthemes.com>
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

/********************************************

In this file you can add your custom CSS.
It will always override rules in style.css.
Good work... and good luck! :)

********************************************/
p, li, address, dd, blockquote, td, a.text-color, form label, .post-title, .h3 
{
    color: #fff;
}


button[type=submit], input[type=submit]
{
	background-color: white;
	border-bottom-color: grey;
	border-radius: 5px;
	padding: 2px;
	font-size: 12pt;
}

.header-bg
{
	width: 100%;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
}

.title {
color: #FF6600;
}

.menu  {
margin-top: 70px;


}

.testimonial-text{
color: #fff;
}

hr {
width: 80%;
height: 8px;
margin-left: auto;
margin-right: auto;
background-color:#a3a750;
color:#a3a750;
border: 0 none;
margin-top: 5px;
margin-bottom:5px;
}

.fb-like-box{
   background-color: #E6E6FA;
}

.menu classic{background-attachment: red;}

#header{
 background-color: #52bbeb;
 margin-bottom: 0;
}


#header .menu > ul
{
   margin-top: 20px;
}

body {
	background-color: #FFFFFF;
}
#copyright {
background-color: #52bbeb!important;
}

#copyright  .inner{
background-color: #52bbeb!important;
}

.post-title{
color: white;
}

.time{
 color: yellow;
font-family:verdana;padding:20px;

}

.author{
position: absolute;
 color: white;
margin-left: 150px;
margin-top: -40px;
font-family:verdana;padding:10px;

}

.categories{
 color: white;
font-family:verdana;padding:10px;
margin-left: 320px;
margin-bottom: -50px;

}

h3{

color: #99FF33

;
}

b{color: orange;}


.designed{
 color: #000;
}

#header .menu   ul  li  a{
  padding-right: 0px;
}

.menu-select select 
{
	color: #EB1F1F;
}



