/*
* Theme Name: Micronicon Wire - Vegetarian Underground Child
* Author: Omara Kurzdorfer
* Author URI: http://www.micronicon.com/author/omara/
* Description: Child Theme for Vegetarian Underground
* Version: 1.0
* License: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License
* License URI: http://creativecommons.org/licenses/by-nc-nd/4.0/
*/

/**
* #.# Template Styles
*
*/
    
    
/**
* #.# Layout
*
*/
    
 
 	/**
	* #.# HTML
	*
	*/
	   
    #main article img.aligncenter {
        border: 1px solid #a6864d;
        padding: 3px;
    }
  
    
/**
* #.# Backgrounds
*
* BRONZE TEXT: #2d2614
* BRONZE BORDER: #a6864d
* BRONZE BACKGROUND: #d2c4a3
*
* BLUE LINK: #5272c7
* RED LINK: #f04e50
*
* GOLD: #f1cf64;
*
* GINGHAM #D5D9C7
* GINGHAM DARK: #C6CAB9
*
*/
 
    
    /* images */
    
    hr {
        background: url(../images/hr-dot.gif) 0 0 repeat-x transparent;
    }
    
    #main article img.aligncenter {
        max-width: 620px !important;
    }
    body {
        background: url(../images/gingham.gif) 0 0 repeat #D5D9C7;
    }
    header#page-header 
    {
        background: url(../images/border-header.gif);
    }
    #wrap-header-2,
    footer#main-footer {
        background: url(../images/border-header.gif) 0 bottom repeat-x transparent;
    }
    
    /* colors */
    
    a  
    {
        color: #279c5b;
    }
    nav 
    {
	    color: #ffffff;
    }
	    nav a 
	    {
		    color: #cbd9a6;
	    }
	    .current {
		    color: #524232;
		    background-color: #cbd9a6;
	    }
	    	.current a 
	    	{
	        	color: #cbd9a6;
	    	}
    header#page-header {
	    background-color: #524232;
    }
    nav#page-nav {
	    color: #cbd9a6;
    }
    section.sidebar aside.widget_micronicon_sticky {
        background-color: #cbd9a6 !important;
    }
    .input-button:hover,
    .input-button:focus 
    {
        color: white;
        background-color: #524232;
    }
    .title-link
    {
        color: #524232;
    }
    header.main-header h1,
    header.main-header h3 {
        color: #a6864d;
    }
    article h1,
    article h2 {
        background: url(../images/bg-stripe-courier.gif) 0 0 repeat transparent;
    }
    ul.menu li 
    {
	    border-color: #C6CAB9;
    }
    
    
/*
* #.# Typography
*/
    

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	th,
	label,
	legend,
	caption,
	.section-title,
	input.input-button,
	nav#top-nav {
	    font-weight: 200;
	}  


/*
* #.# Media Queries
*/

	@media (min-width: 641px) 
	{
		
	    a#logo 
	    {
		    height: 48px;
		    width: 317px;
			margin: .75em;
		    background: url(../images/vegetarianunderground.gif) 0 0 no-repeat transparent;
	    }
	}
	
	@media (max-width: 640px) 
	{
	
		a#logo 
		{
		    height: 64px;
		    width: 41px;
			margin: .75em;
		    background: url(../images/vegetarianunderground-small.png) 0 0 no-repeat transparent;
	  	}
		
		nav#top-nav ul, 
		nav#top-nav:active ul 
		{ 
			border: 5px solid #C6CAB9;
			background-color: #524232;
		}
			nav#top-nav li {
				border-bottom: 1px solid #C6CAB9;
			}
	} 