﻿/*
 * Theme Name: SteelStacks
 * Author: Zero Defect Design LLC
 * Author URI: http://www.zerodefectdesign.com
 * Template: aq
 * Text Domain: aq-steelstacks
 * */


   @import url("../aq/style.css");

   body { color: #FFFFFF; background: #000000 url('images/bg.jpg') center -200px no-repeat; }
   .hd { background-color: transparent; background-image: none; }
   #menu, #menu ul, #mobileheader form select { background-color: #972805; }
   h5, h3.widget-title { border-color: #8E6126; }
   h3.widget-title {margin-top: 9px;}
   h5 {clear:both;}
   .container { border-color: #8E6126; }
   /*body.home .primary > .container { border-top: 3px dotted #8E6126; padding-top: 35px; }*/
   body.landing .primary > .container { border-top: 3px dotted #8E6126; }
   
   a, a:link, a:visited { color: #f4be49; text-decoration:none; }
   a:active, a:hover { color: #ffffff; text-decoration:underline; }
   
   a.shop { background-image: url('http://www.steelstacks.org/wp-content/uploads/sites/3/2014/12/shop.png'); }
   
   a.quicklink, a.quicklink:hover { color: #FFFFFF; background-color: #972805; }
   a.quicklink:hover { background-color: #f4be49; }
   
   .btn, a.btn, a.btn:link, a.btn:visited, a.tix, a.tix:link, a.tix:visited 
      { 
         color: #FFFFFF; background-color: #972805; padding: 5px 10px; font-size: 17px; 
         font-weight: bold; cursor: pointer; text-decoration: none; 
      }
   .btn:hover, a.btn:hover, a.btn:active, a.tix:hover, a.tix:active { color: #FFFFFF; background-color: #f4be49; }
   
     a.tix, a.tix:link, a.tix:visited { padding: 5px 10px; font-size: 17px; background-color: #68ab3a; }
   a.tix:hover { padding: 5px 10px; font-size: 17px; color: #000000; background-color: #f4be49; }
   
   div.highlights a .caption, a.highlight .caption { background-color: #972805; padding-top: 8px; }
   div.tiles a h4 { background-color: #972805; }
   div.highlights a:hover .caption, a.highlight:hover .caption, div.tiles a:hover h4, div.highlights a:hover .caption .date  { color: #000000; background-color: #f4be49; }
   div.highlights a .caption .date, a.highlight .caption .date, div.tiles small { color: #ffffff; }

   /*calendar*/
 table.calendar div, table.calendar a 
   { 
      background: #000000 url('images/day33-reversed.png') center center no-repeat; 
   }

   table.calendar div.noevents { background-color: #444444; }
   table.calendar a { background-color: #972805; }
   table.calendar a:hover, table.calendar a.today, table.calendar div.today { color: #000000; background-color: #f4be49; }

   
   
  
	
   /*Footer background*/
   
  /* #footer 
   { 
      color: #FFFFFF; background: transparent url('images/bg-tear-red.png') center top repeat-x; clear: both;
   }*/
   
   #footer 
   { 
      color: #FFFFFF; background: transparent url('images/bg-tear-red.png') center top repeat-x; clear: both;
   }
   
   
   /*body.home, body.landing { background: #000000 url('images/bg.jpg') center -90px no-repeat; }*/

   /* float image with caption */
   
   .image-caption {
	   float:right;
	   padding: 1.5em 0 0 1.5em;}
	   
	.image-caption > p {
		font-size:smaller;
		text-align:center;}


   /* dark bg variant for search control */

   #simplemodal-overlay { color: #FFFFFF; background-color: #000000; }
   #basic-modal-content input#s { color: #FFFFFF; }

	div.mobilead { display: none; }
	
	 @media (max-width: 900px)
   {
      
	  div.mobilead { display: block; }
	
   }
