/*
Theme Name: minamaze
Template: minamaze
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

#pre-header-search .search {
    background: white none repeat scroll 0 0;
    border: 1px solid #444;
    max-width: 120px;
    padding: 3px 10px;
}

#logo {
	float: right;
	text-align:center;
	margin: 20px 20px 20px;
	border: 0px solid; 
}

#logo img {
	max-height: 100px;
	display: block;
	margin: 0 auto;
}

#header-links {
	float: left;
}
.entry-author-link, .entry-permalink, .entry-date, .entry-meta { display: none; }


a:link, a:visited, a:active {
  color: #06c;
  text-decoration: none;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}

a.themebutton, a.nav-previous {
  color: #fff;

}


/* Mess with me one day */

    /* Use a different font family for search results */
    .gs-title, .gs-snippet {
        /* font-family: courier; */
	float: left;
  color: #06c;
  /* text-decoration: underline; */
    }
    
    /* Add a border between individual search results */
    .gs-webResult {
        border: 1px solid #fff;
        padding: 1em;
    }
    
    /* Do no display the count of search results */    
    .gsc-result-info {
        /* display: none; */
    }
    
    /* Hide the Google branding in search results */
    .gcsc-branding {
        display: none; 
    }
    
    /* Hide the thumbnail images in search results */
    .gsc-thumbnail {
       display: none;
    }
    
    /* Hide the snippets in Google search results */
    .gs-snippet { 
	float: left;
        /* display: none; */
    }
    
    /* Change the font size of the title of search results */
    .gs-title a { 
        font-size: 16px;  
    }
    
    /* Change the font size of snippets inside search results */
    .gs-snippet {
        font-size: 14px;
    }
    
    /* Google Custom Search highlights matching words in bold, toggle that */
    .gs-title b, .gs-snippet b {
       /*  font-weight: normal; */
    }
    
    /* Do no display the URL of web pages in search results */
    .gsc-url-top, .gsc-url-bottom {
	float: left;
        display: none;
    }
    
    /* Highlight the pagination buttons at the bottom of search results */
    .gsc-cursor-page {
        font-size: 1.5em;
        padding: 4px 8px;
        border: 2px solid #ccc;
    }


/*  just test stuff for Tulipp */

#linearBg2 {
  /* fallback */
  background-color: #1a82f7;
  background: url(images/linear_bg_2.png);
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8fdea0), to(#def3e2));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #8fdea0, #def3e2);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #8fdea0, #def3e2);

  /* IE 10 */
  background: -ms-linear-gradient(top, #8fdea0, #def3e2);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #8fdea0, #def3e2);
  height: 144px;
  !important
}

#bg1 {
  background-color: #00b0f0;
  !important
}

h1.banner {
    color: white;
	font-size:36pt;
    line-height: 10px;
    padding: 60px 0;
	font-family: Century Gothic;
    white-space: nowrap;
	!important
}

.section_head{
    color: #00b0f0;
	font-size:20pt;
	font-family: Century Gothic;
    margin-left: 40px;
    font-weight: bold;
	!important
	
}

.section_words{
    color: black;
	font-size:12pt;
	font-family: Century Gothic;
    margin-left: 40px;
	!important
	
}

.small_print{
    color: white;
	font-size:10pt;
	font-family: Century Gothic;
	!important
	
}

.section_highlight{
    color: #8fdea0;
	font-family: Century Gothic;
	!important
	}