/*
Theme Name: Responsive Child
Theme URI:  http://wais.jp/
Description: Child Theme for the Responsive Theme 
Author: Wais
Author URI: http://wais.jp/
Template: responsive
Version: 1.0.0
*/

/* =Import Responsive Theme Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');

/* =Start from here :)
-------------------------------------------------------------- */

body:before
{
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}

#qTranslateSwitcher table, #qTranslateSwitcher td{
	border:none;
	padding: 0;
}

table.bordered {
	border:none;
}
.bordered th, .bordered td {
	padding:1px;
	border-right:none;
}
.bordered th {
	background-color:lightblue;
}
.bordered th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
 
.bordered th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.bordered tr:hover
{
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.bordered tbody tr:nth-child(even) {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

p, pre {
	letter-spacing:1px;
}

#qTranslateSwitcher {
	text-align:right;
	padding-top:10px;
}
#qTranslateSwitcher table{
	margin:auto 0 0 auto;
	text-align:left;
	width:auto;
}
#qTranslateSwitcher table td{
	padding: 0;
}
ul.qtrans_language_chooser {
	list-style: none;
	margin-bottom:0;
}

.qtrans_language_chooser li {
	display: inline;
	float: left;
	padding-right: 10px;
}

h1 {
	line-height:130%;
}
.type-wordpress h3, .post-214 h2 {
	/* Webkit */
	background: -webkit-gradient(linear,left top,left bottom,from(#FBFBFB),to(#F2F1E6));
	/* FF */
  background: -moz-linear-gradient(center top , #FBFBFB, #F2F1E6) repeat scroll 0 0 transparent;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffbfbfb,endColorstr=#fff2f1e6);	zoom: 1;
  border-color: #DFDFDF #DFDFDF #DFDFDF #666666;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  color: #666666;
  font-size: 115%;
  margin: 0 0 20px;
  padding: 12px 0 10px 15px;
	letter-spacing:2px;
}

h3#reply-title{
	background:none;
	border:none;
	margin:0;
	padding:0;
}

.type-wordpress h4 {
	font-size:18px;
}

.type-wordpress .post-entry > p, .type-wordpress .post-entry > div, .type-wordpress .post-entry > h4 {
	padding-left:30px;
}

.type-wordpress .post-entry > blockquote {
	margin-left:30px;
}

blockquote p{
	font-size:14px;
}


.coolShadow
{
  position: relative;
  width: 218px;
  background: #ddd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: auto;
}

.coolShadow:before, .coolShadow:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.coolShadow:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* =Media Queries
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

    body {
    }

    .grid, .grid-right {
	    float:none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }
	
	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-right:0;
    }
}

@media screen and (max-width: 650px) {

    body {
    }

    #header #logo {
	    float:none;
	    text-align:center;
    }

    .grid, .grid-right {
	    float:none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }
	
    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
	    float:none;
	    text-align:center;
    }

	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-right:0;
    }
	
    #footer {
	    text-align:center;
    }

    #footer .social-icons {
	    text-align:center;
    }
}

@media screen and (max-width: 480px) {

    body {
    }

    #header #logo {
	    float:none;
	    text-align:center;
    }

    .grid, .grid-right {
	    float:none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }

    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
	    float:none;
	    text-align:center;
    }

	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-right:0;
    }
	
    #footer {
	    text-align:center;
    }

    #footer .social-icons {
	    text-align:center;
    }
}
/*"The last 29 days of the month are the hardest."- Nikola Tesla*/