@charset 'utf-8';
/**
 * Theme Name: Respon
 * Version: 1.0.1
 * Author: SBA FACTORY
 * Author URI: http://sba-factory.com
 * Theme URI: http://demo.sba-factory.com
 * Description: Respon is a simple and clean Theme for your blog. A responsive layout optimizes the theme for mobile devices. You can use custom header and custom background. You will like this.
 * Tags: flexible-width, custom-header, custom-background, right-sidebar
 * License: GNU General Public License
 * License URI: license.txt 
 */
 
/*--------------------------------------
 CONTENTS
 
 * Reset 
 * General 
 * Header 
 * Nav 
 * Widget 
 * Aside 
 * Post 
 * Footer 
 * Form 
 * search.php 
 * archive.php 
 * Media Query
 
 --------------------------------------*/ 
/* Reset
-------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	text-decoration:none;}
	
pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */}	

header, footer, section, article, aside, nav,div {
display: block;}

table {border-spacing: 0;}
	
/* remember to define focus styles! */
:focus {outline: 0;}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;}

p {line-height: 1.8em;}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;  }

img,abbr,acronym,fieldset,a img {border: none;}

img,li,dt,dd {
	vertical-align: bottom;}
	* html li ,
	*:first-child+html li {
		vertical-align: baseline;}

q:before,q:after {content: '';}
	
object,embed {vertical-align: top;}

ul{list-style-type: none;}

ol {list-style-type: decimal;}

ol,ul,dl {margin-bottom: 1em;}

dd {margin-left: 3em;}

/* Float */
.left {float: left;}

.right {float: right;}
	
/* General 
-------------------------------------------------------------------------------*/
html,body {
  height:100%;}

body {
	background:url(images/bg.png) repeat;
	color: #333333;
	font-family:Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 1em;}
	
.container{
	margin: 0 auto;
	max-width:1024px;}

.wrapper{
	width: 98%;
	padding:1%;
	clear:both;}

#main {
    float:left;}
	
img{   
	 max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */}
	
a:link {
	color:#0081a2;}
	
a:visited {
	color:#014658; }
	
a:hover {
	color: #0097be;
	text-decoration: underline; }
	
a:active {
	color:#0081a2; }

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); }

h1,h2,h3,h4,h5,h6 {
	clear: both; }

h1 {
	font-size: 1em;
	line-height: 1.2em;
	padding: 5px; }

h2, h2 a { /* post */
	color:#343434;
	font-size: 1em;
	/*font-weight: bold;*/
	border-bottom: 1px collapse #0081a2;}

h3 {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1em 0.25em 1em 0.25em;}

h4 {
	color: #066;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;
	padding-left: 1em;
	border-bottom: 3px double #428460;
	margin: 1em 1em 1em 0;}

h5,h6 {
	color: #066;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;}

/* SELF CLEARING FLOATS - CLEARFIX METHOD
----------------------------------------------------------------------------------------------------*/
.clr:before,
.clr:after{
    content: ""; 
    display: block; 
    clear: both;}
/* For IE 6/7 (trigger hasLayout) */
.clr {
    zoom:1;}
	
/* clear */
.clear-both{
	clear: both;}

/* RESET MARGINS */
.col:first-child{ margin-left: 0; } /* all browsers except IE6 and lower */
.col:last-child{ margin-right: 0; } /* all browsers except IE6 and lower */

/*  module */
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.ml05{ margin-left:5px ;}
.ml10{ margin-left:10px ;}
.ml20{ margin-left:20px ;}
.mlmr1{ margin:0 1% ;}
.mr20{margin-right:20px;}

/* Header
-------------------------------------------------------------------------------*/
body>header {
	height: 200px;}
	
body>header h1 {
	font-size: 1em;
	margin: 20px 0 0 10px;
	color: #434343;
	text-transform: uppercase;}

body>header h1 a:link, 
body>header h1 a:visited {
	text-decoration: none;
	color: #434343;}
		
body>header h1 a:hover, 
body>header h1 a:active {
	text-decoration: underline;}
	
.description{
	width:100%;
	height:40px;}

h1#title {
	font-size: 1.5em;
	font-weight:bold;}	
	
.searchbox {
	margin-bottom:10px;
	float:right;
	font-size:0.85em;
	text-align:right;
	display: inline-block;
	zoom: 1;
	border: solid 1px #cdcdcd;
	padding: 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0, 0, 0, .1);
	background: #F1F1F1;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
	background: -moz-linear-gradient(top, white, #EDEDED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');}
	
input#searchsubmit {
	margin:-0.6em 0.1em;
	padding:5px;}
	
input:hover#searchsubmit {
	background:#999999;
	color:#dddddd;}
	
input:active#searchsubmit {
	background:#000000;
	color:#ffffff;}
	
.custom-headerarea{
	padding:1%;
	width:98%;
	max-width:1024px;}
		
/* Nav
-------------------------------------------------------------------------------*/
nav{
	width:100%;
	margin:0 auto;
	max-width:1000px;
	clear:both;}

ul#nav{
	height:2.5em;
	font-size:90%;
	background:#FFFFFF\9;
	background: rgba(255, 255, 255, 0.7);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);/*IE*/
	}

ul#nav li, ul#nav ul li{	
	float: left;
	position: relative;}

