/*
Theme Name: Advantage Airtech Blog
Theme URI: http://imarketsolutions.com
Description: Custom Theme Designed by  <a href="http://imarketsolutions.com">iMarket Solutions</a>.
Version: 1.0
Author: iMarket Solutions
Author URI: http://imarketsolutions.com/
Tags: custom

	Advantage Airtech Blog Blog
	 http://advantageairtechltd.com/

	This theme was designed and built by iMarket Solutions,
	whose site you will find at http://imarketsolutions.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BEGIN BLOG --------------------------------------------------------------------------------------------------------------------------------- */



#main-content {
    float: left;
}

#main-content .content-spacer {
    padding: 90px 50px 20px 50px;
}

.sub-title {
    display: block;
    font-size: 30px;
}

.search h1.monster,
.archive h1.monster {
    font-size: 40px;
}

@media all and (max-width: 800px) {
    .search h1.monster,
    .archive h1.monster {
        font-size: 30px;
    } 
}
.prev-post, .next-post {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 4px -3px 10px 0;
    padding:0 15px;
    position:relative;
    width:50%;
    vertical-align:top;
}
.prev-post {
  text-align:left;
}

.prev-post a:before {
  content: "\00AB"; /* « */
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  line-height: 0.5em;
  position: absolute;
  top: 0;
  left:0;
}

.next-post {
  text-align:right;
}

.next-post a:after {
  content: "\00BB"; /* » */
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  line-height: 0.5em;
  position: absolute;
  top: 0;
  right:0;
}

.navigation {
	padding: 3px 10px;
	background:#ebebeb;
}

.alignleft, .alignright, .aligncenter {
    font-size: 1.2em;
    line-height: 0;
}
.alignleft {
    float: left;
    margin: 0;
    padding: 0 2em 0.75em 0;
}
.alignright {
    float: right;
    margin: 0;
    padding: 0 0 0.75em 2em;
}
.aligncenter {
    margin: 0 auto 1.8em;
    text-align: center;
}

h2.pagetitle {
  border:2px solid #15D80A;
  border-width:2px 0;
  line-height: 1.8em;
  margin: 10px auto;
  text-align: center;
  width: 95%;
}

.post > h2 > a {
    text-decoration: none;
   text-transform: uppercase;
}

.content-spacer .post {
  border-top: 3px solid #f2f2f2;
  overflow:hidden;
}

.content-spacer .post:first-child {
	border-top: none;
}


small {
    font-size: 14px;
    color: #0053A1;
}

.post .entry {
    margin-top: 30px;
}

.post p.view-all {
    text-align: right;
}
    
.postmetadata,
.postmetadata small {
    font-size: 11px;
    text-transform: uppercase;
    color: #777;
}

/* --- BLOG --------------------------------------------------------------------------------------------------------------------------------- */
/* --- SIDEBAR --------------------------------------------------------------------------------------------------------------------------------- */

#sidebar-content {
  float: left;
}

#main-content .content-spacer {
  padding-top: 30px;
}

#sidebar-content .secondary-tools-outer {
  margin: 1em 0;
  overflow: hidden;
}

#sidebar-content .secondary-tools-outer .secondary-tools {
    padding-top: 30px;
}

#sidebar-content .secondary-tools h2 {
  font-size: 24px;
  color: #ffcc66;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.49);
}

#sidebar-content .secondary-tools h2[role="navigation"] {
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-align: center;
}

#sidebar-content .secondary-tools h2[role="navigation"] a {
  text-decoration:none;
    color: #fff;
}

#sidebar-content .secondary-tools h2[role="navigation"] a:hover,
#sidebar-content .secondary-tools h2[role="navigation"] a:active {
    color: #ffcc66;
}

#sidebar-content .secondary-tools ul {
  margin: 0;
}

#sidebar-content .secondary-tools ul li ul {
  margin: 0.3em 1em;
}

#sidebar-content .secondary-tools ul li.widget {
  background: none repeat scroll 0 0 transparent;
  padding: 20px 0 10px;
}

#sidebar-content .secondary-tools ul li ul li {
  font-size: 1.2em;
  font-weight: bold;
}

