body {
background-color: #fff;
color: #333;
font-size: 10pt;
font: normal normal normal .9em/.9em "museo-slab-1","museo-slab-2","Century Gothic",Helvetica,Arial,sans-serif;
text-align: center;
}
/* sizing */
div#wrapper {
width: 600px;
margin: 0 auto;
text-align: left;
}
div#header {
width: 500px;
margin: 0 50px;
}
div#posts {
margin: 0;
padding: 0em 0 2em;
line-height: 2em;
}
/* links */
a {
color: #333;
background-color: transparent;
text-decoration: underline;
padding: 0;
}
a:hover {
color: #fff;
background-color: #333;
text-decoration: none;
}
/* header */
#header {
padding: 1em 0;
text-align: center;
margin: 0 0 1em 0;
}
#header h1 {
font: normal normal bold 5em Georgia,"Times New Roman",serif;
margin: 0;
padding: 0;
}
h3 {
margin: none;
padding: none;
clear: none;
display: inline;
}

ul#menu {
background-color: #eee;
margin: 2em 0 3em 0em;
padding: 2px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
ul#menu li {
display: inline;
margin: 20px 10px;
}
ul#menu li a {
text-decoration: none;
font-weight: bold;
}
#more {
position: static;
bottom: 0;
right: 0;
width: auto;
}
#dropdown {
display: none;
text-align: left;
font-size: .9em;
background: #eee;
padding: 5px;
}
div.meta {
text-align: center;
font-size: small;
color: #aaa;
margin: 0 50px 50px;
}
div.meta a {
color: #aaa;
text-decoration: none;
}
div.meta a:hover {
color: #fff;
background-color: #333;
}
.text,.photo,.quote,.link,.chat,.video,.audio,.no_results {
padding: 0em 0 1em;
width: 500px;
margin: 0 50px;
}
/* text */
/* photo */
/* quote */
.the_quote {
font: oblique normal normal 1.5em/1.5em Georgia,"Times New Roman",serif;
}
.lquo {
margin-left: -.5em;
color: red;
}
.rquo {
margin-right: -.5em;
color: red;
}
.quote .caption {
text-align: right;
}
/* link */
.link h3 {
font-size: 1em;
margin: 0;
padding: 0;
}
.icon {
margin-left: 0;
float: left;
clear: none;
}
.icon a {
text-decoration: none;
font-size: 1.5em;
}
.icon a:hover {
background-color: transparent;
color: #900;
}
div.twitters {
text-align: center;
font-size: .9em;
padding: 0;
margin: 0;
min-height: 2.5em;
}
div.twitters ul {
list-style-type: none;
padding: 0;
margin: 0 0 10px 0;
}
div.twitters img {
margin-bottom: -.9em;
}
div.twitters a img {
background-color: transparent;
color: transparent;
}
div.twitters a:hover img {
background-color: transparent;
color: transparent;
}
div#pagination {
margin: 2em 0;
text-align: center;
}

    /* jqModal base Styling courtesy of;
      Brice Burgess <bhb@iceburg.net> */

    /* The Window's CSS z-index value is respected (takes priority). If none is supplied,
      the Window's z-index value will be set to 3000 by default (in jqModal.js). You
      can change this value by either;
        a) supplying one via CSS
        b) passing the "zIndex" parameter. E.g.  (window).jqm( {
zIndex: 500
}
); */

    .jqmWindow {
display: none;
position: fixed;
top: 17%;
left: 50%;
margin-left: -320px;
width: 600px;
}

    .jqmOverlay {
background-color: #fff;
}

    /* Fixed posistioning emulation for IE6
         Star selector used to hide definition from browsers other than IE6
         For valid CSS, use a conditional include instead */
    * html .jqmWindow {
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
    
    #dialog {
background-color: #fff;
color: #333;
border: 5px solid #555;
line-height: 1.5em;
padding: 2em;
}