ul#nav li a, ul#nav ul li a{
	color: #343434;
	padding:0.5em 1.5em;
	text-decoration:none;
	display: block;
	border-right:1px dashed #999999;}
	
/*Current menu*/
ul#nav li:hover > a{
	color:#0097be;
	text-decoration:underline;}

ul#nav li:active > a{
	color:#0081a2;
	text-decoration:underline;}

ul#nav > li.current > a,
ul#nav > li.current_page_ancestor > a,
ul#nav > li.current-menu-item > a,
ul#nav > li.current-category-ancestor > a,{
	background:#cdcdcd;}
	
/* Children Menu */

ul#nav ul, ul#nav ul ul{
	display: none;
	position: absolute;
	z-index: 99999;}

.sub-menu{
	border:none;}
		
ul#nav ul li ul, ul#nav ul li ul {
	left: 100%;
	top: 0; }
	
ul#nav ul li a, ul#nav ul ul li a {
	background: rgba(255, 255,255, 0.7);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);/*IE*/}
	
ul#nav ul li:hover > a, ul#nav ul ul li:hover{
	background: #ffffff;}
	
	
ul#nav li:hover > ul, ul#nav ul li:hover > ul{
	display: block;}
			
/* Widget
-------------------------------------------------------------------------------*/
.widget {
	margin: 0 auto;}

aside#sidebar .widget {
	margin:1em 0 1em 0.5em;
	padding:3%;
	/*opacity*/
	background:#ffffff;
	background: rgba(255, 255, 255, 0.7);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);/*IE*/
	/*round*/
	border-radius: 4px;        /* CSS3 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox */ 
	box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/ }

.footerWidget {
	width:20%;
	float: left;
	padding:2%;}
	
.footerWidget-right {
	width:20%;
	float: right;
	padding:2%;;}
	
.footerWidget ul,
.footerWidget-right ul{
	line-height:1.8em;}
	
.footerWidget h3,
.footerWidget-right h3{
	font-size:1.1em;
	font-weight:bold;
	color:#333333;}

.widget li ,
#menu-nav li{
	font-size:15px;
	list-style:square;
	line-height:1.9em;
	margin: 0 1em 0 1.5em;}
	
ul#menu-g-nav li{	
	position: relative;
	border-right:none;}

li.widget {
color: #666666;
padding-bottom: 30px;}

li.widget h4 {
margin: 0 0 12px 0;
padding: 0 5px;
font-size: 1em;
border-bottom:#999999 solid 1px;}

li.widget ul {
margin: 0 0 0 20px;
line-height: 2em;}

li.widget ul a {
color: #666;}

li.widget ul a:hover {
text-decoration: underline;
color: #222;}

#wp-calendar caption {
	text-align: center; 
	color: #666666; 
	padding: 3px; 
	margin-bottom: 5px; }
	
#wp-calendar table {
	bordere:solid; 
	text-align: center;}
	
#wp-calendar thead tr {}

#wp-calendar thead th {
	font-weight: bold; 
	color: #6D7B84;
	padding: 2px 3px 2px 5px; }
	
