/*
Theme Name: standard issue
Theme URI: http://fredericiana.com
Description: A "Free CSS Templates" theme, adapted for fredericiana.com
Author: Frederic Wenzel
Author URI: http://fredericiana.com
Version: 1.0
.
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
.
*/

@font-face {
    font-family: 'Goudy Bookletter 1911';
    src: url('fonts/goudy_bookletter_1911.eot');
    src: local('Goudy Bookletter 1911'), local('GoudyBookletter1911'), url('fonts/goudy_bookletter_1911.woff') format('woff'), url('fonts/goudy_bookletter_1911.ttf') format('truetype'), url('fonts/goudy_bookletter_1911.svg#GoudyBookletter1911') format('svg');
}

@font-face {
    font-family: 'DroidSerif';
    src: url('fonts/DroidSerif-Bold.eot');
    font-weight: bold;
}

@font-face {
    font-family: 'DroidSerif';
    src: url(//:) format('no404'), url('fonts/DroidSerif-Bold.woff') format('woff'), url('fonts/DroidSerif-Bold.ttf') format('truetype'), url('fonts/DroidSerif-Bold.svg#DroidSerif-Bold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'DroidSerif';
    src: url('fonts/DroidSerif-BoldItalic.eot');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DroidSerif';
    src: url(//:) format('no404'), url('fonts/DroidSerif-BoldItalic.woff') format('woff'), url('fonts/DroidSerif-BoldItalic.ttf') format('truetype'), url('fonts/DroidSerif-BoldItalic.svg#DroidSerif-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DroidSerif';
    src: url('fonts/DroidSerif-Italic.eot');
    font-style: italic;
}

@font-face {
    font-family: 'DroidSerif';
    src: url(//:) format('no404'), url('fonts/DroidSerif-Italic.woff') format('woff'), url('fonts/DroidSerif-Italic.ttf') format('truetype'), url('fonts/DroidSerif-Italic.svg#DroidSerif-Italic') format('svg');
    font-style: italic;
}

@font-face {
    font-family: 'DroidSerif';
    src: url('fonts/DroidSerif-Regular.eot');
}

@font-face {
    font-family: 'DroidSerif';
    src: url(//:) format('no404'), url('fonts/DroidSerif-Regular.woff') format('woff'), url('fonts/DroidSerif-Regular.ttf') format('truetype'), url('fonts/DroidSerif-Regular.svg#DroidSerif') format('svg');
}


body {
    margin: 80px 0 0 0;
    padding: 0;
    background: #FFFFFF url('images/header-bg.gif') repeat-x;
    font-family: DroidSerif,Georgia,"Times New Roman",serif;
    font-size: 12pt;
    color: #333333;
}

h1, h2, h3,
#menu {
    margin: 0;
    text-transform: lowercase;
    font-family: "Goudy Bookletter 1911",Georgia,"Times New Roman",serif;
    font-weight: normal;
    color: #3E3E3E;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 18pt;
}

p, ul, ol {
    margin: 0 0 1.5em 0;
    text-align: justify;
    line-height: 1.6em;
}

a:link {
    color: #7BAA0F;
}

a:hover, a:active {
    text-decoration: none;
    color: #003448;
}

a:visited {
    color: #333333;
}

img {
    border: none;
}

img.left,
.alignleft {
    float: left;
    margin-right: 15px;
}

img.right,
.alignright {
    float: right;
    margin-left: 15px;
}

img.center,
.aligncenter {
    display: block;
    margin: 0 auto;
}

.entry img.alignleft, .entry img.alignright,
.entry img.aligncenter, .entry img.alignnone {
    -moz-box-shadow: 0px 3px 10px #777;
}

.img-label {
    display: block;
    margin: 0.4em auto;
    text-align: center;
    font-size: .9em;
    background: #eee;
    padding: .5em;
}
.img-label img {
    margin: .5em;
}

.post .credits {
    color: #555;
    font-size: .9em;
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
    display: inline;
}

/* Form */

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    display: none;
}

input, textarea, select, button {
    font-family: DroidSerif,Georgia,"Times New Roman",serif;
    font-size: 12pt;
    color: #333;
}

button {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
}
button:hover {
   background-color: #f5f5f5;
}

/* Header */

#header {
    width: 850px;
    height: 82px;
    margin: 0 auto 40px auto;
    background: url('images/img03.gif') repeat-x left bottom;
}

#logo {
    float: left;
}

#logo h1 {
    font-size: 32pt;
    color: #494949;
}

#logo h1 a {
    color: #494949;
}

#logo h2 {
    margin-top: -10px;
    font-size: 14pt;
    color: #A0A0A0;
}

#logo a {
    text-decoration: none;
}

/* Menu */

#menu {
    float: right;
}

#menu ul {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    display: block;
    float: left;
    margin-left: 20px;
    padding: 7px;
    text-decoration: none;
}

#menu a:hover {
    text-decoration: underline;
}

#menu .active a {
    background: url('images/img02.gif') repeat-x left bottom;
}

/* Page */

#page {
    width: 850px;
    margin: 0 auto;
}

/* Content */

#content {
    float: left;
    width: 575px;
}

#content #page-switch {
    font-size: 1.1em;
    margin-top: 2em;
    clear: both;
}

/* Post */

.post > h1.title > a, .post > h2.title > a {
    color: inherit;
    text-decoration: none;
}

.post h1.title {
    font-size: 32px;
    margin-top: 30px;
}

