/*
Theme Name:Miraculous5
Version:5.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, 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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background-color: transparent;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
	background: repeat-x url(http://mir.aculo.us/wp-content/uploads/2010/05/bg.png) #fff;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
body .syntaxhighlighter table td code {
 line-height: 1.5em !important;
}
body {
font: 1em/1.7em Georgia, serif;
}
a {
text-decoration: underline;
font-weight: 600;
color: #000;
}
a:hover {
color: #c50201;
background-color: #fff0f0;
}
hr {
margin-top: 35px;
border: 0;
border-top: 1px solid #dadada;
width: 620px;
color: #fff;
clear: both;
}
#wrapper {
width: 61.25em;
margin: 0em auto;
padding: 0 2em;
}
#header {
float: left;
width: 61.25em;
padding-bottom: 0em;
margin: 48px 0 8px 0;
height: 37px;
}
#logo {
}
#logo a {
font-family: "Helvetica Neue", Arial, sans serif;
color: #a60201;
font-size: 3.75em;
font-weight: 600;
text-decoration: none;
border-bottom: none;
letter-spacing: -0.05em;
display:inline-block;
}
#logo a:hover {
}
#nav {
float: right;
width: auto;
}
#nav ul {
float: right;
}
#nav li {
text-align: center;
float: left;
display: inline;
width: auto;
}
#nav li a {
font-size: 1.2em;
font-weight: 400;
display: block;
border-bottom: none;
}
#nav li a:hover {
background-color: #f7f7f7;
}
#blurb {
font-family: Georgia;
height: auto;
width: 800px;
float: left;
padding: 30px 0 0 100px;
font-size: 1.2em;1
font-weight: 400;
line-height: 130%;
border-bottom: 1px solid transparent;
}
#blurb em {
  font-style: normal;
  font-weight: bold;
  background-color: #a1d7fd;
}
#blurb div.avatar {
float: left;
margin-left: -120px;
margin-right: 30px;
margin-top: -12px;
position: relative;
}
#blurb div.avatar img {
 position: absolute;
left: 0;
top: 0;
 width: 100px;
height: 120px;
-webkit-transform:  translate3d(0,0,0) scale(1) rotate(0deg);
-webkit-transition: -webkit-transform 2s;
}
#blurb div.avatar:hover img {
 -webkit-transition: -webkit-transform 2s;
 -webkit-transform: translate3d(0,0,0) scale(1.2) rotate(-5deg);
}
div.howdy {
  display: none;
}
div.mask {
  position: absolute;
  top: 121px;
  left: -30px;
  width: 200px;
  height: 20px;
  background: #fff;
} 
@media screen and (-webkit-min-device-pixel-ratio:0){
div.avatar div.howdy {
  display:block;
  z-index: 1000;
  position: absolute;
  left: 100px;
  top: -180px;
  width: 691px;
  height: 345px;
  background: url(http://mir.aculo.us/wp-content/uploads/2010/05/howdy.png);
  -webkit-transform-origin: left center;
  -webkit-transform: scale(0.001) translate3d(0px,200px,0px);
  -webkit-display: block;
  -webkit-transition: -webkit-transform 2s, opacity 2s; 
  opacity:0;
}
div.avatar:hover div.howdy {
  -webkit-transition: -webkit-transform 2s, opacity 2s; 
  -webkit-transform: scale(0.4) rotate(-5deg) translate3d(0px,0px,0px);
  opacity:1;
}
}
#content {
width: 42.5em;
float: left;
padding: 0 0 20px 0;
min-height: 26.25em;
margin-top: 30px;
}
#comments {
width: 40.5em;
}
.post {
padding: 0 30px 0 0;
color: #444;
margin-bottom: 70px;
}
.post a {
 color: #444;
}
.post p {
margin: 14px 0 14px 0;
}
.post em {
font-style: italic;
}
.post h2 {
font-family: Georgia;
font-size: 1.75em;
margin: 25px 0 10px 0;
font-weight: normal;
}
.post h1, .post h1 a {
font: 1.45em/1.1em "Helvetica Neue", Arial, sans serif;
margin: 30px 0 10px 0;
font-weight: bold;
letter-spacing: -0.03em;
color: #a60201;
text-decoration: none;
padding-right: 100px;
}
.post h1 a:hover {
background-color: #fff0f0;
}
.post h3, .post h4 {
font-family: Georgia;
font-size: 1.5em;
margin: 15px 0 10px 0;
font-weight: normal;
}
.post h4 {
font-size: 1.25em;
}
.post .indent {
padding-left: 1em;
}
.post .indent p {
padding-left: 1em;
}
.post small {
font-size: 0.9em;
color: #444;
}
.post small a {
font-weight: normal;
color: #444;
}
.post .alignright {
float: right;
margin-left: 10px;
}
.post .alignleft {
float: left;
margin-right: 10px;
}
.post .aligncenter {
margin: 0 auto;
display: block;
}
.post abbr {
font-weight: normal;
}
.post ul {
list-style: circle;
margin: 0 0 0 25px;
}
.post ol {
list-style: decimal;
margin: 0 0 0 30px;
}
.post .wp-caption {
background: #f7f7f7;
border: 1px solid #dadada;
margin: 10px;
text-align: center;
padding: 5px 0 0;
}
.post .wp-caption-text {
margin: 0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom: 0;
}
.post blockquote {
color: #777;
border-left: 1px solid #dadada;
margin: 15px 30px 0 10px;
padding-left: 20px;
}
.post pre {
font-family: Consolas, Monaco, Courier;
font-size: 12px;
margin: 14px 0 14px 0;
}
.post code {
 font-family: Consolas, Moncao, Courier;
  line-height: 14px;
}
.post .message ul {
margin: 12px 0 0;
}
.post .message {
display: none;
background: #0F67A1;
margin-top: 10px;
padding: 20px;
color: #fff;
}
.post img {
 max-width: 648px;
}
#comments h3, #comments h4 {
font-family: Georgia;
font-size: 24px;
margin: 35px 0 5px;
font-weight: normal;
}
#comments h4 {
font-size: 28px;
}
#comments cite {
font-family: "Helvetica Neue", Arial, "sans serif";
font-size: 18px;
color: #a60201;
font-weight: normal;
border-bottom: 1px solid #dadada;
}
#comments cite a {
color: #a60201;
text-decoration: none;
}
#comments em {
font-style: italic;
text-align: right;
}
#comments ol.commentlist li {
margin-top: 20px;
border: 1px solid #dadada;
padding: 10px 5px 20px 10px;
min-height: 110px;
}
#comments p {
margin: 10px 0 0 10px;
width: auto;
}
#comments span {
display: block;
color: #eee;
font-family: Georgia;
font-size: 120px;
font-weight: normal;
float: right;
padding-top: 25px;
}
#comments ul.formlist {
margin: 20px auto;
width: 375px;
}
#comments ul.formlist li {
display: block;
margin: 10px 0 0;
}
#comments ul.formlist p {
margin: 10px 0 0;
text-align: center;
}
#comments input {
font-family: Georgia;
width: 370px;
font-size: 18px;
font-weight: normal;
}
#comments textarea {
font-family: Georgia;
width: 370px;
font-size: 18px;
font-weight: normal;
}
#comments li.submitbutton input {
text-align: center;
background: #fff;
border: 1px solid #aaa;
color: #000;
font-family: Georgia;
font-weight: normal;
font-size: 20px;
width: 374px;
}
#comments .center {
text-align: center;
}
#sidebar {
width: 15.625em;
float: right;
margin: 30px 0 1.55em 0;
color: #666;
}
#sidebar a {
color: #666;
}
#sidebar h3 {
padding: 25px 0 3px 0;
font-size: 18px;
text-align: center;
border-bottom: 1px solid #ccc;
}
#sidebar p {
  font-size: 13px;
}
#sidebar .block ul {
xborder-bottom: 1px solid #dadada;
}
#sidebar .block ul .children {
border: 0;
padding: 0 0 0 8px;
}
#sidebar .block li {
padding-left:15px;
text-indent:-15px;
line-height: 18px;
padding: 2px 15px 4px 17px;
}
#sidebar .block li a {
background: transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
font-size: 13px;
font-weight: normal;
padding: 2px 0 2px 15px;
border-bottom: none;

}
#sidebar .block li a:hover {
background: #f7f7f7 url(images/bullet_red.gif) no-repeat scroll 6px 52%;
}
#sidebar .widget_search label {
display: block;
padding: 25px 0 3px 0;
font-size: 18px;
xborder-bottom: 1px solid #dadada;
margin: 0 0 5px;
}
#sidebar .widget_recent_comments li {
background: transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding: 2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover {
background: none;
xborder-bottom: 1px dotted #000;
text-decoration: none;
color: #000;
font-weight: 600;
}
#sidebar .widget_recent_comments li a:hover {
color: #e12000;
xborder-bottom: 1px dashed #e12000;
background-color: #f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin: 0 0 8px;
xborder-bottom: 1px solid #dadada;
}
#sidebar .widget_text h3 , #sidebar .calendar h3 {
xborder-bottom: 1px solid #dadada;
}
#sidebar .calendar h3 {
display: none;
}
#sidebar #wp-calendar {
width: 95%;
text-align: center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th {
text-align: center;
}
#sidebar #wp-calendar caption {
font-size: 18px;
padding: 25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold;
border-top: 1px solid #dadada;
xborder-bottom: 1px solid #dadada;
}
#sidebar #wp-calendar tfoot td {
border-top: 1px solid #dadada;
xborder-bottom: 1px solid #dadada;
}
#footer {
width: 900px;
clear: both;
padding: 10px 0 40px 0;
font-size: 11px;
color: #666;
}
small.date {
 font-style: italic;
}