@charset "utf-8";
 @keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
a{
color: #666;
text-decoration: none;}
a:hover{text-decoration: underline;}
a:focus {
outline:none;
}
p {
margin:15px 0px 15px 0px;
transform: rotate(0.03deg);
}
h1,h2,h3,h4,h5{
transform: rotate(0.03deg);
}
img {
vertical-align:bottom; border:0;
}
a:hover img { opacity: 0.7;
filter: alpha(opacity=60);
}
.float_left {
float: left;
}
.float_right {
float: right;
}
ul li{transform: rotate(0.03deg);}
.clear_both{ clear: both;}
header ul {list-style:none; margin: 0; padding: 0;}
header ul li{list-style:none;transform: rotate(0.03deg);}
footer ul {list-style:none; margin: 0; padding: 0;}
footer ul li{list-style:none;transform: rotate(0.03deg);}
.leftright{
overflow: hidden; position: relative; zoom:1; } h1 a:hover{ text-decoration: none;}
article {
margin: 0;} #sidebar > ul{
padding: 0;}
#sidebar > ul > li{
list-style:none;}
.widgettitle{
margin: 70px 0 30px 0;
border-bottom: solid 1px #ccc;
font-size: 20px;
color: #666;}
.widget_archive > ul{
margin-bottom: 70px;}
.widget_archive > ul > li{
padding: 5px 0 5px 10px;
border-bottom: dotted 1px #dedede;}
.widget_categories > ul > li{
padding: 5px 0 5px 10px;
border-bottom: dotted 1px #dedede;}
.archivetitle{
border-bottom: dotted 1px #dedede;} .pagination {
clear: both;
padding: 20px 0;
position: relative;
font-size: 14px;
line-height: 14px;
text-align: center;
}
.pagination-box {
display: inline-block;
}
.pagination span, .pagination a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 10px 15px 10px 15px;
text-decoration: none;
width: auto;
color: #000; background: #fff; }
.pagination a:hover{
color: #333; background: #dedede; }
.pagination .current{
padding: 10px 15px 10px 15px;
background: #333; color: #ddd; }
@media only screen and (max-width: 413px) {
.pagination {
font-size: 12px;
line-height: 12px;
}
.pagination span, .pagination a {
padding: 8px 10px 8px 10px;
}
.pagination .current{
padding: 8px 10px 8px 10px;
}
} article form{
text-align: center;}
article form .wpcf7-confirm,
article form .wpcf7-back,
article form .wpcf7-submit{
border:solid 1px #333;
padding:15px 30px;
margin:0 auto;
text-transform:uppercase;
color:#333;
background-color: #ccc;
cursor:pointer;	-moz-transition:all 300ms ease-in-out;
-o-transition:all 300ms ease-in-out;
-webkit-transition:all 300ms ease-in-out;
transition:all 300ms ease-in-out;
text-align: center;}
article form .wpcf7-confirm:hover{background-color:#fff; color:#000;}
article form .wpcf7-back:hover{background-color:#fff; color:#000;}
article form .wpcf7-submit:hover{background-color:#fff; color:#000;}