/*
Theme Name: Animation Station
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

	iMarket Solutions Blog
	 http://imarketsolutions.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 --------------------------------------------------------------------------------------------------------------------------------- */

#content {
    padding-top: 50px;
}

.content-spacer {
    padding: 70px;
}

.blue {
    color: #68d7ff;
}
.archive-title,
.blog-title {
    text-align: center;
    border: 3px solid #000;
    padding: 20px;
    margin: auto auto;
}

.subtitle {
    display: block;
    font-size: 0.7em;
}
.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 {
    margin: auto 90px;
	padding: 5px 0;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-weight: bold;
}

.navigation a {
    text-decoration: none;
    color: #000;
}

.navigation a:hover,
.navigation a:active {
    color: #68d7ff;
}

.single .navigation {
    border-top: 3px solid #f2f2f2;
}

.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-title a:visited,
.post-title a:link {
    text-decoration: none;
    color: #68d7ff;
}

.post-title a:hover,
.post-title a:active {
    color: #000;
}

.post-title {
    margin: auto auto 5px;
}

.single .post-title {
    text-align: center;
    margin: 15px auto
}

.single .blog-title {
    padding-top: 15px;
}

.single .blog-title .subtitle {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
}

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

.post .entry {
    padding: 20px 0 0;
}

.content-spacer .post {
  padding: 40px 20px;
  overflow:hidden;
}
.content-spacer .post + .post {
  border-top: 3px solid #f2f2f2;
  border-bottom: 3px solid #f2f2f2;
}


.postmetadata {
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.postdate {
    font-weight: normal;
    color: #000;
    display: inline-block;
    margin-top: 10px;
}

.postmetadata a {
    font-weight: normal;
    text-transform: none;
}

input,
textarea {
    border: 1px solid #000;
    max-width: 100%;
}

input#submit {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
}

input#submit:hover,
input#submit:active {
    background: #68d7ff;
    color: #fff;
}

#respond {
    margin-top: 50px;
}

#respond small {
    color: #000;
    font-style: italic;
}
/* --- BLOG --------------------------------------------------------------------------------------------------------------------------------- */
/* --- FOOTER --------------------------------------------------------------------------------------------------------------------------------- */

#main-content .content-spacer {
    padding-bottom: 0;
}

#sidebar {
    padding: 30px 50px 50px;
}
#sidebar h2 {
    margin: auto auto 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#sidebar .widget label {
    display: none;
}

#sidebar > ul {
    text-align: center;
    margin: auto auto;
    list-style: none;
}

#sidebar > ul li.widget {
    display: inline-block;
    width: 33.3%;
    margin: 15px -3px;
    padding: 10px 30px;
    vertical-align: top;
}

#content #sidebar > ul li.widget_tag_cloud {
    width: 100%;
    margin: auto auto 15px auto;
    display: block;
}


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

#searchform  fieldset input[type="text"] {
    border-radius: 0 0;
    height: 51px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
}


#sidebar form button#searchsubmit {
    height: 51px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.3s;    
    color: #fff;
    background: #000;
    margin-left: -5px;
}

#sidebar form button#searchsubmit:hover,
#sidebar form button#searchsubmit:active {
    color: #fff;
    background: #68d7ff;
}

#sidebar select {
    background-color: #fff;
    border: 1px solid #d1cfcf;
    box-shadow: 0 0 5px #f8f8f8 inset;
    color: #999;
    font-size: 12px;
    padding: 16px;
    width: 100%;
}
/* --- 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 .widget_tag_cloud div a:link, 
#sidebar .widget_tag_cloud div a:visited {
  background: none repeat scroll 0 0 transparent;
  display: inline-block;
  margin: 5px;
  background: #000;
  color: #fff;
  font-size: 12px !important;
  padding: 3px 7px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

#sidebar .widget_tag_cloud div a:hover, 
#sidebar .widget_tag_cloud div a:active  {
    background: #68d7ff;
    color: #fff;

}





@media all and (max-width: 1050px) {
    .content-spacer,
    #sidebar {
        padding: 20px;
    }
    
    .navigation {
        margin: auto 40px;
    }
    
    #sidebar > ul li.widget {
        padding: 10px 15px;
    }
}

@media all and (max-width: 800px) {
    #sidebar > ul li.widget {
        display: block;
        margin: 5px auto;
        width: 100%;
        max-width: 500px;
    }
}

@media all and (max-width: 570px) {
    .content-spacer,
    #sidebar {
        padding: 10px;
    }
    
    .navigation {
        margin: auto 30px;
    }
    
}

/* --- 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;
}

