/*
 Theme Name:   twentytwelve-child
 Template:     twentytwelve
*/

@import url("../twentytwelve/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/*Image Borders 
--------------------*/
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: none !important;
box-shadow: none !important;
}



/*Nav menu/head
--------------------*/

/*Menu align to Left
--------------------*/

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{

margin: -5px 0px 0px 0px; 

border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;

}

.main-navigation ul.nav-menu {
width: 101%;
}

.main-navigation {
position: relative;
width: 105%;
}

.main-navigation a {
	color: #fffff;
height: 15px;
}



.site-header h2 {
font-size: xx-large;
font-weight: bold;
margin-bottom: -20px;
font-color: red;
}

/*Expanding Menu to fit the width of page
--------------------*/
.main-navigation li {
margin: 0px 29px 0px 0px;
padding: 3px 5px 3px 5px ;
height: 10px;
display: inline;
font-size: medium;
font-weight: bold;
background: #28c966;
border-radius:3px;
}

.main-navigation li a {
color: #ffffff;
}


.main-navigation li:hover {
padding: 3px 5px 3px 5px ;
height: 10px;
display: inline;
background: #DEB518;
}

/*Removing Line Above and below Menu
--------------------*/

.menu-menu-1-container {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

.main-navigation li a:hover {
color: #ffffff;
}
.main-navigation li a:focus {
	color: #ffffff;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
color: #ffffff;
}


/* Decreasing the page top margin 
Distance between white page and Background page
for top and bottom distance
--------------------*/
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 24px;
		margin-top: 1.714285714rem;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}



/*Removing the Page Title
--------------------*/
.entry-header {
    display: none;
}

/*Title Color Same On Hover
Title Color not to change, to stick
--------------------------*/

.site-header h1 a:hover {
color: #36c164;
}


/* Removing dotted lines from Anchor Focus 
lines dots ie dashes around menu buttons 
--------------------*/
a:focus {outline: 0;}


/*Moving the body content Up
--------------------*/
.site-header
{
margin-bottom:.10px;
padding-bottom:.10px;
}

/*Logo and Title
--------------------*/
.site-header hgroup { display: none; }
.site-logo { 
max-width: 100%; 
height:auto;
border-radius:3px; 
margin-top: -20px;
margin-bottom: -18px;
margin-right: 2px;
}


/*Content
--------------------*/
.site-content {
margin-top: -15px;
margin-bottom: -200px;
}


/*Removing Double Line On Footer
--------------------*/
.site-content article {
	border-bottom: none;
}


/*Removing Single Line On Footer
--------------------*/
footer[role="contentinfo"] {
	border-top: none;

}

/*Changing WELCOME BONUSES Button Color
---------------------*/
#menu-item-29{
background: #DEB518;
}

#menu-item-29 a {
color: white;
font-size: large;
}

#menu-item-29:hover {
background: #28c966;
}
#menu-item-29 a:hover {
color: white;
}

/*Changing SIGN UP Button Color
---------------------*/
#menu-item-28{
background: red;
}

#menu-item-28 a {
color: white;
font-size: large;
}

#menu-item-28:hover {
background: #28c966;
}
#menu-item-28 a:hover {
color: white;
}