.post h1.title.first {
    margin-top: 0;
}

.post .title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    background: url('images/img03.gif') repeat-x left bottom;
}

.post .entry h1,
.post .entry h2,
.post .entry h3,
.post .entry h4,
.post .entry h5,
.post .entry h6 {
    margin-bottom: .5em;
}
.post .meta {
    padding: 15px 0 60px 0;
    background: url('images/img03.gif') repeat-x;
}

.post .meta p {
    margin: 0;
    line-height: 1.3em;
    color: #999999;
}

.post .meta .byline {
    float: left;
}

.post .meta .links {
    float: right;
}

.post .meta .categories {
    float: left;
    clear: both;
}

.post .meta .admin {
    padding-left: 20px;
    background: url('images/wrench.png') no-repeat left center;
}

.post .meta .more {
    padding: 2px 0 2px 20px;
    margin-right: 20px;
    background: url('images/page_link.png') no-repeat left center;
}

.post .meta .comments {
    padding: 2px 0 2px 20px;
    background: url('images/comments.png') no-repeat left center;
}

.post .meta b {
    display: none;
}

.post p {
    margin: 0 0 1em;
}

.post blockquote {
    margin: 10px 0 10px 10px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

.post pre {
    padding: 0.5em 1em;
    border: 1px solid #999;
    background: #eee;
    overflow: auto;
}

.post blockquote.magazinequote {
    float: right;
    font-size: 1.25em;
    background: none;
    width: 150px;
    border-top: #003347 3px solid;
    border-bottom: #003347 3px solid;
    border-left: none;
    margin: 1em;
    padding: 1em;
    color: #003347;
}

.post blockquote.magazinequote p:last-child {
    margin-bottom: 0;
}

/* flags behind links */
.post a[hreflang]:after {
    content: " [" attr(hreflang) "]";
}

/* Comments */
#comments {
    margin-top: 5em;
    padding: 15px 0 60px 0;
    background: url('images/img03.gif') repeat-x;
    clear: both;
}

#comments h3 {
    margin: 1em 0;
}

.commentlist {
    padding: 0;
}

.commentlist li {
    list-style: none;
    border: solid 2px #EEEEEE;
    padding: 1em;
    margin-bottom: 1em;
}

.commentlist li p {
    margin-bottom: 1em;
}

.commentmetadata,
.commentmetadata a {
    font-size: .9em;
    color: #999999;
}

.commentmetadata .commentauthor {
    padding: 2px 0 2px 20px;
    background: url('images/user_comment.png') no-repeat left center;
}

.commentlist .avatar {
    float: right;
    margin: 0 0 .7em .7em;
}

.commentlist blockquote {
    margin: 10px 0 10px 10px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

/* the boss' comments */
.commentlist li.author {
    background: #eee;
}
.commentlist .author blockquote {
    border-left: 3px solid #fff;
}
.commentlist .author .commentmetadata,
.commentlist .author .commentmetadata a {
    color: inherit;
}
.commentlist .author .commentmetadata .commentauthor {
    background: url('images/user_green.png') no-repeat left center;
}

#commentform textarea {
    width: 575px;
    height: 200px;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 195px;
}
#sidebar input, #sidebar select {
    font-size: 10pt;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    font-size: 10pt;
    margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
    margin: 0;
}

#sidebar h2 {
    margin-bottom: 10px;
    background: url('images/img03.gif') repeat-x left bottom;
    font-size: 14pt;
}

#sidebar .widget_tag_cloud div {
    text-align: center;
}
#sidebar .widget_tag_cloud a {
    white-space: nowrap;
}

/* Search */

#search {
}

#search h2 {
    margin-bottom: 20px;
}

#s {
    width: 120px;
    margin-right: 5px;
    padding: 3px;
    border: 1px solid #F0F0F0;
}

#x {
    padding: 3px;
    background: #ECECEC url('images/img08.gif') repeat-x left bottom;
    border: none;
    text-transform: lowercase;
    font-size: 11px;
    color: #4F4F4F;
}

/* Boxes */

.box1 {
    padding: 20px;
    background: url('images/img05.gif') no-repeat;
}

.box2 {
    color: #BABABA;
}

.box2 h2 {
    margin-bottom: 15px;
    background: url('images/img10.gif') repeat-x left bottom;
    font-size: 16px;
    color: #FFFFFF;
}

.box2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
    color: #EDEDED;
}

/* Footer */

#footer {
    min-height: 80px;
    padding: 130px 0 0 0;
    margin-bottom: 0;
    background: #003347 url('images/footer-bg.gif') repeat-x;
}

html>body #footer {
    height: auto;
}

#footer .wrap {
    width: 850px;
    margin: 0 auto;
}

#legal {
    clear: both;
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
    color: #868D8F;
    font-size: .9em;
}

#legal a {
    color: inherit;
}

#fbox1, #fbox2, #fbox3 {
    float: left;
}

#fbox1 {
    width: 310px;
}
#fbox1 .gravatar {
    float: left;
    margin: .5em .5em .5em 0;
}

#fbox2 {
    width: 200px;
    padding-left: 70px;
}

#fbox3 {
    width: 200px;
    padding-left: 70px;
}

#subscribe li {
    list-style-position: inside;
    list-style-image: url('images/rss-icon.png');
}

#people li {
    list-style-position: inside;
    list-style-image: url('images/user.png');
}
