/*
Theme Name: iMarketCMS Integrated Blog (Quickstart)
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 (WebSmart)
	 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 --------------------------------------------------------------------------------------------------------------------------------- */
.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;
  transform: translateY(-50%);
  top: 50%;
  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;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.alignleft, .alignright, .aligncenter {
    font-size: 1.2em;
    line-height: 0;
}
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter {
    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 {
    margin: 0 auto 1.8em;
    display: block;
}

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


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

#sidebar-content {
  text-align: center;
}

#sidebar-right {
  float: left;
  width: 30%;
}

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

#sidebar-right .secondary-tools-outer {
  margin: 1em 0;
	padding: 0 10px;
  overflow: hidden;
}

#sidebar-right .secondary-tools h2 {
  font-size: 1.4em;
}

#sidebar-right .secondary-tools h2[role="navigation"] {
  font-size: 2.3em;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

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

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

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

#sidebar-right .secondary-tools ul li.widget {
  background: none repeat scroll 0 0 transparent;
  border-top: 2px solid #bababa;
  padding: 20px 0 10px;
}

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

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

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

@media (max-width: 570px) {
  #sidebar-right {
    width: 100%;
  }
}


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

form#searchform {
}

label[for="s"] {
}

input#s {
  margin: 5px 0;
}

input#searchsubmit {
}

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

.widget_tag_cloud div a:link, 
.widget_tag_cloud div a:visited {
  background: none repeat scroll 0 0 transparent;
  float: left;
  font-size: 14px !important;
  padding: 2px 6px;
  text-decoration: none;
}

.widget_tag_cloud div a:hover, 
.widget_tag_cloud div a:active  {

}

.widget_tag_cloud h2 {}


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