#wp-calendar tbody td {
	padding: 2px 3px 2px 5px;}
	
#wp-calendar #today {
	color: #278D96;
	text-decoration:underline;}
	
#wp-calendar tbody .pad { }
#wp-calendar a {
	padding: 2px 0; 
	font-weight: bold;
	color: #278D96;}
	
#wp-calendar tfoot td {
	padding: 3px 0}
	
#wp-calendar #next {
	text-align: right; 
	padding-right: 10px;}
	
#calendar_wrap {
	display: block; 
	width: 100%; 
	padding: 0; 
	margin: 0 0 1% 0;}

/*----- calendar -----*/
#wp-calendar {
	width: 96%;
	margin: 2%;
	font-size: 0.8em;
	text-align: center;
	border: thin double #989898;}

#wp-calendar a:hover {
	color: #0097be;
	border: none;}

#wp-calendar td, #wp-calendar th {
	width: 13%;}

#wp-calendar caption {
	padding: 6px 8px;
	font-weight: bold;
	color: #545454;}

#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next {
	text-align: right;
	padding: 3px 3px 0 0;}
	
/* Aside
-------------------------------------------------------------------------------*/
aside {
	width:25%;
	float: right;}
	
aside#sidebar ul, aside li {
margin: 0;
list-style: none;}

/* Post
-------------------------------------------------------------------------------*/
section h2 {
	background:url(images/respon_listmark_h2.png) no-repeat;
	padding:0 1em;
	color: #0080a1;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 32px;}

#main {
	width:72%;
	margin:1em auto;
	float: left;
	height:auto;
	padding:2% 0 2% 2%;
	overflow:hidden;
	/*opacity*/
	background:#ffffff;
	background: rgba(255, 255, 255, 0.7);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);/*IE*/
	/*round*/
	border-radius: 4px;        /* CSS3 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox */
	box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/}

/*1column*/
#full{
	margin:0;
	width:100%;
	overflow:hidden;
	/*opacity*/
	background:#ffffff;
	background: rgba(255, 255, 255, 0.7);
	/*filter:alpha(opacity=50);   IE7 */
    /*-ms-filter: "alpha(opacity=50)";  IE8 */
	/*round*/
	border-radius: 4px;        /* CSS3*/  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox*/ 
	box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/}
	
/* main > post */
.thumb-meta{
	padding:0 0 2% 0;
	clear:both;}
	
.thumb {
	margin:8px 20px 10px 0;
	width:25%;
	border:#ffffff 10px solid;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/
	float:left;}
	
.meta{
	margin:0 20px 0 0;
	padding:10px;
	color: #666;
	font-size: 0.85em;
	text-align: left;
	clear: both;}
	
.content{
	padding:1em 0;
	clear:both;}

.content-single {
	margin-right:1em;
	padding: 0.2em 1em 1em 0;
	min-height: 210px;}	
	
