/*
Theme Name:     Right Info Now
Theme URI:      
Description:    Child theme for the Twenty Twelve theme 
Author:         
Author URI:     
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

/* =Make our page layout wider
-------------------------------------------------------------- */
#page {
/* var 735px */
   max-width: 650px;
}
.featured-posts,
#ie7 article.intro {
/* var 735px */
   max-width: 650px;
}

.site-header h1.site-title a {
        color: #000000;
	margin-left: 0px;
}

hgroup {
	color: #000000;
	margin-left: 10px;
}

h1.site-title {
      	height: 58px;
	padding-top: 10px;
}

h2.site-description {
      color: #000000;
	padding-bottom: 10px;
}

.site-header h2,
{
/*        color: #21759b;*/
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h1,
h2 {
	color: #21759b;
}

/*#voodoo-top-bar {
  	background-color:green;
}*/

/*-- move sidebar to the left --*/
@media screen and (min-width: 800px) {
    .site-content {
        float: right;
	width: 70%;
    }
    .widget-area {
        float: left;
	width: 30%;
	margin-left: 0px;
    }
}

/* for IE8 and IE7 ----------------*/
.ie .site-content {
    float: right;
}
.ie .widget-area {
    float: left;
}

/* Header */
.site-header {
        background-color: #21759b;
	margin-top: 10px;
        padding: 0px 0px 0px 0px;
}

footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 0px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0 0;
}

/* Remove menu */
#site-navigation {
	margin-top: 5px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-width: 0px;
        background-color: #21759b;
}

/*.main-navigation {
       margin-bottom: 0px;
       padding-bottom: 0px;
}*/

.nav-menu {
       display: none;

}

/*.clear {
	clear: both;
}*/

#primary,
#secondary {
        padding-top: 5px;
	margin-top: 5px;
}
