/*
Theme Name:         Second touch Child
Theme URI:          http://theme.crumina.net/second/
Description:        Child theme for Second touch
Version:            1
Author:             Crumina
Author URI:         http://crumina.net/
Tags:               light, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Template:       	secondtouch
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

	/* --------------------- BUTONS --------------------- */
a.button,a.button {
 background: transparent url(images/buttons_dark_a.png) no-repeat scroll
  top right;
 display: inline-block;
 height: 35px;
 margin-top: 0;
 padding-right: 5px;
 /* the same value as the width of buttons_a.gif  */
 text-decoration: none;
 color: #fff;
 font-style:normal;
}

a.button span,a.button span {
 background: transparent url(images/buttons_dark_span.png) no-repeat top
  left;
 display: block;
 line-height: 21px;
 padding: 7px 12px 7px 16px;
 font-family:Georgia, "Times New Roman", Times, serif;
 letter-spacing:1px;
 text-transform:uppercase;
 font-size: 12px;
 letter-spacing:1px;
}

a.button:hover,a.button:hover {
 color: #fff;
 background-position: bottom right;
 cursor: pointer;
 text-decoration: none;
}

a.button:hover span,a.button:hover span {
 background-position: bottom left;
 cursor: pointer;
}

a.button-small,a.button-small {
 background: transparent url(images/buttons_small_a.gif) no-repeat scroll
  top right;
 display: inline-block;
 height: 35px;
 margin-right: 6px;
 margin-top: 0;
 padding-right: 5px;
 /* the same value as the width of buttons_a.gif  */
 text-decoration: none;
 color: #8e8e8e;
 font-style:normal;
}

a.button-small span,a.button-small span {
 background: transparent url(images/buttons_small_span.gif) no-repeat top
  left;
 display: block;
 line-height: 21px;
 padding: 7px 12px 7px 16px;
 font-family:Georgia, "Times New Roman", Times, serif;
 letter-spacing:1px;
 text-transform:uppercase;
 font-size: 12px;
 word-spacing: 4px;
}

a.button-small:hover,a.button-small:hover {
 color: #fff;
 background-position: bottom right;
 cursor: pointer;
 text-decoration: none;
}

a.button-small:hover span,a.button-small:hover span {
 color: #8e8e8e;
 background-position: bottom left;
 cursor: pointer;
}