.content-single2 {
	margin-right:1em;
	padding: 0.2em 1em 1em 0;
	min-height: 220px;
	border-bottom: 1px #DDD dashed;}	
	
article{
	margin-bottom:10px;}
	
article .post {
	background-color: #ffffff;
	padding:20px;
	overflow: hidden;
	margin-bottom:20px;}

article .post p{
	font-size:1em;
	line-height:1.7em;
	text-align:left;}
	
.post-meta {
	font-size: 0.9em; 
	color: #666666; }
	
.post-meta-key {
	color:#121212; 
	font-weight: bold; 
	font-size: 0.9em; }

.postdate {
	color: #666;
	font-size: 0.7em;
	text-align: right;
	margin-top: -1.8em;
	padding:1.5em 2em 0 2em}

.postinfo {
	margin-right:20px;
	padding:10px;
	color: #666;
	font-size: 0.85em;
	text-align: right;
	border:#999999 1px dashed;
	/*opacity*/
	background:#dedede;
	background: rgba(255, 255, 255, 0.5);
	filter:alpha(opacity=50);  /* IE7 */
    -ms-filter: "alpha(opacity=50)"; /* IE8 */
	clear: both;}

article .post li {
	line-height: 1.6;
	margin: 0 0 0.5em 3em;}

article .post ul li {
	list-style: disc;}

blockquote {
	background-color: #F4F6FE;
	border: 1px solid #999;
	margin: 0.5em 1em;
	padding: 10px 20px 10px 5px;}

.sticky { 
	border: 2px solid #DDD; }
	
.pagenav {
	height: 20px;
	padding: 20px 0 0 0;
	clear: both;
	font-size: 0.8em;}
		
.pagelink {
	overflow: auto;
	padding:2% 12% 0 8%;
	font-size:0.85em;
	clear:both;}

.pageprev {
	float: left;}

.pagenext {
	float: right;}

.post ul.pager {
	background-color: #ffffff;
	padding: 10px;
	margin: 20px 10px;
	overflow: auto;}

ul.pager li {
	font-weight: bold;
	margin: 5px;
	padding-right: 10px;
	border-right: 1px #999999 solid;
	list-style: none;
	float: left;}
	
#commentarea {
	margin: 1em 0;
	padding:0;
	width: 97%;}	
	
#commentarea p{
	font-size:0.9em;
	line-height:1.5em;}
	
.comment-author img{
	padding:0 10px 0 0;}
	
.comment-meta{
	font-size:0.8em;}
	
.comment {
	background-color: #efefef;
	padding: 1em;
	margin:0;}
	
.comment h3{
	font-size:1em;}
		
.commentlist{
	margin:0.5em 0 0 0;}
	
.comment-content{
	padding:0.5em;
	margin:0.5em 0;
	background:#ffffff;}
.children{
	margin:0;}	
.reply{
	font-size:0.8em;
	text-decoration:underline;}
li.bypostauthor {
    color: #0081A2;}	
	
/* Comment Form */
p.comment-form-comment {
	margin: 0;}
	
.form-allowed-tags {
	display: none;}

#respond {
	background: #efefef;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto 1;
	padding: 1em;
	position: relative;}
	
#respond input[type="text"],
#respond textarea {
	background: #ffffff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	width:96%;}
	
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	color: #666666;
	display: inline-block;
	font-size: 0.8em;}
	
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;}

#respond label {
	line-height: 2em;}

#respond p {
	font-size: 0.9em;}
	
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 0.9em;
	font-weight: bold;}

#respond .comment-notes,
#respond .logged-in-as {
	font-size: 0.9em;}
	
#respond p {
	margin: 10px 0;}
	
#respond .form-submit {
	margin: -20px 0 10px;}
	
#respond input#submit {
	background: #cdcdcd;
	border: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #333333;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 30px ;}
	
#respond input#submit:hover {
	text-decoration: underline;
	background: #999999;
	color:#ffffff;}	
	
#respond input#submit:active {
	text-decoration: underline;
	background: #666666;
	color:#ffffff;}
	
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
	background: #0081A2;
	color:#ffffff;
	padding:3px;}
	
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;}
	
#reply-title {
	color: #0081a2;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;}
	
#cancel-comment-reply-link {
	color: #666666;
	font-weight: normal;
	text-decoration: none;}
	
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;}
	
.comment-reply-link a{
	background:#badcdc;
	color:#ffffff;
	padding:3px 5px;
	border-radius:2px;}	

.alignnone { 
	border:#ffffff 10px solid;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/}

.alignright { 
	border:#ffffff 10px solid;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/
	float: right;}

.alignleft { 
	border:#ffffff 10px solid;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/
	float: left;}

.aligncenter {
	border:#ffffff 10px solid;
	display: inline-block;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/
	display: block;}

.wp-caption { 
	text-align: center;}

.wp-caption-text, 
.gallery-caption { 
	font-size: 12px;
	line-height: 1.2em;
	color: #666;
	margin: 0;}

.attachment-post-thumbnail { }
	
/* Footer
-------------------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	max-width:1000px;
	width:100%;
	/*opacity*/
	background:#ffffff;
	background: rgba(255, 255, 255, 0.7);
	/* filter:alpha(opacity=50);  IE7 */
    /* -ms-filter: "alpha(opacity=50)"; IE8 */
	/*round*/
	border-radius: 4px;  /* CSS3 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox */ 
	box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=145, Strength=3);/*IE-box-shadow*/}
	
