/*
Theme Name: Married Inc.
Theme URI: http://married-inc.com
Description: Home-made theme for our blog.
Version: 1.0
Author: John Philip Green
Author URI: http://married-inc.com
*/

body, td, th {
   font-family: georgia, garamond, serif;
   font-size: 9pt;
   color: #333;
}

a img {
   border: none;
}

a:link, a:visited {
   background: #eee;
   color: #000;
   text-decoration: none;
   border: 1px solid #ddd;
   padding: 0 3px;
}

a:hover {
   background: #ddd;
   border: 1px solid #ccc;
}

a:active {
   color: green;
}

b, strong {
   color: #000;
}

/* Header */

div#header {
   text-align: center;
}

div#header h1 a {
   background: none;
   border: none;
   color: #000;
   font-weight: normal;
   font-size: 36px;
}

div#header div#about {
   margin-top: 12px;
}

div#header div#feed {
   margin-top: 12px;
}

div#header div#feed a {
   background: none;
   padding: 0;
   border: 0;
}

/* Content */

div#content {
   width: 700px;
   margin: 0 auto 24px auto;
   line-height: 14pt;
}

div.post {
   clear: both;
   margin-top: 36px;
}

div.post-body {
   padding: 24px 48px;
}

div.post-John {
   background: #cdd;
   margin-left: 150px;
}

div.post-Malgosia {
   background: #edd;
   margin-right: 150px;
}

div.entry {
   margin: 24px 0;
}

div.published-Malgosia {
   text-align: right;
}

div.links {
   float: right;
}

img.picture {
   height: 90px;
   width: 150px;
}

img.picture-Malgosia {
   float: right;
}

img.picture-John {
   float: left;
}

div#content h2 a {
   font-style: italic;
   font-weight: normal;
   font-size: 14pt;
}

div.post-Malgosia h2 a {
}

div.post-John h2 a {
}

div.published {
   clear: both;
   color: #666;
   padding-top: 12px;
}
   
div.published-John {
   float: left;
}

div.published-Malgosia {
   float: right;
}

/* Content Links */

div.post-Malgosia a:link, div.post-Malgosia a:visited {
   background: #fee;
   border: 1px solid #fff;
}

div.post-Malgosia a:hover {
   background: #dcc;
   border: 1px solid #fee;
}

div.post-Malgosia a:active {
   color: red;
}

div.post-John a:link, div.post-John a:visited {
   background: #dee;
   border: 1px solid #fff;
}

div.post-John a:hover {
   background: #bcc;
   border: 1px solid #dee;
}

div.post-John a:active {
   color: red;
}

/* Comments */

div#comment-title {
   margin-top: 24px;
   padding-bottom: 12px;
   font-size: 14pt;
   border-bottom: 1px solid #ddd;
}

div.comment {
   border-bottom: 1px solid #ddd;
   padding: 0 12px 12px 12px;
}

div.comment p {
   font-family: Tahoma, sans-serif;
   color: #000;
}

div.comment-author {
   font-style: italic;
   color: ##333;
}

div#comment-post {
   padding: 24px 0 12px 0;
   font-size: 14pt;
}

form#comment-form {
   padding: 0 12px;
}

textarea#comment {
   width: 676px;
}

.textbox {
   border: 1px solid #999;
   background: #eee;
}

input#submit {
   border: 1px solid #666;
   background: #ccc;
}
