
        html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html { line-height: 1 }
ol,
ul { list-style: none }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote { quotes: none }
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img { border: none }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary { display: block }
body {
    font-family: "Open Sans",sans-serif;
    line-height: 1.7em;
}
#header h1,
#content .footer-comment a,
.pagination {
    font-family: "Sue Ellen Francisco",cursive;
    line-height: 1.2em;
}
#content .articlex h3 {
    font-family: "Indie Flower",cursive;
    line-height: 1em;
}
#wrapper:after,
#menu ul:after,
#content:after,
.pagination:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
#menu .rss-ico { text-indent: -9999px }
#wrapper,
#content { margin: 0 auto }
#content header,
#content .articlex h3,
#content .articlex .hover-link time { text-align: center }
#comment-author,
#comment-email,
#comment-url,
textarea {
    padding: 5px;
    border: 1px solid #b4b4b4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px -3px #999;
    -moz-box-shadow: 0 2px 4px -3px #999;
    box-shadow: 0 2px 4px -3px #999;
    outline: none;
    background: #fff;
    -webkit-appearance: none;
}
#wrapper,
#content { width: 1000px }
@media only screen and (max-width: 479px) { 
    #wrapper,
    #content { width: 300px !important }
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    #wrapper,
    #content { width: 460px !important }
}
@media only screen and (min-width: 768px) and (max-width: 999px) { 
    #wrapper,
    #content { width: 728px !important }
}
@media only screen and (max-width: 479px) { 
    #content img { max-width: 300px !important }
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    #content img { max-width: 460px !important }
}
@media only screen and (min-width: 768px) and (max-width: 999px) { 
    #content img { max-width: 728px !important }
}
body {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    color: #666;
}
#wrapper { padding-bottom: 30px }
em { font-style: italic }
strong,
b { font-weight: bold }
a {
    text-decoration: none;
    color: #666;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
h4 {
    font-size: 16px;
    line-height: 1.7em;
    text-transform: uppercase;
}
.formbutton {
    font: 12px Helvetica,Arial,sans-serif !important;
    color: #404040;
    font-weight: bold !important;
    padding: 4px;
    background: url("../img/btn.png") no-repeat;
    border: 0 none;
    width: 64px;
    height: 30px;
    border: none 0 !important;
    cursor: pointer;
}
::selection {
    background: #ccc;
    color: #FFF;
}
::-moz-selection {
    background: #ccc;
    color: #FFF;
}
img::selection { background: transparent }
img::-moz-selection { background: transparent }
#header {
    width: 500px;
    float: left;
    padding: 20px 0;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) { 
    #header { width: 100% }
}
@media only screen and (min-width: 768px) and (max-width: 999px) { 
    #header { width: 280px }
}
#header h1 {
    overflow: hidden;
    font-size: 80px;
}
@media only screen and (max-width: 767px) { 
    #header h1 {
        text-align: center;
        font-size: 60px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 999px) { 
    #header h1 { font-size: 60px }
}
@media only screen and (max-width: 999px) { 
    #header h2 { display: none }
}
#menu {
    float: right;
    width: 440px;
    text-align: right;
    margin-top: 120px;
}
@media only screen and (max-width: 767px) { 
    #menu {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 999px) { 
    #menu { margin-top: 60px }
}
#menu .about,
#menu .categories,
#menu .archives,
#menu .links { border: none 0 !important }
#menu .about li { padding: 10px }
#menu .about span {
    display: block;
    font-weight: bold;
}
#menu .about p { line-height: 1.5em }
#menu .big {
    text-transform: uppercase;
    font-size: 13px;
}
#menu .rss-ico {
    background: url("../img/rss.png") no-repeat left top;
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    padding-top: 5px;
}
#menu ul {
    list-style: none;
    position: relative;
    display: inline-table;
    text-align: left;
}
#menu ul li { float: left }
#menu ul li:hover>ul { display: block }
#menu ul li a {
    display: block;
    padding: 5px 20px 0;
}
@media only screen and (max-width: 479px) { 
    #menu ul li a { padding: 5px }
}
#menu ul ul {
    z-index: 9999;
    background: #fff;
    padding: 0;
    position: absolute;
    top: 100%;
    display: none;
}
#menu ul ul li {
    float: none;
    position: relative;
}
#menu ul ul li a { padding: 5px 20px }
#menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
}
#content ol { list-style: decimal }
#content ul { list-style: square }
#content .entry-first-img {
    overflow: hidden;
    background-color: #fff;
    background-image: url(../img/placeholder.jpg);
}
#content .articlex {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
}
#content ul,
#content ol {
    margin-left: 50px;
    margin-top: 10px;
}
#content img { max-width: 1000px }
#content time {
    display: block;
    margin-bottom: 20px;
}
#content h3 {
    font-size: 36px;
    line-height: 1.5em;
    overflow: hidden;
}
#content footer { margin-top: 20px }
#content .footer-tags {
    font-size: 12px;
    line-height: 1.5em;
}
#content .footer-categories {
    font-size: 12px;
    line-height: 1.5em;
}
#content .footer-comment {
    margin: 30px 0 10px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