.caution,
.copyright {
	font-size:0.85em;
	padding:1em;}
	
/* Form
-------------------------------------------------------------------------------*/
form button,
form input[type=checkbox],
form input[type=radio],
form input[type=reset],
form input[type=submit] {
    padding:2px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif}

form input[type=check],
form input[type=radio],
form input[type=submit] {
    cursor: pointer;}

form label {
	display: inline-block;
	cursor: pointer;}

form input[type=text],
form textarea {
    padding: 5px;
	border-radius: 4px;  /* CSS3 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox */  
	border: 2px inset;}

form input[type=text]:hover,
form textarea:hover,
form input[type=text]:focus,
form textarea:focus {
	background-color: #FEFFE8;}

.error {
	color: #0da4d3; }
	
form input[type=submit] {
	padding: 5px 30px;
	margin: 0 4em;}
	
.button{
	float: right;
	margin:10px 55px 10px 0;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	cursor:pointer;   
	color: #fff;
	
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	
	/* Background gradient */
	background: #a5b8da;
	background: -moz-linear-gradient(top, #a5b8da 0%, #7089b3 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b8da), to(#7089b3));
	
	/* Border style */
  	border: 1px solid #5c6f91;  
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  
	/* Box shadow */
	-moz-box-shadow: inset 0 1px 0 0 #aec3e5;
	-webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
	box-shadow: inset 0 1px 0 0 #aec3e5;}
	
.button:hover {
	background: #848FB2;
    cursor: pointer;
	}
	
.button2 {
   border: 1px solid #d1d1d1;
   background: #7a7a7a;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#7a7a7a));
   background: -webkit-linear-gradient(top, #ffffff, #7a7a7a);
   background: -moz-linear-gradient(top, #ffffff, #7a7a7a);
   background: -ms-linear-gradient(top, #ffffff, #7a7a7a);
   background: -o-linear-gradient(top, #ffffff, #7a7a7a);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #7a7a7a 100%);
   padding: 7px 14px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button2:hover {
   border: 1px solid #ffffff;
   text-shadow: #1e4158 0 1px 0;
   background: #6abfd4;
   background: -webkit-gradient(linear, left top, left bottom, from(#447073), to(#6abfd4));
   background: -webkit-linear-gradient(top, #447073, #6abfd4);
   background: -moz-linear-gradient(top, #447073, #6abfd4);
   background: -ms-linear-gradient(top, #447073, #6abfd4);
   background: -o-linear-gradient(top, #447073, #6abfd4);
   background-image: -ms-linear-gradient(top, #447073 0%, #6abfd4 100%);
   color: #ededed;
   }
.button2:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #3f80ab;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#6abfd4));
   background: -webkit-linear-gradient(top, #3e779d, #3f80ab);
   background: -moz-linear-gradient(top, #3e779d, #3f80ab);
   background: -ms-linear-gradient(top, #3e779d, #3f80ab);
   background: -o-linear-gradient(top, #3e779d, #3f80ab);
   background-image: -ms-linear-gradient(top, #3e779d 0%, #3f80ab 100%);
   color: #fff;
   }
   
/* search.php
-----------------------------------------------------------*/
.search-content{
	padding:2%;
	width:96%;
	background: rgba(252, 252, 252, 0.5);
	/* filter:alpha(opacity=50);  IE7 */
    /* -ms-filter: "alpha(opacity=50)"; IE8 */
	overflow:hidden;
	/*round*/
	border-radius: 4px;        /* CSS3 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox */  }

.search-thumb{
	width:125px;
	hight:125px;
	float:left;}
	
.search-text{
	float:right;}

/* archive.php
-----------------------------------------------------------*/
.zitem-frame {
    margin:20px 20px 10px 0;
    overflow:hidden;
	display: inline-block;
    float:left;}

.zitem {
    width:158px;
    height:158px;
    overflow:hidden;
	background:#FFFFFF;
	border:#ededed 1px solid;
	display: inline-block;
	box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);/*IE-box-shadow*/}
	
.zitem-caption a {
    width:158px;
    color:#333333;
	font-size:0.7em;}

.zitem .caption a:hover {
    width:158px;
    color:#0081a2;
	font-size:0.7em;}

/* iPad  ----------- */
@media screen and (max-width: 800px) {
.container{
	margin: 0 auto;
	width: 100%;}

.description{
	width:100%;
	height:40px;}

.searchbox {
	float:none;
	font-size:0.85em;
	text-align:right;}

nav {
	display:none;}

.custom-headerarea {
	padding: 1% 4% 0;
	width: 92%;}
	
#main {
	width: 90%;
	margin: 3% 2% 2% 2%;
	padding: 3%;}
	
.postdate {
	padding:0.2em 1em 0.2em 0;
	margin-top: 0;}
	
.postinfo{
	margin-right:0;}
	
#commentarea {
	width: 100%;}

#sidebar{
	display:none;}

#calendar_wrap {
	display: block;
	width: 100%;
	padding: 0 1px 1px 0;
	margin: 0 0 2% 0;}
	
#wp-calendar tbody td {
	padding: 0;}
	
#footer{
	background:none;
	box-shadow:none;}

.footerWidget,
.footerWidget-right {
	float:left;
	width: 42%;
	line-height:2em;
	margin:2%;
	padding:2%;
	/*background:#ffffff;*/
	background: rgba(255, 255, 255, 0.5);
	border-radius: 4px;  /* CSS3 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome */  
    -moz-border-radius: 4px;   /* Firefox */ 
	box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);/*IE-box-shadow*/}
	
.home-category {
	width:23%;
	float: left;
	margin:6px;
	text-align:center;
	border:1px #ededed solid;}
}

/* Smartphones  ----------- */
@media screen and (max-width:480px) {
.container{
	margin: 0 auto;
	width: 100%;}
	
#title {
	font-size: 1em;
	font-weight:bold;
	margin-bottom:0;}	

section h2 {
	background:url(images/respon_listmark_h2_s.png) no-repeat;
	padding:0 1em;
	color: #0080a1;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 16px;}

.custom-headerarea{
	display:none;}
	
.content {
	padding: 0 0 1em 0;
	clear:both;}
	
.content-single{
	padding: 0 0 1em 0;
	clear:both;}
	
.thumb-meta {
	padding: 0 0 10% 0;	}

.thumb,.meta{
	padding:0;
	float:none;}
	
.thumb{
	width:42%;
	margin:2% 24%;}
	
.meta{
	margin:0;
	width:98%;
	padding:1%;}
	
ul.commentform {
	font-size:0.8em;
	padding:0 1% 0 0;}
.submitbtn {
	margin: 0;}

.home-category {
	width:44%;
	float: left;
	margin:7px;
	text-align:center;
	border:1px #ededed solid;}
	
.footerWidget,
.footerWidget-right {
	float:none;
	width: 90%;
	line-height:2em;
	margin: 2%;
	padding:3%;}	

.zitem-frame {
	margin: 2% 30%;}
}	
	
/* Smartphones ----------- */
@media screen and (max-width: 320px) {
.description{
	width:100%;
	height:40px;}

.search {
	float:none;
	font-size:0.85em;}
	
h1 {
	font-size: 0.75em;
	padding: 1%; }
	
#main {
	width: 90%;
	margin: 3% 2% 2% 2%;
	padding: 3%;}

.thumb{
	width:70%;
	margin:4% 10% 0 10%;}
	
.postdate {
	margin-top: 0;}
	
.pagelink {
	overflow: auto;
	padding:2%;
	font-size:0.7em;}
	
.home-category {
	width:70%;
	float: none;
	margin:1% auto;
	text-align:center;
	border:1px #ededed solid;}
	
.zitem-frame {
	margin: 2% 20%;}	
}