/*
	Theme Name: Anew Child
	Theme URI: http://alxmedia.se/themes/anew/
	Description: Sample child theme for customization.
	Author: Mesak
	Author URI:  Mesak.tw
	Template: anew
	Version: 1.0.0
*/

@import url("../anew/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
/* Global */
#wrapper{
	background: url('images/background_body.png') repeat scroll 0 0;
}
body{
  background: #cccccc; /* Old browsers */ 
  background: -moz-linear-gradient(45deg,  #cccccc 0%, #f8f8f8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#cccccc), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #cccccc 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #cccccc 0%,#f8f8f8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #cccccc 0%,#f8f8f8 100%); /* IE10+ */
  background: linear-gradient(45deg,  #cccccc 0%,#f8f8f8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
#header{
	background-color:#666666;
}
.group .rwd-mesaktw { width: 680px; height: 60px; } /* google ad */
.single .rwd-mesaktw { width: 1020px; height: 90px; } /* google ad */
/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.rwd-mesaktw { width: 719px; height: 90px; }
}
/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.rwd-mesaktw { width: 719px; height: 80px; }
}

/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.rwd-mesaktw { width: 460px; height: 60px; }
}
.google-ads .post-content{
	padding:32px 0 25px;
	overflow: hidden;
}
.google-ads .post-deco .hex .fa-btc:before{
	content:"\f15a";
}



.post-pages ul {
    float: right;
    width: auto;
}
.post-pages li {
    display: block;
    float: left;
    margin: 2px;
}
.post-pages li.active_page a,.post-pages li a:hover{
    background: #46a4da;
    color: #fff;
    cursor: default;
}