#content .footer-comment a {
    font-size: 32px;
    padding: 0 10px;
}
#content .post a {
    text-decoration: underline;
    color: #333;
}
@media only screen and (max-width: 767px) { 
    .special { text-align: center }
}
.special center {
    float: right;
    width: 254px !important;
    height: 255px !important;
}
.pagination {
    text-align: left;
    font-size: 28px;
    margin: 0 20px 20px;
    padding-top: 20px;
}
.pagination a {
    text-decoration: none !important;
    color: #666;
}
.pagination .pagination-newer { float: right }
@media only screen and (max-width: 479px) { 
    .pagination { font-size: 20px }
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    .pagination { font-size: 26px }
}
#comment { margin-top: 40px }
.comment {
    margin-bottom: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.comment:first-of-type { margin-top: 40px }
.comment:last-of-type { margin-bottom: 40px }
.comment-meta {
    color: #999;
    font-size: 13px;
}
.comment-meta time { display: inline-block !important }
.comment-nr {
    margin-right: 6px;
    padding: 0px 10px;
    background-color: #ccc;
    font-size: 13px;
    margin-top: -8px;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    color: #fff;
}
a.comment-header,
.comment-body a {
    text-decoration: underline;
    color: #333;
}
.comment-avatar {
    float: left;
    padding: 0;
    margin-right: 24px;
    margin-top: -5px;
    border: 1px solid #ccc;
}
.response {
    border-top: 1px dotted #666;
    padding: 5px 10px 0;
    margin-top: 10px;
}
.response-by {
    display: block;
    padding: 0 10px;
    font-size: 12px;
}
.commentform { margin-bottom: 20px }
.commentform textarea { display: block }
label[for="comment-author"],
label[for="comment-email"],
label[for="comment-url"],
label[for="comment-content"],
.commentform .formbutton {
    display: block;
    margin-top: 10px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    #comment-author,
    #comment-email,
    #comment-url,
    textarea { width: 234px }
}
@media only screen and (max-width: 479px) { 
    #comment-author,
    #comment-email,
    #comment-url,
    textarea { width: 174px }
}
#content .entry-first-img {
    width: 225px;
    height: 210px;
    border-width: 10px 10px 35px;
    border-style: solid;
    border-color: #fff;
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4),0px 2px 5px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4),0px 2px 5px rgba(0,0,0,0.3) inset;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4),0px 2px 5px rgba(0,0,0,0.3) inset;
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    #content .entry-first-img { width: 208px }
}
@media only screen and (min-width: 768px) and (max-width: 999px) { 
    #content .entry-first-img { width: 220px }
}
#content .entry-first-img iframe,
#content .entry-first-img embed {
    width: 225px !important;
    height: 210px !important;
}
#content .entry-first-img .bg-img {
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3) inset;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3) inset;
}
#content .articlex h3 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.7em;
    margin-top: -36px;
    padding: 0 0 0 6px;
    width: 230px;
    height: 48px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    #content .articlex h3 { width: 220px }
}
#content .articlex .footer-comment {
    height: 32px;
    width: 40px;
    position: absolute;
    left: -10px;
    top: -10px;
    padding-top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    z-index: 9999;
}
#content .articlex .footer-comment:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 21px;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: transparent #333 #333 transparent;
    z-index: 9999;
}
#content .articlex .hover-link {
    background-color: rgba(255,0,0,0.8);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding-top: 80px;
    width: 225px;
    height: 130px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
#content .articlex .hover-link span {
    text-align: right;
    padding-top: 50px;
    display: block;
    padding-right: 20px;
}
#content .articlex .hover-link:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
@media only screen and (max-width: 999px) { 
    #content .articlex .hover-link { display: none }
}
#content .i {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=0.03489950, M21=-0.03489950, M22=0.99939083,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=0.03489950, M21=-0.03489950, M22=0.99939083,sizingMethod='auto expand');
}
#content .ii {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99756405, M12=0.06975647, M21=-0.06975647, M22=0.99756405,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99756405, M12=0.06975647, M21=-0.06975647, M22=0.99756405,sizingMethod='auto expand');
}
#content .iii {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=-0.03489950, M21=0.03489950, M22=0.99939083,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=-0.03489950, M21=0.03489950, M22=0.99939083,sizingMethod='auto expand');
}
#content .iv {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99984770, M12=0.01745241, M21=-0.01745241, M22=0.99984770,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99984770, M12=0.01745241, M21=-0.01745241, M22=0.99984770,sizingMethod='auto expand');
}
#content .v {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99984770, M12=0.01745241, M21=-0.01745241, M22=0.99984770,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99984770, M12=0.01745241, M21=-0.01745241, M22=0.99984770,sizingMethod='auto expand');
}
#content .vi {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=-0.03489950, M21=0.03489950, M22=0.99939083,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=-0.03489950, M21=0.03489950, M22=0.99939083,sizingMethod='auto expand');
}
#content .viii {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=0.03489950, M21=-0.03489950, M22=0.99939083,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99939083, M12=0.03489950, M21=-0.03489950, M22=0.99939083,sizingMethod='auto expand');
}
#content .x {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99862953, M12=0.05233596, M21=-0.05233596, M22=0.99862953,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99862953, M12=0.05233596, M21=-0.05233596, M22=0.99862953,sizingMethod='auto expand');
}
#content .xi {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99984770, M12=-0.01745241, M21=0.01745241, M22=0.99984770,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99984770, M12=-0.01745241, M21=0.01745241, M22=0.99984770,sizingMethod='auto expand');
}
#content .xii {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.99756405, M12=-0.06975647, M21=0.06975647, M22=0.99756405,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99756405, M12=-0.06975647, M21=0.06975647, M22=0.99756405,sizingMethod='auto expand');
}