#sidebar-content .secondary-tools ul li ul li a:link,
#sidebar-content .secondary-tools ul li ul li a:visited {
  font-size: 1em;
  text-decoration:none;
}

#sidebar-content .secondary-tools ul li ul li a:hover,
#sidebar-content .secondary-tools ul li ul li a:active {
  text-decoration:underline;
}


@media all and (max-width: 800px) {
    #sidebar-content,
    #main-content {
        float: none;
        margin: auto auto;
    }
}

/* --- BLOG --------------------------------------------------------------------------------------------------------------------------------- */
/* --- SEARCH --------------------------------------------------------------------------------------------------------------------------------- */

form#searchform {
}

.secondary-tools form fieldset input[type="text"] {
    height: 43px;
    display: inline-block;
    vertical-align: middle;
}

.secondary-tools form button#searchsubmit {
    background: #d72a2d;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}


.secondary-tools form button#searchsubmit:hover,
.secondary-tools form button#searchsubmit:active {
    color: #fff;
    background: #005EAB;
}


@media all and (min-width: 800px) and (max-width: 930px) {
    .secondary-tools form input[type="submit"], 
    .secondary-tools form button {
        margin-left: auto;
    }
    
    .secondary-tools form fieldset input[type="text"] {
        max-width: 180px;
    }
}

/* --- BLOG --------------------------------------------------------------------------------------------------------------------------------- */
/* --- CTA BUTTONS --------------------------------------------------------------------------------------------------------------------------------- */

#cta-buttons h2 {
}

div.cta-button {
}

div.cta-button h2 a {
}

/* --- BLOG --------------------------------------------------------------------------------------------------------------------------------- */
/* --- TAG CLOUD --------------------------------------------------------------------------------------------------------------------------------- */


.widget_tag_cloud {
  position:relative;
  padding-bottom:8px;
}

.tagcloud { 
  overflow:hidden;
  margin-bottom:10px;
}

#sidebar-content .secondary-tools .widget_tag_cloud div a:link, 
#sidebar-content .secondary-tools .widget_tag_cloud div a:visited {
    float: none;
    margin: 4px 7px;
    background: #ffcc66;;
    border: 2px solid rgb(228, 183, 94);
    color: #222;
    font-size: 12px !important;
    padding: 4px 5px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

#sidebar-content .secondary-tools ul li.widget_tag_cloud div a:hover, 
#sidebar-content .secondary-tools ul li.widget_tag_cloud div a:active {
    background: #fff;
    border-color: rgb(30, 110, 186);
}

/* --- BLOG --------------------------------------------------------------------------------------------------------------------------------- */
/* --- TWEET BUTTONS --------------------------------------------------------------------------------------------------------------------------------- */

.social-buttons-blog {margin:5px 0;}
.social-buttons-blog p { float:left;margin:0;padding:0;margin-bottom:0; }
.social-buttons-blog p.social-twitter-link { width:55px;height:20px;margin-right:10px;display:inline; }
.social-buttons-blog p.social-twitter-link a { width:55px;height:20px;display:block;text-indent:-999em; }
.social-buttons-blog p.social-twitter-link a, .social-buttons-blog p.social-twitter-link a:visited { background:transparent url(/assets/templates/main/images/btn-tweet.png) no-repeat 0 0; }
.social-buttons-blog p.social-twitter-link a:hover, .social-buttons-blog p.social-twitter-link a:active { background:transparent url(/assets/templates/main/images/btn-tweet.png) no-repeat 0 -20px; }


/* --- END BLOG --------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --- BLOG --------------------------------------------------------------------------------------------------------------------------------- */
/* --- IMG WARPED BUG PATCH --------------------------------------------------------------------------------------------------------------------------------- */

img.alignleft, img.alignright, img.aligncenter {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    width: auto;
    max-width: 100%;
}
img.alignleft {
    float: left;
    margin: 0 2em 0.75em 0;
}
img.alignright {
    float: right;
    margin: 0 0 0.75em 2em;
}
img.aligncenter {
    float: none;
    margin: 0 auto 1.8em;
    display: block;
}

